public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add {init, exit}_sequence_fs() helper function
@ 2024-07-11  7:48 Youling Tang
  2024-07-11  7:48 ` [PATCH 1/3] f2fs: make module init/exit match their sequence Youling Tang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Youling Tang @ 2024-07-11  7:48 UTC (permalink / raw)
  To: Alexander Viro, Christian Brauner, Jan Kara, Chris Mason,
	Josef Bacik, David Sterba, tytso, Andreas Dilger, Jaegeuk Kim,
	Chao Yu
  Cc: linux-fsdevel, linux-btrfs, linux-ext4, linux-f2fs-devel,
	linux-kernel, youling.tang

This series provides the {init, exit}_sequence_fs() helper functions and
applies to f2fs and ext4, similar to btrfs.

Youling Tang (3):
  f2fs: make module init/exit match their sequence
  ext4: make module init/exit match their sequence
  fs: Add {init, exit}_sequence_fs() helper function

 fs/btrfs/super.c   |  36 +--------
 fs/ext4/super.c    | 142 +++++++++++++++---------------------
 fs/f2fs/debug.c    |   3 +-
 fs/f2fs/f2fs.h     |   4 +-
 fs/f2fs/super.c    | 178 ++++++++++++++++++---------------------------
 include/linux/fs.h |  38 ++++++++++
 6 files changed, 173 insertions(+), 228 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-07-23 13:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11  7:48 [PATCH 0/3] Add {init, exit}_sequence_fs() helper function Youling Tang
2024-07-11  7:48 ` [PATCH 1/3] f2fs: make module init/exit match their sequence Youling Tang
2024-07-11  7:48 ` [PATCH 2/3] ext4: make ext4 " Youling Tang
2024-07-11  7:48 ` [PATCH 3/3] fs: Add {init, exit}_sequence_fs() helper functions Youling Tang
2024-07-11  8:26 ` [PATCH 0/3] Add {init, exit}_sequence_fs() helper function Christoph Hellwig
2024-07-23  8:44   ` Youling Tang
2024-07-23 13:37     ` Christoph Hellwig

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