summaryrefslogtreecommitdiffstats
path: root/fs/9p/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* 9p: use clone_fid()Al Viro2016-08-031-3/+1
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-2/+3
* xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-2/+2
* vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-061-4/+0
* 9p: xattr simplificationsAndreas Gruenbacher2015-11-131-0/+42
* 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-111-32/+16
* 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-111-23/+9
* 9P: fix return value in v9fs_fid_xattr_setDominique Martinet2014-06-011-1/+1
* 9p: fix return value in case in v9fs_fid_xattr_set()Geyslan G. Bem2013-11-231-4/+6
* fs/9p: xattr: add trusted and security namespacesJim Garlick2013-07-071-0/+4
* 9p: add fid-based variant of v9fs_xattr_set()Al Viro2013-02-261-15/+18
* 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-8/+8
* fs/9p: Remove unnecessary semicolonsJoe Perches2011-01-111-1/+1
* fs/9p: Add xattr callbacks for POSIX ACLAneesh Kumar K.V2010-10-281-0/+4
* fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V2010-10-281-20/+28
* 9p: fix sparse warnings in new xattr codeEric Van Hensbergen2010-08-021-2/+2
* fs/9p: Add support user. xattrAneesh Kumar K.V2010-08-021-0/+160