]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gfs2-v5.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Nov 2021 23:55:07 +0000 (15:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Nov 2021 23:55:07 +0000 (15:55 -0800)
commitd41990bd103245f945b3435aaa7371fa1c21d677
tree2a90ad35f92abcf0c6e4b604b1ebe76b671623ab
parentd0f649027d83d6f0fd25ea379ceed69dec353ef9
parentac524cdb9f5e902880be12a3784a9a0455c221a7
Merge tag 'gfs2-v5.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2

Pull gfs2 fixes from Andreas Gruenbacher:

 - The current iomap_file_buffered_write behavior of failing the entire
   write when part of the user buffer cannot be faulted in leads to an
   endless loop in gfs2. Work around that in gfs2 for now.

 - Various other bugs all over the place.

* tag 'gfs2-v5.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2:
  gfs2: Prevent endless loops in gfs2_file_buffered_write
  gfs2: Fix "Introduce flag for glock holder auto-demotion"
  gfs2: Fix length of holes reported at end-of-file
  gfs2: release iopen glock early in evict
  gfs2: Fix atomic bug in gfs2_instantiate
  gfs2: Only dereference i->iov when iter_is_iovec(i)