aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-05erofs: kill verbose debug info in erofs_fill_superGravatar Gao Xiang 1-7/+2
2019-09-05erofs: use dsb instead of layout for ondisk super_blockGravatar Gao Xiang 1-18/+17
2019-09-05erofs: better erofs symlink stuffsGravatar Gao Xiang 3-54/+29
2019-09-05erofs: update comments in inode.cGravatar Gao Xiang 1-3/+2
2019-09-05erofs: update erofs_fs.h commentsGravatar Gao Xiang 1-4/+5
2019-09-05erofs: use erofs_inode namingGravatar Gao Xiang 10-57/+54
2019-09-05erofs: kill erofs_{init,exit}_inode_cacheGravatar Gao Xiang 1-19/+12
2019-09-05erofs: better naming for erofs inode related stuffsGravatar Gao Xiang 6-90/+108
2019-09-05erofs: use feature_incompat rather than requirementsGravatar Gao Xiang 4-13/+14
2019-09-05erofs: update erofs_inode_is_data_compressed helperGravatar Gao Xiang 1-3/+2
2019-09-05erofs: kill __packed for on-disk structuresGravatar Gao Xiang 1-9/+9
2019-09-05erofs: some macros are much more readable as a functionGravatar Gao Xiang 3-11/+17
2019-09-05erofs: on-disk format should have explicitly assigned numbersGravatar Gao Xiang 1-9/+9
2019-09-05erofs: remove all the byte offset commentsGravatar Gao Xiang 1-51/+54
2019-09-04erofs: using switch-case while checking the inode type.Gravatar Pratik Shinde 1-6/+12
2019-08-30erofs: reduntant assignment in __erofs_get_meta_page()Gravatar Gao Xiang 1-2/+1
2019-08-30erofs: remove all likely/unlikely annotationsGravatar Gao Xiang 12-82/+82
2019-08-24erofs: move erofs out of stagingGravatar Gao Xiang 19-0/+6687