index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
zmap.c
Age
Commit message (
Expand
)
Author
11 days
erofs: implement metadata compression
Bo Liu (OpenAnolis)
11 days
erofs: unify meta buffers in z_erofs_fill_inode()
Gao Xiang
11 days
erofs: remove need_kmap in erofs_read_metabuf()
Gao Xiang
11 days
erofs: do sanity check on m->type in z_erofs_load_compact_lcluster()
Chao Yu
2025-07-12
erofs: fix large fragment handling
Gao Xiang
2025-06-20
erofs: remove a superfluous check for encoded extents
Gao Xiang
2025-06-19
erofs: refuse crafted out-of-file-range encoded extents
Gao Xiang
2025-04-09
erofs: fix encoded extents handling
Gao Xiang
2025-03-17
erofs: implement encoded extent metadata
Gao Xiang
2025-03-17
erofs: add encoded extent on-disk definition
Gao Xiang
2025-03-17
erofs: clean up header parsing for ztailpacking and fragments
Gao Xiang
2025-03-17
erofs: simplify tail inline pcluster handling
Gao Xiang
2025-03-17
erofs: get rid of erofs_kmap_type
Bo Liu
2025-03-17
erofs: use Z_EROFS_LCLUSTER_TYPE_MAX to simplify switches
Hongzhen Luo
2025-01-23
erofs: refine z_erofs_get_extent_compressedlen()
Gao Xiang
2025-01-17
erofs: simplify z_erofs_load_compact_lcluster()
Gao Xiang
2024-11-18
erofs: handle NONHEAD !delta[1] lclusters gracefully
Gao Xiang
2024-10-14
Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-10-11
erofs: get rid of kaddr in `struct z_erofs_maprecorder`
Gao Xiang
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-12
erofs: restrict pcluster size limitations
Gao Xiang
2024-07-10
erofs: get rid of z_erofs_map_blocks_iter_* tracepoints
Hongzhen Luo
2024-06-30
erofs: ensure m_llen is reset to 0 if metadata is invalid
Gao Xiang
2024-05-18
erofs: don't round offset down for erofs_read_metabuf()
Al Viro
2024-05-18
erofs: don't align offset for erofs_read_metabuf() (simple cases)
Al Viro
2024-05-18
erofs: mechanically convert erofs_read_metabuf() to offsets
Al Viro
2024-05-09
erofs: Zstandard compression support
Gao Xiang
2024-05-08
erofs: clean up z_erofs_load_full_lcluster()
Gao Xiang
2024-01-18
Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-13
erofs: fix inconsistent per-file compression format
Gao Xiang
2023-12-15
erofs: fix up compacted indexes for block size < 4096
Gao Xiang
2023-08-11
erofs: DEFLATE compression support
Gao Xiang
2023-06-22
erofs: clean up zmap.c
Gao Xiang
2023-06-18
erofs: fix compact 4B support for 16k block size
Gao Xiang
2023-04-17
erofs: sunset erofs_dbg()
Gao Xiang
2023-04-17
erofs: get rid of z_erofs_fill_inode()
Gao Xiang
2023-04-17
erofs: stop parsing non-compact HEAD index if clusterofs is invalid
Gao Xiang
2023-04-17
erofs: tidy up EROFS on-disk naming
Gao Xiang
2023-04-17
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
2023-03-09
erofs: get rid of a useless DBG_BUGON
Gao Xiang
2023-02-15
erofs: get rid of z_erofs_do_map_blocks() forward declaration
Gao Xiang
2023-02-15
erofs: simplify iloc()
Gao Xiang
2023-01-10
erofs/zmap.c: Fix incorrect offset calculation
Siddh Raman Pant
2022-12-07
erofs: validate the extent length for uncompressed pclusters
Gao Xiang
2022-12-07
erofs: fix missing unmap if z_erofs_get_extent_compressedlen() fails
Gao Xiang
2022-12-07
erofs: use kmap_local_page() only for erofs_bread()
Gao Xiang
2022-10-17
erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()
Yue Hu
2022-09-27
erofs: clean up unnecessary code and comments
Gao Xiang
2022-09-27
erofs: fold in z_erofs_reload_indexes()
Yue Hu
2022-09-26
erofs: introduce partial-referenced pclusters
Gao Xiang
[next]