summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
5 dayserofs: fix large fragment handlingGao Xiang
5 dayserofs: clean up header parsing for ztailpacking and fragmentsGao Xiang
5 dayserofs: simplify tail inline pcluster handlingGao Xiang
5 dayserofs: use Z_EROFS_LCLUSTER_TYPE_MAX to simplify switchesHongzhen Luo
5 dayserofs: refine z_erofs_get_extent_compressedlen()Gao Xiang
5 dayserofs: simplify z_erofs_load_compact_lcluster()Gao Xiang
2025-07-17erofs: fix rare pcluster memory leak after unmountingGao Xiang
2025-07-17erofs: fix to add missing tracepoint in erofs_readahead()Chao Yu
2025-07-17erofs: refine readahead tracepointGao Xiang
2025-07-17erofs: tidy up zdata.cGao Xiang
2025-07-17erofs: get rid of `z_erofs_next_pcluster_t`Gao Xiang
2025-07-17erofs: free pclusters if no cached folio is attachedChunhai Guo
2025-07-17erofs: address D-cache aliasingGao Xiang
2025-07-17erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu
2025-07-10add a string-to-qstr constructorAl Viro
2025-06-19erofs: avoid using multiple devices with different typeSheng Yong
2025-06-19erofs: fix file handle encoding for 64-bit NIDsHongbo Li
2025-05-29erofs: initialize decompression earlyGao Xiang
2025-05-18erofs: ensure the extra temporary copy is valid for shortened bvecsGao Xiang
2025-05-18fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()Max Kellermann
2025-04-20erofs: set error to bio if file-backed IO failsSheng Yong
2025-02-08erofs: fix potential return value overflow of z_erofs_shrink_scan()Gao Xiang
2025-02-08erofs: sunset `struct erofs_workgroup`Gao Xiang
2025-02-08erofs: move erofs_workgroup operations into zdata.cGao Xiang
2025-02-08erofs: get rid of erofs_{find,insert}_workgroupGao Xiang
2024-12-27erofs: use buffered I/O for file-backed mounts by defaultGao Xiang
2024-12-27erofs: reference `struct erofs_device_info` for erofs_map_devGao Xiang
2024-12-27erofs: use `struct erofs_device_info` for the primary deviceGao Xiang
2024-12-27erofs: add erofs_sb_free() helperGao Xiang
2024-12-27erofs: fix PSI memstall accountingGao Xiang
2024-12-05erofs: handle NONHEAD !delta[1] lclusters gracefullyGao Xiang
2024-12-05erofs: fix blksize < PAGE_SIZE for file-backed mountsHongzhen Luo
2024-12-05erofs: fix file-backed mounts over FUSEGao Xiang
2024-10-21erofs: use get_tree_bdev_flags() to avoid misleading messagesGao Xiang
2024-10-14Merge tag 'erofs-for-6.12-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-10-11erofs: get rid of kaddr in `struct z_erofs_maprecorder`Gao Xiang
2024-10-11erofs: get rid of z_erofs_try_to_claim_pcluster()Gao Xiang
2024-10-11erofs: ensure regular inodes for file-backed mountsGao Xiang
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-12erofs: reject inodes with negative i_sizeGao Xiang
2024-09-12erofs: restrict pcluster size limitationsGao Xiang
2024-09-12erofs: allocate more short-lived pages from reserved pool firstChunhai Guo
2024-09-12erofs: sunset unneeded NOFAILsGao Xiang
2024-09-10erofs: simplify erofs_map_blocks_flatmode()Hongzhen Luo
2024-09-10erofs: refactor read_inode calling conventionYiyang Wu
2024-09-10erofs: use kmemdup_nul in erofs_fill_symlinkYiyang Wu
2024-09-10erofs: mark experimental fscache backend deprecatedGao Xiang
2024-09-10erofs: support compressed inodes for fileioGao Xiang
2024-09-10erofs: support unencoded inodes for fileioGao Xiang
2024-09-10erofs: add file-backed mount supportGao Xiang