summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/super.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-24erofs: move erofs out of stagingGao Xiang1-671/+0
2019-08-20staging: erofs: refuse to mount images with malformed volume nameGao Xiang1-2/+7
2019-08-02staging: erofs: update super.cGao Xiang1-3/+2
2019-08-02staging: erofs: turn cache strategies into mount optionsGao Xiang1-7/+57
2019-08-02staging: erofs: remove clusterbits in sbiGao Xiang1-9/+0
2019-08-02staging: erofs: drop __GFP_NOFAIL for managed inodeGao Xiang1-2/+1
2019-08-02staging: erofs: kill all failure handling in fill_super()Gao Xiang1-66/+52
2019-08-02staging: erofs: kill sbi->dev_nameGao Xiang1-47/+7
2019-08-02staging: erofs: clean up shrinker stuffsGao Xiang1-15/+5
2019-08-02staging: erofs: remove redundant #include "internal.h"Gao Xiang1-1/+0
2019-08-02staging: erofs: clean up internal.hGao Xiang1-1/+1
2019-08-02staging: erofs: update source file headersGao Xiang1-5/+1
2019-07-22staging: erofs: Remove function erofs_kill_sb()Nishka Dasgupta1-6/+1
2019-07-01staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)Shobhit Kukreti1-1/+1
2019-06-17staging: erofs: add requirements field in superblockGao Xiang1-0/+19
2019-05-20staging: erofs: set sb->s_root to NULL when failing from __getname()Chengguang Xu1-0/+1
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-21/+25
2019-05-01erofs: switch to ->free_inode()Al Viro1-8/+2
2019-03-26staging: erofs: support IO read error injectionGao Xiang1-1/+2
2019-03-22staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola1-1/+1
2019-03-21staging: erofs: Replace NULL comparisonsVatsala Narang1-8/+8
2019-03-20staging: erofs: fix parenthesis alignmentJulian Merida1-11/+14
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_E...Chengguang 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