deepin-kernel/fs/erofs
Chao Yu 31ffe9d34a erofs: fix to add missing tracepoint in erofs_read_folio()
commit 99f7619a77a0a2e3e2bcae676d0f301769167754 upstream.

Commit 771c994ea5 ("erofs: convert all uncompressed cases to iomap")
converts to use iomap interface, it removed trace_erofs_readpage()
tracepoint in the meantime, let's add it back.

Fixes: 771c994ea5 ("erofs: convert all uncompressed cases to iomap")
Signed-off-by: Chao Yu <chao@kernel.org>
Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20250708111942.3120926-1-chao@kernel.org
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 5b1b8f06b179754d678f276a2f15828ff653e955)
2025-07-22 16:16:43 +08:00
..
Kconfig erofs: boost negative xattr lookup with bloom filter 2023-08-11 12:11:44 +08:00
Makefile erofs: DEFLATE compression support 2023-08-11 12:11:17 +08:00
compress.h erofs: simplify compression configuration parser 2024-01-25 15:35:57 -08:00
data.c erofs: fix to add missing tracepoint in erofs_read_folio() 2025-07-22 16:16:43 +08:00
decompressor.c erofs: avoid debugging output for (de)compressed data 2024-12-10 20:40:34 +08:00
decompressor_deflate.c erofs: avoid allocating DEFLATE streams before mounting 2024-12-10 20:26:24 +08:00
decompressor_lzma.c erofs: simplify compression configuration parser 2024-01-25 15:35:57 -08:00
dir.c erofs: keep meta inode into erofs_buf 2023-04-17 01:15:50 +08:00
erofs_fs.h erofs: update on-disk format for xattr name filter 2023-08-11 12:11:44 +08:00
fscache.c erofs: fix lockdep false positives on initializing erofs_pseudo_mnt 2024-03-26 18:19:40 -04:00
inode.c erofs: simplify erofs_read_inode() 2025-06-28 10:59:58 +08:00
internal.h erofs: simplify definition of the log functions 2024-12-10 20:44:03 +08:00
namei.c erofs: fix refcount on the metabuf used for inode lookup 2024-03-01 13:35:01 +01: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: simplify definition of the log functions 2024-12-10 20:44:03 +08:00
sysfs.c erofs: make kobj_type structures constant 2023-02-15 08:11:26 +08:00
utils.c erofs: fix erofs_insert_workgroup() lockref usage 2023-11-20 11:59:23 +01:00
xattr.c erofs: boost negative xattr lookup with bloom filter 2023-08-11 12:11:44 +08:00
xattr.h Changes since last update: 2023-04-24 14:25:39 -07:00
zdata.c erofs: fix PSI memstall accounting 2025-01-19 12:48:46 +08:00
zmap.c erofs: handle NONHEAD !delta[1] lclusters gracefully 2024-12-10 20:44:43 +08:00