1. 5f5bc6b Btrfs: make xattr replace operations atomic by Filipe Manana · 10 years ago
  2. 962a298 btrfs: kill the key type accessor helpers by David Sterba · 10 years ago
  3. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  4. 6354192 Btrfs: add support for inode properties by Filipe David Borba Manana · 11 years ago
  5. 996a710 btrfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  6. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  7. e997615 Btrfs: only log the inode item if we can get away with it by Josef Bacik · 12 years ago
  8. 01e6deb Btrfs: don't add a NULL extended attribute by Liu Bo · 12 years ago
  9. db2254b Btrfs: fix an while-loop of listxattr by Liu Bo · 12 years ago
  10. 0c4d2d9 Btrfs: use i_version instead of our own sequence by Josef Bacik · 12 years ago
  11. 7ad85bb Btrfs: do not use btrfs_end_transaction_throttle everywhere by Josef Bacik · 13 years ago
  12. 6a6662c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  13. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  14. ed3ee9f Btrfs: fix regression in re-setting a large xattr by Josef Bacik · 13 years ago
  15. 4815053 btrfs: xattr: fix attribute removal by David Sterba · 13 years ago
  16. 5a2f3a0 Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next by James Morris · 13 years ago
  17. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  18. fa09200 Btrfs: try to only do one btrfs_search_slot in do_setxattr by Josef Bacik · 13 years ago
  19. ff5714c Merge branch 'for-chris' of by Chris Mason · 13 years ago
  20. d82a6f1 Btrfs: kill BTRFS_I(inode)->block_group by Josef Bacik · 13 years ago
  21. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  22. 0965537 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers by Chris Mason · 13 years ago
  23. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  24. 33345d01 Btrfs: Always use 64bit inode number by Li Zefan · 13 years ago
  25. adff377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  26. 2e6a003 Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr() by Li Zefan · 13 years ago
  27. 212a17a Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  28. 22a94d4 Btrfs: add checks to verify dir items are correct by Josef Bacik · 13 years ago
  29. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  30. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  31. b83cc96 Btrfs: Add readonly snapshots support by Li Zefan · 14 years ago
  32. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  33. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  34. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  35. f01cbd3 btrfs: constify xattr_handler by Stephen Hemminger · 14 years ago
  36. f34f57a Btrfs: Pass transaction handle to security and ACL initialization functions by Yan, Zheng · 15 years ago
  37. 0eda294 Btrfs: fix btrfs acl #ifdef checks by Chris Mason · 15 years ago
  38. 3baf0be Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code by Chris Ball · 15 years ago
  39. 8114494 Btrfs: join the transaction in __btrfs_setxattr by Josef Bacik · 15 years ago
  40. 0279b4c Btrfs: selinux support by Jim Owens · 15 years ago
  41. 0706040 Btrfs: cleanup xattr code by Josef Bacik · 16 years ago
  42. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  43. b16281c Btrfs: fix return value from btrfs_listxattr when buffer size is too small by Yehuda Sadeh Weinraub · 16 years ago
  44. 95819c0 Btrfs: optimize btrget/set/removexattr by Christoph Hellwig · 16 years ago
  45. eaa47d8 btrfs: optmize listxattr by Christoph Hellwig · 16 years ago
  46. 33268ea Btrfs: Add ACL support by Josef Bacik · 16 years ago
  47. 6099afe Btrfs: Remove unused xattr code by Josef Bacik · 16 years ago
  48. a213501 Btrfs: Replace the big fs_mutex with a collection of other locks by Chris Mason · 16 years ago
  49. eba12c7 Btrfs: Dislable acl xattr handlers by Yan · 16 years ago
  50. caaca38 Btrfs: Fix compile on kernel without ACLs enabled by Yan · 17 years ago
  51. 69a32ac Btrfs: Change magic string to reflect new format by Chris Mason · 17 years ago
  52. 744f52f Btrfs: Implement ACLs setting and getting by Yan · 17 years ago
  53. 3acd7ee Btrfs: xattr fixes by Josef Bacik · 17 years ago
  54. 1caf934 Btrfs: Make ACLs return EOPNOTSUPP for now by Josef Bacik · 17 years ago
  55. 5103e94 xattr support for btrfs by Josef Bacik · 17 years ago