aboutsummaryrefslogtreecommitdiff
path: root/include/linux/xattr.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-4/+0
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersGravatar Andreas Gruenbacher 1-0/+3
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-1/+2
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-2/+2
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-1/+1
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Gravatar Al Viro 1-1/+2
2015-12-13xattr handlers: Simplify list operationGravatar Andreas Gruenbacher 1-3/+1
2015-12-06tmpfs: listxattr should include POSIX ACL xattrsGravatar Andreas Gruenbacher 1-1/+2
2015-12-06tmpfs: Use xattr handler infrastructureGravatar Andreas Gruenbacher 1-3/+1
2015-12-06vfs: Distinguish between full xattr names and proper prefixesGravatar Andreas Gruenbacher 1-0/+11
2015-12-06vfs: Remove vfs_xattr_cmpGravatar Andreas Gruenbacher 1-2/+0
2015-11-139p: xattr simplificationsGravatar Andreas Gruenbacher 1-7/+11
2013-07-25xattr: Constify ->name member of "struct xattr".Gravatar Tetsuo Handa 1-1/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-53/+1
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+3
2012-09-07ima: integrity appraisal extensionGravatar Mimi Zohar 1-0/+3
2012-08-24xattr: extract simple_xattr code from tmpfsGravatar Aristeu Rozanski 1-0/+48
2011-09-14evm: posix acls modify i_modeGravatar Mimi Zohar 1-0/+5
2011-07-18evm: re-releaseGravatar Mimi Zohar 1-0/+3
2011-07-18xattr: define vfs_getxattr_alloc and vfs_xattr_cmpGravatar Mimi Zohar 1-1/+4
2011-07-18security: new security_inode_init_security API adds function callbackGravatar Mimi Zohar 1-0/+6
2011-05-25xattr.h: expose string defines to userspaceGravatar Eric Paris 1-4/+4
2011-01-17Subject: [PATCH] Smack: mmap controls for library containmentGravatar Casey Schaufler 1-0/+2
2010-12-07Smack: Transmute labels on specified directoriesGravatar Jarkko Sakkinen 1-0/+2
2010-12-02This patch adds a new security attribute to Smack calledGravatar Casey Schaufler 1-0/+2
2010-08-02security: move LSM xattrnames to xattr.hGravatar Mimi Zohar 1-0/+14
2010-05-21fs: xattr_handler table should be constGravatar Stephen Hemminger 1-1/+1
2009-12-16sanitize xattr handler prototypesGravatar Christoph Hellwig 1-6/+7
2009-09-10VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hoo...Gravatar David P. Quigley 1-0/+1
2008-04-29xattr: add missing consts to function argumentsGravatar David Howells 1-3/+3
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferGravatar David P. Quigley 1-0/+1
2007-02-11[PATCH] cleanup include/linux/xattr.hGravatar Adrian Bunk 1-0/+8
2006-10-09[PATCH] Introduce vfs_listxattrGravatar Bill Nottingham 1-0/+1
2006-01-10[PATCH] move xattr permission checks into the VFSGravatar akpm@osdl.org 1-0/+15
2006-01-10[PATCH] add vfs_* helpers for xattr operationsGravatar Christoph Hellwig 1-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+33