linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ext4: new mount API conversion
@ 2019-11-06 10:14 Lukas Czerner
  2019-11-06 10:14 ` [PATCH 01/17] vfs: Handle fs_param_neg_with_empty Lukas Czerner
                   ` (16 more replies)
  0 siblings, 17 replies; 23+ messages in thread
From: Lukas Czerner @ 2019-11-06 10:14 UTC (permalink / raw)
  To: linux-ext4; +Cc: Theodore Ts'o, David Howells, Al Viro

The following patch converts the ext4 to use the new mount API
(Documentation/filesystems/mount_api.txt).

The series can be applied on top of the current mainline tree and the work
is based on the patches from David Howells (thank you David). It was built
and tested with xfstests and custom script to check all ext4 mount options
and some valid/invalid combinations.

This series also requires a small fix to the parsing infrastructure from
David Howells which has not been adopted yet - "vfs: Handle
fs_param_neg_with_empty"

I've tried to avoid big unrelated changes to the original ext4_fill_super()
and ext4_remount, though it could definitelly use some cleanup. This can
be done after the conversion with a separate patch set.

-Lukas

---

David Howells (1):
	[PATCH 01/17] vfs: Handle fs_param_neg_with_empty

Lukas Czerner (16):
	[PATCH 02/17] ext4: Add fs parameter description
	[PATCH 03/17] ext4: Refactor parse_options
	[PATCH 04/17] ext4: handle_mount_opt use fs_parameter
	[PATCH 05/17] ext4: Allow sb to be NULL in ext4_msg()
	[PATCH 06/17] ext4: move quota configuration out of
	[PATCH 07/17] ext4: check ext2/3 compatibility outside
	[PATCH 08/17] ext4: get rid of super block and sbi from
	[PATCH 09/17] ext4: parse Opt_sb in handle_mount_opt()
	[PATCH 10/17] ext4: clean up return values in handle_mount_opt()
	[PATCH 11/17] ext4: mount api: add ext4_get_tree
	[PATCH 12/17] ext4: refactor ext4_remount()
	[PATCH 13/17] ext4: mount api: add ext4_reconfigure
	[PATCH 14/17] ext4: mount api: add ext4_fc_free
	[PATCH 15/17] ext4: mount api: switch to the new mount api
	[PATCH 16/17] ext4: change token2str() to use ext4_param_specs
	[PATCH 17/17] ext4: Remove unused code from old mount api


fs/ext4/super.c           | 1858 ++++++++++++++++++++++--------------
fs/fs_parser.c            |    5
include/linux/fs_parser.h |    6
3 files changed, 1147 insertions(+), 722 deletions(-)


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

end of thread, other threads:[~2019-12-24 17:18 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-06 10:14 ext4: new mount API conversion Lukas Czerner
2019-11-06 10:14 ` [PATCH 01/17] vfs: Handle fs_param_neg_with_empty Lukas Czerner
2019-11-06 10:14 ` [PATCH 02/17] ext4: Add fs parameter description Lukas Czerner
2019-12-17  0:44   ` Al Viro
2019-12-17 12:19     ` Lukas Czerner
2019-12-17 15:20       ` Al Viro
2019-12-17 16:34         ` Lukas Czerner
2019-12-24 17:18           ` Al Viro
2019-11-06 10:14 ` [PATCH 03/17] ext4: move option validation to a separate function Lukas Czerner
2019-11-06 10:14 ` [PATCH 04/17] ext4: Change handle_mount_opt() to use fs_parameter Lukas Czerner
2019-11-06 10:14 ` [PATCH 05/17] ext4: Allow sb to be NULL in ext4_msg() Lukas Czerner
2019-11-06 10:14 ` [PATCH 06/17] ext4: move quota configuration out of handle_mount_opt() Lukas Czerner
2019-11-06 10:14 ` [PATCH 07/17] ext4: check ext2/3 compatibility outside handle_mount_opt() Lukas Czerner
2019-11-06 10:14 ` [PATCH 08/17] ext4: get rid of super block and sbi from handle_mount_ops() Lukas Czerner
2019-11-06 10:14 ` [PATCH 09/17] ext4: parse Opt_sb in handle_mount_opt() Lukas Czerner
2019-11-06 10:14 ` [PATCH 10/17] ext4: clean up return values " Lukas Czerner
2019-11-06 10:14 ` [PATCH 11/17] ext4: add ext4_get_tree for the new mount API Lukas Czerner
2019-11-06 10:14 ` [PATCH 12/17] ext4: refactor ext4_remount() Lukas Czerner
2019-11-06 10:14 ` [PATCH 13/17] ext4: add ext4_reconfigure for the new mount API Lukas Czerner
2019-11-06 10:14 ` [PATCH 14/17] ext4: add ext4_fc_free " Lukas Czerner
2019-11-06 10:14 ` [PATCH 15/17] ext4: switch to " Lukas Czerner
2019-11-06 10:14 ` [PATCH 16/17] ext4: change token2str() to use ext4_param_specs Lukas Czerner
2019-11-06 10:14 ` [PATCH 17/17] ext4: Remove unused code from old mount api Lukas Czerner

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).