summaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | erofs: introduce partial-referenced pclustersGao Xiang2022-09-261-0/+1
* | erofs: support on-disk compressed fragments dataYue Hu2022-09-261-1/+49
|/
* erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang2022-07-221-54/+88
* erofs: record the longest decompressed size in this roundGao Xiang2022-07-211-51/+27
* erofs: introduce z_erofs_do_decompressed_bvec()Gao Xiang2022-07-211-27/+22
* erofs: try to leave (de)compressed_pages on stack if possibleGao Xiang2022-07-211-13/+21
* erofs: introduce struct z_erofs_decompress_backendGao Xiang2022-07-211-65/+75
* erofs: get rid of `z_pagemap_global'Gao Xiang2022-07-211-24/+4
* erofs: clean up `enum z_erofs_collectmode'Gao Xiang2022-07-211-32/+31
* erofs: get rid of `enum z_erofs_page_type'Gao Xiang2022-07-211-25/+5
* erofs: rework online page handlingGao Xiang2022-07-211-34/+23
* erofs: switch compressed_pages[] to bufvecGao Xiang2022-07-211-58/+55
* erofs: introduce `z_erofs_parse_in_bvecs'Gao Xiang2022-07-211-52/+80
* erofs: drop the old pagevec approachGao Xiang2022-07-211-6/+15
* erofs: introduce bufvec to store decompressed buffersGao Xiang2022-07-211-46/+131
* erofs: introduce `z_erofs_parse_out_bvecs()'Gao Xiang2022-07-211-38/+43
* erofs: clean up z_erofs_collector_begin()Gao Xiang2022-07-211-17/+15
* erofs: get rid of unneeded `inode', `map' and `sb'Gao Xiang2022-07-211-23/+19
* Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-011-100/+67
|\
| * erofs: fix 'backmost' member of z_erofs_decompress_frontendWeizhao Ouyang2022-05-311-1/+1
| * erofs: simplify z_erofs_pcluster_readmore()Gao Xiang2022-05-311-13/+10
| * erofs: get rid of label `restart_now'Gao Xiang2022-05-311-19/+14
| * erofs: get rid of `struct z_erofs_collection'Gao Xiang2022-05-311-68/+43
* | erofs: Convert erofs zdata to read_folioMatthew Wilcox (Oracle)2022-05-091-3/+4
|/
* erofs: fix use-after-free of on-stack io[]Hongyu Jin2022-04-151-8/+4
* Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-221-96/+88
|\
| * erofs: refine managed inode stuffsGao Xiang2022-03-171-4/+3
| * erofs: clean up preload_compressed_pages()Gao Xiang2022-03-161-8/+10
| * erofs: get rid of `struct z_erofs_collector'Gao Xiang2022-03-161-86/+77
* | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-3/+2
|\ \ | |/ |/|
| * block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+2