aboutsummaryrefslogtreecommitdiff
path: root/fs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-16sanitize xattr handler prototypesGravatar Christoph Hellwig 1-14/+14
2009-09-10VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hoo...Gravatar David P. Quigley 1-13/+42
2009-06-11fs: introduce mnt_clone_writeGravatar npiggin@suse.de 1-2/+2
2009-04-20xattr: use memdup_user()Gravatar Li Zefan 1-7/+3
2009-01-14[CVE-2009-0029] System call wrappers part 13Gravatar Heiko Carstens 1-4/+3
2009-01-14[CVE-2009-0029] System call wrappers part 12Gravatar Heiko Carstens 1-25/+21
2009-01-14[CVE-2009-0029] Convert all system calls to return a longGravatar Heiko Carstens 1-6/+6
2009-01-05inode->i_op is never NULLGravatar Al Viro 1-1/+1
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Gravatar Al Viro 1-48/+48
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Gravatar Al Viro 1-1/+1
2008-04-29xattr: add missing consts to function argumentsGravatar David Howells 1-20/+21
2008-04-23[PATCH] remove unused label in xattr.c (noise from ro-bind)Gravatar Al Viro 1-1/+0
2008-04-19[PATCH] r/o bind mounts: elevate write count for xattr_permission() callersGravatar Dave Hansen 1-8/+32
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