summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2025-08-15erofs: address D-cache aliasingGao Xiang
2025-08-15erofs: simplify z_erofs_transform_plain()Gao Xiang
2025-08-15erofs: drop z_erofs_page_mark_eio()Gao Xiang
2025-08-15erofs: sunset erofs_dbg()Gao Xiang
2025-08-15erofs: get rid of debug_one_dentry()Gao Xiang
2025-07-17erofs: fix to add missing tracepoint in erofs_read_folio()Chao Yu
2025-07-17erofs: adapt folios for z_erofs_read_folio()Gao Xiang
2025-07-17erofs: avoid on-stack pagepool directly passed by argumentsGao Xiang
2025-07-17erofs: allocate extra bvec pages directly instead of retryingGao Xiang
2025-07-17erofs: clean up z_erofs_pcluster_readmore()Yue Hu
2025-07-17erofs: remove the member readahead from struct z_erofs_decompress_frontendYue Hu
2025-01-23erofs: handle NONHEAD !delta[1] lclusters gracefullyGao Xiang
2025-01-23erofs: tidy up EROFS on-disk namingGao Xiang
2024-10-17erofs: fix incorrect symlink detection in fast symlinkGao Xiang
2024-10-17erofs: set block size to the on-disk block sizeJingbo Xu
2024-10-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu
2024-10-17erofs: get rid of z_erofs_do_map_blocks() forward declarationGao Xiang
2024-10-17erofs: get rid of erofs_inode_datablocks()Gao Xiang
2024-08-29erofs: avoid debugging output for (de)compressed dataGao Xiang
2024-07-25erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang
2024-03-15erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang
2024-03-01erofs: fix inconsistent per-file compression formatGao Xiang
2024-03-01erofs: simplify compression configuration parserGao Xiang
2024-03-01erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale
2024-02-05erofs: fix ztailpacking for subpage compressed blocksGao Xiang
2024-01-31erofs: fix lz4 inplace decompressionGao Xiang
2024-01-31erofs: get rid of the remaining kmap_atomic()Gao Xiang
2024-01-25erofs: fix memory leak on short-lived bounced pagesGao Xiang
2023-10-10erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang
2023-09-06erofs: ensure that the post-EOF tails are all zeroedGao Xiang
2023-08-11erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang
2023-07-23erofs: fix fsdax unavailability for chunk-based regular filesXin Yin
2023-07-23erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo
2023-07-23erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo
2023-07-19erofs: fix compact 4B support for 16k block sizeGao Xiang
2023-07-19erofs: simplify iloc()Gao Xiang
2023-07-19erofs: kill hooked chains to avoid loops on deduplicated compressed imagesGao Xiang
2023-07-19erofs: move zdata.h into zdata.cGao Xiang
2023-07-19erofs: remove tagged pointer helpersGao Xiang
2023-07-19erofs: avoid tagged pointers to mark sync decompressionGao Xiang
2023-07-19erofs: clean up cached I/O strategiesGao Xiang
2023-05-11erofs: fix potential overflow calculating xattr_isizeJingbo Xu
2023-05-11erofs: initialize packed inode after root inode is assignedJingbo Xu
2023-05-11erofs: stop parsing non-compact HEAD index if clusterofs is invalidGao Xiang
2023-03-17erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang
2023-03-17erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang
2023-03-10erofs: relinquish volume with mutex heldJingbo Xu
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-02-06erofs: clean up parsing of fscache related optionsJingbo Xu
2023-02-06erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant