summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola2019-03-221-8/+8
* staging: erofs: fix parenthesis alignmentJulian Merida2019-03-201-16/+18
* staging: erofs: fix race of initializing xattrs of a inode at the same timeGao Xiang2019-02-201-12/+29
* staging: erofs: fix memleak of inode's shared xattr arraySheng Yong2019-02-141-1/+4
* staging: erofs: complete POSIX ACL supportGao Xiang2019-01-301-0/+37
* staging: erofs: use xattr_prefix to wrap upGao Xiang2019-01-301-2/+1Star
* staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang2019-01-151-5/+20
* staging: erofs: Add identifier for function definition argumentsSidong Yang2019-01-111-4/+6
* staging: erofs: simplify return value of `xattr_foreach'Gao Xiang2018-09-201-15/+9Star
* staging: erofs: add some comments for xattr subsystemGao Xiang2018-09-201-1/+12
* staging: erofs: use explicit unsigned int typeThomas Weißschuh2018-09-141-22/+22
* staging: erofs: add error handling for xattr submoduleGao Xiang2018-08-271-40/+82
* staging: erofs: separate erofs_get_meta_pageGao Xiang2018-08-271-9/+14
* staging: erofs: fix if assignment style issueKristaps Čivkulis2018-08-051-8/+8
* staging: erofs: remove a redundant marco in xattrGao Xiang2018-08-011-2/+0Star
* staging: erofs: introduce xattr & acl supportGao Xiang2018-07-271-0/+579