]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Sep 2023 18:01:38 +0000 (11:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Sep 2023 18:01:38 +0000 (11:01 -0700)
commit25d48d570eeda62cf71e5b9cdad76a37b833f408
tree29c3038ae0489cc30b7332e8ff8d4ce919a5d4ab
parentcefc06e4de1477dbdc3cb2a91d4b1873b7797a5c
parent684f7e6d28e8087502fc8efdb6c9fe82400479dd
Merge tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull iomap fixes from Darrick Wong:

 - Handle a race between writing and shrinking block devices by
   returning EIO

 - Fix a typo in a comment

* tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  iomap: Spelling s/preceeding/preceding/g
  iomap: add a workaround for racy i_size updates on block devices