summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/super.c
Commit message (Expand)AuthorAgeFilesLines
* erofs: move erofs out of stagingGao Xiang2019-08-241-671/+0
* staging: erofs: refuse to mount images with malformed volume nameGao Xiang2019-08-201-2/+7
* staging: erofs: update super.cGao Xiang2019-08-021-3/+2
* staging: erofs: turn cache strategies into mount optionsGao Xiang2019-08-021-7/+57
* staging: erofs: remove clusterbits in sbiGao Xiang2019-08-021-9/+0
* staging: erofs: drop __GFP_NOFAIL for managed inodeGao Xiang2019-08-021-2/+1
* staging: erofs: kill all failure handling in fill_super()Gao Xiang2019-08-021-66/+52
* staging: erofs: kill sbi->dev_nameGao Xiang2019-08-021-47/+7
* staging: erofs: clean up shrinker stuffsGao Xiang2019-08-021-15/+5
* staging: erofs: remove redundant #include "internal.h"Gao Xiang2019-08-021-1/+0
* staging: erofs: clean up internal.hGao Xiang2019-08-021-1/+1
* staging: erofs: update source file headersGao Xiang2019-08-021-5/+1
* staging: erofs: Remove function erofs_kill_sb()Nishka Dasgupta2019-07-221-6/+1
* staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)Shobhit Kukreti2019-07-011-1/+1
* staging: erofs: add requirements field in superblockGao Xiang2019-06-171-0/+19
* staging: erofs: set sb->s_root to NULL when failing from __getname()Chengguang Xu2019-05-201-0/+1
* Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-071-21/+25
|\
| * staging: erofs: support IO read error injectionGao Xiang2019-03-261-1/+2
| * staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola2019-03-221-1/+1
| * staging: erofs: Replace NULL comparisonsVatsala Narang2019-03-211-8/+8
| * staging: erofs: fix parenthesis alignmentJulian Merida2019-03-201-11/+14
* | erofs: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* 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