aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs
AgeCommit message (Expand)Author
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
2023-02-01erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang
2022-12-31erofs: validate the extent length for uncompressed pclustersGao Xiang
2022-12-31erofs: fix missing unmap if z_erofs_get_extent_compressedlen() failsGao Xiang
2022-12-31erofs: Fix pcluster memleak when its block address is zeroChen Zhongjin
2022-12-31erofs: check the uniqueness of fsid in shared domain in advanceHou Tao
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-11-14erofs: fix missing xas_retry() in fscache modeJingbo Xu
2022-11-10erofs: fix use-after-free of fsid and domain_id stringJingbo Xu
2022-11-08fs: fix leaked psi pressure stateJohannes Weiner
2022-11-08erofs: get correct count for unmapped range in fscache modeJingbo Xu
2022-11-08erofs: put metabuf in error path in fscache modeJingbo Xu
2022-11-08erofs: fix general protection fault when reading fragmentYue Hu
2022-10-17erofs: protect s_inodes with s_inode_list_lock for fscacheDawei Li
2022-10-17erofs: fix up inplace decompression success rateGao Xiang
2022-10-17erofs: shouldn't churn the mapping page for duplicated copiesGao Xiang
2022-10-17erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()Yue Hu
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-27erofs: clean up erofs_iget()Gao Xiang
2022-09-27erofs: clean up unnecessary code and commentsGao Xiang
2022-09-27erofs: fold in z_erofs_reload_indexes()Yue Hu