aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-09erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gravatar Gao Xiang 1-6/+6
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Gravatar Dan Carpenter 1-1/+3
2023-02-15erofs: add per-cpu threads for decompression as an optionGravatar Sandeep Dhavale 1-20/+170
2023-02-15erofs: move zdata.h into zdata.cGravatar Gao Xiang 1-1/+165
2023-02-15erofs: remove tagged pointer helpersGravatar Gao Xiang 1-20/+6
2023-02-15erofs: avoid tagged pointers to mark sync decompressionGravatar Gao Xiang 1-26/+16
2023-01-10erofs: fix kvcalloc() misuse with __GFP_NOFAILGravatar Gao Xiang 1-6/+6
2022-12-07erofs: Fix pcluster memleak when its block address is zeroGravatar Chen Zhongjin 1-1/+2
2022-12-07erofs: clean up cached I/O strategiesGravatar Gao Xiang 1-46/+31
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+3
2022-11-08fs: fix leaked psi pressure stateGravatar Johannes Weiner 1-7/+11
2022-11-08erofs: fix general protection fault when reading fragmentGravatar Yue Hu 1-0/+3
2022-10-17erofs: fix up inplace decompression success rateGravatar Gao Xiang 1-5/+4
2022-10-17erofs: shouldn't churn the mapping page for duplicated copiesGravatar Gao Xiang 1-5/+3
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+12
2022-09-26erofs: introduce partial-referenced pclustersGravatar Gao Xiang 1-0/+1
2022-09-26erofs: support on-disk compressed fragments dataGravatar Yue Hu 1-1/+49
2022-09-20erofs: add manual PSI accounting for the compressed address spaceGravatar Christoph Hellwig 1-1/+12
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gravatar Gao Xiang 1-54/+88
2022-07-21erofs: record the longest decompressed size in this roundGravatar Gao Xiang 1-51/+27
2022-07-21erofs: introduce z_erofs_do_decompressed_bvec()Gravatar Gao Xiang 1-27/+22
2022-07-21erofs: try to leave (de)compressed_pages on stack if possibleGravatar Gao Xiang 1-13/+21
2022-07-21erofs: introduce struct z_erofs_decompress_backendGravatar Gao Xiang 1-65/+75
2022-07-21erofs: get rid of `z_pagemap_global'Gravatar Gao Xiang 1-24/+4
2022-07-21erofs: clean up `enum z_erofs_collectmode'Gravatar Gao Xiang 1-32/+31
2022-07-21erofs: get rid of `enum z_erofs_page_type'Gravatar Gao Xiang 1-25/+5
2022-07-21erofs: rework online page handlingGravatar Gao Xiang 1-34/+23
2022-07-21erofs: switch compressed_pages[] to bufvecGravatar Gao Xiang 1-58/+55
2022-07-21erofs: introduce `z_erofs_parse_in_bvecs'Gravatar Gao Xiang 1-52/+80
2022-07-21erofs: drop the old pagevec approachGravatar Gao Xiang 1-6/+15
2022-07-21erofs: introduce bufvec to store decompressed buffersGravatar Gao Xiang 1-46/+131
2022-07-21erofs: introduce `z_erofs_parse_out_bvecs()'Gravatar Gao Xiang 1-38/+43
2022-07-21erofs: clean up z_erofs_collector_begin()Gravatar Gao Xiang 1-17/+15
2022-07-21erofs: get rid of unneeded `inode', `map' and `sb'Gravatar Gao Xiang 1-23/+19
2022-06-01Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-100/+67
2022-05-31erofs: fix 'backmost' member of z_erofs_decompress_frontendGravatar Weizhao Ouyang 1-1/+1
2022-05-31erofs: simplify z_erofs_pcluster_readmore()Gravatar Gao Xiang 1-13/+10
2022-05-31erofs: get rid of label `restart_now'Gravatar Gao Xiang 1-19/+14
2022-05-31erofs: get rid of `struct z_erofs_collection'Gravatar Gao Xiang 1-68/+43
2022-05-09erofs: Convert erofs zdata to read_folioGravatar Matthew Wilcox (Oracle) 1-3/+4
2022-04-15erofs: fix use-after-free of on-stack io[]Gravatar Hongyu Jin 1-8/+4
2022-03-22Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-96/+88
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+2
2022-03-17erofs: refine managed inode stuffsGravatar Gao Xiang 1-4/+3
2022-03-16erofs: clean up preload_compressed_pages()Gravatar Gao Xiang 1-8/+10
2022-03-16erofs: get rid of `struct z_erofs_collector'Gravatar Gao Xiang 1-86/+77
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-3/+2
2022-01-24erofs: avoid unnecessary z_erofs_decompressqueue_work() declarationGravatar Gao Xiang 1-57/+56
2022-01-04erofs: use meta buffers for zmap operationsGravatar Gao Xiang 1-14/+9
2021-12-31erofs: support inline data decompressionGravatar Yue Hu 1-42/+97