summaryrefslogtreecommitdiffstats
path: root/fs/erofs/zdata.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* erofs: simplify try_to_claim_pcluster()Gao Xiang2020-12-081-27/+24
* erofs: insert to managed cache after adding to pclGao Xiang2020-12-081-17/+9
* erofs: get rid of magical Z_EROFS_MAPPING_STAGINGGao Xiang2020-12-081-26/+31
* erofs: fix setting up pcluster for temporary pagesGao Xiang2020-11-041-2/+5
* erofs: add REQ_RAHEAD flag to readahead requestsGao Xiang2020-09-191-6/+11
* erofs: fold in should_decompress_synchronously()Gao Xiang2020-09-191-9/+3
* erofs: avoid unnecessary variable `err'Gao Xiang2020-09-191-3/+1
* erofs: remove unneeded parameterChao Yu2020-09-181-9/+6
* Merge tag 'erofs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-061-3/+3
|\
| * erofs: remove WQ_CPU_INTENSIVE flag from unbound wq'sGao Xiang2020-08-031-2/+2
| * erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-031-1/+1
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-021-2/+2
|\
| * erofs: convert to use the new mount fs_context apiChao Yu2020-05-291-2/+2
* | erofs: convert compressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-20/+9
* | erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-1/+1
|/
* erofs: convert workstn to XArrayGao Xiang2020-03-031-37/+39
* erofs: clean up z_erofs_submit_queue()Gao Xiang2020-01-211-55/+40
* erofs: fold in postsubmit_is_all_bypassed()Gao Xiang2020-01-211-16/+7
* erofs: remove unused tag argument while registering a workgroupVladimir Zapolskiy2020-01-071-1/+1
* erofs: remove unused tag argument while finding a workgroupVladimir Zapolskiy2020-01-071-2/+1
* erofs: drop all vle annotations for runtime namesGao Xiang2019-11-241-33/+29
* erofs: set iowait for sync decompressionGao Xiang2019-11-241-2/+2
* erofs: clean up decompress queue stuffsGao Xiang2019-11-241-75/+58
* erofs: get rid of __stagingpage_alloc helperGao Xiang2019-11-241-20/+17
* erofs: remove dead code since managed cache is now built-inGao Xiang2019-10-161-21/+4
* erofs: clean up collection handling routinesGao Xiang2019-10-161-22/+25
* erofs: fix mis-inplace determination related with noio chainGao Xiang2019-10-011-2/+10