aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Cache xattr security drop check for write v2Andi Kleen2011-05-281-2/+5
* xattr: Fix error results for non-existent / invisible attributesAndreas Gruenbacher2011-05-271-6/+10
* vfs: Pass setxattr(2) flags properlyJan Kara2011-04-211-1/+1
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* fs: xattr_handler table should be constStephen Hemminger2010-05-211-7/+7
* sanitize xattr handler prototypesChristoph Hellwig2009-12-161-14/+14
* VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hoo...David P. Quigley2009-09-101-13/+42
* fs: introduce mnt_clone_writenpiggin@suse.de2009-06-111-2/+2
* xattr: use memdup_user()Li Zefan2009-04-201-7/+3
* [CVE-2009-0029] System call wrappers part 13Heiko Carstens2009-01-141-4/+3
* [CVE-2009-0029] System call wrappers part 12Heiko Carstens2009-01-141-25/+21
* [CVE-2009-0029] Convert all system calls to return a longHeiko Carstens2009-01-141-6/+6
* inode->i_op is never NULLAl Viro2009-01-051-1/+1
* [PATCH] sanitize __user_walk_fd() et.al.Al Viro2008-07-261-48/+48
* [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-261-1/+1
* xattr: add missing consts to function argumentsDavid Howells2008-04-291-20/+21
* [PATCH] remove unused label in xattr.c (noise from ro-bind)Al Viro2008-04-231-1/+0
* [PATCH] r/o bind mounts: elevate write count for xattr_permission() callersDave Hansen2008-04-191-8/+32
* Introduce path_put()Jan Blunck2008-02-141-8/+8
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-8/+8
* VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSMDavid P. Quigley2008-02-051-7/+8
* VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley2008-02-051-2/+28
* [PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro2007-10-211-4/+4
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-171-2/+1
* [PATCH] audit inode for all xattr syscallsAmy Griffis2007-05-111-0/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-4/+4
* [PATCH] Fix user.* xattr permission check for sticky dirsAndreas Gruenbacher2006-11-031-3/+10
* [PATCH] Introduce vfs_listxattrBill Nottingham2006-10-091-12/+21
* [PATCH] log more info for directory entry change eventsAmy Griffis2006-06-201-2/+2
* [PATCH] Collect more inode information during syscall processing.Amy Griffis2006-03-201-2/+9
* [PATCH] move xattr permission checks into the VFSakpm@osdl.org2006-01-101-4/+57
* [PATCH] add vfs_* helpers for xattr operationsChristoph Hellwig2006-01-101-53/+93
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-4/+4
* [PATCH] Fix listxattr() for generic security attributesDaniel Drake2005-12-121-1/+1
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-071-6/+3
* [PATCH] SELinux: canonicalize getxattr()James Morris2005-10-301-5/+9
* [PATCH] fsnotify: hook on removexattr, tooRobert Love2005-09-071-0/+2
* [PATCH] Generic VFS fallback for security xattrsStephen Smalley2005-09-051-31/+49
* [PATCH] inotifyRobert Love2005-07-121-1/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+480