aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-30staging: erofs: complete POSIX ACL supportGao Xiang1-0/+10
2019-01-25staging: erofs: fix potential double iput in erofs_read_super()Chengguang Xu1-6/+3
2019-01-18staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang1-6/+0
2019-01-18staging: erofs: sunset erofs_workstation_cleanup_allGao Xiang1-1/+2
2019-01-15staging: erofs: move erofs_xattr_handlers to xattr.hGao Xiang1-0/+1
2018-12-06staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang1-7/+6
2018-11-05staging: erofs: remove the redundant d_rehash() for the root dentryGao Xiang1-6/+0
2018-10-09staging: erofs: add the missing __init tagsGao Xiang1-12/+1
2018-09-20staging: erofs: option validation in remountChengguang Xu1-6/+31
2018-09-20staging: erofs: code cleanup for erofs_show_options()Chengguang Xu1-3/+11
2018-09-20staging: erofs: code cleanup for option parsing of fault_injectionChengguang Xu1-13/+21
2018-09-20staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'Gao Xiang1-0/+5
2018-09-18staging: erofs: avoid magic constants when initializing clusterbitsGao Xiang1-2/+3
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman1-2/+2
2018-09-14staging: erofs: surround fault_injection ralted option parsing using CONFIG_EROFS_FAULT_INJECTIONChengguang Xu1-3/+5
2018-09-14staging: erofs: use explicit unsigned int typeThomas Weißschuh1-1/+1
2018-09-10staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)Gao Xiang1-2/+2
2018-07-29staging: erofs: fix compile error without built-in decompression supportGao Xiang1-1/+1
2018-07-27staging: erofs: introduce cached decompressionGao Xiang1-0/+73
2018-07-27staging: erofs: introduce VLE decompression supportGao Xiang1-0/+25
2018-07-27staging: erofs: introduce workstation for decompressionGao Xiang1-0/+9
2018-07-27staging: erofs: introduce erofs shrinkerGao Xiang1-0/+15
2018-07-27staging: erofs: introduce superblock registrationGao Xiang1-0/+4
2018-07-27staging: erofs: support tracepointChao Yu1-0/+3
2018-07-27staging: erofs: introduce error injection infrastructureChao Yu1-0/+38
2018-07-27staging: erofs: introduce xattr & acl supportGao Xiang1-0/+67
2018-07-27staging: erofs: add super block operationsGao Xiang1-0/+415