1. 00d80e3 Btrfs: fix quick exhaustion of the system array in the superblock by Filipe Manana · 9 years ago
  2. cffc337 Btrfs: fix order by which delayed references are run by Filipe Manana · 9 years ago
  3. 67c5e7d Btrfs: fix race between balance and unused block group deletion by Filipe Manana · 9 years ago
  4. 9a4e727 btrfs: wait for delayed iputs on no space by Zhao Lei · 9 years ago
  5. e69bcee btrfs: qgroup: Cleanup the old ref_node-oriented mechanism. by Qu Wenruo · 9 years ago
  6. 0ed4792 btrfs: qgroup: Switch to new extent-oriented qgroup mechanism. by Qu Wenruo · 9 years ago
  7. c682f9b btrfs: extent-tree: Use ref_node to replace unneeded parameters in __inc_extent_ref() and __free_extent() by Qu Wenruo · 9 years ago
  8. c6fc245 btrfs: delayed-ref: Use list to replace the ref_root in ref_head. by Qu Wenruo · 9 years ago
  9. 4617ea3 Btrfs: fix necessary chunk tree space calculation when allocating a chunk by Filipe Manana · 9 years ago
  10. 64c043d Btrfs: fix up read_tree_block to return proper error by Liu Bo · 9 years ago
  11. 8635eda Btrfs: add missing free_extent_buffer by Liu Bo · 9 years ago
  12. 39c2d7f Btrfs: fix -ENOSPC on block group removal by Filipe Manana · 9 years ago
  13. 4fbcdf6 Btrfs: fix -ENOSPC when finishing block group creation by Filipe Manana · 9 years ago
  14. 2e6e518 Btrfs: fix block group ->space_info null pointer dereference by Filipe Manana · 9 years ago
  15. 153c35b Btrfs: fix regression in raid level conversion by Chris Mason · 9 years ago
  16. a962959 Btrfs: fix racy system chunk allocation when setting block group ro by Filipe Manana · 9 years ago
  17. ff1f825 Btrfs: fix race between block group creation and their cache writeout by Filipe Manana · 9 years ago
  18. 67b7859 btrfs: handle ENOMEM in btrfs_alloc_tree_block by Omar Sandoval · 9 years ago
  19. e4c88f0 Btrfs: don't check for delalloc_bytes in cache_save_setup by Chris Mason · 9 years ago
  20. 24b89d0 Btrfs: fix deadlock when starting writeback of bg caches by Filipe Manana · 9 years ago
  21. b58d1a9 Btrfs: fix race between start dirty bg cache writeout and bg deletion by Filipe Manana · 9 years ago
  22. e2d1f92 btrfs: qgroup: do a reservation in a higher level. by Dongsheng Yang · 10 years ago
  23. 237c0e9 Btrfs: qgroup, Account data space in more proper timings. by Dongsheng Yang · 10 years ago
  24. 3119321 Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use. by Dongsheng Yang · 10 years ago
  25. 804ca12 Btrfs: qgroup: free reserved in exceeding quota. by Dongsheng Yang · 10 years ago
  26. c99f1b0 btrfs: Support busy loop of write and delete by Zhao Lei · 9 years ago
  27. d7c1517 btrfs: Fix NO_SPACE bug caused by delayed-iput by Zhao Lei · 9 years ago
  28. 18d018a btrfs: add WARN_ON() to check is space_info op current by Zhao Lei · 9 years ago
  29. c30666d btrfs: Set relative data on clear btrfs_block_group_cache->pinned by Zhao Lei · 9 years ago
  30. 264ca0f btrfs: Adjust commit-transaction condition to avoid NO_SPACE more by Zhao Lei · 9 years ago
  31. 94b947b btrfs: fix condition of commit transaction by Zhao Lei · 9 years ago
  32. cdfb080 Btrfs: fix use after free when close_ctree frees the orphan_rsv by Chris Mason · 9 years ago
  33. 1bbc621 Btrfs: allow block group cache writeout outside critical section in commit by Chris Mason · 9 years ago
  34. c9dc4c6 Btrfs: two stage dirty block group writeout by Chris Mason · 9 years ago
  35. 365c531 Btrfs: don't commit the transaction in the async space flushing by Josef Bacik · 9 years ago
  36. cb723e4 Btrfs: reserve space for block groups by Josef Bacik · 9 years ago
  37. 28f75a0 Btrfs: refill block reserves during truncate by Chris Mason · 10 years ago
  38. 1262133 Btrfs: account for crcs in delayed ref processing by Josef Bacik · 10 years ago
  39. dd82525 Btrfs: free and unlock our path before btrfs_free_and_pin_reserved_extent() by Chris Mason · 9 years ago
  40. dcc82f4 Btrfs: fix log tree corruption when fs mounted with -o discard by Filipe Manana · 9 years ago
  41. 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 · 9 years ago
  42. 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 · 9 years ago
  43. 521d474 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  44. 6a3891c Btrfs: add sanity test for outstanding_extents accounting by Josef Bacik · 9 years ago
  45. dcdf7f6 Btrfs: prepare block group cache before writing by Josef Bacik · 9 years ago
  46. 6a41dd0 Btrfs: account for the correct number of extents for delalloc reservations by Josef Bacik · 9 years ago
  47. 84399bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  48. 47c5713 btrfs: replace remaining do_div calls with div_u64 variants by David Sterba · 9 years ago
  49. b8b93ad btrfs: cleanup 64bit/32bit divs, provably bounded values by David Sterba · 10 years ago
  50. f8c269d btrfs: cleanup 64bit/32bit divs, compile time constants by David Sterba · 10 years ago
  51. 0c0ef4b Btrfs: abort the transaction if we fail to update the free space cache inode by Josef Bacik · 9 years ago
  52. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  53. b9fd47c btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space() by Zhao Lei · 9 years ago
  54. 01d5847 Btrfs: disk-io: replace root args iff only fs_info used by Daniel Dressler · 10 years ago
  55. 3d84be7 Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group by Forrest Liu · 9 years ago
  56. dcab6a3 Btrfs: account for large extents with enospc by Josef Bacik · 9 years ago
  57. 2f08108 btrfs: delete chunk allocation attemp when setting block group ro by Shaohua Li · 10 years ago
  58. d4b450c Btrfs: fix race between transaction commit and empty block group removal by Filipe Manana · 10 years ago
  59. 26455d3 Btrfs: cleanup unused run_most by Liu Bo · 10 years ago
  60. 6e9606d Btrfs: add ref_count and free function for btrfs_bio by Zhao Lei · 10 years ago
  61. 6219872 Btrfs: lookup for block group only if needed when freeing a tree block by Filipe Manana · 10 years ago
  62. 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
  63. ce93ec5 Btrfs: track dirty block groups on their own list by Josef Bacik · 10 years ago
  64. 75c68e9 Btrfs: fix race deleting block group from space_info->ro_bgs list by Filipe Manana · 10 years ago
  65. df95e7f Btrfs: abort transaction if we don't find the block group by Josef Bacik · 10 years ago
  66. a83fffb btrfs: sink blocksize parameter to btrfs_find_create_tree_block by David Sterba · 10 years ago
  67. fe86457 btrfs: sink blocksize parameter to btrfs_init_new_buffer by David Sterba · 10 years ago
  68. d3e46fe btrfs: sink blocksize parameter to readahead_tree_block by David Sterba · 10 years ago
  69. 1edb647b Btrfs: remove non-sense btrfs_error_discard_extent() function by Filipe Manana · 10 years ago
  70. 678886b Btrfs: fix fs corruption on transaction abort if device supports discard by Filipe Manana · 10 years ago
  71. 01eacb2 Btrfs: always clear a block group node when removing it from the tree by Filipe Manana · 10 years ago
  72. cb83b7b Btrfs: make get_caching_control unconditionally return the ctl by Josef Bacik · 10 years ago
  73. 8dbcd10 Btrfs: fix unprotected deletion from pending_chunks list by Filipe Manana · 10 years ago
  74. 495e64f Btrfs: fix fs mapping extent map leak by Filipe Manana · 10 years ago
  75. c92f6be Btrfs: make btrfs_abort_transaction consider existence of new block groups by Filipe Manana · 10 years ago
  76. 0421682 Btrfs: fix race between fs trimming and block group remove/allocation by Filipe Manana · 10 years ago
  77. ae0ab00 Btrfs: fix freeing used extents after removing empty block group by Filipe Manana · 10 years ago
  78. 4f69cb9 Btrfs: fix crash caused by block group removal by Filipe Manana · 10 years ago
  79. 292cbd5 Btrfs: fix invalid block group rbtree access after bg is removed by Filipe Manana · 10 years ago
  80. 9ea24bb Btrfs: fix snapshot inconsistency after a file write followed by truncate by Filipe Manana · 10 years ago
  81. 758eb51 Btrfs: fix freeing used extent after removing empty block group by Filipe Manana · 10 years ago
  82. 633c0aa Btrfs: move read only block groups onto their own list V2 by Josef Bacik · 10 years ago
  83. 4f4274a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  84. d05a2b4 Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items by Filipe Manana · 10 years ago
  85. 1a4ed8f Btrfs: fix invalid leaf slot access in btrfs_lookup_extent() by Filipe Manana · 10 years ago
  86. 90d0c37 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  87. 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
  88. 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
  89. 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
  90. 656f30d Btrfs: be aware of btree inode write errors to avoid fs corruption by Filipe Manana · 10 years ago
  91. fccb84c btrfs: move checks for DUMMY_ROOT into a helper by David Sterba · 10 years ago
  92. 4d75f8a btrfs: remove blocksize from btrfs_alloc_free_block and rename by David Sterba · 10 years ago
  93. 0308af4 btrfs: remove unused parameter blocksize from btrfs_find_tree_block by David Sterba · 10 years ago
  94. ce86cd5 btrfs: remove parameter blocksize from read_tree_block by David Sterba · 10 years ago
  95. 6197d86 btrfs: return void from readahead_tree_block by David Sterba · 10 years ago
  96. 58dc4ce btrfs: remove unused parameter from readahead_tree_block by David Sterba · 10 years ago
  97. ee39b43 btrfs: remove unlikely from data-dependent branches and slow paths by David Sterba · 10 years ago
  98. 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
  99. f6acfd5 Btrfs: don't do async reclaim during log replay by Josef Bacik · 10 years ago
  100. 47ab2a6 Btrfs: remove empty block groups automatically by Josef Bacik · 10 years ago