aboutsummaryrefslogtreecommitdiff
path: root/fs/posix_acl.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-2/+2
2015-02-20posix_acl: fix reference leaks in posix_acl_createGravatar Omar Sandoval 1-5/+9
2014-05-06posix_acl: handle NULL ACL in posix_acl_equiv_modeGravatar Christoph Hellwig 1-0/+6
2014-04-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+3
2014-02-25fs: NULL dereference in posix_acl_to_xattr()Gravatar Dan Carpenter 1-2/+3
2014-02-03fs: get_acl() must be allowed to return EOPNOTSUPPGravatar Trond Myklebust 1-6/+12
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-12/+416
2014-01-26fs: remove generic_aclGravatar Christoph Hellwig 1-0/+36
2014-01-25fs: make posix_acl_create more usefulGravatar Christoph Hellwig 1-4/+53
2014-01-25fs: make posix_acl_chmod more usefulGravatar Christoph Hellwig 1-3/+27
2014-01-25fs: add generic xattr_acl handlersGravatar Christoph Hellwig 1-0/+102
2014-01-25fs: add get_acl helperGravatar Christoph Hellwig 1-0/+27
2014-01-25fs: merge xattr_acl.c into posix_acl.cGravatar Christoph Hellwig 1-7/+173
2014-01-23userns: relax the posix_acl_valid() checksGravatar Andreas Gruenbacher 1-10/+0
2014-01-21posix_acl: uninliningGravatar Andrew Morton 1-5/+79
2012-09-18userns: Convert vfs posix_acl support to use kuids and kgidsGravatar Eric W. Biederman 1-15/+15
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-10-28vfs: pass all mask flags check_acl and posix_acl_permissionGravatar Andreas Gruenbacher 1-0/+2
2011-08-01switch posix_acl_chmod() to umode_tGravatar Al Viro 1-2/+2
2011-08-01switch posix_acl_from_mode() to umode_tGravatar Al Viro 1-1/+1
2011-08-01switch posix_acl_equiv_mode() to umode_t *Gravatar Al Viro 1-2/+2
2011-08-01switch posix_acl_create() to umode_t *Gravatar Al Viro 1-3/+3
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 1-1/+0
2011-07-25bury posix_acl_..._masq() variantsGravatar Al Viro 1-8/+3
2011-07-25kill boilerplates around posix_acl_create_masq()Gravatar Al Viro 1-0/+18
2011-07-25kill boilerplate around posix_acl_chmod_masq()Gravatar Al Viro 1-0/+18
2011-01-25NFS: Prevent memory allocation failure in nfsacl_encode()Gravatar Chuck Lever 1-4/+13
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemGravatar David Howells 1-2/+2
2006-10-01[PATCH] kmemdup: some usersGravatar Alexey Dobriyan 1-4/+2
2005-10-08[PATCH] gfp flags annotations - part 1Gravatar Al Viro 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+381