public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] writeback: don't block sync(2) for filesystems with no data integrity guarantees
@ 2026-03-19 19:45 Joanne Koong
  2026-03-19 19:45 ` [PATCH v2 1/1] " Joanne Koong
  0 siblings, 1 reply; 4+ messages in thread
From: Joanne Koong @ 2026-03-19 19:45 UTC (permalink / raw)
  To: brauner
  Cc: linux-fsdevel, jack, miklos, david, therealgraysky, linux-pm,
	stable

Changelog
---------
v1: https://lore.kernel.org/linux-fsdevel/20260318225604.71545-1-joannelkoong@gmail.com/
v1 -> v2:
* Still kick off flusher threads for writeback for SB_I_NO_DATA_INTEGRITY,
  instead of skipping that entirely (Jan)
* Improve commit message (me)

Joanne Koong (1):
  writeback: don't block sync(2) for filesystems with no data integrity
    guarantees

 fs/fs-writeback.c              |  7 +------
 fs/fuse/file.c                 |  4 +---
 fs/fuse/inode.c                |  1 +
 fs/sync.c                      |  7 ++++++-
 include/linux/fs/super_types.h |  1 +
 include/linux/pagemap.h        | 11 -----------
 6 files changed, 10 insertions(+), 21 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-03-19 23:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-19 19:45 [PATCH v2 0/1] writeback: don't block sync(2) for filesystems with no data integrity guarantees Joanne Koong
2026-03-19 19:45 ` [PATCH v2 1/1] " Joanne Koong
2026-03-19 21:26   ` David Hildenbrand (Arm)
2026-03-19 23:55     ` Joanne Koong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox