1. 8c38938 btrfs: move the root freeing stuff into btrfs_put_root by Josef Bacik · 5 years ago
  2. 0024652 btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root by Josef Bacik · 5 years ago
  3. 81f096e btrfs: use btrfs_put_fs_root to free roots always by Josef Bacik · 5 years ago
  4. 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
  5. b3470b5 btrfs: add dedicated members for start and length of a block group by David Sterba · 5 years ago
  6. aac0023 btrfs: move basic block_group definitions to their own header by Josef Bacik · 6 years ago
  7. 2ccf545 btrfs: get fs_info from block group in search_free_space_info by David Sterba · 6 years ago
  8. 9b7a244 btrfs: get fs_info from trans in btrfs_create_tree by David Sterba · 6 years ago
  9. 6a884d7d btrfs: get fs_info from eb in clean_tree_block by David Sterba · 6 years ago
  10. ce9f967 btrfs: use EXPORT_FOR_TESTS for conditionally exported functions by Johannes Thumshirn · 6 years ago
  11. ab9ce7d btrfs: Remove fs_info from btrfs_del_root by Lu Fengqi · 6 years ago
  12. ffa9a9e btrfs: Remove fs_info argument from populate_free_space_tree by Nikolay Borisov · 7 years ago
  13. e7355e5 btrfs: Remove fs_info argument from add_to_free_space_tree by Nikolay Borisov · 7 years ago
  14. 25a356d btrfs: Remove fs_info argument from remove_from_free_space_tree by Nikolay Borisov · 7 years ago
  15. c31683a btrfs: Remove fs_info argument from __remove_from_free_space_tree by Nikolay Borisov · 7 years ago
  16. e581168 btrfs: Remove fs_info argument from remove_free_space_extent by Nikolay Borisov · 7 years ago
  17. 5cb1782 btrfs: Remove fs_info argument from add_free_space_extent by Nikolay Borisov · 7 years ago
  18. 85a7ef1 btrfs: Remove fs_info argument from modify_free_space_bitmap by Nikolay Borisov · 7 years ago
  19. 690d768 btrfs: Remove fs_info argument from update_free_space_extent_count by Nikolay Borisov · 7 years ago
  20. 5296c2b btrfs: Remove fs_info parameter from convert_free_space_to_extents by Nikolay Borisov · 7 years ago
  21. 719fb4d btrfs: Remove fs_info argument from convert_free_space_to_bitmaps by Nikolay Borisov · 7 years ago
  22. f3f7277 btrfs: Remove fs_info parameter from remove_block_group_free_space by Nikolay Borisov · 7 years ago
  23. 4457c1c btrfs: Remove fs_info argument from add_new_free_space by Nikolay Borisov · 7 years ago
  24. 66afee1 btrfs: Remove fs_info parameter from add_new_free_space_info by Nikolay Borisov · 7 years ago
  25. 2d5cffa btrfs: Remove fs_info argument from __add_to_free_space_tree by Nikolay Borisov · 7 years ago
  26. 9a7e0f9 btrfs: Remove fs_info argument from __add_block_group_free_space by Nikolay Borisov · 7 years ago
  27. e4e0711 btrfs: Remove fs_info argument from add_block_group_free_space by Nikolay Borisov · 7 years ago
  28. a565971 btrfs: optimize free space tree bitmap conversion by Howard McLauchlan · 7 years ago
  29. 6faa8f4 btrfs: clean up le_bitmap_{set, clear}() by Howard McLauchlan · 7 years ago
  30. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  31. 7ce311d btrfs: use reada direction enum instead of constant value in load_free_space_tree by Gu JinXiang · 7 years ago
  32. 019599a btrfs: use reada direction enum instead of constant value in populate_free_space_tree by Gu Jinxiang · 7 years ago
  33. 9e882d6 btrfs: Clean up unused variables in free-space-tree.c by Christos Gkekas · 7 years ago
  34. 1cd5447 btrfs: pass fs_info to btrfs_del_root instead of tree_root by Jeff Mahoney · 7 years ago
  35. 25ff17e Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmaps by Omar Sandoval · 8 years ago
  36. 0bef710 btrfs: Remove unnecessary branching in free-space-tree.c by Sahil Kang · 8 years ago
  37. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  38. 7c302b4 btrfs: remove unused parameter from clean_tree_block by David Sterba · 8 years ago
  39. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
  40. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  41. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  42. d9ed71e Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9 by Chris Mason · 8 years ago
  43. 6675df3 Btrfs: catch invalid free space trees by Omar Sandoval · 8 years ago
  44. 2fe1d55 Btrfs: fix free space tree bitmaps on big-endian systems by Omar Sandoval · 8 years ago
  45. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  46. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  47. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  48. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 9 years ago
  49. e410e34 Revert "btrfs: synchronize incompat feature bits with sysfs files" by Chris Mason · 9 years ago
  50. e1c0eba btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzalloc by Chris Mason · 9 years ago
  51. d32a4e3 Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  52. 79b134a btrfs: tweak free space tree bitmap allocation by David Sterba · 9 years ago
  53. 14e46e0 btrfs: synchronize incompat feature bits with sysfs files by David Sterba · 9 years ago
  54. 511711a btrfs: don't run delayed references while we are creating the free space tree by Chris Mason · 9 years ago
  55. a5ed918 Btrfs: implement the free space B-tree by Omar Sandoval · 9 years ago