index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
zmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-17
erofs: fix large fragment handling
Gao Xiang
1
-5
/
+4
2025-06-27
erofs: remove a superfluous check for encoded extents
Gao Xiang
1
-6
/
+0
2025-06-27
erofs: refuse crafted out-of-file-range encoded extents
Gao Xiang
1
-0
/
+4
2025-04-09
erofs: fix encoded extents handling
Gao Xiang
1
-2
/
+3
2025-03-17
erofs: implement encoded extent metadata
Gao Xiang
1
-11
/
+131
2025-03-17
erofs: add encoded extent on-disk definition
Gao Xiang
1
-12
/
+12
2025-03-17
erofs: clean up header parsing for ztailpacking and fragments
Gao Xiang
1
-25
/
+14
2025-03-17
erofs: simplify tail inline pcluster handling
Gao Xiang
1
-10
/
+10
2025-03-17
erofs: get rid of erofs_kmap_type
Bo Liu
1
-3
/
+3
2025-03-17
erofs: use Z_EROFS_LCLUSTER_TYPE_MAX to simplify switches
Hongzhen Luo
1
-39
/
+24
2025-01-23
erofs: refine z_erofs_get_extent_compressedlen()
Gao Xiang
1
-20
/
+16
2025-01-17
erofs: simplify z_erofs_load_compact_lcluster()
Gao Xiang
1
-53
/
+36
2024-11-18
erofs: handle NONHEAD !delta[1] lclusters gracefully
Gao Xiang
1
-8
/
+9
2024-10-14
Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-20
/
+12
2024-10-11
erofs: get rid of kaddr in `struct z_erofs_maprecorder`
Gao Xiang
1
-20
/
+12
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-12
erofs: restrict pcluster size limitations
Gao Xiang
1
-22
/
+20
2024-07-10
erofs: get rid of z_erofs_map_blocks_iter_* tracepoints
Hongzhen Luo
1
-2
/
+2
2024-06-30
erofs: ensure m_llen is reset to 0 if metadata is invalid
Gao Xiang
1
-0
/
+2
2024-05-18
erofs: don't round offset down for erofs_read_metabuf()
Al Viro
1
-8
/
+8
2024-05-18
erofs: don't align offset for erofs_read_metabuf() (simple cases)
Al Viro
1
-5
/
+3
2024-05-18
erofs: mechanically convert erofs_read_metabuf() to offsets
Al Viro
1
-3
/
+3
2024-05-09
erofs: Zstandard compression support
Gao Xiang
1
-1
/
+2
2024-05-08
erofs: clean up z_erofs_load_full_lcluster()
Gao Xiang
1
-16
/
+5
2024-01-18
Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-10
/
+13
2024-01-13
erofs: fix inconsistent per-file compression format
Gao Xiang
1
-10
/
+13
2023-12-15
erofs: fix up compacted indexes for block size < 4096
Gao Xiang
1
-18
/
+14
2023-08-11
erofs: DEFLATE compression support
Gao Xiang
1
-2
/
+3
2023-06-22
erofs: clean up zmap.c
Gao Xiang
1
-40
/
+29
2023-06-18
erofs: fix compact 4B support for 16k block size
Gao Xiang
1
-5
/
+1
2023-04-17
erofs: sunset erofs_dbg()
Gao Xiang
1
-3
/
+0
2023-04-17
erofs: get rid of z_erofs_fill_inode()
Gao Xiang
1
-18
/
+0
2023-04-17
erofs: stop parsing non-compact HEAD index if clusterofs is invalid
Gao Xiang
1
-0
/
+4
2023-04-17
erofs: tidy up EROFS on-disk naming
Gao Xiang
1
-59
/
+57
2023-04-17
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
1
-14
/
+15
2023-03-09
erofs: get rid of a useless DBG_BUGON
Gao Xiang
1
-3
/
+0
2023-02-15
erofs: get rid of z_erofs_do_map_blocks() forward declaration
Gao Xiang
1
-123
/
+119
2023-02-15
erofs: simplify iloc()
Gao Xiang
1
-8
/
+5
2023-01-10
erofs/zmap.c: Fix incorrect offset calculation
Siddh Raman Pant
1
-3
/
+7
2022-12-07
erofs: validate the extent length for uncompressed pclusters
Gao Xiang
1
-0
/
+5
2022-12-07
erofs: fix missing unmap if z_erofs_get_extent_compressedlen() fails
Gao Xiang
1
-4
/
+2
2022-12-07
erofs: use kmap_local_page() only for erofs_bread()
Gao Xiang
1
-2
/
+2
2022-10-17
erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()
Yue Hu
1
-12
/
+10
2022-09-27
erofs: clean up unnecessary code and comments
Gao Xiang
1
-2
/
+1
2022-09-27
erofs: fold in z_erofs_reload_indexes()
Yue Hu
1
-20
/
+8
2022-09-26
erofs: introduce partial-referenced pclusters
Gao Xiang
1
-1
/
+5
2022-09-26
erofs: support on-disk compressed fragments data
Yue Hu
1
-7
/
+46
2022-09-23
erofs: support interlaced uncompressed data for compressed files
Yue Hu
1
-4
/
+10
2022-09-05
erofs: avoid the potentially wrong m_plen for big pcluster
Yue Hu
1
-8
/
+8
2022-03-17
erofs: clean up z_erofs_extent_lookback
Gao Xiang
1
-34
/
+33
[next]