aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/acl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+8
2010-06-11Btrfs: handle ERR_PTR from posix_acl_from_xattr()Dan Carpenter1-0/+2
2010-06-11Btrfs: prohibit a operation of changing acl's mask when noacl mount option usedShi Weihua1-0/+3
2010-06-11Btrfs: should add a permission check for setfaclShi Weihua1-0/+3
2010-05-21btrfs: 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-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+1
2010-01-28Btrfs: fix a memory leak in btrfs_init_aclYang Hongyang1-0/+1
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+7
2010-01-17Btrfs: deal with NULL acl sent to btrfs_set_aclChris Mason1-5/+7
2009-12-17Merge branch btrfs-master into for-linusChris Mason1-10/+13
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng1-10/+13
2009-12-16sanitize xattr handler prototypesChristoph Hellwig1-35/+12
2009-10-13Btrfs: fix btrfs acl #ifdef checksChris Mason1-3/+3
2009-09-29Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball1-3/+3
2009-06-24helpers for acl caching + switch to thoseAl Viro1-35/+9
2009-06-24switch btrfs to inode->i_aclAl Viro1-7/+7
2009-06-10Fix btrfs when ACLs are configured outAl Viro1-5/+0
2009-04-27Btrfs: fix acl cachingChris Mason1-5/+13
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-3/+2
2008-09-25Btrfs: optimize btrget/set/removexattrChristoph Hellwig1-9/+11
2008-09-25btrfs: optmize listxattrChristoph Hellwig1-2/+0
2008-09-25Btrfs: compile when posix acl's are disabledJosef Bacik1-0/+21
2008-09-25Btrfs: Add ACL supportJosef Bacik1-35/+261
2008-09-25Btrfs: Include sched.h in the acl code for current (fixes compile on 2.6.23)Chris Mason1-0/+1
2008-09-25Btrfs: Fix compile on 2.6.22 kernelYan1-0/+5
2008-09-25Btrfs: Implement ACLs setting and gettingYan1-29/+44
2008-09-25Btrfs: Make ACLs return EOPNOTSUPP for nowJosef Bacik1-0/+18
2008-09-25xattr support for btrfsJosef Bacik1-0/+66