aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xattr.c
AgeCommit message (Expand)Author
2018-02-02aufs4: standalone supportBruce Ashfield
2017-10-04lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-05ovl: don't allow writing ioctl on lower layerMiklos Szeredi
2017-09-01Introduce v3 namespaced file capabilitiesSerge E. Hallyn
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-08fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-17xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-10-07vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher
2016-10-07vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher
2016-10-07vfs: Move xattr_resolve_name to the front of fs/xattr.cAndreas Gruenbacher
2016-10-06xattr: Remove unnecessary NULL attribute name checkAndreas Gruenbacher
2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-25make xattr_resolve_handlers() safe to use with NULL ->s_xattrAl Viro
2016-05-25xattr: Fail with -EINVAL for NULL attribute namesAndreas Gruenbacher
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-02-20xattr handlers: plug a lock leak in simple_xattr_listMateusz Guzik
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-09fs: xattr: Use kvfree()Richard Weinberger
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher
2015-12-13nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher
2015-12-06tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher
2015-12-06tmpfs: Use xattr handler infrastructureAndreas Gruenbacher
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-12-06vfs: Remove vfs_xattr_cmpAndreas Gruenbacher
2015-11-139p: xattr simplificationsAndreas Gruenbacher
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-05-21evm: fix potential race when removing xattrsDmitry Kasatkin
2014-11-19new helper: audit_file()Al Viro
2014-10-12vfs: Deduplicate code shared by xattr system calls operating on pathsEric Biggers
2014-07-23simple_xattr: permit 0-size extended attributesHugh Dickins
2012-12-20vfs: make lremovexattr retry once on ESTALE errorJeff Layton
2012-12-20vfs: make removexattr retry once on ESTALEJeff Layton
2012-12-20vfs: make llistxattr retry once on ESTALE errorJeff Layton
2012-12-20vfs: make listxattr retry once on ESTALE errorJeff Layton
2012-12-20vfs: make lgetxattr retry once on ESTALEJeff Layton
2012-12-20vfs: make getxattr retry once on an ESTALE errorJeff Layton
2012-12-20vfs: allow lsetxattr() to retry once on ESTALE errorsJeff Layton
2012-12-20vfs: allow setxattr to retry once on ESTALE errorsJeff Layton
2012-10-18fs, xattr: fix bug when removing a name not in xattr listDavid Rientjes
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton