All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH 0/7] gfs2 fixes
@ 2022-05-13 20:48 Andreas Gruenbacher
  2022-05-13 20:48 ` [Cluster-devel] [PATCH 1/7] gfs2: Fix filesystem block deallocation for short writes Andreas Gruenbacher
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Andreas Gruenbacher @ 2022-05-13 20:48 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hello,

here's a bunch of fixes and related cleanups for the filesystem
corruption we've sometimes seen since commit 00bfe02f4796 ("gfs2: Fix
mmap + page fault deadlocks for buffered I/O").

Thanks,
Andreas

Andreas Gruenbacher (7):
  gfs2: Fix filesystem block deallocation for short writes
  gfs2: Variable rename
  gfs2: Clean up use of fault_in_iov_iter_{read,write}able
  gfs2: Pull return value test out of should_fault_in_pages
  gfs2: Align read and write chunks to the page cache
  gfs2: buffered write prefaulting
  gfs2: Stop using glock holder auto-demotion for now

 fs/gfs2/bmap.c |  11 ++--
 fs/gfs2/file.c | 139 ++++++++++++++++++++++---------------------------
 2 files changed, 68 insertions(+), 82 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-05-13 20:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 20:48 [Cluster-devel] [PATCH 0/7] gfs2 fixes Andreas Gruenbacher
2022-05-13 20:48 ` [Cluster-devel] [PATCH 1/7] gfs2: Fix filesystem block deallocation for short writes Andreas Gruenbacher
2022-05-13 20:48 ` [Cluster-devel] [PATCH 2/7] gfs2: Variable rename Andreas Gruenbacher
2022-05-13 20:48 ` [Cluster-devel] [PATCH 3/7] gfs2: Clean up use of fault_in_iov_iter_{read, write}able Andreas Gruenbacher
2022-05-13 20:48 ` [Cluster-devel] [PATCH 4/7] gfs2: Pull return value test out of should_fault_in_pages Andreas Gruenbacher
2022-05-13 20:48 ` [Cluster-devel] [PATCH 5/7] gfs2: Align read and write chunks to the page cache Andreas Gruenbacher
2022-05-13 20:48 ` [Cluster-devel] [PATCH 6/7] gfs2: buffered write prefaulting Andreas Gruenbacher
2022-05-13 20:48 ` [Cluster-devel] [PATCH 7/7] gfs2: Stop using glock holder auto-demotion for now Andreas Gruenbacher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.