aboutsummaryrefslogtreecommitdiff
path: root/fs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-14Introduce path_put()Gravatar Jan Blunck 1-8/+8
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-8/+8
2008-02-05VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSMGravatar David P. Quigley 1-7/+8
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferGravatar David P. Quigley 1-2/+28
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Gravatar Al Viro 1-4/+4
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkGravatar Satyam Sharma 1-2/+1
2007-05-11[PATCH] audit inode for all xattr syscallsGravatar Amy Griffis 1-0/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2006-12-08[PATCH] VFS: change struct file to use struct pathGravatar Josef "Jeff" Sipek 1-4/+4
2006-11-03[PATCH] Fix user.* xattr permission check for sticky dirsGravatar Andreas Gruenbacher 1-3/+10
2006-10-09[PATCH] Introduce vfs_listxattrGravatar Bill Nottingham 1-12/+21
2006-06-20[PATCH] log more info for directory entry change eventsGravatar Amy Griffis 1-2/+2
2006-03-20[PATCH] Collect more inode information during syscall processing.Gravatar Amy Griffis 1-2/+9
2006-01-10[PATCH] move xattr permission checks into the VFSGravatar akpm@osdl.org 1-4/+57
2006-01-10[PATCH] add vfs_* helpers for xattr operationsGravatar Christoph Hellwig 1-53/+93
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-4/+4
2005-12-12[PATCH] Fix listxattr() for generic security attributesGravatar Daniel Drake 1-1/+1
2005-11-07[PATCH] kfree cleanup: fsGravatar Jesper Juhl 1-6/+3
2005-10-30[PATCH] SELinux: canonicalize getxattr()Gravatar James Morris 1-5/+9
2005-09-07[PATCH] fsnotify: hook on removexattr, tooGravatar Robert Love 1-0/+2
2005-09-05[PATCH] Generic VFS fallback for security xattrsGravatar Stephen Smalley 1-31/+49
2005-07-12[PATCH] inotifyGravatar Robert Love 1-1/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+480