aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs/zdata.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-13Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-26/+7
2021-11-08erofs: remove useless cache strategy of DELAYEDALLOCYue Hu1-20/+0
2021-11-08erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang1-6/+7
2021-10-25erofs: get rid of ->lru usageGao Xiang1-24/+18
2021-10-19erofs: lzma compression supportGao Xiang1-2/+2
2021-10-19erofs: introduce readmore decompression strategyGao Xiang1-19/+80
2021-10-18erofs: get compression algorithms directly on mappingGao Xiang1-6/+6
2021-10-18erofs: add multiple device supportGao Xiang1-5/+15
2021-10-17erofs: decouple basic mount options from fs_contextGao Xiang1-4/+4
2021-08-11erofs: remove the mapping parameter from erofs_try_to_free_cached_page()Yue Hu1-2/+1
2021-08-11erofs: directly use wrapper erofs_page_is_managed() when shrinkingYue Hu1-2/+1
2021-06-08erofs: clean up file headers & footersGao Xiang1-2/+0
2021-06-08erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()Yue Hu1-3/+1
2021-04-10erofs: fix up inplace I/O pointer for big pclusterGao Xiang1-14/+14
2021-04-10erofs: introduce physical cluster slab poolsGao Xiang1-56/+116
2021-04-07erofs: reserve physical_clusterbits[]Gao Xiang1-2/+1
2021-04-03erofs: Clean up spelling mistakes found in fs/erofsRuiqi Gong1-1/+1
2021-03-29erofs: complete a missing case for inplace I/OGao Xiang1-15/+29
2021-03-29erofs: use sync decompression for atomic contexts onlyHuang Jianan1-2/+6
2021-03-29erofs: use workqueue decompression for atomic contexts onlyHuang Jianan1-1/+8
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2020-12-09erofs: force inplace I/O under low memory scenarioGao Xiang1-8/+40
2020-12-08erofs: simplify try_to_claim_pcluster()Gao Xiang1-27/+24
2020-12-08erofs: insert to managed cache after adding to pclGao Xiang1-17/+9
2020-12-08erofs: get rid of magical Z_EROFS_MAPPING_STAGINGGao Xiang1-26/+31
2020-11-04erofs: fix setting up pcluster for temporary pagesGao Xiang1-2/+5
2020-09-19erofs: add REQ_RAHEAD flag to readahead requestsGao Xiang1-6/+11
2020-09-19erofs: fold in should_decompress_synchronously()Gao Xiang1-9/+3
2020-09-19erofs: avoid unnecessary variable `err'Gao Xiang1-3/+1
2020-09-18erofs: remove unneeded parameterChao Yu1-9/+6
2020-08-06Merge tag 'erofs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-3/+3
2020-08-03erofs: remove WQ_CPU_INTENSIVE flag from unbound wq'sGao Xiang1-2/+2
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-02Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-2/+2
2020-06-02erofs: convert compressed files from readpages to readaheadMatthew Wilcox (Oracle)1-20/+9
2020-06-02erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)1-1/+1
2020-05-29erofs: convert to use the new mount fs_context apiChao Yu1-2/+2
2020-03-03erofs: convert workstn to XArrayGao Xiang1-37/+39
2020-01-21erofs: clean up z_erofs_submit_queue()Gao Xiang1-55/+40
2020-01-21erofs: fold in postsubmit_is_all_bypassed()Gao Xiang1-16/+7
2020-01-07erofs: remove unused tag argument while registering a workgroupVladimir Zapolskiy1-1/+1
2020-01-07erofs: remove unused tag argument while finding a workgroupVladimir Zapolskiy1-2/+1
2019-11-24erofs: drop all vle annotations for runtime namesGao Xiang1-33/+29
2019-11-24erofs: set iowait for sync decompressionGao Xiang1-2/+2
2019-11-24erofs: clean up decompress queue stuffsGao Xiang1-75/+58
2019-11-24erofs: get rid of __stagingpage_alloc helperGao Xiang1-20/+17
2019-10-16erofs: remove dead code since managed cache is now built-inGao Xiang1-21/+4
2019-10-16erofs: clean up collection handling routinesGao Xiang1-22/+25
2019-10-01erofs: fix mis-inplace determination related with noio chainGao Xiang1-2/+10