1. 3e07e9a btrfs: qgroup: Drop root parameter from update_qgroup_info_item by Lu Fengqi · 6 years ago
  2. ac8a866 btrfs: qgroup: Drop root parameter from update_qgroup_limit_item by Lu Fengqi · 6 years ago
  3. 6910461 btrfs: qgroup: Drop quota_root parameter from del_qgroup_item by Lu Fengqi · 6 years ago
  4. 99d7f09 btrfs: qgroup: Drop quota_root parameter from del_qgroup_relation_item by Lu Fengqi · 6 years ago
  5. 711169c btrfs: qgroup: Drop quota_root parameter from add_qgroup_relation_item by Lu Fengqi · 6 years ago
  6. c8389d4 btrfs: qgroup: cleanup the unused srcroot from btrfs_qgroup_inherit by Lu Fengqi · 6 years ago
  7. 340f1aa btrfs: qgroups: Move transaction management inside btrfs_quota_enable/disable by Nikolay Borisov · 6 years ago
  8. e4e7ede Btrfs: fix mount failure when qgroup rescan is in progress by Filipe Manana · 6 years ago
  9. 6f7de19 btrfs: quota: Set rescan progress to (u64)-1 if we hit last leaf by Qu Wenruo · 6 years ago
  10. 9593bf49 btrfs: qgroup: show more meaningful qgroup_rescan_init error message by Qu Wenruo · 6 years ago
  11. ff3d27a0 btrfs: qgroup: Finish rescan when hit the last leaf of extent tree by Qu Wenruo · 6 years ago
  12. b6debf1 btrfs: qgroup: Search commit root for rescan to avoid missing extent by Qu Wenruo · 6 years ago
  13. c9f6f3c btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transid by Qu Wenruo · 6 years ago
  14. 8b31790 btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl value by Qu Wenruo · 6 years ago
  15. a514d63 btrfs: qgroup: Commit transaction in advance to reduce early EDQUOT by Qu Wenruo · 7 years ago
  16. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  17. a4666e6 btrfs: use lockdep_assert_held for spinlocks by David Sterba · 7 years ago
  18. 581c176 btrfs: Validate child tree block's level and first key by Qu Wenruo · 7 years ago
  19. a1840b5 btrfs: use helper to set ulist aux from a qgroup by David Sterba · 7 years ago
  20. 0b78877 Revert "btrfs: qgroups: Retry after commit on getting EDQUOT" by Qu Wenruo · 7 years ago
  21. 4ee0d88 btrfs: qgroup: Update trace events for metadata reservation by Qu Wenruo · 7 years ago
  22. 8287475 btrfs: qgroup: Use root::qgroup_meta_rsv_* to record qgroup meta reserved space by Qu Wenruo · 7 years ago
  23. 64cfaef btrfs: qgroup: Introduce function to convert META_PREALLOC into META_PERTRANS by Qu Wenruo · 7 years ago
  24. e1211d0 btrfs: qgroup: Don't use root->qgroup_meta_rsv for qgroup by Qu Wenruo · 7 years ago
  25. 733e03a btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans by Qu Wenruo · 7 years ago
  26. 5c40507 btrfs: qgroup: Cleanup the remaining old reservation counters by Qu Wenruo · 7 years ago
  27. 64ee4e7 btrfs: qgroup: Update trace events to use new separate rsv types by Qu Wenruo · 7 years ago
  28. 429d627 btrfs: qgroup: Fix wrong qgroup reservation update for relationship modification by Qu Wenruo · 7 years ago
  29. dba2132 btrfs: qgroup: Make qgroup_reserve and its callers to use separate reservation type by Qu Wenruo · 7 years ago
  30. f59c034 btrfs: qgroup: Introduce helpers to update and access new qgroup rsv by Qu Wenruo · 7 years ago
  31. d4e5c92 btrfs: qgroup: Skeleton to support separate qgroup reservation type by Qu Wenruo · 7 years ago
  32. 460fb20 btrfs: Drop fs_info parameter from btrfs_qgroup_account_extents by Nikolay Borisov · 7 years ago
  33. 5d23515 btrfs: Move qgroup rescan on quota enable to btrfs_quota_enable by Nikolay Borisov · 7 years ago
  34. 952bd3d btrfs: Ignore errors from btrfs_qgroup_trace_extent_post by Nikolay Borisov · 7 years ago
  35. ae0f162 btrfs: sink gfp parameter to clear_extent_bit by David Sterba · 7 years ago
  36. c995ab3 btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extents by Zygo Blaxell · 7 years ago
  37. 36b96fd btrfs: Report error on removing qgroup if del_qgroup_item fails by Sargun Dhillon · 7 years ago
  38. c2faff7 btrfs: remove BTRFS_FS_QUOTA_DISABLING flag by Misono, Tomohiro · 7 years ago
  39. 1cd5447 btrfs: pass fs_info to btrfs_del_root instead of tree_root by Jeff Mahoney · 7 years ago
  40. 913e153 btrfs: drop newlines from strings when using btrfs_* helpers by David Sterba · 7 years ago
  41. b6e6bca btrfs: qgroups: Fix BUG_ON condition in tree level check by Nikolay Borisov · 7 years ago
  42. 6374e57a btrfs: fix integer overflow in calc_reclaim_items_nr by Chris Mason · 7 years ago
  43. bc42bda btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges by Qu Wenruo · 8 years ago
  44. 364ecf3 btrfs: qgroup: Introduce extent changeset for qgroup reserve functions by Qu Wenruo · 8 years ago
  45. 7bc329c btrfs: qgroup: Return actually freed bytes for qgroup release or free data by Qu Wenruo · 8 years ago
  46. d1b8b94 btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents function by Qu Wenruo · 8 years ago
  47. 5edfd9f btrfs: qgroup: Add quick exit for non-fs extents by Qu Wenruo · 8 years ago
  48. cddf3b2 btrfs: add cond_resched to btrfs_qgroup_trace_leaf_items by Jeff Mahoney · 7 years ago
  49. f29efe2 btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCE by Sargun Dhillon · 7 years ago
  50. 1176032 Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  51. 338bd52 btrfs: qgroup: move noisy underflow warning to debugging build by David Sterba · 8 years ago
  52. d51ea5d btrfs: qgroup: Re-arrange tracepoint timing to co-operate with reserved space tracepoint by Qu Wenruo · 8 years ago
  53. 3159fe7 btrfs: qgroup: Add trace point for qgroup reserved space by Qu Wenruo · 8 years ago
  54. 48a89bc btrfs: qgroups: Retry after commit on getting EDQUOT by Goldwyn Rodrigues · 8 years ago
  55. de47c9d btrfs: replace hardcoded value with SEQ_LAST macro by Edmund Nadolski · 8 years ago
  56. f486135 btrfs: remove unused qgroup members from btrfs_trans_handle by David Sterba · 8 years ago
  57. ce0dcee btrfs: Change qgroup_meta_rsv to 64bit by Goldwyn Rodrigues · 8 years ago
  58. fb235dc btrfs: qgroup: Move half of the qgroup accounting time out of commit trans by Qu Wenruo · 8 years ago
  59. 15b3451 btrfs: remove unused parameter from adjust_slots_upwards by David Sterba · 8 years ago
  60. 7c302b4 btrfs: remove unused parameter from clean_tree_block by David Sterba · 8 years ago
  61. 6655bc3 btrfs: ulist: rename ulist_fini to ulist_release by David Sterba · 8 years ago
  62. 4ae8553 btrfs: remove pointless rcu protection from btrfs_qgroup_inherit by David Sterba · 8 years ago
  63. 0b08e1f btrfs: qgroups: opencode qgroup_free helper by David Sterba · 8 years ago
  64. 81353d5 btrfs: check quota status earlier and don't do unnecessary frees by David Sterba · 8 years ago
  65. 53d3235 btrfs: embed extent_changeset::range_changed to the structure by David Sterba · 8 years ago
  66. 025db91 btrfs: qgroups: make __del_qgroup_relation static by David Sterba · 8 years ago
  67. 6602caf btrfs: use GFP_KERNEL in btrfs_add/del_qgroup_relation by David Sterba · 8 years ago
  68. 52bf8e7 btrfs: use GFP_KERNEL in btrfs_quota_enable by David Sterba · 8 years ago
  69. 323b88f btrfs: use GFP_KERNEL in btrfs_read_qgroup_config by David Sterba · 8 years ago
  70. 003d7c5 btrfs: allow unlink to exceed subvolume quota by Jeff Mahoney · 8 years ago
  71. 18dc22c btrfs: Add WARN_ON for qgroup reserved underflow by Qu Wenruo · 8 years ago
  72. 5f52a2c Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.10 by Chris Mason · 8 years ago
  73. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
  74. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
  75. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
  76. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 8 years ago
  77. 33d1f05 btrfs: Export and move leaf/subtree qgroup helpers to qgroup.c by Qu Wenruo · 8 years ago
  78. 50b3e04 btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps by Qu Wenruo · 8 years ago
  79. ef2fff6 btrfs: rename helper macros for qgroup and aux data casts by David Sterba · 8 years ago
  80. 8d9edda Btrfs: fix qgroup rescan worker initialization by Filipe Manana · 8 years ago
  81. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  82. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  83. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  84. cb93b52 btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent() by Qu Wenruo · 8 years ago
  85. d06f23d btrfs: waiting on qgroup rescan should not always be interruptible by Jeff Mahoney · 8 years ago
  86. d2c609b btrfs: properly track when rescan worker is running by Jeff Mahoney · 8 years ago
  87. 64b6358 btrfs: add btrfs_trans_handle->fs_info pointer by Jeff Mahoney · 8 years ago
  88. f5ee5c9 btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root by Jeff Mahoney · 8 years ago
  89. bc07452 btrfs: prefix fsid to all trace events by Jeff Mahoney · 8 years ago
  90. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 8 years ago
  91. 2c53b91 btrfs: sink gfp parameter to set_record_extent_bits by David Sterba · 8 years ago
  92. f734c44 btrfs: sink gfp parameter to clear_record_extent_bits by David Sterba · 8 years ago
  93. 0f5dcf8 btrfs: Add qgroup tracing by Mark Fasheh · 9 years ago
  94. 918c2ee btrfs: handle non-fatal errors in btrfs_qgroup_inherit() by Mark Fasheh · 9 years ago
  95. 82bd101 btrfs: qgroup: account shared subtree during snapshot delete by Mark Fasheh · 9 years ago
  96. 967ef51 btrfs: qgroup: fix quota disable during rescan by Justin Maggard · 9 years ago
  97. 3b2ba7b Btrfs: fix sleeping inside atomic context in qgroup rescan worker by Filipe Manana · 9 years ago
  98. 190631f Btrfs: fix race waiting for qgroup rescan worker by Filipe Manana · 9 years ago
  99. 7343dd6 btrfs: qgroup: exit the rescan worker during umount by Justin Maggard · 9 years ago
  100. 90ce321 btrfs: qgroup: Fix a rebase bug which will cause qgroup double free by Qu Wenruo · 9 years ago