summaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
AgeCommit message (Expand)Author
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
2022-07-21erofs: introduce struct z_erofs_decompress_backendGao Xiang
2022-07-21erofs: get rid of `z_pagemap_global'Gao Xiang
2022-07-21erofs: clean up `enum z_erofs_collectmode'Gao Xiang
2022-07-21erofs: get rid of `enum z_erofs_page_type'Gao Xiang
2022-07-21erofs: rework online page handlingGao Xiang
2022-07-21erofs: switch compressed_pages[] to bufvecGao Xiang
2022-07-21erofs: introduce `z_erofs_parse_in_bvecs'Gao Xiang
2022-07-21erofs: drop the old pagevec approachGao Xiang
2022-07-21erofs: introduce bufvec to store decompressed buffersGao Xiang
2022-07-21erofs: introduce `z_erofs_parse_out_bvecs()'Gao Xiang
2022-07-21erofs: clean up z_erofs_collector_begin()Gao Xiang
2022-07-21erofs: get rid of unneeded `inode', `map' and `sb'Gao Xiang
2022-06-01Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-31erofs: fix 'backmost' member of z_erofs_decompress_frontendWeizhao Ouyang
2022-05-31erofs: simplify z_erofs_pcluster_readmore()Gao Xiang
2022-05-31erofs: get rid of label `restart_now'Gao Xiang
2022-05-31erofs: get rid of `struct z_erofs_collection'Gao Xiang
2022-05-09erofs: Convert erofs zdata to read_folioMatthew Wilcox (Oracle)
2022-04-15erofs: fix use-after-free of on-stack io[]Hongyu Jin
2022-03-22Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-17erofs: refine managed inode stuffsGao Xiang
2022-03-16erofs: clean up preload_compressed_pages()Gao Xiang
2022-03-16erofs: get rid of `struct z_erofs_collector'Gao Xiang
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-01-24erofs: avoid unnecessary z_erofs_decompressqueue_work() declarationGao Xiang
2022-01-04erofs: use meta buffers for zmap operationsGao Xiang
2021-12-31erofs: support inline data decompressionYue Hu