Age | Commit message (Expand) | Author | Files | Lines |
2015-04-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+8 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -8/+8 |
2015-03-27 | btrfs: don't accept bare namespace as a valid xattr | David Sterba | 1 | -14/+39 |
2015-03-03 | Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr | Filipe Manana | 1 | -2/+6 |
2014-11-21 | Btrfs: make xattr replace operations atomic | Filipe Manana | 1 | -57/+93 |
2014-09-18 | btrfs: kill the key type accessor helpers | David Sterba | 1 | -2/+2 |
2014-01-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+11 |
2014-01-29 | Btrfs: add support for inode properties | Filipe David Borba Manana | 1 | -1/+11 |
2014-01-26 | btrfs: use generic posix ACL infrastructure | Christoph Hellwig | 1 | -2/+3 |
2013-05-06 | btrfs: make static code static & remove dead code | Eric Sandeen | 1 | -2/+2 |
2012-12-17 | Btrfs: only log the inode item if we can get away with it | Josef Bacik | 1 | -0/+1 |
2012-12-17 | Btrfs: don't add a NULL extended attribute | Liu Bo | 1 | -0/+10 |
2012-12-17 | Btrfs: fix an while-loop of listxattr | Liu Bo | 1 | -1/+1 |
2012-05-30 | Btrfs: use i_version instead of our own sequence | Josef Bacik | 1 | -0/+1 |
2012-01-17 | Btrfs: do not use btrfs_end_transaction_throttle everywhere | Josef Bacik | 1 | -1/+1 |
2011-11-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+11 |
2011-10-25 | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -25/+25 |
2011-10-19 | Btrfs: fix regression in re-setting a large xattr | Josef Bacik | 1 | -0/+11 |
2011-09-11 | btrfs: xattr: fix attribute removal | David Sterba | 1 | -0/+9 |
2011-08-09 | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha... | James Morris | 1 | -25/+25 |
2011-07-18 | security: new security_inode_init_security API adds function callback | Mimi Zohar | 1 | -25/+25 |
2011-07-11 | Btrfs: try to only do one btrfs_search_slot in do_setxattr | Josef Bacik | 1 | -26/+40 |
2011-05-28 | Merge branch 'for-chris' of | Chris Mason | 1 | -2/+0 |
2011-05-23 | Btrfs: kill BTRFS_I(inode)->block_group | Josef Bacik | 1 | -2/+0 |
2011-05-22 | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino... | Chris Mason | 1 | -2/+2 |
2011-05-21 | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num... | Chris Mason | 1 | -4/+4 |
2011-05-02 | btrfs: drop unused parameter from btrfs_release_path | David Sterba | 1 | -2/+2 |
2011-04-25 | Btrfs: Always use 64bit inode number | Li Zefan | 1 | -4/+4 |
2011-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 1 | -21/+12 |
2011-04-13 | Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr() | Li Zefan | 1 | -21/+12 |
2011-03-29 | Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+2 |
2011-03-17 | Btrfs: add checks to verify dir items are correct | Josef Bacik | 1 | -0/+2 |
2011-03-08 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 1 | -2/+4 |
2011-02-01 | fs/vfs/security: pass last path component to LSM on inode creation | Eric Paris | 1 | -2/+4 |
2010-12-23 | Btrfs: Add readonly snapshots support | Li Zefan | 1 | -0/+18 |
2010-10-29 | Btrfs: cleanup warnings from gcc 4.6 (nonbugs) | Andi Kleen | 1 | -2/+0 |
2010-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 1 | -9/+3 |
2010-05-25 | Btrfs: Integrate metadata reservation with start_transaction | Yan, Zheng | 1 | -9/+3 |
2010-05-22 | btrfs: constify xattr_handler | Stephen Hemminger | 1 | -1/+1 |
2009-12-17 | Btrfs: Pass transaction handle to security and ACL initialization functions | Yan, Zheng | 1 | -26/+54 |
2009-10-13 | Btrfs: fix btrfs acl #ifdef checks | Chris Mason | 1 | -1/+1 |
2009-09-29 | Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code | Chris Ball | 1 | -1/+1 |
2009-02-04 | Btrfs: join the transaction in __btrfs_setxattr | Josef Bacik | 1 | -1/+1 |
2009-02-04 | Btrfs: selinux support | Jim Owens | 1 | -0/+32 |
2009-01-21 | Btrfs: cleanup xattr code | Josef Bacik | 1 | -2/+12 |
2009-01-06 | Btrfs: Fix checkpatch.pl warnings | Chris Mason | 1 | -1/+2 |
2008-12-17 | Btrfs: fix return value from btrfs_listxattr when buffer size is too small | Yehuda Sadeh Weinraub | 1 | -1/+1 |
2008-09-25 | Btrfs: optimize btrget/set/removexattr | Christoph Hellwig | 1 | -131/+73 |
2008-09-25 | btrfs: optmize listxattr | Christoph Hellwig | 1 | -71/+11 |
2008-09-25 | Btrfs: Add ACL support | Josef Bacik | 1 | -10/+16 |