1. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  2. 3d84be7 Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group by Forrest Liu · 10 years ago
  3. dcab6a3 Btrfs: account for large extents with enospc by Josef Bacik · 10 years ago
  4. 2f08108 btrfs: delete chunk allocation attemp when setting block group ro by Shaohua Li · 10 years ago
  5. d4b450c Btrfs: fix race between transaction commit and empty block group removal by Filipe Manana · 10 years ago
  6. 26455d3 Btrfs: cleanup unused run_most by Liu Bo · 10 years ago
  7. 6e9606d Btrfs: add ref_count and free function for btrfs_bio by Zhao Lei · 10 years ago
  8. 6219872 Btrfs: lookup for block group only if needed when freeing a tree block by Filipe Manana · 10 years ago
  9. 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
  10. ce93ec5 Btrfs: track dirty block groups on their own list by Josef Bacik · 10 years ago
  11. 75c68e9 Btrfs: fix race deleting block group from space_info->ro_bgs list by Filipe Manana · 10 years ago
  12. df95e7f Btrfs: abort transaction if we don't find the block group by Josef Bacik · 10 years ago
  13. a83fffb btrfs: sink blocksize parameter to btrfs_find_create_tree_block by David Sterba · 10 years ago
  14. fe86457 btrfs: sink blocksize parameter to btrfs_init_new_buffer by David Sterba · 10 years ago
  15. d3e46fe btrfs: sink blocksize parameter to readahead_tree_block by David Sterba · 10 years ago
  16. 1edb647b Btrfs: remove non-sense btrfs_error_discard_extent() function by Filipe Manana · 10 years ago
  17. 678886b Btrfs: fix fs corruption on transaction abort if device supports discard by Filipe Manana · 10 years ago
  18. 01eacb2 Btrfs: always clear a block group node when removing it from the tree by Filipe Manana · 10 years ago
  19. cb83b7b Btrfs: make get_caching_control unconditionally return the ctl by Josef Bacik · 10 years ago
  20. 8dbcd10 Btrfs: fix unprotected deletion from pending_chunks list by Filipe Manana · 10 years ago
  21. 495e64f Btrfs: fix fs mapping extent map leak by Filipe Manana · 10 years ago
  22. c92f6be Btrfs: make btrfs_abort_transaction consider existence of new block groups by Filipe Manana · 10 years ago
  23. 0421682 Btrfs: fix race between fs trimming and block group remove/allocation by Filipe Manana · 10 years ago
  24. ae0ab00 Btrfs: fix freeing used extents after removing empty block group by Filipe Manana · 10 years ago
  25. 4f69cb9 Btrfs: fix crash caused by block group removal by Filipe Manana · 10 years ago
  26. 292cbd5 Btrfs: fix invalid block group rbtree access after bg is removed by Filipe Manana · 10 years ago
  27. 9ea24bb Btrfs: fix snapshot inconsistency after a file write followed by truncate by Filipe Manana · 10 years ago
  28. 758eb51 Btrfs: fix freeing used extent after removing empty block group by Filipe Manana · 10 years ago
  29. 633c0aa Btrfs: move read only block groups onto their own list V2 by Josef Bacik · 10 years ago
  30. 4f4274a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  31. d05a2b4 Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items by Filipe Manana · 10 years ago
  32. 1a4ed8f Btrfs: fix invalid leaf slot access in btrfs_lookup_extent() by Filipe Manana · 10 years ago
  33. 90d0c37 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  34. 0ec31a6 Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  35. 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
  36. 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
  37. 656f30d Btrfs: be aware of btree inode write errors to avoid fs corruption by Filipe Manana · 10 years ago
  38. fccb84c btrfs: move checks for DUMMY_ROOT into a helper by David Sterba · 10 years ago
  39. 4d75f8a btrfs: remove blocksize from btrfs_alloc_free_block and rename by David Sterba · 10 years ago
  40. 0308af4 btrfs: remove unused parameter blocksize from btrfs_find_tree_block by David Sterba · 10 years ago
  41. ce86cd5 btrfs: remove parameter blocksize from read_tree_block by David Sterba · 10 years ago
  42. 6197d86 btrfs: return void from readahead_tree_block by David Sterba · 10 years ago
  43. 58dc4ce btrfs: remove unused parameter from readahead_tree_block by David Sterba · 10 years ago
  44. ee39b43 btrfs: remove unlikely from data-dependent branches and slow paths by David Sterba · 10 years ago
  45. d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago
  46. f6acfd5 Btrfs: don't do async reclaim during log replay by Josef Bacik · 10 years ago
  47. 47ab2a6 Btrfs: remove empty block groups automatically by Josef Bacik · 10 years ago
  48. 2196d6e Btrfs: Fix misuse of chunk mutex by Miao Xie · 10 years ago
  49. 25ce459 Btrfs: fix loop writing of async reclaim by Liu Bo · 10 years ago
  50. 4e54b17 btrfs: clean away stripe_align helper by David Sterba · 10 years ago
  51. 707e8a0 btrfs: use nodesize everywhere, kill leafsize by David Sterba · 10 years ago
  52. 962a298 btrfs: kill the key type accessor helpers by David Sterba · 10 years ago
  53. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  54. 9e0af23 Btrfs: fix task hang under heavy compressed write by Liu Bo · 10 years ago
  55. 9566997 Btrfs: don't consider the missing device when allocating new chunks by Miao Xie · 10 years ago
  56. 1152651 btrfs: qgroup: account shared subtrees during snapshot delete by Mark Fasheh · 10 years ago
  57. e339a6b Btrfs: __btrfs_mod_ref should always use no_quota by Josef Bacik · 10 years ago
  58. d288db5 Btrfs: fix race of using total_bytes_pinned by Liu Bo · 10 years ago
  59. e570fd2 Btrfs: fix broken free space cache after the system crashed by Miao Xie · 10 years ago
  60. c189544 btrfs: allocate raid type kobjects dynamically by Jeff Mahoney · 10 years ago
  61. a79b7d4 Btrfs: async delayed refs by Chris Mason · 10 years ago
  62. 351fd35 btrfs: remove stale newlines from log messages by David Sterba · 10 years ago
  63. faa2dbf Btrfs: add sanity tests for new qgroup accounting code by Josef Bacik · 10 years ago
  64. fcebe45 Btrfs: rework qgroup accounting by Josef Bacik · 10 years ago
  65. f017f15 Btrfs: fix joining same transaction handle more than twice by Wang Shilong · 10 years ago
  66. 995946d Btrfs: use helpers for last_trans_log_full_commit instead of opencode by Miao Xie · 10 years ago
  67. 27cdeb7 Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root by Miao Xie · 10 years ago
  68. 21c7e75 Btrfs: reclaim the reserved metadata space at background by Miao Xie · 10 years ago
  69. f8213bd Btrfs: correctly set profile flags on seqlock retry by Filipe Manana · 10 years ago
  70. 9ce49a0 Btrfs: use correct key when repeating search for extent item by Filipe Manana · 10 years ago
  71. c4a050b Btrfs: abort the transaction when we don't find our extent ref by Josef Bacik · 10 years ago
  72. ed55b6a btrfs: fix lockdep warning with reclaim lock inversion by Jeff Mahoney · 10 years ago
  73. 9e351cc Btrfs: remove transaction from send by Josef Bacik · 10 years ago
  74. 573a075 Btrfs: check for an extent_op on the locked ref by Josef Bacik · 10 years ago
  75. 6c255e6 Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock by Miao Xie · 10 years ago
  76. 24af7dd Btrfs: reclaim delalloc metadata more aggressively by Miao Xie · 10 years ago
  77. 0424c54 Btrfs: remove unnecessary lock in may_commit_transaction() by Miao Xie · 10 years ago
  78. 8257b2d Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolume by Miao Xie · 10 years ago
  79. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 10 years ago
  80. e66f0bb btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue. by Qu Wenruo · 10 years ago
  81. 27a377d Btrfs: don't loop forever if we can't run because of the tree mod log by Josef Bacik · 11 years ago
  82. cf93da7 Btrfs: fix spin_unlock in check_ref_cleanup by Chris Mason · 11 years ago
  83. 89d4346 Btrfs: fix wrong block group in trace during the free space allocation by Miao Xie · 11 years ago
  84. 215a63d Btrfs: cleanup the code of used_block_group in find_free_extent() by Miao Xie · 11 years ago
  85. 920e4a5 Btrfs: cleanup the redundant code for the block group allocation and init by Miao Xie · 11 years ago
  86. 14a958e Btrfs: fix btrfs boot when compiled as built-in by Filipe David Borba Manana · 11 years ago
  87. 0a2b2a8 Btrfs: throttle delayed refs better by Josef Bacik · 11 years ago
  88. d7df2c7 Btrfs: attach delayed ref updates to delayed ref heads by Josef Bacik · 11 years ago
  89. 90515e7 Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot() by Wang Shilong · 11 years ago
  90. 1750458 Btrfs: return free space to global_rsv as much as possible by Liu Bo · 11 years ago
  91. c9ea7b2 Btrfs: stop caching thread if extent_commit_sem is contended by Josef Bacik · 11 years ago
  92. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  93. 536cd96 Btrfs: fix double initialization of the raid kobject by Miao Xie · 11 years ago
  94. 1b8e5df btrfs: fix static checker warnings by Jeff Mahoney · 11 years ago
  95. 4b447bf btrfs: remove unused variable from find_free_extent by Valentina Giusti · 11 years ago
  96. 6ab0a20 btrfs: publish allocation data in sysfs by Jeff Mahoney · 11 years ago
  97. c46effa Btrfs: introduce a head ref rbtree by Liu Bo · 11 years ago
  98. 639eefc Btrfs: don't miss skinny extent items on delayed ref head contention by Filipe David Borba Manana · 11 years ago
  99. 91aef86 Btrfs: rename btrfs_start_all_delalloc_inodes by Miao Xie · 11 years ago
  100. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago