summaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
AgeCommit message (Expand)Author
2023-10-31erofs: fix erofs_insert_workgroup() lockref usageGao Xiang
2023-08-23erofs: release ztailpacking pclusters properlyJingbo Xu
2023-08-23erofs: adapt folios for z_erofs_read_folio()Gao Xiang
2023-08-23erofs: adapt folios for z_erofs_readahead()Gao Xiang
2023-08-23erofs: get rid of fe->backmost for cache decompressionGao Xiang
2023-08-23erofs: drop z_erofs_page_mark_eio()Gao Xiang
2023-08-23erofs: tidy up z_erofs_do_read_page()Gao Xiang
2023-08-23erofs: move preparation logic into z_erofs_pcluster_begin()Gao Xiang
2023-08-23erofs: avoid obsolete {collector,collection} termsGao Xiang
2023-08-23erofs: simplify z_erofs_read_fragment()Gao Xiang
2023-08-23erofs: refine warning messages for zdata I/OsFerry Meng
2023-08-01erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang
2023-07-12erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo
2023-07-12erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo
2023-06-22erofs: Fix detection of atomic contextSandeep Dhavale
2023-06-18erofs: use poison pointer to replace the hard-coded addressGao Xiang
2023-06-18erofs: use struct lockref to replace handcrafted approachGao Xiang
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang
2023-05-29erofs: kill hooked chains to avoid loops on deduplicated compressed imagesGao Xiang
2023-05-29erofs: avoid on-stack pagepool directly passed by argumentsGao Xiang
2023-05-29erofs: allocate extra bvec pages directly instead of retryingGao Xiang
2023-05-29erofs: clean up z_erofs_pcluster_readmore()Yue Hu
2023-05-29erofs: remove the member readahead from struct z_erofs_decompress_frontendYue Hu
2023-05-29erofs: fold in z_erofs_decompress()Yue Hu
2023-05-23erofs: use HIPRI by default if per-cpu kthreads are enabledGao Xiang
2023-04-17erofs: sunset erofs_dbg()Gao Xiang
2023-04-17erofs: keep meta inode into erofs_bufGao Xiang
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu
2023-03-09erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter
2023-02-15erofs: add per-cpu threads for decompression as an optionSandeep Dhavale
2023-02-15erofs: move zdata.h into zdata.cGao Xiang
2023-02-15erofs: remove tagged pointer helpersGao Xiang
2023-02-15erofs: avoid tagged pointers to mark sync decompressionGao Xiang
2023-01-10erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang
2022-12-07erofs: Fix pcluster memleak when its block address is zeroChen Zhongjin
2022-12-07erofs: clean up cached I/O strategiesGao Xiang
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-11-08fs: fix leaked psi pressure stateJohannes Weiner
2022-11-08erofs: fix general protection fault when reading fragmentYue Hu
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-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang
2022-09-26erofs: support on-disk compressed fragments dataYue Hu
2022-09-20erofs: add manual PSI accounting for the compressed address spaceChristoph Hellwig
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang
2022-07-21erofs: record the longest decompressed size in this roundGao Xiang
2022-07-21erofs: introduce z_erofs_do_decompressed_bvec()Gao Xiang
2022-07-21erofs: try to leave (de)compressed_pages on stack if possibleGao Xiang