summaryrefslogtreecommitdiff
path: root/fs/9p/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-04Merge tag '9p-for-6.7-rc1' of https://github.com/martinetd/linuxLinus Torvalds1-2/+3
2023-10-269p: v9fs_listxattr: fix %s null argument warningDominique Martinet1-2/+3
2023-10-099p: move xattr-related structs to .rodataWedson Almeida Filho1-4/+4
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+0
2023-03-279P FS: Fix wild-memory-access write in v9fs_get_aclIvan Orlov1-3/+5
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2022-12-13Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+4
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-10-209p: use stub posix acl handlersChristian Brauner1-3/+4
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet1-4/+4
2021-11-039p: fix file headersDominique Martinet1-9/+1
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-11xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-2/+2
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-4/+0
2015-11-149p: xattr simplificationsAndreas Gruenbacher1-0/+42
2015-04-129p: switch p9_client_read() to passing struct iov_iter *Al Viro1-32/+16
2015-04-129p: switch p9_client_write() to passing it struct iov_iter *Al Viro1-23/+9
2014-06-029P: fix return value in v9fs_fid_xattr_setDominique Martinet1-1/+1
2013-11-249p: fix return value in case in v9fs_fid_xattr_set()Geyslan G. Bem1-4/+6
2013-07-08fs/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