linux/fs/erofs
Gao Xiang f768685427 erofs: refine erofs_iomap_begin()
- Avoid calling erofs_map_dev() for unmapped extents;

 - Assign `iomap->addr` for inline extents too (since they have physical
   location).

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20250716092254.3826715-1-hsiangkao@linux.alibaba.com
2025-07-24 19:42:06 +08:00
..
compress.h erofs: support DEFLATE decompression by using Intel QAT 2025-05-25 15:27:40 +08:00
data.c erofs: refine erofs_iomap_begin() 2025-07-24 19:42:06 +08:00
decompressor.c erofs: address D-cache aliasing 2025-07-10 17:08:27 +08:00
decompressor_crypto.c erofs: support DEFLATE decompression by using Intel QAT 2025-05-25 15:27:40 +08:00
decompressor_deflate.c erofs: support DEFLATE decompression by using Intel QAT 2025-05-25 15:27:40 +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
dir.c erofs: allow readdir() to be interrupted 2025-07-10 17:08:27 +08:00
erofs_fs.h erofs: add __packed annotation to union(__le16..) 2025-04-09 22:56:30 +08:00
fileio.c erofs: remove need_kmap in erofs_read_metabuf() 2025-07-24 19:42:05 +08:00
fscache.c erofs: remove need_kmap in erofs_read_metabuf() 2025-07-24 19:42:05 +08:00
inode.c erofs: remove need_kmap in erofs_read_metabuf() 2025-07-24 19:42:05 +08:00
internal.h erofs: remove need_kmap in erofs_read_metabuf() 2025-07-24 19:42:05 +08:00
Kconfig erofs: support DEFLATE decompression by using Intel QAT 2025-05-25 15:27:40 +08:00
Makefile erofs: support DEFLATE decompression by using Intel QAT 2025-05-25 15:27:40 +08:00
namei.c erofs: get rid of erofs_kmap_type 2025-03-17 01:21:24 +08:00
super.c erofs: remove need_kmap in erofs_read_metabuf() 2025-07-24 19:42:05 +08:00
sysfs.c erofs: support DEFLATE decompression by using Intel QAT 2025-05-25 15:27:40 +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: remove need_kmap in erofs_read_metabuf() 2025-07-24 19:42:05 +08:00
zmap.c erofs: unify meta buffers in z_erofs_fill_inode() 2025-07-24 19:42:06 +08:00
zutil.c The various patchsets are summarized below. Plus of course many 2025-01-26 18:36:23 -08:00