aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-10VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hook for inode_setsecctx.David P. Quigley1-13/+42
2009-06-11fs: introduce mnt_clone_writenpiggin@suse.de1-2/+2
2009-04-20xattr: use memdup_user()Li Zefan1-7/+3
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens1-4/+3
2009-01-14[CVE-2009-0029] System call wrappers part 12Heiko Carstens1-25/+21
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens1-6/+6
2009-01-05inode->i_op is never NULLAl Viro1-1/+1
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-48/+48
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-1/+1
2008-04-29xattr: add missing consts to function argumentsDavid Howells1-20/+21
2008-04-23[PATCH] remove unused label in xattr.c (noise from ro-bind)Al Viro1-1/+0
2008-04-19[PATCH] r/o bind mounts: elevate write count for xattr_permission() callersDave Hansen1-8/+32
2008-02-14Introduce path_put()Jan Blunck1-8/+8
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-8/+8
2008-02-05VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSMDavid P. Quigley1-7/+8
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley1-2/+28
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro1-4/+4
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma1-2/+1
2007-05-11[PATCH] audit inode for all xattr syscallsAmy Griffis1-0/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-4/+4
2006-11-03[PATCH] Fix user.* xattr permission check for sticky dirsAndreas Gruenbacher1-3/+10
2006-10-09[PATCH] Introduce vfs_listxattrBill Nottingham1-12/+21
2006-06-20[PATCH] log more info for directory entry change eventsAmy Griffis1-2/+2
2006-03-20[PATCH] Collect more inode information during syscall processing.Amy Griffis1-2/+9
2006-01-10[PATCH] move xattr permission checks into the VFSakpm@osdl.org1-4/+57
2006-01-10[PATCH] add vfs_* helpers for xattr operationsChristoph Hellwig1-53/+93
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-4/+4
2005-12-12[PATCH] Fix listxattr() for generic security attributesDaniel Drake1-1/+1
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-6/+3
2005-10-30[PATCH] SELinux: canonicalize getxattr()James Morris1-5/+9
2005-09-07[PATCH] fsnotify: hook on removexattr, tooRobert Love1-0/+2
2005-09-05[PATCH] Generic VFS fallback for security xattrsStephen Smalley1-31/+49
2005-07-12[PATCH] inotifyRobert Love1-1/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+480