summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2022-08-21erofs: avoid consecutive detection for Highmem memoryGao Xiang1-6/+10
2021-12-01erofs: fix deadlock when shrink erofs slabHuang Jianan1-2/+6
2021-11-21erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2-9/+17
2021-11-21erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()Yue Hu2-7/+2
2021-11-18erofs: don't trigger WARN() when decompression failsGao Xiang1-1/+0
2021-07-14erofs: fix error return code in erofs_read_superblock()Wei Yongjun1-0/+1
2021-05-11erofs: add unsupported inode i_format checkGao Xiang2-0/+10
2021-03-07erofs: fix shift-out-of-bounds of blkszbitsGao Xiang1-2/+2
2021-03-04erofs: initialized fields can only be observed after bit is setGao Xiang2-2/+18
2020-12-30erofs: avoid using generic_block_bmapHuang Jianan1-19/+7
2020-11-04erofs: fix setting up pcluster for temporary pagesGao Xiang1-2/+5
2020-11-04erofs: derive atime instead of leaving it emptyGao Xiang1-10/+11
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-10-09erofs: remove unnecessary enum entriesChengguang Xu1-2/+0
2020-09-19erofs: add REQ_RAHEAD flag to readahead requestsGao Xiang2-7/+12
2020-09-19erofs: fold in should_decompress_synchronously()Gao Xiang1-9/+3
2020-09-19erofs: avoid unnecessary variable `err'Gao Xiang1-3/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-09-18erofs: remove unneeded parameterChao Yu1-9/+6
2020-09-18erofs: avoid duplicated permission check for "trusted." xattrsGao Xiang1-2/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-08-07Merge tag 'erofs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-71/+100
2020-08-03erofs: remove WQ_CPU_INTENSIVE flag from unbound wq'sGao Xiang1-2/+2
2020-08-03erofs: fold in used-once helper erofs_workgroup_unfreeze_final()Gao Xiang1-11/+3
2020-08-03erofs: fix extended inode could cross boundaryGao Xiang1-42/+79
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov16-16/+16
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-3/+3
2020-06-24erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixupGao Xiang1-10/+10
2020-06-03Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-173/+136
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-1/+1
2020-06-02erofs: convert compressed files from readpages to readaheadMatthew Wilcox (Oracle)1-20/+9
2020-06-02erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)2-26/+15
2020-05-29erofs: suppress false positive last_block warningGao Xiang1-2/+2
2020-05-29erofs: convert to use the new mount fs_context apiChao Yu4-156/+132
2020-05-27erofs: code cleanup by removing ifdef macro surroundingChengguang Xu4-16/+3
2020-03-03erofs: handle corrupted images whose decompressed size less than it'd beGao Xiang1-3/+7
2020-03-03erofs: use LZ4_decompress_safe() for full decodingGao Xiang1-3/+9
2020-03-03erofs: correct the remaining shrink objectsGao Xiang1-1/+1
2020-03-03erofs: convert workstn to XArrayGao Xiang4-98/+76
2020-01-21erofs: clean up z_erofs_submit_queue()Gao Xiang1-55/+40
2020-01-21erofs: fold in postsubmit_is_all_bypassed()Gao Xiang1-16/+7
2020-01-11erofs: fix out-of-bound read for shifted uncompressed blockGao Xiang1-12/+10
2020-01-07erofs: remove void tagging/untagging of workgroup pointersVladimir Zapolskiy1-7/+2
2020-01-07erofs: remove unused tag argument while registering a workgroupVladimir Zapolskiy3-5/+4
2020-01-07erofs: remove unused tag argument while finding a workgroupVladimir Zapolskiy3-5/+3
2020-01-07erofs: correct indentation of an assigned structure inside a functionVladimir Zapolskiy1-8/+9
2019-12-11Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2019-12-04erofs: zero out when listxattr is called with no xattrGao Xiang1-0/+2
2019-11-24erofs: remove unnecessary output in erofs_show_options()Chengguang Xu1-3/+0
2019-11-24erofs: drop all vle annotations for runtime namesGao Xiang3-50/+44