[PATCH 0/3] filesystems: start removal of the kthread freezer

Luis Chamberlain mcgrof at kernel.org
Sun May 7 18:19:24 PDT 2023


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




More information about the kexec mailing list