aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2020-06-02erofs: convert compressed files from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-20/+9
2020-06-02erofs: convert uncompressed files from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-1/+1
2020-05-29erofs: convert to use the new mount fs_context apiGravatar Chao Yu 1-2/+2
2020-03-03erofs: convert workstn to XArrayGravatar Gao Xiang 1-37/+39
2020-01-21erofs: clean up z_erofs_submit_queue()Gravatar Gao Xiang 1-55/+40
2020-01-21erofs: fold in postsubmit_is_all_bypassed()Gravatar Gao Xiang 1-16/+7
2020-01-07erofs: remove unused tag argument while registering a workgroupGravatar Vladimir Zapolskiy 1-1/+1
2020-01-07erofs: remove unused tag argument while finding a workgroupGravatar Vladimir Zapolskiy 1-2/+1
2019-11-24erofs: drop all vle annotations for runtime namesGravatar Gao Xiang 1-33/+29
2019-11-24erofs: set iowait for sync decompressionGravatar Gao Xiang 1-2/+2
2019-11-24erofs: clean up decompress queue stuffsGravatar Gao Xiang 1-75/+58
2019-11-24erofs: get rid of __stagingpage_alloc helperGravatar Gao Xiang 1-20/+17
2019-10-16erofs: remove dead code since managed cache is now built-inGravatar Gao Xiang 1-21/+4
2019-10-16erofs: clean up collection handling routinesGravatar Gao Xiang 1-22/+25
2019-10-01erofs: fix mis-inplace determination related with noio chainGravatar Gao Xiang 1-2/+10
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gravatar Gao Xiang 1-6/+7
2019-09-05erofs: kill all erofs specific fault injectionGravatar Gao Xiang 1-7/+1
2019-09-05erofs: add "erofs_" prefix for common and short functionsGravatar Gao Xiang 1-9/+10
2019-09-05erofs: kill __submit_bio()Gravatar Gao Xiang 1-2/+4
2019-09-05erofs: localize erofs_grab_bio()Gravatar Gao Xiang 1-3/+7
2019-09-05erofs: use erofs_inode namingGravatar Gao Xiang 1-6/+3
2019-08-30erofs: remove all likely/unlikely annotationsGravatar Gao Xiang 1-22/+22
2019-08-24erofs: move erofs out of stagingGravatar Gao Xiang 1-0/+1432