1. 43b1859 btrfs: qgroup: Use separate meta reservation type for delalloc by Qu Wenruo · 7 years ago
  2. 733e03a btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans by Qu Wenruo · 7 years ago
  3. 75cb379 btrfs: defer adding raid type kobject until after chunk relocation by Jeff Mahoney · 6 years ago
  4. dc2d300 btrfs: remove dead create_space_info calls by Jeff Mahoney · 6 years ago
  5. 0a1e458 btrfs: Drop fs_info parameter from __btrfs_run_delayed_refs by Nikolay Borisov · 6 years ago
  6. 5ead2dd btrfs: Drop fs_info parameter from btrfs_finish_extent_commit by Nikolay Borisov · 6 years ago
  7. c79a70b btrfs: drop fs_info parameter from btrfs_run_delayed_refs by Nikolay Borisov · 6 years ago
  8. 39d7d09 btrfs: Remove unused flush var in shrink_delalloc by Nikolay Borisov · 6 years ago
  9. 101d2dc btrfs: Remove unused extent_root var from caching_thread by Nikolay Borisov · 6 years ago
  10. 6f47c70 btrfs: Document parameters of btrfs_reserve_extent by Nikolay Borisov · 6 years ago
  11. 92e2f7e btrfs: Remove btrfs_fs_info::open_ioctl_trans by Nikolay Borisov · 6 years ago
  12. 9678c54 btrfs: Remove custom crc32c init code by Nikolay Borisov · 7 years ago
  13. 3e72ee8 btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index() by Qu Wenruo · 6 years ago
  14. da07d4a btrfs: Streamline btrfs_delalloc_reserve_metadata initial operations by Nikolay Borisov · 7 years ago
  15. 9a3daff btrfs: Add enospc_debug printing in metadata_reserve_bytes by Nikolay Borisov · 7 years ago
  16. 45ae2c1 btrfs: Document consistency of transaction->io_bgs list by Nikolay Borisov · 6 years ago
  17. e5c304e6 btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nr by Nikolay Borisov · 6 years ago
  18. 2121705 btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groups by Nikolay Borisov · 6 years ago
  19. 6c686b3 btrfs: Remove fs_info argument from btrfs_create_pending_block_groups by Nikolay Borisov · 6 years ago
  20. 0e34693 btrfs: Make btrfs_trans_release_metadata private to transaction.c by Nikolay Borisov · 6 years ago
  21. 627e087 Btrfs: fix null pointer dereference when replacing missing device by Filipe Manana · 6 years ago
  22. d2560eb btrfs: Make btrfs_inode_rsv_release static by Nikolay Borisov · 7 years ago
  23. 401e29c btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT by Anand Jain · 7 years ago
  24. ebbede4 btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE by Anand Jain · 7 years ago
  25. 38b5f68 btrfs: drop btrfs_device::can_discard to query directly by Anand Jain · 7 years ago
  26. 3f2dd7a btrfs: extent-tree: Make btrfs_inode_rsv_refill function static by Qu Wenruo · 7 years ago
  27. 165c8b0 btrfs: use narrower type for btrfs_transaction::num_dirty_bgs by David Sterba · 7 years ago
  28. 057aac3 btrfs: Reduce scope of delayed_rsv->lock in may_commit_trans by Nikolay Borisov · 7 years ago
  29. 51090c5 Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  30. e19182c btrfs: fix missing error return in btrfs_drop_snapshot by Jeff Mahoney · 7 years ago
  31. 26cd947 Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  32. 8e138e0 btrfs: clear space cache inode generation always by Josef Bacik · 7 years ago
  33. 487e2c9 Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  34. 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
  35. 0e0adbc btrfs: track refs in a rb_tree instead of a list by Josef Bacik · 7 years ago
  36. 69fe2d7 btrfs: make the delalloc block rsv per inode by Josef Bacik · 7 years ago
  37. 8b62f87 Btrfs: rework outstanding_extents by Josef Bacik · 7 years ago
  38. bf2681c btrfs: add assertions for releasing trans handle reservations by Josef Bacik · 7 years ago
  39. d278850 btrfs: remove delayed_ref_node from ref_head by Josef Bacik · 7 years ago
  40. c1103f7 btrfs: move all ref head cleanup to the helper function by Josef Bacik · 7 years ago
  41. 1ce7a5e btrfs: move ref_mod modification into the if (ref) logic by Josef Bacik · 7 years ago
  42. 194ab0b btrfs: breakout empty head cleanup to a helper by Josef Bacik · 7 years ago
  43. b00e625 btrfs: move extent_op cleanup to a helper by Josef Bacik · 7 years ago
  44. 2eadaa2 btrfs: add a helper to return a head ref by Josef Bacik · 7 years ago
  45. fd708b8 Btrfs: add a extent ref verify tool by Josef Bacik · 7 years ago
  46. 84f7d8e btrfs: pass root to various extent ref mod functions by Josef Bacik · 7 years ago
  47. 897ca81 btrfs: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  48. 996478c btrfs: change how we decide to commit transactions during flushing by Josef Bacik · 7 years ago
  49. d8953d6 btrfs: convert all mount option checking code to use btrfs_test_opt by Satoru Takeuchi · 7 years ago
  50. c434d21 btrfs: Remove redundant argument of __link_block_group by Nikolay Borisov · 7 years ago
  51. f78541dd btrfs: Remove redundant forward declarations by Nikolay Borisov · 7 years ago
  52. 1cd5447 btrfs: pass fs_info to btrfs_del_root instead of tree_root by Jeff Mahoney · 7 years ago
  53. 64ecdb6 Btrfs: add one more sanity check for shared ref type by Liu Bo · 7 years ago
  54. 3de28d5 Btrfs: convert to use btrfs_get_extent_inline_ref_type by Liu Bo · 7 years ago
  55. 167ce95 Btrfs: add a helper to retrive extent inline ref type by Liu Bo · 7 years ago
  56. 0174484 btrfs: Remove chunk_objectid argument from btrfs_make_block_group by Nikolay Borisov · 7 years ago
  57. 583b723 btrfs: Do not use data_alloc_cluster in ssd mode by Hans van Kranenburg · 7 years ago
  58. 92ac58e btrfs: Remove never-reached WARN_ON by Nikolay Borisov · 7 years ago
  59. 8d8aafe btrfs: Simplify math in should_alloc chunk by Nikolay Borisov · 7 years ago
  60. f44d228 btrfs: account for pinned bytes in should_alloc_chunk by Jeff Mahoney · 7 years ago
  61. ea14b57f btrfs: fix spelling of snapshotting by David Sterba · 7 years ago
  62. e38ae7a btrfs: Make flush_space return void by Nikolay Borisov · 7 years ago
  63. a4f7875 btrfs: get fs_info from eb in btrfs_print_leaf, remove argument by David Sterba · 7 years ago
  64. e4ff5fb btrfs: Remove unused parameters from volume.c functions by Nikolay Borisov · 7 years ago
  65. 913e153 btrfs: drop newlines from strings when using btrfs_* helpers by David Sterba · 7 years ago
  66. 1174cad btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemand by Nikolay Borisov · 7 years ago
  67. 7bdd627 btrfs: Remove redundant argument of flush_space by Nikolay Borisov · 7 years ago
  68. 23d1f73 btrfs: remove unused sectorsize member by Nikolay Borisov · 7 years ago
  69. 17024ad Btrfs: fix early ENOSPC due to delalloc by Omar Sandoval · 7 years ago
  70. 1444393 btrfs: fix lockup in find_free_extent with read-only block groups by Jeff Mahoney · 7 years ago
  71. 6374e57a btrfs: fix integer overflow in calc_reclaim_items_nr by Chris Mason · 7 years ago
  72. bc42bda btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges by Qu Wenruo · 7 years ago
  73. 364ecf3 btrfs: qgroup: Introduce extent changeset for qgroup reserve functions by Qu Wenruo · 7 years ago
  74. 7bc329c btrfs: qgroup: Return actually freed bytes for qgroup release or free data by Qu Wenruo · 7 years ago
  75. d7eae34 Btrfs: rework delayed ref total_bytes_pinned accounting by Omar Sandoval · 7 years ago
  76. 7be0791 Btrfs: return old and new total ref mods when adding delayed refs by Omar Sandoval · 7 years ago
  77. 0a16c7d Btrfs: always account pinned bytes when dropping a tree block ref by Omar Sandoval · 7 years ago
  78. 4da8b76 Btrfs: update total_bytes_pinned when pinning down extents by Omar Sandoval · 7 years ago
  79. 55e8196 Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT() by Omar Sandoval · 7 years ago
  80. 0d9f824 Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64 by Omar Sandoval · 7 years ago
  81. 0eee8a4 btrfs: Use btrfs_space_info_used instead of opencoding it by Nikolay Borisov · 7 years ago
  82. d2006e6 btrfs: Refactor update_space_info by Nikolay Borisov · 7 years ago
  83. 2be12ef btrfs: Separate space_info create/update by Nikolay Borisov · 7 years ago
  84. 28785f7 Btrfs: skip commit transaction if we don't have enough pinned bytes by Liu Bo · 7 years ago
  85. c1c4919 btrfs: remove root usage from can_overcommit by Jeff Mahoney · 7 years ago
  86. 1b86826 btrfs: cleanup root usage by btrfs_get_alloc_profile by Jeff Mahoney · 7 years ago
  87. a5ed45f btrfs: Convert fs_info->free_chunk_space to atomic64_t by Nikolay Borisov · 7 years ago
  88. a9b3311 btrfs: fix race with relocation recovery and fs_root setup by Jeff Mahoney · 7 years ago
  89. 896533a btrfs: fix memory leak in update_space_info failure path by Jeff Mahoney · 7 years ago
  90. 0966a7b btrfs: scrub: Introduce full stripe lock for RAID56 by Qu Wenruo · 7 years ago
  91. f486135 btrfs: remove unused qgroup members from btrfs_trans_handle by David Sterba · 7 years ago
  92. 1a79c1f Btrfs: update comments in cache_save_setup by Liu Bo · 7 years ago
  93. 6df8cdf btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  94. 1e4f471 btrfs: convert btrfs_caching_control.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  95. 9b64f57 btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  96. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  97. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 7 years ago
  98. e9f467d Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.11 by Chris Mason · 7 years ago
  99. 73f2e54 btrfs: Make btrfs_orphan_add take btrfs_inode by Nikolay Borisov · 7 years ago
  100. 691fa05 btrfs: all btrfs_delalloc_release_metadata take btrfs_inode by Nikolay Borisov · 7 years ago