1. ac5887c btrfs: locking: remove all the blocking helpers by Josef Bacik · 4 years, 4 months ago
  2. c842268 btrfs: add set/get accessors for root_item::drop_level by David Sterba · 4 years, 4 months ago
  3. fca3a45 btrfs: fix min reserved size calculation in merge_reloc_root by Josef Bacik · 4 years, 2 months ago
  4. 9631e4c btrfs: introduce BTRFS_NESTING_COW for cow'ing blocks by Josef Bacik · 4 years, 4 months ago
  5. 44d354a btrfs: relocation: review the call sites which can be interrupted by signal by Qu Wenruo · 4 years, 6 months ago
  6. 5cb502f btrfs: relocation: allow signal to cancel balance by Qu Wenruo · 4 years, 6 months ago
  7. 056d9be btrfs: make prealloc_file_extent_cluster take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  8. 9db5d51 btrfs: make btrfs_free_reserved_data_space_noquota take btrfs_fs_info by Nikolay Borisov · 4 years, 7 months ago
  9. c2566f2 btrfs: make btrfs_set_extent_delalloc take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  10. 4e9d0d0 btrfs: use for loop in prealloc_file_extent_cluster by Nikolay Borisov · 4 years, 7 months ago
  11. 214e61d btrfs: perform data management operations outside of inode lock by Nikolay Borisov · 4 years, 7 months ago
  12. c171edd btrfs: remove hole check in prealloc_file_extent_cluster by Nikolay Borisov · 4 years, 7 months ago
  13. 7bfa953 btrfs: make btrfs_reloc_clone_csums take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  14. c350437 btrfs: make btrfs_lookup_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  15. a89ef45 btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for relocation by Filipe Manana · 4 years, 7 months ago
  16. 0202e83 btrfs: simplify iget helpers by David Sterba · 4 years, 8 months ago
  17. a820feb btrfs: open code read_fs_root by David Sterba · 4 years, 8 months ago
  18. 56e9357 btrfs: simplify root lookup by id by David Sterba · 4 years, 8 months ago
  19. 1dae7e0 btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway balance by Qu Wenruo · 4 years, 7 months ago
  20. 51415b6 btrfs: reloc: fix reloc root leak and NULL pointer dereference by Qu Wenruo · 4 years, 8 months ago
  21. aeb935a btrfs: don't set SHAREABLE flag for data reloc tree by Qu Wenruo · 4 years, 8 months ago
  22. 92a7cc4 btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE by Qu Wenruo · 4 years, 8 months ago
  23. e3b8336 btrfs: remove the redundant parameter level in btrfs_bin_search() by Qu Wenruo · 4 years, 9 months ago
  24. a757123 btrfs: use list_for_each_entry_safe in free_reloc_roots by Nikolay Borisov · 4 years, 10 months ago
  25. 1b23ea1 btrfs: reloc: move error handling of build_backref_tree() to backref.c by Qu Wenruo · 4 years, 9 months ago
  26. fc997ed btrfs: backref: rename and move finish_upper_links() by Qu Wenruo · 4 years, 9 months ago
  27. 1b60d2e btrfs: backref: rename and move handle_one_tree_block() by Qu Wenruo · 4 years, 9 months ago
  28. d36e7f0 btrfs: reloc: open code read_fs_root() for handle_indirect_tree_backref() by Qu Wenruo · 4 years, 10 months ago
  29. 5546573 btrfs: backref: rename and move should_ignore_root() by Qu Wenruo · 4 years, 10 months ago
  30. 982c92c btrfs: backref: rename and move backref_tree_panic() by Qu Wenruo · 4 years, 9 months ago
  31. 13fe1bd btrfs: backref: rename and move backref_cache_cleanup() by Qu Wenruo · 4 years, 10 months ago
  32. 023acb0 btrfs: backref: rename and move remove_backref_node() by Qu Wenruo · 4 years, 9 months ago
  33. b0fe707 btrfs: backref: rename and move drop_backref_node() by Qu Wenruo · 4 years, 10 months ago
  34. 741188d btrfs: backref: rename and move free_backref_(node|edge) by Qu Wenruo · 4 years, 10 months ago
  35. f39911e5 btrfs: backref: rename and move link_backref_edge() by Qu Wenruo · 4 years, 10 months ago
  36. 47254d0 btrfs: backref: rename and move alloc_backref_edge() by Qu Wenruo · 4 years, 10 months ago
  37. b1818da btrfs: backref: rename and move alloc_backref_node() by Qu Wenruo · 4 years, 10 months ago
  38. 584fb12 btrfs: backref: rename and move backref_cache_init() by Qu Wenruo · 4 years, 10 months ago
  39. e9a28dc btrfs: rename tree_entry to rb_simple_node and export it by Qu Wenruo · 4 years, 9 months ago
  40. 7053544 btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.h by Qu Wenruo · 4 years, 9 months ago
  41. a26195a btrfs: reloc: add btrfs_ prefix for backref_node/edge/cache by Qu Wenruo · 4 years, 9 months ago
  42. 29db137 btrfs: reloc: refactor useless nodes handling into its own function by Qu Wenruo · 4 years, 10 months ago
  43. 1f87292 btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links() by Qu Wenruo · 4 years, 10 months ago
  44. e7d571c btrfs: reloc: remove the open-coded goto loop for breadth-first search by Qu Wenruo · 4 years, 10 months ago
  45. 0304f2d btrfs: reloc: pass essential members for alloc_backref_node() by Qu Wenruo · 4 years, 10 months ago
  46. 2a97961 btrfs: reloc: use wrapper to replace open-coded edge linking by Qu Wenruo · 4 years, 10 months ago
  47. 4d81ea8 btrfs: reloc: refactor indirect tree backref processing into its own function by Qu Wenruo · 4 years, 10 months ago
  48. 4007ea8 btrfs: reloc: refactor direct tree backref processing into its own function by Qu Wenruo · 4 years, 10 months ago
  49. 2433bea btrfs: reloc: make reloc root search-specific for relocation backref cache by Qu Wenruo · 4 years, 10 months ago
  50. 33a0f1f btrfs: reloc: add backref_cache::fs_info member by Qu Wenruo · 4 years, 10 months ago
  51. 8478028 btrfs: reloc: add backref_cache::pending_edge and backref_cache::useless_node by Qu Wenruo · 4 years, 10 months ago
  52. 9569cc2 btrfs: reloc: rename mark_block_processed and __mark_block_processed by Qu Wenruo · 4 years, 10 months ago
  53. 71f572a btrfs: reloc: use btrfs_backref_iter infrastructure by Qu Wenruo · 4 years, 11 months ago
  54. 1402d17d btrfs: fix transaction leak in btrfs_recover_relocation by Xiyu Yang · 4 years, 8 months ago
  55. aec7db3 btrfs: fix setting last_trans for reloc roots by Josef Bacik · 4 years, 9 months ago
  56. 4d4225f btrfs: check commit root generation in should_ignore_root by Josef Bacik · 4 years, 9 months ago
  57. ea287ab btrfs: track reloc roots based on their commit root bytenr by Josef Bacik · 4 years, 10 months ago
  58. 50dbbb7 btrfs: restart relocate_tree_blocks properly by Josef Bacik · 4 years, 10 months ago
  59. 5f6b2e5 btrfs: reloc: reorder reservation before root selection by Josef Bacik · 4 years, 10 months ago
  60. d7ff00f btrfs: do not readahead in build_backref_tree by Josef Bacik · 4 years, 10 months ago
  61. 8c38938 btrfs: move the root freeing stuff into btrfs_put_root by Josef Bacik · 4 years, 11 months ago
  62. 7b7b743 btrfs: remove a BUG_ON() from merge_reloc_roots() by Josef Bacik · 4 years, 10 months ago
  63. f44deb7 btrfs: hold a ref on the root->reloc_root by Josef Bacik · 4 years, 10 months ago
  64. f28de8d8 btrfs: clear DEAD_RELOC_TREE before dropping the reloc root by Josef Bacik · 4 years, 10 months ago
  65. 1a0afa0 btrfs: free the reloc_control in a consistent way by Josef Bacik · 4 years, 10 months ago
  66. 2abc726 btrfs: do not init a reloc root if we aren't relocating by Josef Bacik · 4 years, 10 months ago
  67. 6217b0f btrfs: reloc: clean dirty subvols if we fail to start a transaction by Josef Bacik · 4 years, 10 months ago
  68. fb2d83e btrfs: unset reloc control if we fail to recover by Josef Bacik · 4 years, 10 months ago
  69. 8e19c97 btrfs: drop block from cache on error in relocation by Josef Bacik · 4 years, 10 months ago
  70. 19b546d btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree leaves by Qu Wenruo · 4 years, 10 months ago
  71. 0078a9f btrfs: Remove block_rsv parameter from btrfs_drop_snapshot by Nikolay Borisov · 4 years, 10 months ago
  72. 63f018b btrfs: Remove __ prefix from btrfs_block_rsv_release by Nikolay Borisov · 4 years, 10 months ago
  73. f31ea08 btrfs: relocation: Check cancel request after each extent found by Qu Wenruo · 4 years, 11 months ago
  74. 7f913c7 btrfs: relocation: Check cancel request after each data page read by Qu Wenruo · 4 years, 11 months ago
  75. 726a342 btrfs: relocation: add error injection points for cancelling balance by Qu Wenruo · 4 years, 11 months ago
  76. c6600d9 btrfs: Remove impossible BUG_ON in get_tree_block_key by Nikolay Borisov · 4 years, 10 months ago
  77. e192211 btrfs: relocation: Remove is_cowonly_root() by Qu Wenruo · 4 years, 11 months ago
  78. 0024652 btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root by Josef Bacik · 5 years ago
  79. bc44d7c btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root by Josef Bacik · 5 years ago
  80. 9f58320 btrfs: push grab_fs_root into read_fs_root by Josef Bacik · 5 years ago
  81. 932fd26 btrfs: hold a ref on the root in btrfs_recover_relocation by Josef Bacik · 5 years ago
  82. 76deacf btrfs: hold a ref on the root in create_reloc_inode by Josef Bacik · 5 years ago
  83. 3d7babd btrfs: hold a ref on the root in find_data_references by Josef Bacik · 5 years ago
  84. 442b1ac btrfs: hold a ref on the root in record_reloc_root_in_trans by Josef Bacik · 5 years ago
  85. ab9737b btrfs: hold a ref on the root in merge_reloc_roots by Josef Bacik · 5 years ago
  86. db2c2ca btrfs: hold a ref on the root in prepare_to_merge by Josef Bacik · 5 years ago
  87. 0b530bc btrfs: hold a ref on the root in build_backref_tree by Josef Bacik · 5 years ago
  88. 3dbf173 btrfs: make relocation use btrfs_read_tree_root() by Josef Bacik · 5 years ago
  89. 0c89138 btrfs: relocation: Add introduction of how relocation works by Qu Wenruo · 5 years ago
  90. bffe633 btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item by Omar Sandoval · 5 years ago
  91. 430640e btrfs: relocation: Output current relocation stage at btrfs_relocate_block_group() by Qu Wenruo · 5 years ago
  92. 6282675 btrfs: relocation: fix reloc_root lifespan and access by Qu Wenruo · 5 years ago
  93. ca1aa28 btrfs: do not leak reloc root if we fail to read the fs root by Josef Bacik · 5 years ago
  94. a019e9e btrfs: remove extent_map::bdev by David Sterba · 5 years ago
  95. b12de52 btrfs: scrub: Don't check free space before marking a block group RO by Qu Wenruo · 5 years ago
  96. 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
  97. b3470b5 btrfs: add dedicated members for start and length of a block group by David Sterba · 5 years ago
  98. bf38be6 btrfs: move block_group_item::used to block group by David Sterba · 5 years ago
  99. 67439da btrfs: opencode extent_buffer_get by David Sterba · 5 years ago
  100. 4c66e0d btrfs: drop unused parameter is_new from btrfs_iget by David Sterba · 5 years ago