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