1. 79bd371 btrfs: rework chunk allocation to avoid exhaustion of the system chunk array by Filipe Manana · 3 years, 7 months ago
  2. 5963ffca btrfs: always abort the transaction if we abort a trans handle by Josef Bacik · 3 years, 8 months ago
  3. ace7506 btrfs: improve btree readahead for full send operations by Filipe Manana · 3 years, 10 months ago
  4. 406808a btrfs: use booleans where appropriate for the tree mod log functions by Filipe Manana · 3 years, 10 months ago
  5. f3a84cc btrfs: move the tree mod log code into its own file by Filipe Manana · 3 years, 10 months ago
  6. dbcc7d5 btrfs: fix race when cloning extent buffer during rewind of an old root by Filipe Manana · 3 years, 10 months ago
  7. 72c9925 btrfs: fix extent buffer leak on failure to copy root by Filipe Manana · 4 years ago
  8. 867ed32 btrfs: abort the transaction if we fail to inc ref in btrfs_copy_root by Josef Bacik · 4 years ago
  9. f75e2b7 btrfs: allow error injection for btrfs_search_slot and btrfs_cow_block by Josef Bacik · 4 years, 1 month ago
  10. 9a66497 btrfs: correctly calculate item size used when item key collision happens by ethanwu · 4 years, 2 months ago
  11. 884b07d btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors by Qu Wenruo · 4 years, 2 months ago
  12. 95b982d btrfs: simplify return values in setup_nodes_for_search by Nikolay Borisov · 4 years, 2 months ago
  13. d5286a92 btrfs: remove useless return value statement in split_node by Nikolay Borisov · 4 years, 2 months ago
  14. fe596ca btrfs: use btrfs_tree_read_lock in btrfs_search_slot by Josef Bacik · 4 years, 2 months ago
  15. 1bb9659 btrfs: merge back btrfs_read_lock_root_node helpers by Josef Bacik · 4 years, 2 months ago
  16. 2f5239d btrfs: remove btrfs_path::recurse by Josef Bacik · 4 years, 2 months ago
  17. 0e46318 btrfs: unlock to current level in btrfs_next_old_leaf by Josef Bacik · 4 years, 2 months ago
  18. ffeb03c btrfs: cleanup the locking in btrfs_next_old_leaf by Josef Bacik · 4 years, 2 months ago
  19. 1b7ec85 btrfs: pass root owner to read_tree_block by Josef Bacik · 4 years, 3 months ago
  20. 206983b btrfs: use btrfs_read_node_slot in btrfs_realloc_node by Josef Bacik · 4 years, 3 months ago
  21. bfb484d btrfs: cleanup extent buffer readahead by Josef Bacik · 4 years, 3 months ago
  22. b9729ce btrfs: locking: rip out path->leave_spinning by Josef Bacik · 4 years, 5 months ago
  23. ac5887c btrfs: locking: remove all the blocking helpers by Josef Bacik · 4 years, 5 months ago
  24. 572c83a btrfs: cleanup cow block on error by Josef Bacik · 4 years, 4 months ago
  25. 7269ddd btrfs: improve error message in setup_items_for_insert by Nikolay Borisov · 4 years, 5 months ago
  26. da9ffb2 btrfs: add kerneldoc for setup_items_for_insert by Nikolay Borisov · 4 years, 5 months ago
  27. fc0d82e btrfs: sink total_data parameter in setup_items_for_insert by Nikolay Borisov · 4 years, 5 months ago
  28. 3dc9dc8 btrfs: eliminate total_size parameter from setup_items_for_insert by Nikolay Borisov · 4 years, 5 months ago
  29. fc0716c btrfs: re-arrange statements in setup_items_for_insert by Nikolay Borisov · 4 years, 5 months ago
  30. ca9d473 btrfs: use BTRFS_NESTED_NEW_ROOT for double splits by Josef Bacik · 4 years, 5 months ago
  31. cf6f34a btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new roots by Josef Bacik · 4 years, 5 months ago
  32. 4dff97e btrfs: introduce BTRFS_NESTING_SPLIT for split blocks by Josef Bacik · 4 years, 5 months ago
  33. bf59a5a btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COW by Josef Bacik · 4 years, 5 months ago
  34. bf77467 btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHT by Josef Bacik · 4 years, 5 months ago
  35. 9631e4c btrfs: introduce BTRFS_NESTING_COW for cow'ing blocks by Josef Bacik · 4 years, 5 months ago
  36. fd7ba1c btrfs: add nesting tags to the locking helpers by Josef Bacik · 4 years, 5 months ago
  37. 5189941 btrfs: introduce btrfs_path::recurse by Josef Bacik · 4 years, 5 months ago
  38. d16c702 btrfs: ctree: check key order before merging tree blocks by Qu Wenruo · 4 years, 5 months ago
  39. 260db43 btrfs: delete duplicated words + other fixes in comments by Randy Dunlap · 4 years, 6 months ago
  40. d3beaa2 btrfs: set the lockdep class for log tree extent buffers by Josef Bacik · 4 years, 5 months ago
  41. 604997b btrfs: use the correct const function attribute for btrfs_get_num_csums by David Sterba · 4 years, 6 months ago
  42. ce6ef5a btrfs: add little-endian optimized key helpers by David Sterba · 4 years, 8 months ago
  43. c730ae0 btrfs: convert comments to fallthrough annotations by Marcos Paulo de Souza · 4 years, 7 months ago
  44. 213ff4b btrfs: remove redundant local variable in read_block_for_search by Nikolay Borisov · 4 years, 8 months ago
  45. 995e9a1 btrfs: open code key_search by Nikolay Borisov · 4 years, 8 months ago
  46. 92a7cc4 btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE by Qu Wenruo · 4 years, 8 months ago
  47. 5cd17f3 btrfs: speed up and simplify generic_bin_search by David Sterba · 4 years, 9 months ago
  48. a31356b btrfs: don't use set/get token in leaf_space_used by David Sterba · 4 years, 9 months ago
  49. cc4c13d btrfs: drop eb parameter from set/get token helpers by David Sterba · 4 years, 9 months ago
  50. e3b8336 btrfs: remove the redundant parameter level in btrfs_bin_search() by Qu Wenruo · 4 years, 9 months ago
  51. 59a0fcd btrfs: inline checksum name and driver definitions by David Sterba · 5 years ago
  52. 42c9d0b btrfs: simplify parameters of btrfs_set_disk_extent_flags by David Sterba · 6 years ago
  53. b908c33 btrfs: move root node locking helpers to locking.c by David Sterba · 5 years ago
  54. 42836cf Btrfs: don't iterate mod seq list when putting a tree mod seq by Filipe Manana · 5 years ago
  55. 7227ff4 Btrfs: fix race between adding and putting tree mod seq elements and nodes by Filipe Manana · 5 years ago
  56. 6609fee Btrfs: fix removal logic of the tree mod log that leads to use-after-free issues by Filipe Manana · 5 years ago
  57. 352ae07 btrfs: add blake2b to checksumming algorithms by David Sterba · 5 years ago
  58. b4e967b btrfs: add member for a specific checksum driver by David Sterba · 5 years ago
  59. f7cea56 btrfs: sysfs: export supported checksums by David Sterba · 5 years ago
  60. 3831bf0 btrfs: add sha256 to checksumming algorithm by Johannes Thumshirn · 5 years ago
  61. 3951e7f btrfs: add xxhash64 to checksumming algorithms by Johannes Thumshirn · 5 years ago
  62. 67439da btrfs: opencode extent_buffer_get by David Sterba · 5 years ago
  63. e1f60a6 btrfs: add __pure attribute to functions by David Sterba · 5 years ago
  64. 1f95ec0 btrfs: move btrfs_unlock_up_safe to other locking functions by David Sterba · 5 years ago
  65. ed2b1d3 btrfs: move btrfs_set_path_blocking to other locking functions by David Sterba · 5 years ago
  66. 34ffafd btrfs: ctree: Remove stray comment of setting up path lock by Qu Wenruo · 5 years ago
  67. abe9339 btrfs: ctree: Reduce one indent level for btrfs_search_old_slot() by Qu Wenruo · 5 years ago
  68. f624d97 btrfs: ctree: Reduce one indent level for btrfs_search_slot() by Qu Wenruo · 5 years ago
  69. 65e99c4 btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_atomic by Nikolay Borisov · 5 years ago
  70. af024ed btrfs: create structure to encode checksum type and length by Johannes Thumshirn · 5 years ago
  71. c82f823 btrfs: tie extent buffer and it's token together by David Sterba · 5 years ago
  72. 18d0f5c btrfs: move functions for tree compare to send.c by David Sterba · 5 years ago
  73. 4b231ae btrfs: rename and export read_node_slot by David Sterba · 5 years ago
  74. efad8a8 Btrfs: fix use-after-free when using the tree modification log by Filipe Manana · 5 years ago
  75. 6a9fb46 btrfs: make caching_thread use btrfs_find_next_key by Josef Bacik · 6 years ago
  76. 73e82fe btrfs: assert tree mod log lock in __tree_mod_log_insert by David Sterba · 6 years ago
  77. 7c15d41 btrfs: ctree: Dump the leaf before BUG_ON in btrfs_set_item_key_safe by Qu Wenruo · 6 years ago
  78. f5c8daa btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flags by David Sterba · 6 years ago
  79. 179d1e6 btrfs: remove unused parameter fs_info from from tree_advance by David Sterba · 6 years ago
  80. c7da959 btrfs: remove unused parameter fs_info from tree_move_down by David Sterba · 6 years ago
  81. c71dd88 btrfs: remove unused parameter fs_info from btrfs_extend_item by David Sterba · 6 years ago
  82. 78ac4f9 btrfs: remove unused parameter fs_info from btrfs_truncate_item by David Sterba · 6 years ago
  83. 25263cd btrfs: remove unused parameter fs_info from split_item by David Sterba · 6 years ago
  84. 8087c19 btrfs: get fs_info from eb in __push_leaf_left by David Sterba · 6 years ago
  85. f72f001 btrfs: get fs_info from eb in __push_leaf_right by David Sterba · 6 years ago
  86. 94f94ad btrfs: get fs_info from trans in copy_for_split by David Sterba · 6 years ago
  87. 6ad3cf6 btrfs: get fs_info from trans in insert_ptr by David Sterba · 6 years ago
  88. 55d32ed btrfs: get fs_info from trans in balance_node_right by David Sterba · 6 years ago
  89. d30a668 btrfs: get fs_info from trans in push_node_left by David Sterba · 6 years ago
  90. e064d5e btrfs: get fs_info from eb in btrfs_verify_level_key by David Sterba · 6 years ago
  91. d0d20b0 btrfs: get fs_info from eb in read_node_slot by David Sterba · 6 years ago
  92. e902baa btrfs: get fs_info from eb in btrfs_leaf_free_space by David Sterba · 6 years ago
  93. 6a884d7d btrfs: get fs_info from eb in clean_tree_block by David Sterba · 6 years ago
  94. ed874f0 btrfs: get fs_info from eb in tree_mod_log_eb_copy by David Sterba · 6 years ago
  95. 8f881e8 btrfs: get fs_info from eb in leaf_data_end by David Sterba · 6 years ago
  96. 290342f btrfs: use BUG() instead of BUG_ON(1) by Arnd Bergmann · 6 years ago
  97. 448de47 btrfs: Check the first key and level for cached extent buffer by Qu Wenruo · 6 years ago
  98. 253002f Btrfs: remove assertion when searching for a key in a node/leaf by Filipe Manana · 6 years ago
  99. cbca7d5 Btrfs: add missing error handling after doing leaf/node binary search by Filipe Manana · 6 years ago
  100. 766ece5 btrfs: merge btrfs_set_lock_blocking_rw with it's caller by David Sterba · 6 years ago