aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang1-12/+29
2019-02-14staging: erofs: fix memleak of inode's shared xattr arraySheng Yong1-1/+4
2019-01-30staging: erofs: complete POSIX ACL supportGao Xiang1-0/+37
2019-01-30staging: erofs: use xattr_prefix to wrap upGao Xiang1-2/+1
2019-01-15staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang1-5/+20
2019-01-11staging: erofs: Add identifier for function definition argumentsSidong Yang1-4/+6
2018-09-20staging: erofs: simplify return value of `xattr_foreach'Gao Xiang1-15/+9
2018-09-20staging: erofs: add some comments for xattr subsystemGao Xiang1-1/+12
2018-09-14staging: erofs: use explicit unsigned int typeThomas Weißschuh1-22/+22
2018-08-27staging: erofs: add error handling for xattr submoduleGao Xiang1-40/+82
2018-08-27staging: erofs: separate erofs_get_meta_pageGao Xiang1-9/+14
2018-08-05staging: erofs: fix if assignment style issueKristaps Čivkulis1-8/+8
2018-08-01staging: erofs: remove a redundant marco in xattrGao Xiang1-2/+0
2018-07-27staging: erofs: introduce xattr & acl supportGao Xiang1-0/+579