summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/super.c
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: complete POSIX ACL supportGao Xiang2019-01-301-0/+10
* staging: erofs: fix potential double iput in erofs_read_super()Chengguang Xu2019-01-251-6/+3
* staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang2019-01-181-6/+0
* staging: erofs: sunset erofs_workstation_cleanup_allGao Xiang2019-01-181-1/+2
* staging: erofs: move erofs_xattr_handlers to xattr.hGao Xiang2019-01-151-0/+1
* staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang2018-12-061-7/+6
* staging: erofs: remove the redundant d_rehash() for the root dentryGao Xiang2018-11-051-6/+0
* staging: erofs: add the missing __init tagsGao Xiang2018-10-091-12/+1
* staging: erofs: option validation in remountChengguang Xu2018-09-201-6/+31
* staging: erofs: code cleanup for erofs_show_options()Chengguang Xu2018-09-201-3/+11
* staging: erofs: code cleanup for option parsing of fault_injectionChengguang Xu2018-09-201-13/+21
* staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'Gao Xiang2018-09-201-0/+5
* staging: erofs: avoid magic constants when initializing clusterbitsGao Xiang2018-09-181-2/+3
* Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman2018-09-161-2/+2
|\
| * staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)Gao Xiang2018-09-101-2/+2
* | staging: erofs: surround fault_injection ralted option parsing using CONFIG_E...Chengguang Xu2018-09-141-3/+5
* | staging: erofs: use explicit unsigned int typeThomas Weißschuh2018-09-141-1/+1
|/
* staging: erofs: fix compile error without built-in decompression supportGao Xiang2018-07-291-1/+1
* staging: erofs: introduce cached decompressionGao Xiang2018-07-271-0/+73
* staging: erofs: introduce VLE decompression supportGao Xiang2018-07-271-0/+25
* staging: erofs: introduce workstation for decompressionGao Xiang2018-07-271-0/+9
* staging: erofs: introduce erofs shrinkerGao Xiang2018-07-271-0/+15
* staging: erofs: introduce superblock registrationGao Xiang2018-07-271-0/+4
* staging: erofs: support tracepointChao Yu2018-07-271-0/+3
* staging: erofs: introduce error injection infrastructureChao Yu2018-07-271-0/+38
* staging: erofs: introduce xattr & acl supportGao Xiang2018-07-271-0/+67
* staging: erofs: add super block operationsGao Xiang2018-07-271-0/+415