aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-chris' ofChris Mason2011-05-281-2/+0
|\
| * Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik2011-05-231-2/+0
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-2/+2
|\ \
| * | btrfs: drop unused parameter from btrfs_release_pathDavid Sterba2011-05-021-2/+2
| |/
* | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-211-4/+4
|\ \ | |/ |/|
| * Btrfs: Always use 64bit inode numberLi Zefan2011-04-251-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-181-21/+12
|\ \ | |/
| * Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr()Li Zefan2011-04-131-21/+12
* | Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-281-0/+2
|\ \ | |/
| * Btrfs: add checks to verify dir items are correctJosef Bacik2011-03-171-0/+2
* | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-2/+4
|\ \ | |/ |/|
| * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-2/+4
* | Btrfs: Add readonly snapshots supportLi Zefan2010-12-231-0/+18
|/
* Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen2010-10-291-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-05-271-9/+3
|\
| * Btrfs: Integrate metadata reservation with start_transactionYan, Zheng2010-05-251-9/+3
* | btrfs: constify xattr_handlerStephen Hemminger2010-05-211-1/+1
|/
* Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng2009-12-171-26/+54
* Btrfs: fix btrfs acl #ifdef checksChris Mason2009-10-131-1/+1
* Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball2009-09-291-1/+1
* Btrfs: join the transaction in __btrfs_setxattrJosef Bacik2009-02-041-1/+1
* Btrfs: selinux supportJim Owens2009-02-041-0/+32
* Btrfs: cleanup xattr codeJosef Bacik2009-01-211-2/+12
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-1/+2
* Btrfs: fix return value from btrfs_listxattr when buffer size is too smallYehuda Sadeh Weinraub2008-12-171-1/+1
* Btrfs: optimize btrget/set/removexattrChristoph Hellwig2008-09-251-131/+73
* btrfs: optmize listxattrChristoph Hellwig2008-09-251-71/+11
* Btrfs: Add ACL supportJosef Bacik2008-09-251-10/+16
* Btrfs: Remove unused xattr codeJosef Bacik2008-09-251-51/+0
* Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason2008-09-251-9/+1
* Btrfs: Dislable acl xattr handlersYan2008-09-251-6/+6
* Btrfs: Fix compile on kernel without ACLs enabledYan2008-09-251-2/+4
* Btrfs: Change magic string to reflect new formatChris Mason2008-09-251-1/+2
* Btrfs: Implement ACLs setting and gettingYan2008-09-251-12/+4
* Btrfs: xattr fixesJosef Bacik2008-09-251-2/+2
* Btrfs: Make ACLs return EOPNOTSUPP for nowJosef Bacik2008-09-251-2/+2
* xattr support for btrfsJosef Bacik2008-09-251-0/+497