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