summaryrefslogtreecommitdiffstats
path: root/fs/erofs/zdata.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang2019-09-051-6/+7
* erofs: kill all erofs specific fault injectionGao Xiang2019-09-051-7/+1
* erofs: add "erofs_" prefix for common and short functionsGao Xiang2019-09-051-9/+10
* erofs: kill __submit_bio()Gao Xiang2019-09-051-2/+4
* erofs: localize erofs_grab_bio()Gao Xiang2019-09-051-3/+7
* erofs: use erofs_inode namingGao Xiang2019-09-051-6/+3
* erofs: remove all likely/unlikely annotationsGao Xiang2019-08-301-22/+22
* erofs: move erofs out of stagingGao Xiang2019-08-241-0/+1432