summaryrefslogtreecommitdiff
path: root/drivers/staging/erofs/super.c
AgeCommit message (Expand)Author
2019-08-24erofs: move erofs out of stagingGao Xiang
2019-08-20staging: erofs: refuse to mount images with malformed volume nameGao Xiang
2019-08-02staging: erofs: update super.cGao Xiang
2019-08-02staging: erofs: turn cache strategies into mount optionsGao Xiang
2019-08-02staging: erofs: remove clusterbits in sbiGao Xiang
2019-08-02staging: erofs: drop __GFP_NOFAIL for managed inodeGao Xiang
2019-08-02staging: erofs: kill all failure handling in fill_super()Gao Xiang
2019-08-02staging: erofs: kill sbi->dev_nameGao Xiang
2019-08-02staging: erofs: clean up shrinker stuffsGao Xiang
2019-08-02staging: erofs: remove redundant #include "internal.h"Gao Xiang
2019-08-02staging: erofs: clean up internal.hGao Xiang
2019-08-02staging: erofs: update source file headersGao Xiang
2019-07-22staging: erofs: Remove function erofs_kill_sb()Nishka Dasgupta
2019-07-01staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)Shobhit Kukreti
2019-06-17staging: erofs: add requirements field in superblockGao Xiang
2019-05-20staging: erofs: set sb->s_root to NULL when failing from __getname()Chengguang Xu
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-01erofs: switch to ->free_inode()Al Viro
2019-03-26staging: erofs: support IO read error injectionGao Xiang
2019-03-22staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola
2019-03-21staging: erofs: Replace NULL comparisonsVatsala Narang
2019-03-20staging: erofs: fix parenthesis alignmentJulian Merida
2019-01-30staging: erofs: complete POSIX ACL supportGao Xiang
2019-01-25staging: erofs: fix potential double iput in erofs_read_super()Chengguang Xu
2019-01-18staging: erofs: staticize erofs_shrink_count, erofs_shrink_scanGao Xiang
2019-01-18staging: erofs: sunset erofs_workstation_cleanup_allGao Xiang
2019-01-15staging: erofs: move erofs_xattr_handlers to xattr.hGao Xiang
2018-12-06staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang
2018-11-05staging: erofs: remove the redundant d_rehash() for the root dentryGao Xiang
2018-10-09staging: erofs: add the missing __init tagsGao Xiang
2018-09-20staging: erofs: option validation in remountChengguang Xu
2018-09-20staging: erofs: code cleanup for erofs_show_options()Chengguang Xu
2018-09-20staging: erofs: code cleanup for option parsing of fault_injectionChengguang Xu
2018-09-20staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'Gao Xiang
2018-09-18staging: erofs: avoid magic constants when initializing clusterbitsGao Xiang
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman
2018-09-14staging: erofs: surround fault_injection ralted option parsing using CONFIG_E...Chengguang Xu
2018-09-14staging: erofs: use explicit unsigned int typeThomas Weißschuh
2018-09-10staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)Gao Xiang
2018-07-29staging: erofs: fix compile error without built-in decompression supportGao Xiang
2018-07-27staging: erofs: introduce cached decompressionGao Xiang
2018-07-27staging: erofs: introduce VLE decompression supportGao Xiang
2018-07-27staging: erofs: introduce workstation for decompressionGao Xiang
2018-07-27staging: erofs: introduce erofs shrinkerGao Xiang
2018-07-27staging: erofs: introduce superblock registrationGao Xiang
2018-07-27staging: erofs: support tracepointChao Yu
2018-07-27staging: erofs: introduce error injection infrastructureChao Yu
2018-07-27staging: erofs: introduce xattr & acl supportGao Xiang
2018-07-27staging: erofs: add super block operationsGao Xiang