linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] filesystems: start removal of the kthread freezer
@ 2023-05-08  1:19 Luis Chamberlain
  2023-05-08  1:19 ` [PATCH 1/3] ext4: replace kthread freezing with auto fs freezing Luis Chamberlain
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Luis Chamberlain @ 2023-05-08  1:19 UTC (permalink / raw)
  To: hch, djwong, sandeen, song, rafael, gregkh, viro, jack, jikos,
	bvanassche, ebiederm
  Cc: mchehab, keescook, p.raghav, da.gomez, linux-fsdevel, kernel,
	kexec, linux-kernel, Luis Chamberlain

Here's 3 filesystems converted over to remove the kthread freezer.

Luis Chamberlain (3):
  ext4: replace kthread freezing with auto fs freezing
  btrfs: replace kthread freezing with auto fs freezing
  xfs: replace kthread freezing with auto fs freezing

 fs/btrfs/disk-io.c     |  4 ++--
 fs/btrfs/scrub.c       |  2 +-
 fs/btrfs/super.c       |  4 ++--
 fs/ext4/super.c        |  9 +++------
 fs/xfs/xfs_log.c       |  3 +--
 fs/xfs/xfs_log_cil.c   |  2 +-
 fs/xfs/xfs_mru_cache.c |  2 +-
 fs/xfs/xfs_pwork.c     |  2 +-
 fs/xfs/xfs_super.c     | 16 ++++++++--------
 fs/xfs/xfs_trans_ail.c |  3 ---
 10 files changed, 20 insertions(+), 27 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-05-25 16:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-08  1:19 [PATCH 0/3] filesystems: start removal of the kthread freezer Luis Chamberlain
2023-05-08  1:19 ` [PATCH 1/3] ext4: replace kthread freezing with auto fs freezing Luis Chamberlain
2023-05-25 16:07   ` Jan Kara
2023-05-08  1:19 ` [PATCH 2/3] btrfs: " Luis Chamberlain
2023-05-08  1:19 ` [PATCH 3/3] xfs: " Luis Chamberlain
2023-05-12  7:31 ` [PATCH 0/3] filesystems: start removal of the kthread freezer David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).