1. 1176032 Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  2. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  3. bcc8e07 btrfs: sink GFP flags parameter to tree_mod_log_insert_root by David Sterba · 8 years ago
  4. 176ef8f btrfs: sink GFP flags parameter to tree_mod_log_insert_move by David Sterba · 8 years ago
  5. e9f467d Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.11 by Chris Mason · 8 years ago
  6. 047e5e1 btrfs: remove BUG_ON from __tree_mod_log_insert by David Sterba · 8 years ago
  7. 263d399 Btrfs: try harder to migrate items to left sibling before splitting a leaf by Filipe Manana · 8 years ago
  8. f1e3026 btrfs: remove unused parameter from tree_move_next_or_upnext by David Sterba · 8 years ago
  9. ab6a43e btrfs: remove unused parameter from tree_move_down by David Sterba · 8 years ago
  10. 66cb7dd btrfs: remove unused parameter from __push_leaf_left by David Sterba · 8 years ago
  11. 1e47eef btrfs: remove unused parameter from __push_leaf_right by David Sterba · 8 years ago
  12. 4961e29 btrfs: remove unused parameter from split_item by David Sterba · 8 years ago
  13. 7c302b4 btrfs: remove unused parameter from clean_tree_block by David Sterba · 8 years ago
  14. cda79c5 btrfs: remove unused parameter from read_block_for_search by David Sterba · 8 years ago
  15. d07b852 Btrfs: remove unused trans in read_block_for_search by Liu Bo · 8 years ago
  16. 310712b Btrfs: constify struct btrfs_{,disk_}key wherever possible by Omar Sandoval · 8 years ago
  17. 6b4df8b btrfs: use rb_entry() instead of container_of by Geliang Tang · 8 years ago
  18. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
  19. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
  20. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 8 years ago
  21. 58e8012 btrfs: add optimized version of eb to eb copy by David Sterba · 8 years ago
  22. b159fa2 btrfs: remove constant parameter to memset_extent_buffer and rename it by David Sterba · 8 years ago
  23. d24ee97 btrfs: use new helpers to set uuids in eb by David Sterba · 8 years ago
  24. 62d1f9f btrfs: remove trivial helper btrfs_find_tree_block by David Sterba · 8 years ago
  25. 196e024 Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leaf by Liu Bo · 8 years ago
  26. 851cd17 Btrfs: memset to avoid stale content in btree leaf by Liu Bo · 8 years ago
  27. 0f5053e btrfs: parent_start initialization cleanup by Goldwyn Rodrigues · 8 years ago
  28. 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
  29. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  30. e2c8990 btrfs: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  31. 2309e79 btrfs: Fix warning "variable ‘gen’ set but not used" by Luis Henriques · 8 years ago
  32. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 8 years ago
  33. f5ee5c9 btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root by Jeff Mahoney · 8 years ago
  34. fb770ae Btrfs: fix read_node_slot to return errors by Liu Bo · 8 years ago
  35. 5e24e9a Btrfs: error out if generic_bin_search get invalid arguments by Liu Bo · 8 years ago
  36. 415b35a Btrfs: fix error handling in map_private_extent_buffer by Liu Bo · 8 years ago
  37. 64c1292 btrfs: account for non-CoW'd blocks in btrfs_abort_transaction by Jeff Mahoney · 8 years ago
  38. c871b0f Btrfs: check if extent buffer is aligned to sectorsize by Liu Bo · 8 years ago
  39. b9ef22d Btrfs: self-tests: Support non-4k page size by Feifei Xu · 8 years ago
  40. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 8 years ago
  41. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 9 years ago
  42. 34d9700 btrfs: rename btrfs_std_error to btrfs_handle_fs_error by Anand Jain · 9 years ago
  43. 8f282f7 btrfs: fallback to vmalloc in btrfs_compare_tree by David Sterba · 9 years ago
  44. e22b3d1 Merge branch 'dev/gfp-flags' into for-chris-4.6 by David Sterba · 9 years ago
  45. e780b0d btrfs: send: use GFP_KERNEL everywhere by David Sterba · 9 years ago
  46. 298cfd3 Btrfs: Use (eb->start, seq) as search key for tree modification log by Chandan Rajendra · 9 years ago
  47. b28cf57 Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 9 years ago
  48. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 9 years ago
  49. ee22184 Btrfs: use linux/sizes.h to represent constants by Byongho Lee · 9 years ago
  50. a0d58e4 Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  51. ce0eac2 btrfs: Fixed dsize and last_off declarations by Alexandru Moise · 9 years ago
  52. a4553fe Btrfs: consolidate btrfs_error() to btrfs_std_error() by Anand Jain · 9 years ago
  53. 93314e3 btrfs: abort transaction on btrfs_reloc_cow_block() by Zhaolei · 9 years ago
  54. 64c043d Btrfs: fix up read_tree_block to return proper error by Liu Bo · 10 years ago
  55. fc4c3c8 Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 10 years ago
  56. 9deed22 Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 10 years ago
  57. 31e818f btrfs: cleanup, use kmalloc_array/kcalloc array helpers by David Sterba · 10 years ago
  58. 5dfe2be Btrfs: fix off-by-one logic error in btrfs_realloc_node by Filipe Manana · 10 years ago
  59. 01d5847 Btrfs: disk-io: replace root args iff only fs_info used by Daniel Dressler · 10 years ago
  60. b7a0365 Btrfs: ctree: reduce args where only fs_info used by Daniel Dressler · 10 years ago
  61. 95449a1 Btrfs: insert_new_root: Fix lock type of the extent buffer. by chandan · 10 years ago
  62. a8df6fe Btrfs: fix setup_leaf_for_split() to avoid leaf corruption by Filipe Manana · 10 years ago
  63. 57bbddd Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  64. d354183 Merge branch 'fix/find-item-path-leak' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  65. e7070be Btrfs: change how we track dirty roots by Josef Bacik · 10 years ago
  66. 1d4c08e btrfs: expand btrfs_find_item if found_key is NULL by David Sterba · 10 years ago
  67. 381cf65 btrfs: fix leak of path in btrfs_find_item by David Sterba · 10 years ago
  68. 3f556f7 btrfs: unify extent buffer allocation api by David Sterba · 10 years ago
  69. d3e46fe btrfs: sink blocksize parameter to readahead_tree_block by David Sterba · 10 years ago
  70. 9627aee Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linus by Chris Mason · 10 years ago
  71. 5f5bc6b Btrfs: make xattr replace operations atomic by Filipe Manana · 10 years ago
  72. f82c458 btrfs: fix lockups from btrfs_clear_path_blocking by Chris Mason · 10 years ago
  73. 27b19cc Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  74. bbf65cf Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  75. b99d9a6 btrfs: fix shadow warning on cmp by Fabian Frederick · 10 years ago
  76. fccb84c btrfs: move checks for DUMMY_ROOT into a helper by David Sterba · 10 years ago
  77. 7ec20af btrfs: new define for the inline extent data start by David Sterba · 10 years ago
  78. 4d75f8a btrfs: remove blocksize from btrfs_alloc_free_block and rename by David Sterba · 10 years ago
  79. 0308af4 btrfs: remove unused parameter blocksize from btrfs_find_tree_block by David Sterba · 10 years ago
  80. ce86cd5 btrfs: remove parameter blocksize from read_tree_block by David Sterba · 10 years ago
  81. 58dc4ce btrfs: remove unused parameter from readahead_tree_block by David Sterba · 10 years ago
  82. f98de9b Btrfs: make btrfs_search_forward return with nodes unlocked by Filipe Manana · 10 years ago
  83. 160f408 Btrfs: avoid unnecessary switch of path locks to blocking mode by Filipe Manana · 10 years ago
  84. 24cdc84 Btrfs: unlock nodes earlier when inserting items in a btree by Filipe Manana · 10 years ago
  85. 707e8a0 btrfs: use nodesize everywhere, kill leafsize by David Sterba · 10 years ago
  86. e339a6b Btrfs: __btrfs_mod_ref should always use no_quota by Josef Bacik · 10 years ago
  87. 0b43e04 Btrfs: fix leaf corruption after __btrfs_drop_extents by Liu Bo · 10 years ago
  88. 337c6f6 Btrfs: ensure btrfs_prev_leaf doesn't miss 1 item by Filipe Manana · 10 years ago
  89. faa2dbf Btrfs: add sanity tests for new qgroup accounting code by Josef Bacik · 11 years ago
  90. fcebe45 Btrfs: rework qgroup accounting by Josef Bacik · 11 years ago
  91. 27cdeb7 Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root by Miao Xie · 11 years ago
  92. 3f8a18c Btrfs: hold the commit_root_sem when getting the commit root during send by Josef Bacik · 11 years ago
  93. 9e351cc Btrfs: remove transaction from send by Josef Bacik · 11 years ago
  94. 6baa429 Btrfs: correctly determine if blocks are shared in btrfs_compare_trees by Filipe Manana · 11 years ago
  95. 23c6bf6 Btrfs: fix btrfs_search_slot_for_read backwards iteration by Filipe David Borba Manana · 11 years ago
  96. ade2e0b Btrfs: fix to search previous metadata extent item since skinny metadata by Wang Shilong · 11 years ago
  97. eb653de Btrfs: reduce btree node locking duration on item update by Filipe David Borba Manana · 11 years ago
  98. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  99. 5de865e Btrfs: fix tree mod logging by Filipe David Borba Manana · 11 years ago
  100. 7835776 Btrfs: return immediately if tree log mod is not necessary by Filipe David Borba Manana · 11 years ago