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