1. d9abbf1 Btrfs: fix locking on ROOT_REPLACE operations in tree mod log by Jan Schmidt · 11 years ago
  2. de78b51 btrfs: remove cache only arguments from defrag path by Eric Sandeen · 11 years ago
  3. 1c697d4 btrfs: annotate intentional switch case fallthroughs by Eric Sandeen · 11 years ago
  4. 2a745b1 Btrfs: fix crash in log replay with qgroups enabled by Arne Jansen · 11 years ago
  5. 57ba86c Revert "Btrfs: reorder tree mod log operations in deleting a pointer" by Chris Mason · 12 years ago
  6. 4c3e696 Revert "Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritems" by Chris Mason · 12 years ago
  7. 5124e00 Btrfs: only unlock and relock if we have to by Josef Bacik · 12 years ago
  8. 41be1f3 Btrfs: optimize leaf_space_used by Josef Bacik · 12 years ago
  9. 70c8a91 Btrfs: log changed inodes based on the extent map tree by Josef Bacik · 12 years ago
  10. d6393786 Btrfs: add path->really_keep_locks by Josef Bacik · 12 years ago
  11. 5f3ab90 Btrfs: rename root_times_lock to root_item_lock by Anand Jain · 12 years ago
  12. 6c1500f fs/btrfs: drop if around WARN_ON by Julia Lawall · 12 years ago
  13. 31b1a2b fs/btrfs: use WARN by Julia Lawall · 12 years ago
  14. 32adf09 Btrfs: cleanup unused arguments by Liu Bo · 12 years ago
  15. 0e411ec Btrfs: kill unnecessary arguments in del_ptr by Liu Bo · 12 years ago
  16. 6a7a665 Btrfs: reorder tree mod log operations in deleting a pointer by Liu Bo · 12 years ago
  17. 95c80bb Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritems by Liu Bo · 12 years ago
  18. 7bfdcf7 Btrfs: fix memory leak when cloning root's node by Liu Bo · 12 years ago
  19. 01763a2 Btrfs: comment for loop in tree_mod_log_insert_move by Jan Schmidt · 12 years ago
  20. d638108 Btrfs: fix extent buffer reference for tree mod log roots by Jan Schmidt · 12 years ago
  21. 5b6602e Btrfs: determine level of old roots by Jan Schmidt · 12 years ago
  22. 834328a Btrfs: tree mod log's old roots could still be part of the tree by Jan Schmidt · 12 years ago
  23. ba1bfbd Btrfs: fix a tree mod logging issue for root replacement operations by Jan Schmidt · 12 years ago
  24. 57911b8 Btrfs: don't put removals from push_node_left into tree mod log twice by Jan Schmidt · 12 years ago
  25. 8d1a131 btrfs: remove unused function btrfs_insert_some_items() by Robin Dong · 12 years ago
  26. 74dd17f Btrfs: fix btrfs send for inline items and compression by Chris Mason · 12 years ago
  27. b12a3b1 Btrfs: don't run __tree_mod_log_free_eb on leaves by Chris Mason · 12 years ago
  28. 1fa11e2 Btrfs: fix deadlock in wait_for_more_refs by Arne Jansen · 12 years ago
  29. 113c1cb Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus by Chris Mason · 12 years ago
  30. 7069830 Btrfs: add btrfs_compare_trees function by Alexander Block · 12 years ago
  31. e679376 Btrfs: add helper for tree enumeration by Arne Jansen · 13 years ago
  32. 2f38b3e Btrfs: add helper for tree enumeration by Arne Jansen · 13 years ago
  33. 097b8a7 Btrfs: join tree mod log code with the code holding back delayed refs by Jan Schmidt · 12 years ago
  34. cf53883 Btrfs: fix buffer leak in btrfs_next_old_leaf by Jan Schmidt · 12 years ago
  35. d42244a Btrfs: resolve tree mod log locking issue in btrfs_next_leaf by Jan Schmidt · 12 years ago
  36. 19956c7 Btrfs: fix tree mod log rewind of ADD operations by Jan Schmidt · 12 years ago
  37. c3e0696 Btrfs: always put insert_ptr modifications into the tree mod log by Jan Schmidt · 12 years ago
  38. 28da9fb Btrfs: fix tree mod log for root replacements at leaf level by Jan Schmidt · 12 years ago
  39. 4325edd Btrfs: init old_generation in get_old_root by Chris Mason · 12 years ago
  40. 3310c36 Btrfs: fix race in tree mod log addition by Jan Schmidt · 12 years ago
  41. 3d7806e Btrfs: add btrfs_next_old_leaf by Jan Schmidt · 12 years ago
  42. a95236d Btrfs: fix return value for __tree_mod_log_oldest_root by Jan Schmidt · 12 years ago
  43. 8ba97a1 Btrfs: use btrfs_read_lock_root_node in get_old_root by Jan Schmidt · 12 years ago
  44. 4d5a056 Btrfs: remove call to btrfs_header_nritems with no effect by Jan Schmidt · 12 years ago
  45. 1e20932 Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 12 years ago
  46. c319310 Btrfs: fix tree mod log rewinded level and rewinding of moved keys by Jan Schmidt · 12 years ago
  47. f395694 Btrfs: fix tree mod log del_ptr by Jan Schmidt · 12 years ago
  48. e9b7fd4 Btrfs: add tree_mod_dont_log helper by Jan Schmidt · 12 years ago
  49. 926dd8a Btrfs: add missing spin_lock for insertion into tree mod log by Jan Schmidt · 12 years ago
  50. 018642a Btrfs: return value of btrfs_read_buffer is checked correctly by Tsutomu Itoh · 12 years ago
  51. 5d9e75c4 Btrfs: add btrfs_search_old_slot by Jan Schmidt · 12 years ago
  52. f3ea38d Btrfs: add del_ptr and insert_ptr modifications to the tree mod log by Jan Schmidt · 12 years ago
  53. f230475 Btrfs: put all block modifications into the tree mod log by Jan Schmidt · 12 years ago
  54. bd989ba Btrfs: add tree modification log functions by Jan Schmidt · 12 years ago
  55. 5581a51 Btrfs: don't set for_cow parameter for tree block functions by Jan Schmidt · 12 years ago
  56. f775738 btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_search by Wang Sheng-Hui · 12 years ago
  57. b9fab91 Btrfs: avoid sleeping in verify_parent_transid while atomic by Chris Mason · 12 years ago
  58. e5846fc Btrfs: Add properly locking around add_root_to_dirty_list by Chris Mason · 12 years ago
  59. 1d4284b Merge branch 'error-handling' into for-linus by Chris Mason · 12 years ago
  60. f7c79f3 Btrfs: adjust the write_lock_level as we unlock by Chris Mason · 12 years ago
  61. cfed81a Btrfs: add the ability to cache a pointer into the eb by Chris Mason · 12 years ago
  62. 3083ee2 Btrfs: introduce free_extent_buffer_stale by Josef Bacik · 12 years ago
  63. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  64. 305a26a btrfs: Go readonly on tree errors in balance_level by Mark Fasheh · 13 years ago
  65. b68dc2a btrfs: Don't BUG_ON errors from update_ref_for_cow() by Mark Fasheh · 13 years ago
  66. e5df957 btrfs: Go readonly on bad extent refs in update_ref_for_cow() by Mark Fasheh · 13 years ago
  67. be1a556 btrfs: Don't BUG_ON() errors in update_ref_for_cow() by Mark Fasheh · 13 years ago
  68. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 12 years ago
  69. 66d7e7f Btrfs: mark delayed refs as for cow by Arne Jansen · 13 years ago
  70. f1ebcc7 Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flush by Liu Bo · 13 years ago
  71. a05a9bb Btrfs: fix array bound checking by Li Zefan · 13 years ago
  72. 31533fb Btrfs: remove lockdep magic from btrfs_next_leaf by Chris Mason · 13 years ago
  73. bd68151 Btrfs: switch the btrfs tree locks to reader/writer by Chris Mason · 13 years ago
  74. a659171 Btrfs: stop using highmem for extent_buffers by Chris Mason · 13 years ago
  75. 25b8b93 Btrfs: don't map extent buffer if path->skip_locking is set by Josef Bacik · 13 years ago
  76. ff5714c Merge branch 'for-chris' of by Chris Mason · 13 years ago
  77. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  78. 1cd3079 Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item by Tsutomu Itoh · 13 years ago
  79. 026fd31 Btrfs: don't always do readahead by Josef Bacik · 13 years ago
  80. 7e2355b Btrfs: don't look at the extent buffer level 3 times in a row by Josef Bacik · 13 years ago
  81. cb25c2e Btrfs: map the node block when looking for readahead targets by Josef Bacik · 13 years ago
  82. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  83. 16cdcec btrfs: implement delayed inode items operation by Miao Xie · 13 years ago
  84. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  85. 62a45b6 btrfs: make functions static when possible by David Sterba · 13 years ago
  86. edc95ae btrfs: remove nested duplicate variable declarations by David Sterba · 13 years ago
  87. 97d9a8a Btrfs: check return value of read_tree_block() by Tsutomu Itoh · 13 years ago
  88. db5b493 Btrfs: cleanup some BUG_ON() by Tsutomu Itoh · 13 years ago
  89. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 13 years ago
  90. 240f62c Btrfs: use RCU instead of a spinlock to protect the root node by Chris Mason · 13 years ago
  91. a826d6d Btrfs: check items for correctness as we search by Josef Bacik · 13 years ago
  92. 91ca338 btrfs: check NULL or not by Tsutomu Itoh · 14 years ago
  93. ff175d5 btrfs: Don't pass NULL ptr to func that may deref it. by Jesper Juhl · 14 years ago
  94. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  95. cb44921 Btrfs: don't loop forever on bad btree blocks by Chris Mason · 14 years ago
  96. 99d8f83 Btrfs: fix split_leaf double split corner case by Chris Mason · 14 years ago
  97. 5bdd353 Btrfs: Fix block generation verification race by Yan, Zheng · 14 years ago
  98. 3fd0a55 Btrfs: Metadata ENOSPC handling for balance by Yan, Zheng · 14 years ago
  99. f0486c6 Btrfs: Introduce contexts for metadata reservation by Yan, Zheng · 14 years ago
  100. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago