summaryrefslogtreecommitdiffstats
path: root/fs/9p/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-241-4/+0
|\
| * fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
* | 9P FS: Fix wild-memory-access write in v9fs_get_aclIvan Orlov2023-03-271-3/+5
|/
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
* Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-3/+4
|\
| * 9p: use stub posix acl handlersChristian Brauner2022-10-201-3/+4
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
|/
* 9p fid refcount: add p9_fid_get/put wrappersDominique Martinet2022-07-021-4/+4
* 9p: fix file headersDominique Martinet2021-11-031-9/+1
* acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
* 9p: add refcount to p9_fid structJianyong Wu2020-11-191-3/+13
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-2/+2
* fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun2018-08-131-2/+4
* 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