summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-10-10Merge 4.9.132 into android-4.9Greg Kroah-Hartman67-165/+483
2018-10-10sysfs: Do not return POSIX ACL xattrs via listxattrAndreas Gruenbacher1-11/+13
2018-09-10Merge 4.9.126 into android-4.9Greg Kroah-Hartman68-339/+665
2018-09-09getxattr: use correct xattr lengthChristian Brauner1-1/+1
2018-01-24ANDROID: xattr: Pass EOPNOTSUPP to permission2Daniel Rosenberg2-1/+3
2017-10-12lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler2-31/+26
2017-05-20fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko1-1/+1
2016-11-17xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher2-8/+29
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+0
2016-10-08xattr: Stop calling {get,set,remove}xattr inode operationsAndreas Gruenbacher4-39/+85
2016-10-08vfs: Check for the IOP_XATTR flag in listxattrAndreas Gruenbacher1-6/+7
2016-10-08xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher14-85/+97
2016-10-08vfs: Use IOP_XATTR flag for bad-inode handlingAndreas Gruenbacher2-21/+8
2016-10-08vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher3-4/+11
2016-10-08vfs: Move xattr_resolve_name to the front of fs/xattr.cAndreas Gruenbacher1-51/+50
2016-10-07xattr: Remove unnecessary NULL attribute name checkAndreas Gruenbacher1-3/+0
2016-07-05vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman5-5/+48
2016-05-28switch ->setxattr() to passing dentry and inode separatelyAl Viro20-44/+59
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro34-135/+156
2016-05-25make xattr_resolve_handlers() safe to use with NULL ->s_xattrAl Viro1-0/+1
2016-05-25xattr: Fail with -EINVAL for NULL attribute namesAndreas Gruenbacher1-1/+1
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro34-85/+94
2016-04-11xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro31-114/+113
2016-02-20xattr handlers: plug a lock leak in simple_xattr_listMateusz Guzik1-3/+3
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds125-1478/+792
2016-01-09fs: xattr: Use kvfree()Richard Weinberger1-24/+14
2015-12-14xattr handlers: Simplify list operationAndreas Gruenbacher22-335/+113
2015-12-14nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher3-19/+40
2015-12-07tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher4-19/+41
2015-12-07tmpfs: Use xattr handler infrastructureAndreas Gruenbacher4-125/+60
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher22-130/+47
2015-12-07vfs: Remove vfs_xattr_cmpAndreas Gruenbacher2-21/+0
2015-11-149p: xattr simplificationsAndreas Gruenbacher9-306/+83
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher32-226/+306
2015-05-21evm: fix potential race when removing xattrsDmitry Kasatkin2-9/+8
2014-11-19new helper: audit_file()Al Viro5-14/+24
2014-10-12vfs: Deduplicate code shared by xattr system calls operating on pathsEric Biggers1-77/+39
2014-07-23simple_xattr: permit 0-size extended attributesHugh Dickins1-1/+1
2012-12-20vfs: make lremovexattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: make removexattr retry once on ESTALEJeff Layton1-2/+7
2012-12-20vfs: make llistxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: make listxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: make lgetxattr retry once on ESTALEJeff Layton1-2/+7
2012-12-20vfs: make getxattr retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: allow lsetxattr() to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: allow setxattr to retry once on ESTALE errorsJeff Layton1-2/+7
2012-10-18fs, xattr: fix bug when removing a name not in xattr listDavid Rientjes1-1/+1
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton8-34/+87
2012-10-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds52-463/+3546
[next]