aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-07erofs: remove void tagging/untagging of workgroup pointersGravatar Vladimir Zapolskiy 1-7/+2
2020-01-07erofs: remove unused tag argument while registering a workgroupGravatar Vladimir Zapolskiy 3-5/+4
2020-01-07erofs: remove unused tag argument while finding a workgroupGravatar Vladimir Zapolskiy 3-5/+3
2020-01-07erofs: correct indentation of an assigned structure inside a functionGravatar Vladimir Zapolskiy 1-8/+9
2019-12-11Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2019-12-04erofs: zero out when listxattr is called with no xattrGravatar Gao Xiang 1-0/+2
2019-11-24erofs: remove unnecessary output in erofs_show_options()Gravatar Chengguang Xu 1-3/+0
2019-11-24erofs: drop all vle annotations for runtime namesGravatar Gao Xiang 3-50/+44
2019-11-24erofs: support superblock checksumGravatar Pratik Shinde 4-3/+38
2019-11-24erofs: set iowait for sync decompressionGravatar Gao Xiang 1-2/+2
2019-11-24erofs: clean up decompress queue stuffsGravatar Gao Xiang 2-81/+60
2019-11-24erofs: get rid of __stagingpage_alloc helperGravatar Gao Xiang 4-24/+21
2019-10-16erofs: remove dead code since managed cache is now built-inGravatar Gao Xiang 2-28/+10
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-10-01erofs: fix erofs_get_meta_page locking due to a cleanupGravatar Gao Xiang 1-3/+7
2019-10-01erofs: fix return value check in erofs_read_superblock()Gravatar Wei Yongjun 1-2/+2
2019-09-05erofs: use read_cache_page_gfp for erofs_get_meta_pageGravatar Gao Xiang 1-61/+9
2019-09-05erofs: always use iget5_lockedGravatar Gao Xiang 1-7/+0
2019-09-05erofs: use read_mapping_page instead of sb_breadGravatar Gao Xiang 1-6/+9
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gravatar Gao Xiang 11-90/+139
2019-09-05erofs: save one level of indentationGravatar Gao Xiang 1-32/+33
2019-09-05erofs: kill use_vmap module parameterGravatar Gao Xiang 1-33/+13
2019-09-05erofs: kill all erofs specific fault injectionGravatar Gao Xiang 6-158/+2
2019-09-05erofs: add "erofs_" prefix for common and short functionsGravatar Gao Xiang 7-53/+54
2019-09-05erofs: kill __submit_bio()Gravatar Gao Xiang 3-17/+17
2019-09-05erofs: kill prio and nofail of erofs_get_meta_page()Gravatar Gao Xiang 5-46/+16
2019-09-05erofs: localize erofs_grab_bio()Gravatar Gao Xiang 3-45/+22