1. 856e479 btrfs: selftests: dump extent io tree if extent-io-tree test failed by Qu Wenruo · 3 years ago
  2. abed4aa btrfs: track the csum, extent, and free space trees in a rb tree by Josef Bacik · 3 years, 2 months ago
  3. 7939dd9 btrfs: stop accessing ->free_space_root directly by Josef Bacik · 3 years, 2 months ago
  4. 29cbcf4 btrfs: stop accessing ->extent_root directly by Josef Bacik · 3 years, 2 months ago
  5. bbf2727 btrfs: add self test for bytes_index free space cache by Josef Bacik · 3 years, 1 month ago
  6. 3212fa1 btrfs: drop the _nr from the item helpers by Josef Bacik · 3 years, 2 months ago
  7. 227f3cd btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere by Josef Bacik · 3 years, 2 months ago
  8. 2749f7e btrfs: subpage: avoid potential deadlock with compression and delalloc by Qu Wenruo · 3 years, 3 months ago
  9. f064165 btrfs: unexport setup_items_for_insert() by Filipe Manana · 3 years, 3 months ago
  10. b7ef5f3 btrfs: loop only once over data sizes array when inserting an item batch by Filipe Manana · 3 years, 3 months ago
  11. c7bcbb2 btrfs: remove ignore_offset argument from btrfs_find_all_roots() by Filipe Manana · 3 years, 5 months ago
  12. 8949b9a btrfs: fix lock inversion problem when doing qgroup extent tracing by Filipe Manana · 3 years, 5 months ago
  13. 1a9fd41 btrfs: fix typos in comments by David Sterba · 3 years, 7 months ago
  14. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  15. 138082f btrfs: extend btrfs_rmap_block for specifying a device by Naohiro Aota · 3 years, 11 months ago
  16. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  17. 675a4fc btrfs: tests: initialize test inodes location by Josef Bacik · 4 years ago
  18. fa598b0 btrfs: remove recalc_thresholds from free space ops by David Sterba · 4 years, 1 month ago
  19. b1d51f6 btrfs: tests: remove invalid extent-io test by Qu Wenruo · 4 years, 2 months ago
  20. cd79909 btrfs: load free space cache into a temporary ctl by Josef Bacik · 4 years, 2 months ago
  21. b9729ce btrfs: locking: rip out path->leave_spinning by Josef Bacik · 4 years, 4 months ago
  22. ab108d9 btrfs: use precalculated sectorsize_bits from fs_info by David Sterba · 4 years, 6 months ago
  23. c334730 btrfs: fix missing delalloc new bit for new delalloc ranges by Filipe Manana · 4 years, 2 months ago
  24. 905eb88 btrfs: remove struct extent_io_ops by Nikolay Borisov · 4 years, 3 months ago
  25. fc0d82e btrfs: sink total_data parameter in setup_items_for_insert by Nikolay Borisov · 4 years, 4 months ago
  26. 3dc9dc8 btrfs: eliminate total_size parameter from setup_items_for_insert by Nikolay Borisov · 4 years, 4 months ago
  27. c2566f2 btrfs: make btrfs_set_extent_delalloc take btrfs_inode by Nikolay Borisov · 4 years, 7 months ago
  28. 5af9d6e btrfs: tests: remove if duplicate in __check_free_space_extents() by Denis Efremov · 4 years, 6 months ago
  29. c75e839 btrfs: kill the subvol_srcu by Josef Bacik · 4 years, 11 months ago
  30. 4785e24 btrfs: don't take an extra root ref at allocation time by Josef Bacik · 4 years, 11 months ago
  31. 8c38938 btrfs: move the root freeing stuff into btrfs_put_root by Josef Bacik · 4 years, 11 months ago
  32. 0024652 btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root by Josef Bacik · 5 years ago
  33. bd647ce btrfs: add a leak check for roots by Josef Bacik · 5 years ago
  34. 8260edba btrfs: make the init of static elements in fs_info separate by Josef Bacik · 5 years ago
  35. 81f096e btrfs: use btrfs_put_fs_root to free roots always by Josef Bacik · 5 years ago
  36. 5750c37 btrfs: Correctly handle empty trees in find_first_clear_extent_bit by Nikolay Borisov · 5 years ago
  37. 7227ff4 Btrfs: fix race between adding and putting tree mod seq elements and nodes by Filipe Manana · 5 years ago
  38. bf2e2eb btrfs: Add self-tests for btrfs_rmap_block by Nikolay Borisov · 5 years ago
  39. b3ad2c1 btrfs: selftests: Add support for dummy devices by Nikolay Borisov · 5 years ago
  40. 39b07b5 btrfs: drop create parameter to btrfs_get_extent() by Omar Sandoval · 5 years ago
  41. b6293c8 btrfs: return error pointer from alloc_test_extent_buffer by Dan Carpenter · 5 years ago
  42. 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
  43. b3470b5 btrfs: add dedicated members for start and length of a block group by David Sterba · 5 years ago
  44. 9f7fec0 Btrfs: fix selftests failure due to uninitialized i_mode in test inodes by Filipe Manana · 5 years ago
  45. e182163 btrfs: stop clearing EXTENT_DIRTY in inode I/O tree by Omar Sandoval · 5 years ago
  46. 202f64e Btrfs: make test_find_first_clear_extent_bit fail on incorrect results by Filipe Manana · 5 years ago
  47. cdf52bd Btrfs: fix memory leaks in the test test_find_first_clear_extent_bit by Filipe Manana · 5 years ago
  48. aac0023 btrfs: move basic block_group definitions to their own header by Josef Bacik · 6 years ago
  49. 330a582 btrfs: Remove leftover of in-band dedupe by Nikolay Borisov · 5 years ago
  50. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  51. 9978059 btrfs: Evaluate io_tree in find_lock_delalloc_range() by Goldwyn Rodrigues · 6 years ago
  52. 93ead46 btrfs: tests: add locks around add_extent_mapping by David Sterba · 6 years ago
  53. 1eaebb3 btrfs: Don't trim returned range based on input value in find_first_clear_extent_bit by Nikolay Borisov · 6 years ago
  54. 389e22f vfs: Convert btrfs_test to use the new mount API by David Howells · 6 years ago
  55. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  56. 9f2e3a5 Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  57. 2ccf545 btrfs: get fs_info from block group in search_free_space_info by David Sterba · 6 years ago
  58. 6bf9e4b btrfs: inode: Verify inode mode to avoid NULL pointer dereference by Qu Wenruo · 6 years ago
  59. 90b1377 btrfs: qgroup: remove obsolete fs_info members by David Sterba · 6 years ago
  60. e4fa746 btrfs: tests: unify messages when tests start by David Sterba · 6 years ago
  61. 752dbe4 btrfs: tests: drop messages when some tests finish by David Sterba · 6 years ago
  62. 3173fd92 btrfs: tests: fix comments about tested extent map ranges by David Sterba · 6 years ago
  63. 43f7cdd btrfs: tests: use SZ_ constants everywhere by David Sterba · 6 years ago
  64. 6c30474 btrfs: tests: use standard error message after extent map allocation failure by David Sterba · 6 years ago
  65. ccfada1 btrfs: tests: return error from all extent map test cases by David Sterba · 6 years ago
  66. 7c6f670 btrfs: tests: return errors from extent map test case 4 by David Sterba · 6 years ago
  67. 992dce7 btrfs: tests: return errors from extent map test case 3 by David Sterba · 6 years ago
  68. e71f2e1 btrfs: tests: return errors from extent map test case 2 by David Sterba · 6 years ago
  69. d7de4b0 btrfs: tests: return errors from extent map test case 1 by David Sterba · 6 years ago
  70. 488f673 btrfs: tests: return errors from extent map tests by David Sterba · 6 years ago
  71. 7b9586b btrfs: tests: properly initialize fs_info of extent buffer by David Sterba · 6 years ago
  72. 3199366 btrfs: tests: use standard error message after block group allocation failure by David Sterba · 6 years ago
  73. 6a060db btrfs: tests: use standard error message after inode allocation failure by David Sterba · 6 years ago
  74. 770e0cc btrfs: tests: use standard error message after path allocation failure by David Sterba · 6 years ago
  75. 9e3d9f8 btrfs: tests: use standard error message after extent buffer allocation failure by David Sterba · 6 years ago
  76. 52ab7bc btrfs: tests: use standard error message after root allocation failure by David Sterba · 6 years ago
  77. 37b2a7b btrfs: tests: use standard error message after fs_info allocation failure by David Sterba · 6 years ago
  78. 703de42 btrfs: tests: add table of most common errors by David Sterba · 6 years ago
  79. efd31fc btrfs: tests: print file:line for error messages by David Sterba · 6 years ago
  80. d33d105 btrfs: tests: don't leak fs_info in extent_io bitmap tests by David Sterba · 6 years ago
  81. d46a05e btrfs: tests: handle fs_info allocation failure in extent_io tests by David Sterba · 6 years ago
  82. 43eb5f2 btrfs: Introduce extent_io_tree::owner to distinguish different io_trees by Qu Wenruo · 6 years ago
  83. c258d6e btrfs: Introduce fs_info to extent_io_tree by Qu Wenruo · 6 years ago
  84. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  85. 3522e90 btrfs: remove always true if branch in find_delalloc_range by Lu Fengqi · 6 years ago
  86. ce9f967 btrfs: use EXPORT_FOR_TESTS for conditionally exported functions by Johannes Thumshirn · 6 years ago
  87. 917aace btrfs: Sink find_lock_delalloc_range's 'max_bytes' argument by Nikolay Borisov · 6 years ago
  88. 46cc775 btrfs: Adjust loop in free_extent_buffer by Nikolay Borisov · 6 years ago
  89. 9cfc8ba btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeing by Nikolay Borisov · 6 years ago
  90. d9cb245 btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate number by Qu Wenruo · 6 years ago
  91. e06a1fc btrfs: Remove extent_io_ops::set_bit_hook extent_io callback by Nikolay Borisov · 6 years ago
  92. 9c36396 btrfs: tests: add separate stub for find_lock_delalloc_range by David Sterba · 6 years ago
  93. 07e1ce0 Btrfs: extent_map: use rb_first_cached by Liu Bo · 6 years ago
  94. 8696d76 btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extent by Lu Fengqi · 6 years ago
  95. 49a05ec btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroup by Lu Fengqi · 6 years ago
  96. 315b76b btrfs: tests: drop newline from test_msg strings by David Sterba · 7 years ago
  97. 3c7251f btrfs: tests: add helper for error messages and update them by David Sterba · 7 years ago
  98. c31683a btrfs: Remove fs_info argument from __remove_from_free_space_tree by Nikolay Borisov · 7 years ago
  99. 5296c2b btrfs: Remove fs_info parameter from convert_free_space_to_extents by Nikolay Borisov · 7 years ago
  100. 719fb4d btrfs: Remove fs_info argument from convert_free_space_to_bitmaps by Nikolay Borisov · 7 years ago