aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/xattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-1/+1
2015-12-06btrfs: Use xattr handler infrastructureAndreas Gruenbacher1-107/+59
2015-12-03btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba1-1/+1
2015-11-09Btrfs: fix race when listing an inode's xattrsFilipe Manana1-1/+3
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-8/+8
2015-03-26btrfs: don't accept bare namespace as a valid xattrDavid Sterba1-14/+39
2015-03-02Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrFilipe Manana1-2/+6
2014-11-20Btrfs: make xattr replace operations atomicFilipe Manana1-57/+93
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-2/+2
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+11
2014-01-28Btrfs: add support for inode propertiesFilipe David Borba Manana1-1/+11
2014-01-25btrfs: use generic posix ACL infrastructureChristoph Hellwig1-2/+3
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-2/+2
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik1-0/+1
2012-12-16Btrfs: don't add a NULL extended attributeLiu Bo1-0/+10
2012-12-16Btrfs: fix an while-loop of listxattrLiu Bo1-1/+1
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik1-0/+1
2012-01-16Btrfs: do not use btrfs_end_transaction_throttle everywhereJosef Bacik1-1/+1
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+11
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-25/+25
2011-10-19Btrfs: fix regression in re-setting a large xattrJosef Bacik1-0/+11
2011-09-11btrfs: xattr: fix attribute removalDavid Sterba1-0/+9
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into nextJames Morris1-25/+25
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-25/+25
2011-07-11Btrfs: try to only do one btrfs_search_slot in do_setxattrJosef Bacik1-26/+40
2011-05-28Merge branch 'for-chris' ofChris Mason1-2/+0
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik1-2/+0
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-2/+2
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbersChris Mason1-4/+4
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-2/+2
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-4/+4
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-21/+12
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr()Li Zefan1-21/+12
2011-03-28Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+2
2011-03-17Btrfs: add checks to verify dir items are correctJosef Bacik1-0/+2
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-2/+4
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-2/+4
2010-12-23Btrfs: Add readonly snapshots supportLi Zefan1-0/+18
2010-10-29Btrfs: cleanup warnings from gcc 4.6 (nonbugs)Andi Kleen1-2/+0
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