aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/xattr.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14make xattr_getsecurity() staticAl Viro1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-4/+0
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-0/+3
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-1/+2
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-2/+2
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+1
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-1/+2
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher1-3/+1
2015-12-06tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher1-1/+2
2015-12-06tmpfs: Use xattr handler infrastructureAndreas Gruenbacher1-3/+1
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-0/+11
2015-12-06vfs: Remove vfs_xattr_cmpAndreas Gruenbacher1-2/+0
2015-11-139p: xattr simplificationsAndreas Gruenbacher1-7/+11
2013-07-25xattr: Constify ->name member of "struct xattr".Tetsuo Handa1-1/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-53/+1
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+3
2012-09-07ima: integrity appraisal extensionMimi Zohar1-0/+3
2012-08-24xattr: extract simple_xattr code from tmpfsAristeu Rozanski1-0/+48
2011-09-14evm: posix acls modify i_modeMimi Zohar1-0/+5
2011-07-18evm: re-releaseMimi Zohar1-0/+3
2011-07-18xattr: define vfs_getxattr_alloc and vfs_xattr_cmpMimi Zohar1-1/+4
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-0/+6
2011-05-25xattr.h: expose string defines to userspaceEric Paris1-4/+4
2011-01-17Subject: [PATCH] Smack: mmap controls for library containmentCasey Schaufler1-0/+2
2010-12-07Smack: Transmute labels on specified directoriesJarkko Sakkinen1-0/+2
2010-12-02This patch adds a new security attribute to Smack calledCasey Schaufler1-0/+2
2010-08-02security: move LSM xattrnames to xattr.hMimi Zohar1-0/+14
2010-05-21fs: xattr_handler table should be constStephen Hemminger1-1/+1
2009-12-16sanitize xattr handler prototypesChristoph Hellwig1-6/+7
2009-09-10VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hook for inode_setsecctx.David P. Quigley1-0/+1
2008-04-29xattr: add missing consts to function argumentsDavid Howells1-3/+3
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley1-0/+1
2007-02-11[PATCH] cleanup include/linux/xattr.hAdrian Bunk1-0/+8
2006-10-09[PATCH] Introduce vfs_listxattrBill Nottingham1-0/+1
2006-01-10[PATCH] move xattr permission checks into the VFSakpm@osdl.org1-0/+15
2006-01-10[PATCH] add vfs_* helpers for xattr operationsChristoph Hellwig1-0/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+33