summaryrefslogtreecommitdiffstats
path: root/fs/erofs/zdata.c
Commit message (Expand)AuthorAgeFilesLines
* erofs: allow partially filled compressed bvecsYue Hu2023-12-211-23/+13
* erofs: enable sub-page compressed block supportGao Xiang2023-12-181-2/+4
* erofs: fix ztailpacking for subpage compressed blocksGao Xiang2023-12-181-1/+1
* erofs: record `pclustersize` in bytes instead of pagesGao Xiang2023-12-151-38/+26
* erofs: support I/O submission for sub-page compressed blocksGao Xiang2023-12-151-82/+74
* erofs: fix memory leak on short-lived bounced pagesGao Xiang2023-12-151-3/+2
* erofs: fix erofs_insert_workgroup() lockref usageGao Xiang2023-10-311-0/+1
* erofs: release ztailpacking pclusters properlyJingbo Xu2023-08-231-1/+4
* erofs: adapt folios for z_erofs_read_folio()Gao Xiang2023-08-231-5/+4
* erofs: adapt folios for z_erofs_readahead()Gao Xiang2023-08-231-17/+15
* erofs: get rid of fe->backmost for cache decompressionGao Xiang2023-08-231-5/+2
* erofs: drop z_erofs_page_mark_eio()Gao Xiang2023-08-231-20/+9
* erofs: tidy up z_erofs_do_read_page()Gao Xiang2023-08-231-29/+24
* erofs: move preparation logic into z_erofs_pcluster_begin()Gao Xiang2023-08-231-33/+27
* erofs: avoid obsolete {collector,collection} termsGao Xiang2023-08-231-21/+18
* erofs: simplify z_erofs_read_fragment()Gao Xiang2023-08-231-26/+13
* erofs: refine warning messages for zdata I/OsFerry Meng2023-08-231-14/+9
* erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang2023-08-011-3/+4
* erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo2023-07-121-1/+1
* erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo2023-07-121-1/+1
* erofs: Fix detection of atomic contextSandeep Dhavale2023-06-221-1/+1
* erofs: use poison pointer to replace the hard-coded addressGao Xiang2023-06-181-3/+1
* erofs: use struct lockref to replace handcrafted approachGao Xiang2023-06-181-7/+8
* erofs: adapt managed inode operations into foliosGao Xiang2023-05-291-8/+51
* erofs: kill hooked chains to avoid loops on deduplicated compressed imagesGao Xiang2023-05-291-61/+11
* erofs: avoid on-stack pagepool directly passed by argumentsGao Xiang2023-05-291-34/+30
* erofs: allocate extra bvec pages directly instead of retryingGao Xiang2023-05-291-20/+12
* erofs: clean up z_erofs_pcluster_readmore()Yue Hu2023-05-291-15/+12
* erofs: remove the member readahead from struct z_erofs_decompress_frontendYue Hu2023-05-291-10/+8
* erofs: fold in z_erofs_decompress()Yue Hu2023-05-291-1/+3
* erofs: use HIPRI by default if per-cpu kthreads are enabledGao Xiang2023-05-231-2/+0
* erofs: sunset erofs_dbg()Gao Xiang2023-04-171-5/+0
* erofs: keep meta inode into erofs_bufGao Xiang2023-04-171-2/+2
* erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu2023-04-171-8/+10
* erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang2023-03-091-6/+6
* erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter2023-02-161-1/+3
* erofs: add per-cpu threads for decompression as an optionSandeep Dhavale2023-02-151-20/+170
* erofs: move zdata.h into zdata.cGao Xiang2023-02-151-1/+165
* erofs: remove tagged pointer helpersGao Xiang2023-02-151-20/+6
* erofs: avoid tagged pointers to mark sync decompressionGao Xiang2023-02-151-26/+16
* erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang2023-01-101-6/+6
* erofs: Fix pcluster memleak when its block address is zeroChen Zhongjin2022-12-071-1/+2
* erofs: clean up cached I/O strategiesGao Xiang2022-12-071-46/+31
* Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-151-0/+3
|\
| * erofs: fix general protection fault when reading fragmentYue Hu2022-11-081-0/+3
* | fs: fix leaked psi pressure stateJohannes Weiner2022-11-081-7/+11
|/
* erofs: fix up inplace decompression success rateGao Xiang2022-10-171-5/+4
* erofs: shouldn't churn the mapping page for duplicated copiesGao Xiang2022-10-171-5/+3
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+12
|\
| * erofs: add manual PSI accounting for the compressed address spaceChristoph Hellwig2022-09-201-1/+12