linux/fs/f2fs
Christoph Hellwig 2ea6f68932 fs: use the super_block as holder when mounting file systems
The file system type is not a very useful holder as it doesn't allow us
to go back to the actual file system instance.  Pass the super_block instead
which is useful when passed back to the file system driver.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Message-Id: <20230802154131.2221419-7-hch@lst.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2023-08-11 13:15:03 +02:00
..
acl.c
acl.h
checkpoint.c
compress.c f2fs: add helper to check compression level 2023-06-26 06:07:09 -07:00
data.c f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method 2023-06-26 06:07:09 -07:00
debug.c
dir.c f2fs: fix deadlock in i_xattr_sem and inode page lock 2023-06-30 16:38:09 -07:00
extent_cache.c
f2fs.h f2fs: fix to do sanity check on direct node in truncate_dnode() 2023-06-30 16:38:27 -07:00
file.c f2fs update for 6.5-rc1 2023-07-05 14:14:37 -07:00
gc.c f2fs: check return value of freeze_super() 2023-06-26 06:07:08 -07:00
gc.h
hash.c
inline.c
inode.c f2fs: do more sanity check on inode 2023-06-26 06:07:09 -07:00
iostat.c f2fs: add async reset zone command support 2023-06-12 13:04:09 -07:00
iostat.h
Kconfig
Makefile
namei.c f2fs update for 6.5-rc1 2023-07-05 14:14:37 -07:00
node.c f2fs: fix to do sanity check on direct node in truncate_dnode() 2023-06-30 16:38:27 -07:00
node.h f2fs: fix compile warning in f2fs_destroy_node_manager() 2023-06-30 16:38:27 -07:00
recovery.c f2fs: remove redundant assignment to variable err 2023-06-26 06:21:41 -07:00
segment.c f2fs: do not issue small discard commands during checkpoint 2023-06-26 06:21:41 -07:00
segment.h
shrinker.c
super.c fs: use the super_block as holder when mounting file systems 2023-08-11 13:15:03 +02:00
sysfs.c f2fs: refactor struct f2fs_attr macro 2023-06-26 06:21:41 -07:00
verity.c
xattr.c f2fs: fix deadlock in i_xattr_sem and inode page lock 2023-06-30 16:38:09 -07:00
xattr.h f2fs: cleanup MIN_INLINE_XATTR_SIZE 2023-06-26 06:07:10 -07:00