summaryrefslogtreecommitdiffstats
path: root/fs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* xattr: fix kernel-doc for mnt_userns and vfs xattr helpersRandy Dunlap2021-03-231-6/+8
* namei: handle idmapped mounts in may_*() helpersChristian Brauner2021-01-241-1/+1
* commoncap: handle idmapped mountsChristian Brauner2021-01-241-7/+11
* xattr: handle idmapped mountsTycho Andersen2021-01-241-51/+69
* acl: handle idmapped mountsChristian Brauner2021-01-241-5/+9
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+2
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* vfs: move cap_convert_nscap() call into vfs_setxattr()Miklos Szeredi2020-12-141-6/+11
* fs/xattr.c: fix kernel-doc warnings for setxattr & removexattrRandy Dunlap2020-10-131-11/+11
* xattr: add a function to check if a namespace is supportedFrank van der Linden2020-07-131-0/+27
* xattr: break delegations in {set,remove}xattrFrank van der Linden2020-07-131-7/+77
* xattr: fix uninitialized out-paramDaniel Xu2020-04-091-3/+3
* kernfs: Add removed_size out param for simple_xattr_setDaniel Xu2020-03-161-1/+10
* kernfs: kvmalloc xattr value instead of kmallocDaniel Xu2020-03-161-3/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* sysfs: Do not return POSIX ACL xattrs via listxattrAndreas Gruenbacher2018-09-181-11/+13
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-241-1/+1
|\
| * getxattr: use correct xattr lengthChristian Brauner2018-08-231-1/+1
* | Revert "ovl: don't allow writing ioctl on lower layer"Miklos Szeredi2018-07-181-5/+4
|/
* vfs: delete unnecessary assignment in vfs_listxattrChengguang Xu2018-05-291-1/+0
* make xattr_getsecurity() staticAl Viro2018-05-141-2/+1
* lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler2017-10-041-1/+1
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-131-4/+5
|\
| * ovl: don't allow writing ioctl on lower layerMiklos Szeredi2017-09-051-4/+5
* | Introduce v3 namespaced file capabilitiesSerge E. Hallyn2017-09-011-0/+6
|/
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-18/+9
* fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko2017-05-081-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher2016-11-171-8/+14
* vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-53/+0
* xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-18/+34
* vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher2016-10-071-6/+7
* xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-071-11/+33
* vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher2016-10-071-1/+7
* vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2016-10-071-4/+8
* vfs: Move xattr_resolve_name to the front of fs/xattr.cAndreas Gruenbacher2016-10-071-51/+50
* xattr: Remove unnecessary NULL attribute name checkAndreas Gruenbacher2016-10-061-3/+0
* vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-051-0/+7
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-4/+4
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-2/+4
* make xattr_resolve_handlers() safe to use with NULL ->s_xattrAl Viro2016-05-251-0/+1
* xattr: Fail with -EINVAL for NULL attribute namesAndreas Gruenbacher2016-05-251-1/+1
* ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-5/+6
* xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-1/+2
* xattr handlers: plug a lock leak in simple_xattr_listMateusz Guzik2016-02-201-3/+3
* wrappers for ->i_mutex accessAl Viro2016-01-221-4/+4
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-24/+14
|\
| * fs: xattr: Use kvfree()Richard Weinberger2016-01-091-24/+14
* | xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-131-9/+11
* | nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher2015-12-131-0/+4