summaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
AgeCommit message (Expand)Author
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2020-12-09erofs: force inplace I/O under low memory scenarioGao Xiang
2020-12-08erofs: simplify try_to_claim_pcluster()Gao Xiang
2020-12-08erofs: insert to managed cache after adding to pclGao Xiang
2020-12-08erofs: get rid of magical Z_EROFS_MAPPING_STAGINGGao Xiang
2020-11-04erofs: fix setting up pcluster for temporary pagesGao Xiang
2020-09-19erofs: add REQ_RAHEAD flag to readahead requestsGao Xiang
2020-09-19erofs: fold in should_decompress_synchronously()Gao Xiang
2020-09-19erofs: avoid unnecessary variable `err'Gao Xiang
2020-09-18erofs: remove unneeded parameterChao Yu
2020-08-06Merge tag 'erofs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-03erofs: remove WQ_CPU_INTENSIVE flag from unbound wq'sGao Xiang
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-02Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-02erofs: convert compressed files from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)
2020-05-29erofs: convert to use the new mount fs_context apiChao Yu
2020-03-03erofs: convert workstn to XArrayGao Xiang
2020-01-21erofs: clean up z_erofs_submit_queue()Gao Xiang
2020-01-21erofs: fold in postsubmit_is_all_bypassed()Gao Xiang
2020-01-07erofs: remove unused tag argument while registering a workgroupVladimir Zapolskiy
2020-01-07erofs: remove unused tag argument while finding a workgroupVladimir Zapolskiy
2019-11-24erofs: drop all vle annotations for runtime namesGao Xiang
2019-11-24erofs: set iowait for sync decompressionGao Xiang
2019-11-24erofs: clean up decompress queue stuffsGao Xiang
2019-11-24erofs: get rid of __stagingpage_alloc helperGao Xiang
2019-10-16erofs: remove dead code since managed cache is now built-inGao Xiang
2019-10-16erofs: clean up collection handling routinesGao Xiang
2019-10-01erofs: fix mis-inplace determination related with noio chainGao Xiang
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang
2019-09-05erofs: kill all erofs specific fault injectionGao Xiang
2019-09-05erofs: add "erofs_" prefix for common and short functionsGao Xiang
2019-09-05erofs: kill __submit_bio()Gao Xiang
2019-09-05erofs: localize erofs_grab_bio()Gao Xiang
2019-09-05erofs: use erofs_inode namingGao Xiang
2019-08-30erofs: remove all likely/unlikely annotationsGao Xiang
2019-08-24erofs: move erofs out of stagingGao Xiang