1. 3212fa1 btrfs: drop the _nr from the item helpers by Josef Bacik · 3 years, 2 months ago
  2. 227f3cd btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere by Josef Bacik · 3 years, 2 months ago
  3. 49d0c64 btrfs: assert that extent buffers are write locked instead of only locked by Filipe Manana · 3 years, 3 months ago
  4. f09b04c Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 10 months ago
  5. fd57a98 btrfs: fix warning when creating a directory with smack enabled by Filipe Manana · 3 years, 10 months ago
  6. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
  7. f2f121a btrfs: skip unnecessary searches for xattrs when logging an inode by Filipe Manana · 4 years, 2 months ago
  8. 9a56fcd btrfs: make btrfs_update_inode take btrfs_inode by Nikolay Borisov · 4 years, 2 months ago
  9. 3763771 Btrfs: fix failure to persist compression property xattr deletion on fsync by Filipe Manana · 6 years ago
  10. b3f6a4b btrfs: start transaction in xattr_handler_set_prop by Anand Jain · 6 years ago
  11. f22125e btrfs: refactor btrfs_set_props to validate externally by Anand Jain · 6 years ago
  12. c71dd88 btrfs: remove unused parameter fs_info from btrfs_extend_item by David Sterba · 6 years ago
  13. 78ac4f9 btrfs: remove unused parameter fs_info from btrfs_truncate_item by David Sterba · 6 years ago
  14. e3de9b1 btrfs: cleanup btrfs_setxattr_trans and drop transaction parameter by Anand Jain · 6 years ago
  15. 04e6863 btrfs: split btrfs_setxattr calls regarding transaction by Anand Jain · 6 years ago
  16. 353c2ea btrfs: remove redundant readonly root check in btrfs_setxattr_trans by Anand Jain · 6 years ago
  17. 3e125a7 btrfs: export btrfs_setxattr by Anand Jain · 6 years ago
  18. 2d74fa3 btrfs: rename do_setxattr to btrfs_setxattr by Anand Jain · 6 years ago
  19. cac237a btrfs: rename btrfs_setxattr to btrfs_setxattr_trans by Anand Jain · 6 years ago
  20. e902baa btrfs: get fs_info from eb in btrfs_leaf_free_space by David Sterba · 6 years ago
  21. 262c96a btrfs: refactor btrfs_set_prop and add btrfs_set_prop_trans by Anand Jain · 6 years ago
  22. 419a6f3 btrfs: rename fs_info argument to fs_private by Anand Jain · 6 years ago
  23. 7715da8 btrfs: merge _btrfs_set_prop helpers by Anand Jain · 6 years ago
  24. 827aa18 Btrfs: use nofs context when initializing security xattrs to avoid deadlock by Filipe Manana · 6 years ago
  25. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  26. bcadd70 btrfs: adjust return type of btrfs_getxattr by David Sterba · 7 years ago
  27. 7852781 btrfs: drop underscores from exported xattr functions by David Sterba · 7 years ago
  28. 31466f3 Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  29. ae5e165 fs: new API for handling inode->i_version by Jeff Layton · 7 years ago
  30. bae15d9 btrfs: Cleanup existing name_len checks by Qu Wenruo · 7 years ago
  31. e79a332 btrfs: Check name_len with boundary in verify dir_item by Su Yue · 8 years ago
  32. f85b737 btrfs: fix over-80 lines introduced by previous cleanups by David Sterba · 8 years ago
  33. 4a0cc7c btrfs: Make btrfs_ino take a struct btrfs_inode by Nikolay Borisov · 8 years ago
  34. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
  35. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  36. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  37. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  38. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 9 years ago
  39. e0d46f5 btrfs: Switch to generic xattr handlers by Andreas Gruenbacher · 9 years ago
  40. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 9 years ago
  41. daac7ba Btrfs: fix listxattrs not listing all xattrs packed in the same item by Filipe Manana · 9 years ago
  42. 04b285f btrfs: Replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 9 years ago
  43. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  44. c1a198d Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  45. 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 · 9 years ago
  46. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 9 years ago
  47. 9172abb btrfs: Use xattr handler infrastructure by Andreas Gruenbacher · 9 years ago
  48. 39a27ec btrfs: use GFP_KERNEL for xattr and acl allocations by David Sterba · 9 years ago
  49. f1cd1f0 Btrfs: fix race when listing an inode's xattrs by Filipe Manana · 9 years ago
  50. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  51. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  52. 3c3b04d btrfs: don't accept bare namespace as a valid xattr by David Sterba · 10 years ago
  53. 5cdf83e Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr by Filipe Manana · 10 years ago
  54. 5f5bc6b Btrfs: make xattr replace operations atomic by Filipe Manana · 10 years ago
  55. 962a298 btrfs: kill the key type accessor helpers by David Sterba · 11 years ago
  56. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  57. 6354192 Btrfs: add support for inode properties by Filipe David Borba Manana · 11 years ago
  58. 996a710 btrfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  59. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 12 years ago
  60. e997615 Btrfs: only log the inode item if we can get away with it by Josef Bacik · 12 years ago
  61. 01e6deb Btrfs: don't add a NULL extended attribute by Liu Bo · 12 years ago
  62. db2254b Btrfs: fix an while-loop of listxattr by Liu Bo · 12 years ago
  63. 0c4d2d9 Btrfs: use i_version instead of our own sequence by Josef Bacik · 13 years ago
  64. 7ad85bb Btrfs: do not use btrfs_end_transaction_throttle everywhere by Josef Bacik · 13 years ago
  65. 6a6662c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  66. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  67. ed3ee9f Btrfs: fix regression in re-setting a large xattr by Josef Bacik · 13 years ago
  68. 4815053 btrfs: xattr: fix attribute removal by David Sterba · 13 years ago
  69. 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
  70. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 14 years ago
  71. fa09200 Btrfs: try to only do one btrfs_search_slot in do_setxattr by Josef Bacik · 14 years ago
  72. ff5714c Merge branch 'for-chris' of by Chris Mason · 14 years ago
  73. d82a6f1d Btrfs: kill BTRFS_I(inode)->block_group by Josef Bacik · 14 years ago
  74. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 14 years ago
  75. 0965537 Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers by Chris Mason · 14 years ago
  76. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 14 years ago
  77. 33345d01 Btrfs: Always use 64bit inode number by Li Zefan · 14 years ago
  78. adff377 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  79. 2e6a003 Btrfs: Check if btrfs_next_leaf() returns error in btrfs_listxattr() by Li Zefan · 14 years ago
  80. 212a17a Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  81. 22a94d4 Btrfs: add checks to verify dir items are correct by Josef Bacik · 14 years ago
  82. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 14 years ago
  83. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 14 years ago
  84. b83cc96 Btrfs: Add readonly snapshots support by Li Zefan · 14 years ago
  85. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  86. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  87. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 15 years ago
  88. f01cbd3 btrfs: constify xattr_handler by Stephen Hemminger · 15 years ago
  89. f34f57a Btrfs: Pass transaction handle to security and ACL initialization functions by Yan, Zheng · 15 years ago
  90. 0eda294 Btrfs: fix btrfs acl #ifdef checks by Chris Mason · 15 years ago
  91. 3baf0be Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code by Chris Ball · 15 years ago
  92. 8114494 Btrfs: join the transaction in __btrfs_setxattr by Josef Bacik · 16 years ago
  93. 0279b4c Btrfs: selinux support by Jim Owens · 16 years ago
  94. 0706040 Btrfs: cleanup xattr code by Josef Bacik · 16 years ago
  95. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  96. b16281c Btrfs: fix return value from btrfs_listxattr when buffer size is too small by Yehuda Sadeh Weinraub · 16 years ago
  97. 95819c0 Btrfs: optimize btrget/set/removexattr by Christoph Hellwig · 16 years ago
  98. eaa47d8 btrfs: optmize listxattr by Christoph Hellwig · 16 years ago
  99. 33268ea Btrfs: Add ACL support by Josef Bacik · 16 years ago
  100. 6099afe Btrfs: Remove unused xattr code by Josef Bacik · 16 years ago