summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: support statxGao Xiang2019-05-301-0/+1
* staging: erofs: fix parenthesis alignmentJulian Merida2019-03-201-1/+2
* staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()Gao Xiang2019-02-141-86/+97
* staging: erofs: remove redundant likely/unlikely annotation in namei.cChengguang Xu2019-02-121-3/+3
* staging: erofs: complete POSIX ACL supportGao Xiang2019-01-301-0/+1
* staging: erofs: remove unneeded inode_operationsGao Xiang2019-01-151-4/+0Star
* Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-291-14/+14
|\
| * staging: erofs: use explicit unsigned int typeThomas Weißschuh2018-09-141-14/+14
* | clean erofs_lookup()Al Viro2018-10-101-12/+7Star
|/
* staging: erofs: use the wrapped PTR_ERR_OR_ZERO instead of open codeGao Xiang2018-07-301-1/+1
* staging: erofs: support tracepointChao Yu2018-07-271-0/+4
* staging: erofs: introduce xattr & acl supportGao Xiang2018-07-271-0/+4
* staging: erofs: add namei functionsGao Xiang2018-07-271-0/+243