linux-stable/fs/erofs
Gao Xiang 1c7f49a767 erofs: tidy up EROFS on-disk naming
- Get rid of all "vle" (variable-length extents) expressions
   since they only expand overall name lengths unnecessarily;
 - Rename COMPRESSION_LEGACY to COMPRESSED_FULL;
 - Move on-disk directory definitions ahead of compression;
 - Drop unused extended attribute definitions;
 - Move inode ondisk union `i_u` out as `union erofs_inode_i_u`.

No actual logical change.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: Yue Hu <huyue2@coolpad.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Link: https://lore.kernel.org/r/20230331063149.25611-1-hsiangkao@linux.alibaba.com
2023-04-17 01:15:46 +08:00
..
compress.h erofs: introduce multi-reference pclusters (fully-referenced) 2022-07-22 21:44:27 +08:00
data.c erofs: support flattened block device for multi-blob images 2023-04-17 01:15:46 +08:00
decompressor.c erofs: avoid hardcoded blocksize for subpage block support 2023-04-17 01:15:44 +08:00
decompressor_lzma.c erofs: avoid hardcoded blocksize for subpage block support 2023-04-17 01:15:44 +08:00
dir.c erofs: avoid hardcoded blocksize for subpage block support 2023-04-17 01:15:44 +08:00
erofs_fs.h erofs: tidy up EROFS on-disk naming 2023-04-17 01:15:46 +08:00
fscache.c erofs: avoid hardcoded blocksize for subpage block support 2023-04-17 01:15:44 +08:00
inode.c erofs: set block size to the on-disk block size 2023-04-17 01:15:45 +08:00
internal.h erofs: support flattened block device for multi-blob images 2023-04-17 01:15:46 +08:00
Kconfig erofs: add per-cpu threads for decompression as an option 2023-02-15 08:11:26 +08:00
Makefile erofs: register fscache volume 2022-05-18 00:11:19 +08:00
namei.c erofs: avoid hardcoded blocksize for subpage block support 2023-04-17 01:15:44 +08:00
pcpubuf.c erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init 2023-03-09 22:49:30 +08:00
super.c erofs: support flattened block device for multi-blob images 2023-04-17 01:15:46 +08:00
sysfs.c erofs: make kobj_type structures constant 2023-02-15 08:11:26 +08:00
utils.c mm: shrinkers: provide shrinkers with names 2022-07-03 18:08:40 -07:00
xattr.c erofs: avoid hardcoded blocksize for subpage block support 2023-04-17 01:15:44 +08:00
xattr.h erofs: avoid hardcoded blocksize for subpage block support 2023-04-17 01:15:44 +08:00
zdata.c erofs: avoid hardcoded blocksize for subpage block support 2023-04-17 01:15:44 +08:00
zmap.c erofs: tidy up EROFS on-disk naming 2023-04-17 01:15:46 +08:00