summaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-01erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang1-3/+4
2023-07-11erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo1-1/+1
2023-07-11erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo1-1/+1
2023-06-22erofs: Fix detection of atomic contextSandeep Dhavale1-1/+1
2023-06-18erofs: use poison pointer to replace the hard-coded addressGao Xiang1-3/+1
2023-06-18erofs: use struct lockref to replace handcrafted approachGao Xiang1-7/+8
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang1-8/+51
2023-05-29erofs: kill hooked chains to avoid loops on deduplicated compressed imagesGao Xiang1-61/+11
2023-05-29erofs: avoid on-stack pagepool directly passed by argumentsGao Xiang1-34/+30
2023-05-29erofs: allocate extra bvec pages directly instead of retryingGao Xiang1-20/+12
2023-05-29erofs: clean up z_erofs_pcluster_readmore()Yue Hu1-15/+12
2023-05-29erofs: remove the member readahead from struct z_erofs_decompress_frontendYue Hu1-10/+8
2023-05-29erofs: fold in z_erofs_decompress()Yue Hu1-1/+3
2023-05-23erofs: use HIPRI by default if per-cpu kthreads are enabledGao Xiang1-2/+0
2023-04-16erofs: sunset erofs_dbg()Gao Xiang1-5/+0
2023-04-16erofs: keep meta inode into erofs_bufGao Xiang1-2/+2
2023-04-16erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu1-8/+10
2023-03-09erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang1-6/+6
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter1-1/+3
2023-02-15erofs: add per-cpu threads for decompression as an optionSandeep Dhavale1-20/+170
2023-02-15erofs: move zdata.h into zdata.cGao Xiang1-1/+165
2023-02-15erofs: remove tagged pointer helpersGao Xiang1-20/+6
2023-02-15erofs: avoid tagged pointers to mark sync decompressionGao Xiang1-26/+16
2023-01-10erofs: fix kvcalloc() misuse with __GFP_NOFAILGao Xiang1-6/+6
2022-12-07erofs: Fix pcluster memleak when its block address is zeroChen Zhongjin1-1/+2
2022-12-07erofs: clean up cached I/O strategiesGao Xiang1-46/+31
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2022-11-09fs: fix leaked psi pressure stateJohannes Weiner1-7/+11
2022-11-08erofs: fix general protection fault when reading fragmentYue Hu1-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 Xiang1-5/+3
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+12
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang1-0/+1
2022-09-26erofs: support on-disk compressed fragments dataYue Hu1-1/+49
2022-09-20erofs: add manual PSI accounting for the compressed address spaceChristoph Hellwig1-1/+12
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang1-54/+88
2022-07-21erofs: record the longest decompressed size in this roundGao Xiang1-51/+27
2022-07-21erofs: introduce z_erofs_do_decompressed_bvec()Gao Xiang1-27/+22
2022-07-21erofs: try to leave (de)compressed_pages on stack if possibleGao Xiang1-13/+21
2022-07-21erofs: introduce struct z_erofs_decompress_backendGao Xiang1-65/+75
2022-07-21erofs: get rid of `z_pagemap_global'Gao Xiang1-24/+4
2022-07-21erofs: clean up `enum z_erofs_collectmode'Gao Xiang1-32/+31
2022-07-21erofs: get rid of `enum z_erofs_page_type'Gao Xiang1-25/+5
2022-07-21erofs: rework online page handlingGao Xiang1-34/+23
2022-07-21erofs: switch compressed_pages[] to bufvecGao Xiang1-58/+55
2022-07-21erofs: introduce `z_erofs_parse_in_bvecs'Gao Xiang1-52/+80
2022-07-21erofs: drop the old pagevec approachGao Xiang1-6/+15
2022-07-21erofs: introduce bufvec to store decompressed buffersGao Xiang1-46/+131
2022-07-21erofs: introduce `z_erofs_parse_out_bvecs()'Gao Xiang1-38/+43
2022-07-21erofs: clean up z_erofs_collector_begin()Gao Xiang1-17/+15