Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[linux-2.6-block.git] / fs / erofs /
2019-09-05 Gao Xiangerofs: use read_mapping_page instead of sb_bread
2019-09-05 Gao Xiangerofs: rename errln/infoln/debugln to erofs_{err, info...
2019-09-05 Gao Xiangerofs: save one level of indentation
2019-09-05 Gao Xiangerofs: kill use_vmap module parameter
2019-09-05 Gao Xiangerofs: kill all erofs specific fault injection
2019-09-05 Gao Xiangerofs: add "erofs_" prefix for common and short functions
2019-09-05 Gao Xiangerofs: kill __submit_bio()
2019-09-05 Gao Xiangerofs: kill prio and nofail of erofs_get_meta_page()
2019-09-05 Gao Xiangerofs: localize erofs_grab_bio()
2019-09-05 Gao Xiangerofs: kill verbose debug info in erofs_fill_super
2019-09-05 Gao Xiangerofs: use dsb instead of layout for ondisk super_block
2019-09-05 Gao Xiangerofs: better erofs symlink stuffs
2019-09-05 Gao Xiangerofs: update comments in inode.c
2019-09-05 Gao Xiangerofs: update erofs_fs.h comments
2019-09-05 Gao Xiangerofs: use erofs_inode naming
2019-09-05 Gao Xiangerofs: kill erofs_{init,exit}_inode_cache
2019-09-05 Gao Xiangerofs: better naming for erofs inode related stuffs
2019-09-05 Gao Xiangerofs: use feature_incompat rather than requirements
2019-09-05 Gao Xiangerofs: update erofs_inode_is_data_compressed helper
2019-09-05 Gao Xiangerofs: kill __packed for on-disk structures
2019-09-05 Gao Xiangerofs: some macros are much more readable as a function
2019-09-05 Gao Xiangerofs: on-disk format should have explicitly assigned...
2019-09-05 Gao Xiangerofs: remove all the byte offset comments
2019-09-04 Pratik Shindeerofs: using switch-case while checking the inode type.
2019-09-03 Greg Kroah-HartmanMerge tag 'iio-for-5.4b-take3' of git://git./linux...
2019-08-30 Gao Xiangerofs: reduntant assignment in __erofs_get_meta_page()
2019-08-30 Gao Xiangerofs: remove all likely/unlikely annotations
2019-08-24 Gao Xiangerofs: move erofs out of staging