linux/fs/erofs
Chao Yu f57a3fe449 erofs: convert to use the new mount fs_context api
Convert the erofs to use new internal mount API as the old one will
be obsoleted and removed.  This allows greater flexibility in
communication of mount parameters between userspace, the VFS and the
filesystem.

See Documentation/filesystems/mount_api.txt for more information.

Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Link: https://lore.kernel.org/r/20200529104836.17843-1-hsiangkao@redhat.com
Signed-off-by: Gao Xiang <hsiangkao@redhat.com>
2020-05-29 18:57:58 +08:00
..
compress.h
data.c erofs: fix erofs_get_meta_page locking due to a cleanup 2019-10-01 04:54:33 +08:00
decompressor.c erofs: handle corrupted images whose decompressed size less than it'd be 2020-03-03 23:40:52 +08:00
dir.c erofs: rename errln/infoln/debugln to erofs_{err, info, dbg} 2019-09-05 20:10:09 +02:00
erofs_fs.h erofs: support superblock checksum 2019-11-24 11:02:41 +08:00
inode.c erofs: code cleanup by removing ifdef macro surrounding 2020-05-27 16:46:20 +08:00
internal.h erofs: convert to use the new mount fs_context api 2020-05-29 18:57:58 +08:00
Kconfig erofs: support superblock checksum 2019-11-24 11:02:41 +08:00
Makefile
namei.c erofs: code cleanup by removing ifdef macro surrounding 2020-05-27 16:46:20 +08:00
super.c erofs: convert to use the new mount fs_context api 2020-05-29 18:57:58 +08:00
tagptr.h
utils.c erofs: correct the remaining shrink objects 2020-03-03 23:39:29 +08:00
xattr.c erofs: convert to use the new mount fs_context api 2020-05-29 18:57:58 +08:00
xattr.h erofs: code cleanup by removing ifdef macro surrounding 2020-05-27 16:46:20 +08:00
zdata.c erofs: convert to use the new mount fs_context api 2020-05-29 18:57:58 +08:00
zdata.h erofs: clean up decompress queue stuffs 2019-11-24 11:02:41 +08:00
zmap.c erofs: drop all vle annotations for runtime names 2019-11-24 11:02:41 +08:00
zpvec.h