index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
zmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-21
erofs: unify lcn as u64 for 32-bit platforms
Gao Xiang
1
-10
/
+9
2026-04-10
erofs: error out obviously illegal extents in advance
Gao Xiang
1
-9
/
+15
2026-04-10
erofs: clean up encoded map flags
Gao Xiang
1
-9
/
+10
2026-02-25
erofs: fix interlaced plain identification for encoded extents
Gao Xiang
1
-4
/
+5
2025-10-22
erofs: consolidate z_erofs_extent_lookback()
Gao Xiang
1
-14
/
+6
2025-10-22
erofs: avoid infinite loops due to corrupted subpage compact indexes
Gao Xiang
1
-14
/
+18
2025-10-17
erofs: fix crafted invalid cases for encoded extents
Gao Xiang
1
-1
/
+6
2025-09-25
erofs: drop redundant sanity check for ztailpacking inline
Gao Xiang
1
-2
/
+2
2025-08-28
erofs: fix invalid algorithm for encoded extents
Gao Xiang
1
-30
/
+37
2025-07-24
erofs: implement metadata compression
Bo Liu (OpenAnolis)
1
-7
/
+9
2025-07-24
erofs: unify meta buffers in z_erofs_fill_inode()
Gao Xiang
1
-13
/
+10
2025-07-24
erofs: remove need_kmap in erofs_read_metabuf()
Gao Xiang
1
-6
/
+6
2025-07-24
erofs: do sanity check on m->type in z_erofs_load_compact_lcluster()
Chao Yu
1
-62
/
+41
2025-07-12
erofs: fix large fragment handling
Gao Xiang
1
-5
/
+4
2025-06-20
erofs: remove a superfluous check for encoded extents
Gao Xiang
1
-6
/
+0
2025-06-19
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
[next]