linux/fs/erofs
Gao Xiang 4eb56b0761 erofs: refine readahead tracepoint
- trace_erofs_readpages => trace_erofs_readahead;

 - Rename a redundant statement `nrpages = readahead_count(rac);`;

 - Move the tracepoint to the beginning of z_erofs_readahead().

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: Hongbo Li <lihongbo22@huawei.com>
Link: https://lore.kernel.org/r/20250514120820.2739288-1-hsiangkao@linux.alibaba.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
2025-05-16 05:56:38 +08:00
..
compress.h erofs: move {in,out}pages into struct z_erofs_decompress_req 2025-03-17 01:22:50 +08:00
data.c erofs: implement 48-bit block addressing for unencoded inodes 2025-03-17 01:25:26 +08:00
decompressor_deflate.c erofs: move {in,out}pages into struct z_erofs_decompress_req 2025-03-17 01:22:50 +08:00
decompressor_lzma.c erofs: move {in,out}pages into struct z_erofs_decompress_req 2025-03-17 01:22:50 +08:00
decompressor_zstd.c erofs: move {in,out}pages into struct z_erofs_decompress_req 2025-03-17 01:22:50 +08:00
decompressor.c erofs: support unaligned encoded data 2025-03-17 14:02:15 +08:00
dir.c erofs: support dot-omitted directories 2025-03-17 01:25:32 +08:00
erofs_fs.h erofs: add __packed annotation to union(__le16..) 2025-04-09 22:56:30 +08:00
fileio.c erofs: refine readahead tracepoint 2025-05-16 05:56:38 +08:00
fscache.c erofs: get rid of erofs_kmap_type 2025-03-17 01:21:24 +08:00
inode.c erofs: support dot-omitted directories 2025-03-17 01:25:32 +08:00
internal.h erofs: implement encoded extent metadata 2025-03-17 14:02:15 +08:00
Kconfig lib/crc: remove CONFIG_LIBCRC32C 2025-04-04 11:31:42 -07:00
Makefile erofs: support unencoded inodes for fileio 2024-09-10 15:26:36 +08:00
namei.c erofs: get rid of erofs_kmap_type 2025-03-17 01:21:24 +08:00
super.c erofs: avoid using multiple devices with different type 2025-05-15 11:20:25 +08:00
sysfs.c erofs: implement 48-bit block addressing for unencoded inodes 2025-03-17 01:25:26 +08:00
xattr.c erofs: get rid of erofs_kmap_type 2025-03-17 01:21:24 +08:00
xattr.h erofs: move erofs_xattr_handlers and xattr_handler_map to .rodata 2023-10-09 16:24:17 +02:00
zdata.c erofs: refine readahead tracepoint 2025-05-16 05:56:38 +08:00
zmap.c erofs: fix encoded extents handling 2025-04-09 22:56:31 +08:00
zutil.c The various patchsets are summarized below. Plus of course many 2025-01-26 18:36:23 -08:00