aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2021-03-13Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-17/+11
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 1-1/+1
2021-03-08erofs: fix bio->bi_max_vecs behavior changeGravatar Gao Xiang 1-17/+11
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+1
2021-02-26block: Add bio_max_segsGravatar Matthew Wilcox (Oracle) 1-3/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-5/+7
2021-02-22Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+2
2021-02-11erofs: initialized fields can only be observed after bit is setGravatar Gao Xiang 2-2/+18
2021-02-11erofs: fix shift-out-of-bounds of blkszbitsGravatar Gao Xiang 1-2/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 2-4/+6
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-06erofs: use %pd instead of messing with ->d_nameGravatar Al Viro 1-2/+2
2020-12-10erofs: avoid using generic_block_bmapGravatar Huang Jianan 1-19/+7
2020-12-09erofs: force inplace I/O under low memory scenarioGravatar Gao Xiang 2-8/+43
2020-12-08erofs: simplify try_to_claim_pcluster()Gravatar Gao Xiang 1-27/+24
2020-12-08erofs: insert to managed cache after adding to pclGravatar Gao Xiang 1-17/+9
2020-12-08erofs: get rid of magical Z_EROFS_MAPPING_STAGINGGravatar Gao Xiang 4-40/+71
2020-12-08erofs: remove a void EROFS_VERSION macro set in MakefileGravatar Vladimir Zapolskiy 1-5/+0
2020-11-04erofs: fix setting up pcluster for temporary pagesGravatar Gao Xiang 1-2/+5
2020-11-04erofs: derive atime instead of leaving it emptyGravatar Gao Xiang 1-10/+11
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-10-09erofs: remove unnecessary enum entriesGravatar Chengguang Xu 1-2/+0
2020-09-19erofs: add REQ_RAHEAD flag to readahead requestsGravatar Gao Xiang 2-7/+12
2020-09-19erofs: fold in should_decompress_synchronously()Gravatar Gao Xiang 1-9/+3
2020-09-19erofs: avoid unnecessary variable `err'Gravatar Gao Xiang 1-3/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-09-18erofs: remove unneeded parameterGravatar Chao Yu 1-9/+6
2020-09-18erofs: avoid duplicated permission check for "trusted." xattrsGravatar Gao Xiang 1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-3/+3
2020-08-06Merge tag 'erofs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 16-71/+100
2020-08-03erofs: remove WQ_CPU_INTENSIVE flag from unbound wq'sGravatar Gao Xiang 1-2/+2
2020-08-03erofs: fold in used-once helper erofs_workgroup_unfreeze_final()Gravatar Gao Xiang 1-11/+3
2020-08-03erofs: fix extended inode could cross boundaryGravatar Gao Xiang 1-42/+79
2020-08-03erofs: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 16-16/+16
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 2-3/+3
2020-06-24erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixupGravatar Gao Xiang 1-10/+10
2020-06-02Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-173/+136
2020-06-02mm: remove the prot argument from vm_map_ramGravatar Christoph Hellwig 1-1/+1
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) 2-26/+15
2020-05-29erofs: suppress false positive last_block warningGravatar Gao Xiang 1-2/+2
2020-05-29erofs: convert to use the new mount fs_context apiGravatar Chao Yu 4-156/+132
2020-05-27erofs: code cleanup by removing ifdef macro surroundingGravatar Chengguang Xu 4-16/+3
2020-03-03erofs: handle corrupted images whose decompressed size less than it'd beGravatar Gao Xiang 1-3/+7
2020-03-03erofs: use LZ4_decompress_safe() for full decodingGravatar Gao Xiang 1-3/+9
2020-03-03erofs: correct the remaining shrink objectsGravatar Gao Xiang 1-1/+1
2020-03-03erofs: convert workstn to XArrayGravatar Gao Xiang 4-98/+76
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-11erofs: fix out-of-bound read for shifted uncompressed blockGravatar Gao Xiang 1-12/+10