1. 89840b1 btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit() by ChenXiaoSong · 2 years, 2 months ago
  2. ab7c503 btrfs: quota: Set rescan progress to (u64)-1 if we hit last leaf by Qu Wenruo · 7 years ago
  3. 0ec766b btrfs: fix lockdep splat when reading qgroup config on mount by Filipe Manana · 4 years, 2 months ago
  4. 94fe757 Btrfs: fix race setting up and completing qgroup rescan workers by Filipe Manana · 5 years ago
  5. d15aa4b btrfs: qgroup: Drop quota_root and fs_info parameters from update_qgroup_status_item by Lu Fengqi · 7 years ago
  6. 91b3675 btrfs: qgroup: Dirty all qgroups before rescan by Qu Wenruo · 6 years ago
  7. 7e51eff btrfs: qgroup: Finish rescan when hit the last leaf of extent tree by Qu Wenruo · 7 years ago
  8. 1a5ec7d Btrfs: fix qgroup rescan worker initialization by Filipe Manana · 8 years ago
  9. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  10. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  11. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  12. cb93b52 btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent() by Qu Wenruo · 8 years ago
  13. d06f23d btrfs: waiting on qgroup rescan should not always be interruptible by Jeff Mahoney · 8 years ago
  14. d2c609b btrfs: properly track when rescan worker is running by Jeff Mahoney · 8 years ago
  15. 64b6358 btrfs: add btrfs_trans_handle->fs_info pointer by Jeff Mahoney · 9 years ago
  16. f5ee5c9 btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root by Jeff Mahoney · 9 years ago
  17. bc07452 btrfs: prefix fsid to all trace events by Jeff Mahoney · 9 years ago
  18. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 9 years ago
  19. 2c53b91 btrfs: sink gfp parameter to set_record_extent_bits by David Sterba · 9 years ago
  20. f734c44 btrfs: sink gfp parameter to clear_record_extent_bits by David Sterba · 9 years ago
  21. 0f5dcf8 btrfs: Add qgroup tracing by Mark Fasheh · 9 years ago
  22. 918c2ee btrfs: handle non-fatal errors in btrfs_qgroup_inherit() by Mark Fasheh · 9 years ago
  23. 82bd101 btrfs: qgroup: account shared subtree during snapshot delete by Mark Fasheh · 9 years ago
  24. 967ef51 btrfs: qgroup: fix quota disable during rescan by Justin Maggard · 9 years ago
  25. 3b2ba7b Btrfs: fix sleeping inside atomic context in qgroup rescan worker by Filipe Manana · 9 years ago
  26. 190631f Btrfs: fix race waiting for qgroup rescan worker by Filipe Manana · 9 years ago
  27. 7343dd6 btrfs: qgroup: exit the rescan worker during umount by Justin Maggard · 9 years ago
  28. 90ce321 btrfs: qgroup: Fix a rebase bug which will cause qgroup double free by Qu Wenruo · 9 years ago
  29. 0a0e8b8 btrfs: qgroup: Don't copy extent buffer to do qgroup rescan by Qu Wenruo · 9 years ago
  30. 56fa9d0 btrfs: qgroup: Check if qgroup reserved space leaked by Qu Wenruo · 9 years ago
  31. 81fb6f7 btrfs: qgroup: Add new trace point for qgroup data reserve by Qu Wenruo · 9 years ago
  32. 7cf5b97 btrfs: qgroup: Cleanup old inaccurate facilities by Qu Wenruo · 9 years ago
  33. 55eeaf0 btrfs: qgroup: Introduce new functions to reserve/free metadata by Qu Wenruo · 9 years ago
  34. 297d750 btrfs: delayed_ref: release and free qgroup reserved at proper timing by Qu Wenruo · 9 years ago
  35. f695fdc btrfs: qgroup: Introduce functions to release/free qgroup reserve data space by Qu Wenruo · 9 years ago
  36. 5247255 btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function by Qu Wenruo · 9 years ago
  37. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  38. d41e36a Btrfs: Spelling s/consitent/consistent/ by Geert Uytterhoeven · 10 years ago
  39. c05f942 btrfs: qgroup: Fix a regression in qgroup reserved space. by Qu Wenruo · 9 years ago
  40. fe75990 btrfs: qgroup: allow user to clear the limitation on qgroup by Yang Dongsheng · 10 years ago
  41. 9086db8 btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots. by Qu Wenruo · 10 years ago
  42. e69bcee btrfs: qgroup: Cleanup the old ref_node-oriented mechanism. by Qu Wenruo · 10 years ago
  43. 442244c btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism. by Qu Wenruo · 10 years ago
  44. 9d220c9 btrfs: qgroup: Switch rescan to new mechanism. by Qu Wenruo · 10 years ago
  45. 550d7a2 btrfs: qgroup: Add new qgroup calculation function by Qu Wenruo · 10 years ago
  46. 3b7d00f btrfs: qgroup: Add new function to record old_roots. by Qu Wenruo · 10 years ago
  47. 3368d00 btrfs: qgroup: Record possible quota-related extent for qgroup. by Qu Wenruo · 10 years ago
  48. 823ae5b btrfs: qgroup: Add function qgroup_update_counters(). by Qu Wenruo · 10 years ago
  49. d810ef2 btrfs: qgroup: Add function qgroup_update_refcnt(). by Qu Wenruo · 10 years ago
  50. 9c54213 btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read. by Qu Wenruo · 10 years ago
  51. ab3680d btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation() by Christian Engelmayer · 10 years ago
  52. 9c8b35b btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags when assigning/deleting a qgroup relations. by Qu Wenruo · 10 years ago
  53. 8ea0ec9 btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota. by Dongsheng Yang · 10 years ago
  54. 53b7cde btrfs: Update btrfs qgroup status item when rescan is done. by Qu Wenruo · 10 years ago
  55. 3393168 btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value. by Qu Wenruo · 10 years ago
  56. 8465ece btrfs: Check qgroup level in kernel qgroup assign. by Qu Wenruo · 10 years ago
  57. f5a6b1c btrfs: qgroup: allow to remove qgroup which has parent but no child. by Dongsheng Yang · 10 years ago
  58. 09870d2 btrfs: qgroup: return EINVAL if level of parent is not higher than child's. by Dongsheng Yang · 10 years ago
  59. e2d1f92 btrfs: qgroup: do a reservation in a higher level. by Dongsheng Yang · 10 years ago
  60. 3119321 Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use. by Dongsheng Yang · 10 years ago
  61. 4087cf2 Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup(). by Dongsheng Yang · 10 years ago
  62. 03477d9 btrfs: qgroup: fix limit args override whole limit struct by Dongsheng Yang · 10 years ago
  63. d3001ed btrfs: qgroup: update limit info in function btrfs_run_qgroups(). by Dongsheng Yang · 10 years ago
  64. 1510e71 btrfs: qgroup: consolidate the parameter of fucntion update_qgroup_limit_item(). by Dongsheng Yang · 10 years ago
  65. e8c8541 btrfs: qgroup: update qgroup in memory at the same time when we update it in btree. by Dongsheng Yang · 10 years ago
  66. 3eeb4d5 btrfs: qgroup: inherit limit info from srcgroup in creating snapshot. by Dongsheng Yang · 10 years ago
  67. bf69196 Btrfs: change the insertion criteria for the qgroup operations rbtree by Filipe Manana · 10 years ago
  68. fc4c3c8 Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 10 years ago
  69. 9deed22 Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 10 years ago
  70. 48da5f0 Btrfs: fix comp_oper to get right order by Liu Bo · 10 years ago
  71. 3284da7 btrfs: use explicit initializer for seq_elem by David Sterba · 10 years ago
  72. 01d5847 Btrfs: disk-io: replace root args iff only fs_info used by Daniel Dressler · 10 years ago
  73. 0ee13fe btrfs: qgroup: move WARN_ON() to the correct location. by Yang Dongsheng · 10 years ago
  74. fccb84c btrfs: move checks for DUMMY_ROOT into a helper by David Sterba · 10 years ago
  75. 0b4699d btrfs: don't go readonly on existing qgroup items by Mark Fasheh · 10 years ago
  76. d398210 btrfs: add trace for qgroup accounting by Mark Fasheh · 11 years ago
  77. 707e8a0 btrfs: use nodesize everywhere, kill leafsize by David Sterba · 11 years ago
  78. 9e0af23 Btrfs: fix task hang under heavy compressed write by Liu Bo · 10 years ago
  79. a3c1089 btrfs: fix leak in qgroup_subtree_accounting() error path by Eric Sandeen · 10 years ago
  80. f90e579 btrfs: correctly handle return from ulist_add by Mark Fasheh · 11 years ago
  81. 1152651 btrfs: qgroup: account shared subtrees during snapshot delete by Mark Fasheh · 11 years ago
  82. d737278 btrfs: free ulist in qgroup_shared_accounting() error path by Eric Sandeen · 11 years ago
  83. 2a10840 Btrfs: free tmp ulist for qgroup rescan by Josef Bacik · 11 years ago
  84. faa2dbf Btrfs: add sanity tests for new qgroup accounting code by Josef Bacik · 11 years ago
  85. fcebe45 Btrfs: rework qgroup accounting by Josef Bacik · 11 years ago
  86. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 11 years ago
  87. fc97fab btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
  88. 3a6d75e Btrfs: fix qgroup rescan to work with skinny metadata by Josef Bacik · 11 years ago
  89. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  90. a3df41e btrfs: fix unused variables in qgroup.c by Valentina Giusti · 11 years ago
  91. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  92. b006b2e Btrfs: remove reduplicate check when disabling quota by Wang Shilong · 11 years ago
  93. e685da1 Btrfs: move btrfs_free_qgroup_config() out of spin_lock and fix comments by Wang Shilong · 11 years ago
  94. 4082bd3 Btrfs: fix oops when writing dirty qgroups to disk by Wang Shilong · 11 years ago
  95. 1e7bac1 Btrfs: set qgroup_ulist to be null after calling ulist_free() by Wang Shilong · 12 years ago
  96. b382a32 Btrfs: fix qgroup rescan resume on mount by Jan Schmidt · 12 years ago
  97. eb1716a Btrfs: avoid double free of fs_info->qgroup_ulist by Jan Schmidt · 12 years ago
  98. 4373519 Btrfs: fix memory patcher through fs_info->qgroup_ulist by Jan Schmidt · 12 years ago
  99. 57254b6e Btrfs: add ioctl to wait for qgroup rescan completion by Jan Schmidt · 12 years ago
  100. 1e8f915 Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulist by Wang Shilong · 12 years ago