aboutsummaryrefslogtreecommitdiffstats
path: root/fs/generic_acl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-2/+2
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-5/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-4/+3
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-14/+0
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-14/+6
2011-07-25generic_acl: no need to clone acl just to push it to set_cached_acl()Al Viro1-8/+2
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-8/+5
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-12/+7
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro1-1/+1
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-01-07fs: provide simple rcu-walk generic_check_acl implementationNick Piggin1-10/+12
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+6
2010-08-18vfs: update ctime when changing the file's permission by setfaclJan Kara1-0/+1
2010-05-21fs: xattr_handler table should be constStephen Hemminger1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16make generic_acl slightly more genericChristoph Hellwig1-69/+89
2009-03-31New helper - current_umask()Al Viro1-1/+1
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma1-1/+1
2006-09-29[PATCH] Generic infrastructure for aclsAndreas Gruenbacher1-0/+197