1. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  2. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  3. e0d46f5 btrfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  4. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  5. daac7ba Btrfs: fix listxattrs not listing all xattrs packed in the same item by Filipe Manana · 8 years ago
  6. 04b285f btrfs: Replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 8 years ago
  7. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  8. c1a198d Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  9. a305810 Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 8 years ago
  10. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 9 years ago
  11. 9172abb btrfs: Use xattr handler infrastructure by Andreas Gruenbacher · 9 years ago
  12. 39a27ec btrfs: use GFP_KERNEL for xattr and acl allocations by David Sterba · 9 years ago
  13. f1cd1f0 Btrfs: fix race when listing an inode's xattrs by Filipe Manana · 9 years ago
  14. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  15. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  16. 3c3b04d btrfs: don't accept bare namespace as a valid xattr by David Sterba · 9 years ago
  17. 5cdf83e Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr by Filipe Manana · 9 years ago
  18. 5f5bc6b Btrfs: make xattr replace operations atomic by Filipe Manana · 10 years ago
  19. 962a298 btrfs: kill the key type accessor helpers by David Sterba · 10 years ago
  20. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  21. 6354192 Btrfs: add support for inode properties by Filipe David Borba Manana · 10 years ago
  22. 996a710 btrfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  23. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  24. e997615 Btrfs: only log the inode item if we can get away with it by Josef Bacik · 12 years ago
  25. 01e6deb Btrfs: don't add a NULL extended attribute by Liu Bo · 12 years ago
  26. db2254b Btrfs: fix an while-loop of listxattr by Liu Bo · 12 years ago
  27. 0c4d2d9 Btrfs: use i_version instead of our own sequence by Josef Bacik · 12 years ago
  28. 7ad85bb Btrfs: do not use btrfs_end_transaction_throttle everywhere by Josef Bacik · 12 years ago
  29. 6a6662c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  30. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  31. ed3ee9f Btrfs: fix regression in re-setting a large xattr by Josef Bacik · 13 years ago
  32. 4815053 btrfs: xattr: fix attribute removal by David Sterba · 13 years ago
  33. 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
  34. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  35. fa09200 Btrfs: try to only do one btrfs_search_slot in do_setxattr by Josef Bacik · 13 years ago
  36. ff5714c Merge branch 'for-chris' of by Chris Mason · 13 years ago
  37. d82a6f1 Btrfs: kill BTRFS_I(inode)->block_group by Josef Bacik · 13 years ago
  38. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  39. 0965537 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers by Chris Mason · 13 years ago
  40. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  41. 33345d01 Btrfs: Always use 64bit inode number by Li Zefan · 13 years ago
  42. adff377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  43. 2e6a003 Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr() by Li Zefan · 13 years ago
  44. 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
  45. 22a94d4 Btrfs: add checks to verify dir items are correct by Josef Bacik · 13 years ago
  46. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  47. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  48. b83cc96 Btrfs: Add readonly snapshots support by Li Zefan · 14 years ago
  49. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  50. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  51. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  52. f01cbd3 btrfs: constify xattr_handler by Stephen Hemminger · 14 years ago
  53. f34f57a Btrfs: Pass transaction handle to security and ACL initialization functions by Yan, Zheng · 15 years ago
  54. 0eda294 Btrfs: fix btrfs acl #ifdef checks by Chris Mason · 15 years ago
  55. 3baf0be Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code by Chris Ball · 15 years ago
  56. 8114494 Btrfs: join the transaction in __btrfs_setxattr by Josef Bacik · 15 years ago
  57. 0279b4c Btrfs: selinux support by Jim Owens · 15 years ago
  58. 0706040 Btrfs: cleanup xattr code by Josef Bacik · 15 years ago
  59. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 15 years ago
  60. b16281c Btrfs: fix return value from btrfs_listxattr when buffer size is too small by Yehuda Sadeh Weinraub · 16 years ago
  61. 95819c0 Btrfs: optimize btrget/set/removexattr by Christoph Hellwig · 16 years ago
  62. eaa47d8 btrfs: optmize listxattr by Christoph Hellwig · 16 years ago
  63. 33268ea Btrfs: Add ACL support by Josef Bacik · 16 years ago
  64. 6099afe Btrfs: Remove unused xattr code by Josef Bacik · 16 years ago
  65. a213501 Btrfs: Replace the big fs_mutex with a collection of other locks by Chris Mason · 16 years ago
  66. eba12c7 Btrfs: Dislable acl xattr handlers by Yan · 16 years ago
  67. caaca38 Btrfs: Fix compile on kernel without ACLs enabled by Yan · 16 years ago
  68. 69a32ac Btrfs: Change magic string to reflect new format by Chris Mason · 16 years ago
  69. 744f52f Btrfs: Implement ACLs setting and getting by Yan · 16 years ago
  70. 3acd7ee Btrfs: xattr fixes by Josef Bacik · 17 years ago
  71. 1caf934 Btrfs: Make ACLs return EOPNOTSUPP for now by Josef Bacik · 17 years ago
  72. 5103e94 xattr support for btrfs by Josef Bacik · 17 years ago