summaryrefslogtreecommitdiffstats
path: root/fs/erofs/zdata.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | erofs: avoid unnecessary z_erofs_decompressqueue_work() declarationGao Xiang2022-01-241-57/+56
|/
* erofs: use meta buffers for zmap operationsGao Xiang2022-01-041-14/+9
* erofs: support inline data decompressionYue Hu2021-12-311-42/+97
* erofs: add sysfs node to control sync decompression strategyHuang Jianan2021-12-081-4/+22
* Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-131-26/+7
|\
| * erofs: remove useless cache strategy of DELAYEDALLOCYue Hu2021-11-081-20/+0
| * erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2021-11-081-6/+7
* | erofs: get rid of ->lru usageGao Xiang2021-10-251-24/+18
* | erofs: lzma compression supportGao Xiang2021-10-191-2/+2
* | erofs: introduce readmore decompression strategyGao Xiang2021-10-191-19/+80
* | erofs: get compression algorithms directly on mappingGao Xiang2021-10-181-6/+6
* | erofs: add multiple device supportGao Xiang2021-10-181-5/+15
* | erofs: decouple basic mount options from fs_contextGao Xiang2021-10-171-4/+4
|/
* erofs: remove the mapping parameter from erofs_try_to_free_cached_page()Yue Hu2021-08-111-2/+1
* erofs: directly use wrapper erofs_page_is_managed() when shrinkingYue Hu2021-08-111-2/+1
* erofs: clean up file headers & footersGao Xiang2021-06-081-2/+0
* erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()Yue Hu2021-06-081-3/+1
* erofs: fix up inplace I/O pointer for big pclusterGao Xiang2021-04-101-14/+14
* erofs: introduce physical cluster slab poolsGao Xiang2021-04-101-56/+116
* erofs: reserve physical_clusterbits[]Gao Xiang2021-04-071-2/+1
* erofs: Clean up spelling mistakes found in fs/erofsRuiqi Gong2021-04-031-1/+1
* erofs: complete a missing case for inplace I/OGao Xiang2021-03-291-15/+29
* erofs: use sync decompression for atomic contexts onlyHuang Jianan2021-03-291-2/+6
* erofs: use workqueue decompression for atomic contexts onlyHuang Jianan2021-03-291-1/+8
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* erofs: force inplace I/O under low memory scenarioGao Xiang2020-12-091-8/+40