aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/acl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+6
2010-09-23ocfs2: update ctime when changing the file's permission by setfaclTao Ma1-0/+3
2010-08-07Fix the nested PR lock calling issue in ACLJiaju Zhang1-3/+21
2010-08-07ocfs2: do not overwrite error codes in ocfs2_init_aclTiger Yang1-2/+7
2010-05-21ocfs: constify xattr_handlerStephen 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
2010-03-17ocfs2: set i_mode on disk during acl operationsMark Fasheh1-5/+72
2009-12-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-4/+0
2009-12-17ocfs2-devel: remove redundant OCFS2_MOUNT_POSIX_ACL check in ocfs2_get_acl_nolock()Jeff Liu1-4/+0
2009-12-16sanitize xattr handler prototypesChristoph Hellwig1-62/+25
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-01-05ocfs2: add ocfs2_init_acl in mknodTiger Yang1-0/+59
2009-01-05ocfs2: add ocfs2_acl_chmodTiger Yang1-0/+27
2009-01-05ocfs2: add ocfs2_check_aclTiger Yang1-0/+15
2009-01-05ocfs2: add POSIX ACL APITiger Yang1-0/+378