aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-9/+3
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng1-9/+3
2010-05-21btrfs: constify xattr_handlerStephen Hemminger1-1/+1
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng1-26/+54
2009-10-13Btrfs: fix btrfs acl #ifdef checksChris Mason1-1/+1
2009-09-29Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball1-1/+1
2009-02-04Btrfs: join the transaction in __btrfs_setxattrJosef Bacik1-1/+1
2009-02-04Btrfs: selinux supportJim Owens1-0/+32
2009-01-21Btrfs: cleanup xattr codeJosef Bacik1-2/+12
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-1/+2
2008-12-17Btrfs: fix return value from btrfs_listxattr when buffer size is too smallYehuda Sadeh Weinraub1-1/+1
2008-09-25Btrfs: optimize btrget/set/removexattrChristoph Hellwig1-131/+73
2008-09-25btrfs: optmize listxattrChristoph Hellwig1-71/+11
2008-09-25Btrfs: Add ACL supportJosef Bacik1-10/+16
2008-09-25Btrfs: Remove unused xattr codeJosef Bacik1-51/+0
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-9/+1
2008-09-25Btrfs: Dislable acl xattr handlersYan1-6/+6
2008-09-25Btrfs: Fix compile on kernel without ACLs enabledYan1-2/+4
2008-09-25Btrfs: Change magic string to reflect new formatChris Mason1-1/+2
2008-09-25Btrfs: Implement ACLs setting and gettingYan1-12/+4
2008-09-25Btrfs: xattr fixesJosef Bacik1-2/+2
2008-09-25Btrfs: Make ACLs return EOPNOTSUPP for nowJosef Bacik1-2/+2
2008-09-25xattr support for btrfsJosef Bacik1-0/+497