aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/xattr.c
AgeCommit message (Expand)Author
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik
2012-12-16Btrfs: don't add a NULL extended attributeLiu Bo
2012-12-16Btrfs: fix an while-loop of listxattrLiu Bo
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik
2012-01-16Btrfs: do not use btrfs_end_transaction_throttle everywhereJosef Bacik
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-10-19Btrfs: fix regression in re-setting a large xattrJosef Bacik
2011-09-11btrfs: xattr: fix attribute removalDavid Sterba
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar
2011-07-11Btrfs: try to only do one btrfs_search_slot in do_setxattrJosef Bacik
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr()Li Zefan
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-03-17Btrfs: add checks to verify dir items are correctJosef Bacik
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-05-25Btrfs: Integrate metadata reservation with start_transactionYan, Zheng
2010-05-21btrfs: constify xattr_handlerStephen Hemminger
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng
2009-10-13Btrfs: fix btrfs acl #ifdef checksChris Mason
2009-09-29Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball
2009-02-04Btrfs: join the transaction in __btrfs_setxattrJosef Bacik
2009-02-04Btrfs: selinux supportJim Owens
2009-01-21Btrfs: cleanup xattr codeJosef Bacik
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason
2008-12-17Btrfs: fix return value from btrfs_listxattr when buffer size is too smallYehuda Sadeh Weinraub
2008-09-25Btrfs: optimize btrget/set/removexattrChristoph Hellwig
2008-09-25btrfs: optmize listxattrChristoph Hellwig
2008-09-25Btrfs: Add ACL supportJosef Bacik
2008-09-25Btrfs: Remove unused xattr codeJosef Bacik
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason
2008-09-25Btrfs: Dislable acl xattr handlersYan
2008-09-25Btrfs: Fix compile on kernel without ACLs enabledYan
2008-09-25Btrfs: Change magic string to reflect new formatChris Mason
2008-09-25Btrfs: Implement ACLs setting and gettingYan
2008-09-25Btrfs: xattr fixesJosef Bacik
2008-09-25Btrfs: Make ACLs return EOPNOTSUPP for nowJosef Bacik
2008-09-25xattr support for btrfsJosef Bacik