aboutsummaryrefslogtreecommitdiff
path: root/include/linux/posix_acl.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-0/+1
2016-09-27posix_acl: uapi header splitGravatar Andreas Gruenbacher 1-21/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsGravatar Jan Kara 1-0/+1
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2016-07-11posix_acl: de-union a_refcount and a_rcuGravatar Jeff Layton 1-4/+2
2016-06-30vfs: Verify acls are valid within superblock's s_user_ns.Gravatar Eric W. Biederman 1-1/+1
2016-03-31posix_acl: Unexport acl_by_type and make it staticGravatar Andreas Gruenbacher 1-1/+0
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+39
2014-01-26fs: remove generic_aclGravatar Christoph Hellwig 1-0/+9
2014-01-26nfs: use generic posix ACL infrastructure for v3 Posix ACLsGravatar Christoph Hellwig 1-0/+4
2014-01-25fs: make posix_acl_create more usefulGravatar Christoph Hellwig 1-3/+12
2014-01-25fs: make posix_acl_chmod more usefulGravatar Christoph Hellwig 1-4/+13
2014-01-25fs: add get_acl helperGravatar Christoph Hellwig 1-0/+2
2014-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+0
2014-01-21posix_acl: uninliningGravatar Andrew Morton 1-72/+6
2013-11-26userns: userns: Remove UIDGID_STRICT_TYPE_CHECKSGravatar Eric W. Biederman 1-3/+0
2012-09-18userns: Convert vfs posix_acl support to use kuids and kgidsGravatar Eric W. Biederman 1-1/+7
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hGravatar Paul Gortmaker 1-0/+1
2011-08-03RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cachedGravatar Al Viro 1-9/+9
2011-08-03get rid of boilerplate switches in posix_acl.hGravatar Al Viro 1-42/+20
2011-08-01switch posix_acl_chmod() to umode_tGravatar Al Viro 1-1/+1
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-1/+1
2011-08-01switch posix_acl_create() to umode_t *Gravatar Al Viro 1-1/+1
2011-07-25bury posix_acl_..._masq() variantsGravatar Al Viro 1-3/+0
2011-07-25kill boilerplates around posix_acl_create_masq()Gravatar Al Viro 1-0/+1
2011-07-25kill boilerplate around posix_acl_chmod_masq()Gravatar Al Viro 1-0/+1
2011-01-25NFS: Prevent memory allocation failure in nfsacl_encode()Gravatar Chuck Lever 1-0/+1
2011-01-07fs: provide simple rcu-walk generic_check_acl implementationGravatar Nick Piggin 1-0/+19
2009-12-03VFS: Add forget_all_cached_acls()Gravatar Steven Whitehouse 1-0/+14
2009-06-24Get "no acls for this inode" right, fix shmem breakageGravatar Al Viro 1-0/+9
2009-06-24inline functions left without protection of ifdef (acl)Gravatar Markus Trippelsdorf 1-1/+2
2009-06-24helpers for acl caching + switch to thoseGravatar Al Viro 1-0/+64
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/+86