aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+1
2020-11-199p: add refcount to p9_fid structJianyong Wu1-3/+13
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-2/+2
2018-08-13fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun1-2/+4
2016-08-039p: use clone_fid()Al Viro1-3/+1
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-2/+3
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-2/+2
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-4/+0
2015-11-139p: xattr simplificationsAndreas Gruenbacher1-0/+42
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro1-32/+16
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro1-23/+9
2014-06-019P: fix return value in v9fs_fid_xattr_setDominique Martinet1-1/+1
2013-11-239p: fix return value in case in v9fs_fid_xattr_set()Geyslan G. Bem1-4/+6
2013-07-07fs/9p: xattr: add trusted and security namespacesJim Garlick1-0/+4
2013-02-269p: add fid-based variant of v9fs_xattr_set()Al Viro1-15/+18
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-8/+8
2011-01-11fs/9p: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-10-28fs/9p: Add xattr callbacks for POSIX ACLAneesh Kumar K.V1-0/+4
2010-10-28fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V1-20/+28
2010-08-029p: fix sparse warnings in new xattr codeEric Van Hensbergen1-2/+2
2010-08-02fs/9p: Add support user. xattrAneesh Kumar K.V1-0/+160