]> Git Repo - linux.git/commit
Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
authorLinus Torvalds <[email protected]>
Fri, 1 Nov 2024 17:45:00 +0000 (07:45 -1000)
committerLinus Torvalds <[email protected]>
Fri, 1 Nov 2024 17:45:00 +0000 (07:45 -1000)
commit17fa6a5f93fcd5dd936e07aee61c014d401df4ae
tree46c33e7c4ddf9f7506bcbc1c238b47144fbcd510
parentd56239a82e3721d38ff5496f2411bf0cb57ece5c
parent6db388585e486c0261aeef55f8bc63a9b45756c0
Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs

Pull iomap fixes from Christian Brauner:
 "Fixes for iomap to prevent data corruption bugs in the fallocate
  unshare range implementation of fsdax and a small cleanup to turn
  iomap_want_unshare_iter() into an inline function"

* tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs:
  iomap: turn iomap_want_unshare_iter into an inline function
  fsdax: dax_unshare_iter needs to copy entire blocks
  fsdax: remove zeroing code from dax_unshare_iter
  iomap: share iomap_unshare_iter predicate code with fsdax
  xfs: don't allocate COW extents when unsharing a hole
fs/iomap/buffered-io.c
fs/xfs/xfs_iomap.c
include/linux/iomap.h
This page took 0.055175 seconds and 4 git commands to generate.