]> 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)
commit9404ad0bf6c6b635456ead5f333a4d3bde536d14
tree2a90ad35f92abcf0c6e4b604b1ebe76b671623ab
parentdb1f637f6f6b3b8f39b08ca3f4201e1abf699245
parent4ea610b00656e357cd3d588850cb0bd958d897d3
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)