summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* 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
* erofs: kill verbose debug info in erofs_fill_superGao Xiang2019-09-051-7/+2
* erofs: use dsb instead of layout for ondisk super_blockGao Xiang2019-09-051-18/+17
* erofs: better erofs symlink stuffsGao Xiang2019-09-053-54/+29
* erofs: update comments in inode.cGao Xiang2019-09-051-3/+2
* erofs: update erofs_fs.h commentsGao Xiang2019-09-051-4/+5
* erofs: use erofs_inode namingGao Xiang2019-09-0510-57/+54
* erofs: kill erofs_{init,exit}_inode_cacheGao Xiang2019-09-051-19/+12
* erofs: better naming for erofs inode related stuffsGao Xiang2019-09-056-90/+108