summary refs log tree commit diff
path: root/fs/erofs
AgeCommit message (Expand)Author
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
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang
2022-09-26erofs: support on-disk compressed fragments dataYue Hu
2022-09-23erofs: support interlaced uncompressed data for compressed filesYue Hu
2022-09-23erofs: clean up .read_folio() and .readahead() in fscache modeJingbo Xu
2022-09-20erofs: add manual PSI accounting for the compressed address spaceChristoph Hellwig
2022-09-20erofs: introduce 'domain_id' mount optionJia Zhu
2022-09-20erofs: Support sharing cookies in the same domainJia Zhu
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu
2022-09-20erofs: introduce fscache-based domainJia Zhu