aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2021-02-11erofs: initialized fields can only be observed after bit is setGao Xiang
2021-02-11erofs: fix shift-out-of-bounds of blkszbitsGao Xiang
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-06erofs: use %pd instead of messing with ->d_nameAl Viro
2020-12-10erofs: avoid using generic_block_bmapHuang Jianan
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-12-08erofs: remove a void EROFS_VERSION macro set in MakefileVladimir Zapolskiy
2020-11-04erofs: fix setting up pcluster for temporary pagesGao Xiang
2020-11-04erofs: derive atime instead of leaving it emptyGao Xiang
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-09erofs: remove unnecessary enum entriesChengguang Xu
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-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-09-18erofs: remove unneeded parameterChao Yu
2020-09-18erofs: avoid duplicated permission check for "trusted." xattrsGao Xiang
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
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: fold in used-once helper erofs_workgroup_unfreeze_final()Gao Xiang
2020-08-03erofs: fix extended inode could cross boundaryGao Xiang
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-24erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixupGao Xiang
2020-06-02Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig
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: suppress false positive last_block warningGao Xiang
2020-05-29erofs: convert to use the new mount fs_context apiChao Yu
2020-05-27erofs: code cleanup by removing ifdef macro surroundingChengguang Xu
2020-03-03erofs: handle corrupted images whose decompressed size less than it'd beGao Xiang
2020-03-03erofs: use LZ4_decompress_safe() for full decodingGao Xiang
2020-03-03erofs: correct the remaining shrink objectsGao Xiang
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-11erofs: fix out-of-bound read for shifted uncompressed blockGao Xiang
2020-01-07erofs: remove void tagging/untagging of workgroup pointersVladimir Zapolskiy
2020-01-07erofs: remove unused tag argument while registering a workgroupVladimir Zapolskiy
2020-01-07erofs: remove unused tag argument while finding a workgroupVladimir Zapolskiy