summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2024-07-25erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang1-0/+2
2024-03-15erofs: apply proper VMA alignment for memory mapped files on THPGao Xiang1-0/+1
2024-03-01erofs: fix inconsistent per-file compression formatGao Xiang2-11/+14
2024-03-01erofs: simplify compression configuration parserGao Xiang5-92/+76
2024-03-01erofs: fix refcount on the metabuf used for inode lookupSandeep Dhavale1-14/+14
2024-02-05erofs: fix ztailpacking for subpage compressed blocksGao Xiang1-1/+1
2024-01-31erofs: fix lz4 inplace decompressionGao Xiang1-15/+16
2024-01-31erofs: get rid of the remaining kmap_atomic()Gao Xiang1-9/+9
2024-01-25erofs: fix memory leak on short-lived bounced pagesGao Xiang1-3/+2
2023-10-10erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang1-1/+4
2023-09-06erofs: ensure that the post-EOF tails are all zeroedGao Xiang1-0/+2
2023-08-11erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang1-3/+4
2023-07-23erofs: fix fsdax unavailability for chunk-based regular filesXin Yin1-1/+2
2023-07-23erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo1-1/+1
2023-07-23erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo1-1/+1
2023-07-19erofs: fix compact 4B support for 16k block sizeGao Xiang1-5/+1
2023-07-19erofs: simplify iloc()Gao Xiang5-35/+25
2023-07-19erofs: kill hooked chains to avoid loops on deduplicated compressed imagesGao Xiang1-61/+11
2023-07-19erofs: move zdata.h into zdata.cGao Xiang2-178/+165
2023-07-19erofs: remove tagged pointer helpersGao Xiang3-128/+6
2023-07-19erofs: avoid tagged pointers to mark sync decompressionGao Xiang2-27/+17
2023-07-19erofs: clean up cached I/O strategiesGao Xiang1-46/+31
2023-05-11erofs: fix potential overflow calculating xattr_isizeJingbo Xu1-1/+1
2023-05-11erofs: initialize packed inode after root inode is assignedJingbo Xu2-11/+12
2023-05-11erofs: stop parsing non-compact HEAD index if clusterofs is invalidGao Xiang1-0/+4
2023-03-17erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang1-6/+6
2023-03-17erofs: fix wrong kunmap when using LZMA on HIGHMEM platformsGao Xiang1-1/+1
2023-03-10erofs: relinquish volume with mutex heldJingbo Xu1-1/+1
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-3/+3
2023-02-06erofs: clean up parsing of fscache related optionsJingbo Xu1-7/+6
2023-02-06erofs/zmap.c: Fix incorrect offset calculationSiddh Raman Pant1-3/+7
2023-02-01erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang1-6/+6
2022-12-31erofs: validate the extent length for uncompressed pclustersGao Xiang1-0/+5
2022-12-31erofs: fix missing unmap if z_erofs_get_extent_compressedlen() failsGao Xiang1-4/+2
2022-12-31erofs: Fix pcluster memleak when its block address is zeroChen Zhongjin1-1/+2
2022-12-31erofs: check the uniqueness of fsid in shared domain in advanceHou Tao3-15/+44
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-37/+54
2022-11-14erofs: fix missing xas_retry() in fscache modeJingbo Xu1-3/+7
2022-11-10erofs: fix use-after-free of fsid and domain_id stringJingbo Xu4-30/+37
2022-11-08fs: fix leaked psi pressure stateJohannes Weiner1-7/+11
2022-11-08erofs: get correct count for unmapped range in fscache modeJingbo Xu1-3/+4
2022-11-08erofs: put metabuf in error path in fscache modeJingbo Xu1-1/+3
2022-11-08erofs: fix general protection fault when reading fragmentYue Hu1-0/+3
2022-10-17erofs: protect s_inodes with s_inode_list_lock for fscacheDawei Li1-0/+3
2022-10-17erofs: fix up inplace decompression success rateGao Xiang1-5/+4
2022-10-17erofs: shouldn't churn the mapping page for duplicated copiesGao Xiang2-8/+6
2022-10-17erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()Yue Hu1-12/+10
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+12
2022-09-27erofs: clean up erofs_iget()Gao Xiang4-22/+14
2022-09-27erofs: clean up unnecessary code and commentsGao Xiang4-16/+2