aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-20staging: erofs: fix parenthesis alignmentJulian Merida1-1/+2
2019-02-14staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()Gao Xiang1-86/+97
2019-02-12staging: erofs: remove redundant likely/unlikely annotation in namei.cChengguang Xu1-3/+3
2019-01-30staging: erofs: complete POSIX ACL supportGao Xiang1-0/+1
2019-01-15staging: erofs: remove unneeded inode_operationsGao Xiang1-4/+0
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-14/+14
2018-10-10clean erofs_lookup()Al Viro1-12/+7
2018-09-14staging: erofs: use explicit unsigned int typeThomas Weißschuh1-14/+14
2018-07-30staging: erofs: use the wrapped PTR_ERR_OR_ZERO instead of open codeGao Xiang1-1/+1
2018-07-27staging: erofs: support tracepointChao Yu1-0/+4
2018-07-27staging: erofs: introduce xattr & acl supportGao Xiang1-0/+4
2018-07-27staging: erofs: add namei functionsGao Xiang1-0/+243