aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/acl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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