aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAge
* erofs: fix mis-inplace determination related with noio chainGao Xiang2019-09-30
* erofs: fix erofs_get_meta_page locking due to a cleanupGao Xiang2019-09-30
* erofs: fix return value check in erofs_read_superblock()Wei Yongjun2019-09-30
* erofs: use read_cache_page_gfp for erofs_get_meta_pageGao Xiang2019-09-05
* erofs: always use iget5_lockedGao Xiang2019-09-05
* erofs: use read_mapping_page instead of sb_breadGao Xiang2019-09-05
* erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang2019-09-05
* erofs: save one level of indentationGao Xiang2019-09-05
* erofs: kill use_vmap module parameterGao Xiang2019-09-05
* erofs: kill all erofs specific fault injectionGao Xiang2019-09-05
* erofs: add "erofs_" prefix for common and short functionsGao Xiang2019-09-05
* erofs: kill __submit_bio()Gao Xiang2019-09-05
* erofs: kill prio and nofail of erofs_get_meta_page()Gao Xiang2019-09-05
* erofs: localize erofs_grab_bio()Gao Xiang2019-09-05
* erofs: kill verbose debug info in erofs_fill_superGao Xiang2019-09-05
* erofs: use dsb instead of layout for ondisk super_blockGao Xiang2019-09-05
* erofs: better erofs symlink stuffsGao Xiang2019-09-05
* erofs: update comments in inode.cGao Xiang2019-09-05
* erofs: update erofs_fs.h commentsGao Xiang2019-09-05
* erofs: use erofs_inode namingGao Xiang2019-09-05
* erofs: kill erofs_{init,exit}_inode_cacheGao Xiang2019-09-05
* erofs: better naming for erofs inode related stuffsGao Xiang2019-09-05
* erofs: use feature_incompat rather than requirementsGao Xiang2019-09-05
* erofs: update erofs_inode_is_data_compressed helperGao Xiang2019-09-05
* erofs: kill __packed for on-disk structuresGao Xiang2019-09-05
* erofs: some macros are much more readable as a functionGao Xiang2019-09-05
* erofs: on-disk format should have explicitly assigned numbersGao Xiang2019-09-05
* erofs: remove all the byte offset commentsGao Xiang2019-09-05
* erofs: using switch-case while checking the inode type.Pratik Shinde2019-09-04
* erofs: reduntant assignment in __erofs_get_meta_page()Gao Xiang2019-08-30
* erofs: remove all likely/unlikely annotationsGao Xiang2019-08-30
* erofs: move erofs out of stagingGao Xiang2019-08-24