summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* Merge tag 'erofs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-0616-71/+100
|\
| * erofs: remove WQ_CPU_INTENSIVE flag from unbound wq'sGao Xiang2020-08-031-2/+2
| * erofs: fold in used-once helper erofs_workgroup_unfreeze_final()Gao Xiang2020-08-031-11/+3
| * erofs: fix extended inode could cross boundaryGao Xiang2020-08-031-42/+79
| * erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-0316-16/+16
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-3/+3
|/
* erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixupGao Xiang2020-06-241-10/+10
* Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-028-173/+136
|\
| * erofs: suppress false positive last_block warningGao Xiang2020-05-291-2/+2
| * erofs: convert to use the new mount fs_context apiChao Yu2020-05-294-156/+132
| * erofs: code cleanup by removing ifdef macro surroundingChengguang Xu2020-05-274-16/+3
* | mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-021-1/+1
* | erofs: convert compressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-20/+9
* | erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-022-26/+15
|/
* erofs: handle corrupted images whose decompressed size less than it'd beGao Xiang2020-03-031-3/+7
* erofs: use LZ4_decompress_safe() for full decodingGao Xiang2020-03-031-3/+9
* erofs: correct the remaining shrink objectsGao Xiang2020-03-031-1/+1
* erofs: convert workstn to XArrayGao Xiang2020-03-034-98/+76
* erofs: clean up z_erofs_submit_queue()Gao Xiang2020-01-211-55/+40
* erofs: fold in postsubmit_is_all_bypassed()Gao Xiang2020-01-211-16/+7
* erofs: fix out-of-bound read for shifted uncompressed blockGao Xiang2020-01-111-12/+10
* erofs: remove void tagging/untagging of workgroup pointersVladimir Zapolskiy2020-01-071-7/+2
* erofs: remove unused tag argument while registering a workgroupVladimir Zapolskiy2020-01-073-5/+4
* erofs: remove unused tag argument while finding a workgroupVladimir Zapolskiy2020-01-073-5/+3
* erofs: correct indentation of an assigned structure inside a functionVladimir Zapolskiy2020-01-071-8/+9
* Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-111-0/+2
|\
| * erofs: zero out when listxattr is called with no xattrGao Xiang2019-12-041-0/+2
* | erofs: remove unnecessary output in erofs_show_options()Chengguang Xu2019-11-241-3/+0
* | erofs: drop all vle annotations for runtime namesGao Xiang2019-11-243-50/+44
* | erofs: support superblock checksumPratik Shinde2019-11-244-3/+38
* | erofs: set iowait for sync decompressionGao Xiang2019-11-241-2/+2
* | erofs: clean up decompress queue stuffsGao Xiang2019-11-242-81/+60
* | erofs: get rid of __stagingpage_alloc helperGao Xiang2019-11-244-24/+21
* | erofs: remove dead code since managed cache is now built-inGao Xiang2019-10-162-28/+10
* | erofs: clean up collection handling routinesGao Xiang2019-10-161-22/+25
|/
* erofs: fix mis-inplace determination related with noio chainGao Xiang2019-10-011-2/+10
* erofs: fix erofs_get_meta_page locking due to a cleanupGao Xiang2019-10-011-3/+7
* erofs: fix return value check in erofs_read_superblock()Wei Yongjun2019-10-011-2/+2
* erofs: use read_cache_page_gfp for erofs_get_meta_pageGao Xiang2019-09-051-61/+9
* erofs: always use iget5_lockedGao Xiang2019-09-051-7/+0
* erofs: use read_mapping_page instead of sb_breadGao Xiang2019-09-051-6/+9
* erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang2019-09-0511-90/+139
* erofs: save one level of indentationGao Xiang2019-09-051-32/+33
* erofs: kill use_vmap module parameterGao Xiang2019-09-051-33/+13
* erofs: kill all erofs specific fault injectionGao Xiang2019-09-056-158/+2
* erofs: add "erofs_" prefix for common and short functionsGao Xiang2019-09-057-53/+54
* erofs: kill __submit_bio()Gao Xiang2019-09-053-17/+17
* erofs: kill prio and nofail of erofs_get_meta_page()Gao Xiang2019-09-055-46/+16
* erofs: localize erofs_grab_bio()Gao Xiang2019-09-053-45/+22