summaryrefslogtreecommitdiffstats
path: root/fs/erofs/zmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-10-141-20/+12
|\
| * erofs: get rid of kaddr in `struct z_erofs_maprecorder`Gao Xiang2024-10-111-20/+12
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* erofs: restrict pcluster size limitationsGao Xiang2024-09-121-22/+20
* erofs: get rid of z_erofs_map_blocks_iter_* tracepointsHongzhen Luo2024-07-101-2/+2
* erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang2024-06-301-0/+2
* erofs: don't round offset down for erofs_read_metabuf()Al Viro2024-05-171-8/+8
* erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro2024-05-171-5/+3
* erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro2024-05-171-3/+3
* erofs: Zstandard compression supportGao Xiang2024-05-091-1/+2
* erofs: clean up z_erofs_load_full_lcluster()Gao Xiang2024-05-081-16/+5
* Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-191-10/+13
|\
| * erofs: fix inconsistent per-file compression formatGao Xiang2024-01-131-10/+13
* | erofs: fix up compacted indexes for block size < 4096Gao Xiang2023-12-141-18/+14
|/
* erofs: DEFLATE compression supportGao Xiang2023-08-111-2/+3
* erofs: clean up zmap.cGao Xiang2023-06-221-40/+29
* erofs: fix compact 4B support for 16k block sizeGao Xiang2023-06-181-5/+1
* erofs: sunset erofs_dbg()Gao Xiang2023-04-161-3/+0
* erofs: get rid of z_erofs_fill_inode()Gao Xiang2023-04-161-18/+0
* erofs: stop parsing non-compact HEAD index if clusterofs is invalidGao Xiang2023-04-161-0/+4
* erofs: tidy up EROFS on-disk namingGao Xiang2023-04-161-59/+57
* erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu2023-04-161-14/+15
* erofs: get rid of a useless DBG_BUGONGao Xiang2023-03-091-3/+0
* erofs: get rid of z_erofs_do_map_blocks() forward declarationGao Xiang2023-02-151-123/+119
* erofs: simplify iloc()Gao Xiang2023-02-151-8/+5
* erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant2023-01-101-3/+7
* erofs: validate the extent length for uncompressed pclustersGao Xiang2022-12-071-0/+5
* erofs: fix missing unmap if z_erofs_get_extent_compressedlen() failsGao Xiang2022-12-071-4/+2
* erofs: use kmap_local_page() only for erofs_bread()Gao Xiang2022-12-071-2/+2
* erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()Yue Hu2022-10-171-12/+10
* erofs: clean up unnecessary code and commentsGao Xiang2022-09-271-2/+1
* erofs: fold in z_erofs_reload_indexes()Yue Hu2022-09-271-20/+8
* erofs: introduce partial-referenced pclustersGao Xiang2022-09-261-1/+5
* erofs: support on-disk compressed fragments dataYue Hu2022-09-261-7/+46
* erofs: support interlaced uncompressed data for compressed filesYue Hu2022-09-231-4/+10
* erofs: avoid the potentially wrong m_plen for big pclusterYue Hu2022-09-051-8/+8
* erofs: clean up z_erofs_extent_lookbackGao Xiang2022-03-161-34/+33
* erofs: silence warnings related to impossible m_plenGao Xiang2022-03-161-2/+2
* erofs: fix small compressed files inliningGao Xiang2022-02-041-0/+7
* erofs: use meta buffers for zmap operationsGao Xiang2022-01-041-40/+16
* erofs: add on-disk compressed tail-packing inline supportYue Hu2021-12-301-29/+84
* erofs: lzma compression supportGao Xiang2021-10-191-1/+4
* erofs: introduce the secondary compression headGao Xiang2021-10-191-13/+28
* erofs: get compression algorithms directly on mappingGao Xiang2021-10-171-9/+10
* erofs: clear compacted_2b if compacted_4b_initial > totalidxYue Hu2021-09-231-1/+2
* erofs: add fiemap support with iomapGao Xiang2021-08-181-0/+38
* erofs: add support for the full decompressed lengthGao Xiang2021-08-181-8/+87
* erofs: clean up file headers & footersGao Xiang2021-06-071-2/+0
* erofs: fix 1 lcluster-sized pcluster for big pclusterGao Xiang2021-05-131-2/+19
* erofs: support parsing big pcluster compact indexesGao Xiang2021-04-091-10/+62