aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-22staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola1-2/+2
2019-03-20staging: erofs: fix parenthesis alignmentJulian Merida1-6/+7
2019-03-18staging: erofs: add a new line after variable declarationJulio Bianco1-0/+1
2019-01-30staging: erofs: complete POSIX ACL supportGao Xiang1-0/+3
2019-01-15staging: erofs: remove unneeded inode_operationsGao Xiang1-26/+12
2019-01-15staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang1-4/+4
2018-12-06staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang1-2/+8
2018-10-10staging: erofs: harden inode lookup for 32-bit platformsGao Xiang1-1/+36
2018-09-20staging: erofs: remove redundant CONFIG_EROFS_FS_XATTRsGao Xiang1-6/+0
2018-09-14staging: erofs: use explicit unsigned int typeThomas Weißschuh1-3/+4
2018-07-27staging: erofs: introduce VLE decompression supportGao Xiang1-0/+5
2018-07-27staging: erofs: support tracepointChao Yu1-0/+4
2018-07-27staging: erofs: introduce error injection infrastructureChao Yu1-1/+2
2018-07-27staging: erofs: support special inodeChao Yu1-2/+34
2018-07-27staging: erofs: introduce xattr & acl supportGao Xiang1-1/+32
2018-07-27staging: erofs: add inode operationsGao Xiang1-0/+210