linux/fs/erofs
Gao Xiang 417b8af2e3 erofs: remove a superfluous check for encoded extents
It is possible when an inode is split into segments for multi-threaded
compression, and the tail extent of a segment could also be small.

Fixes: 1d191b4ca5 ("erofs: implement encoded extent metadata")
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20250620153108.1368029-1-hsiangkao@linux.alibaba.com
2025-06-20 23:41:12 +08:00
..
compress.h erofs: support DEFLATE decompression by using Intel QAT 2025-05-25 15:27:40 +08:00
data.c erofs: add 'fsoffset' mount option to specify filesystem offset 2025-05-22 11:57:57 +08:00
decompressor.c erofs: support unaligned encoded data 2025-03-17 14:02:15 +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: 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: impersonate the opener's credentials when accessing backing file 2025-06-18 13:40:48 +08:00
fscache.c netfs: Fix the request's work item to not require a ref 2025-05-21 14:35:20 +02:00
inode.c erofs: support dot-omitted directories 2025-03-17 01:25:32 +08:00
internal.h erofs: add 'fsoffset' mount option to specify filesystem offset 2025-05-22 11:57:57 +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: add 'fsoffset' mount option to specify filesystem offset 2025-05-22 11:57:57 +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: support DEFLATE decompression by using Intel QAT 2025-05-25 15:27:40 +08:00
zmap.c erofs: remove a superfluous check for encoded extents 2025-06-20 23:41:12 +08:00
zutil.c The various patchsets are summarized below. Plus of course many 2025-01-26 18:36:23 -08:00