summaryrefslogtreecommitdiff
path: root/fs/9p/xattr.c
AgeCommit message (Expand)Author
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-03-279P FS: Fix wild-memory-access write in v9fs_get_aclIvan Orlov
2023-03-06fs: drop unused posix acl handlersChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-10-209p: use stub posix acl handlersChristian Brauner
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet
2021-11-039p: fix file headersDominique Martinet
2021-01-24acl: handle idmapped mountsChristian Brauner
2020-11-199p: add refcount to p9_fid structJianyong Wu
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-08-13fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun
2016-08-039p: use clone_fid()Al Viro
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-11-139p: xattr simplificationsAndreas Gruenbacher
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro
2014-06-019P: fix return value in v9fs_fid_xattr_setDominique Martinet
2013-11-239p: fix return value in case in v9fs_fid_xattr_set()Geyslan G. Bem
2013-07-07fs/9p: xattr: add trusted and security namespacesJim Garlick
2013-02-269p: add fid-based variant of v9fs_xattr_set()Al Viro
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches
2011-01-11fs/9p: Remove unnecessary semicolonsJoe Perches
2010-10-28fs/9p: Add xattr callbacks for POSIX ACLAneesh Kumar K.V
2010-10-28fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V
2010-08-029p: fix sparse warnings in new xattr codeEric Van Hensbergen
2010-08-02fs/9p: Add support user. xattrAneesh Kumar K.V