1. 64c1292 btrfs: account for non-CoW'd blocks in btrfs_abort_transaction by Jeff Mahoney · 8 years ago
  2. c871b0f Btrfs: check if extent buffer is aligned to sectorsize by Liu Bo · 8 years ago
  3. 2999241 Btrfs: fix race between device replace and discard by Filipe Manana · 8 years ago
  4. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 8 years ago
  5. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 8 years ago
  6. c315ef8 Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7 by Chris Mason · 8 years ago
  7. 5ef64a3 Merge branch 'cleanups-4.7' into for-chris-4.7-20160516 by David Sterba · 8 years ago
  8. f78c436 Btrfs: fix race between block group relocation and nocow writes by Filipe Manana · 8 years ago
  9. 9cfa3e3 Btrfs: don't do unnecessary delalloc flushes when relocating by Filipe Manana · 8 years ago
  10. 578def7 Btrfs: don't wait for unrelated IO to finish before relocation by Filipe Manana · 8 years ago
  11. 8eb0dfd btrfs: fix int32 overflow in shrink_delalloc(). by Adam Borowski · 8 years ago
  12. 3744dbe btrfs: sink gfp parameter to set_extent_new by David Sterba · 8 years ago
  13. af6f8f6 btrfs: sink gfp parameter to clear_extent_dirty by David Sterba · 8 years ago
  14. 9116621 btrfs: sink gfp parameter to clear_extent_bits by David Sterba · 8 years ago
  15. ceeb0ae btrfs: sink gfp parameter to set_extent_bits by David Sterba · 8 years ago
  16. 6719afd Btrfs: Refactor btrfs_lock_cluster() to kill compiler warning by Geert Uytterhoeven · 10 years ago
  17. 34d9700 btrfs: rename btrfs_std_error to btrfs_handle_fs_error by Anand Jain · 8 years ago
  18. 839a3f7 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  19. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  20. 0305bc2 btrfs: Output more info for enospc_debug mount option by Qu Wenruo · 8 years ago
  21. bb7ab3b btrfs: Fix misspellings in comments. by Adam Buchbinder · 8 years ago
  22. f004fae0 Merge branch 'cleanups-4.6' into for-chris-4.6 by David Sterba · 8 years ago
  23. 89771cc btrfs: fix build warning by Sudip Mukherjee · 8 years ago
  24. baee879 Btrfs: check reserved when deciding to background flush by Josef Bacik · 8 years ago
  25. fb4b10e Btrfs: change how we update the global block rsv by Josef Bacik · 8 years ago
  26. e1746e8 btrfs: Fix no_space in write and rm loop by Zhao Lei · 9 years ago
  27. 0bc19f90 btrfs: merge functions for wait snapshot creation by Zhao Lei · 8 years ago
  28. c2d6cb1 Btrfs: fix deadlock running delayed iputs at transaction commit time by Filipe Manana · 8 years ago
  29. acc3085 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 · 8 years ago
  30. 0dc924c5 Btrfs: clean up an error code in btrfs_init_space_info() by Dan Carpenter · 8 years ago
  31. 95617d6 btrfs: cleanup, stop casting for extent_map->lookup everywhere by Jeff Mahoney · 9 years ago
  32. 988f1f5 Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5 by Chris Mason · 8 years ago
  33. 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 · 8 years ago
  34. a305810 Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 8 years ago
  35. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 9 years ago
  36. ee22184 Btrfs: use linux/sizes.h to represent constants by Byongho Lee · 9 years ago
  37. 35b3ad5 btrfs: better packing of btrfs_delayed_extent_op by David Sterba · 9 years ago
  38. 2bc0bb5 Btrfs: fix race between free space endio workers and space cache writeout by Filipe Manana · 8 years ago
  39. 511711a btrfs: don't run delayed references while we are creating the free space tree by Chris Mason · 8 years ago
  40. b4570aa btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled. by Chris Mason · 8 years ago
  41. f0f7641 Merge branch 'freespace-4.5' into for-linus-4.5 by Chris Mason · 8 years ago
  42. a53fe25 Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5 by Chris Mason · 8 years ago
  43. afa427c Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 8 years ago
  44. e44081e Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groups by Filipe Manana · 8 years ago
  45. f7d3d2f Merge branch 'freespace-tree' into for-linus-4.5 by Chris Mason · 8 years ago
  46. 1e144fb Btrfs: wire up the free space tree to the extent tree by Omar Sandoval · 9 years ago
  47. a5ed918 Btrfs: implement the free space B-tree by Omar Sandoval · 9 years ago
  48. 73fa48b Btrfs: refactor caching_thread() by Omar Sandoval · 9 years ago
  49. 348a001 Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list by Filipe Manana · 9 years ago
  50. 4db8c52 btrfs: remove a trivial helper btrfs_set_buffer_uptodate by David Sterba · 9 years ago
  51. 82bd101 btrfs: qgroup: account shared subtree during snapshot delete by Mark Fasheh · 9 years ago
  52. 036a934 Btrfs: fix race between cleaner kthread and space cache writeout by Filipe Manana · 9 years ago
  53. 758f2df Btrfs: fix scrub preventing unused block groups from being deleted by Filipe Manana · 9 years ago
  54. 7fd0118 Btrfs: fix the number of transaction units needed to remove a block group by Filipe Manana · 9 years ago
  55. 8eab77f Btrfs: use global reserve when deleting unused block group after ENOSPC by Filipe Manana · 9 years ago
  56. d5f2e33 btrfs: Use fs_info directly in btrfs_delete_unused_bgs by Zhao Lei · 9 years ago
  57. aefbe9a btrfs: Fix lost-data-profile caused by auto removing bg by Zhao Lei · 9 years ago
  58. 13a0db5 Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT state by chandan · 9 years ago
  59. 5846a3c btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans by Qu Wenruo · 9 years ago
  60. b06c4bf Btrfs: fix regression running delayed references when using qgroups by Filipe Manana · 9 years ago
  61. 2c3cf7d Btrfs: fix regression when running delayed references by Filipe Manana · 9 years ago
  62. a9e6d15 Merge branch 'allocator-fixes' into for-linus-4.4 by Chris Mason · 9 years ago
  63. c759c4e Btrfs: don't keep trying to build clusters if we are fragmented by Josef Bacik · 9 years ago
  64. a5e681d Btrfs: cut down on loops through the allocator by Josef Bacik · 9 years ago
  65. 2968b1f Btrfs: don't continue setting up space cache when enospc by Josef Bacik · 9 years ago
  66. 4f4db21 Btrfs: keep track of max_extent_size per space_info by Josef Bacik · 9 years ago
  67. 36af4e0 Btrfs: don't loop in allocator for space cache by Josef Bacik · 9 years ago
  68. 3204d33 Btrfs: add a flags field to btrfs_transaction by Josef Bacik · 9 years ago
  69. d0bd456 Btrfs: add fragment=* debug mount option by Josef Bacik · 9 years ago
  70. 51773be btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook by Qu Wenruo · 9 years ago
  71. 94ed938 btrfs: qgroup: Add handler for NOCOW and inline by Qu Wenruo · 9 years ago
  72. 7cf5b97 btrfs: qgroup: Cleanup old inaccurate facilities by Qu Wenruo · 9 years ago
  73. 1ada3a6 btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space by Qu Wenruo · 9 years ago
  74. d9d8b2a btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_space by Qu Wenruo · 9 years ago
  75. 4ceff07 btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space. by Qu Wenruo · 9 years ago
  76. 7174109 btrfs: qgroup: Use new metadata reservation. by Qu Wenruo · 9 years ago
  77. 297d750 btrfs: delayed_ref: release and free qgroup reserved at proper timing by Qu Wenruo · 9 years ago
  78. 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
  79. 9c170b2 btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profile by Zhao Lei · 9 years ago
  80. e9cf439 btrfs: use a single if() statement for one outcome in get_block_rsv() by Alexandru Moise · 9 years ago
  81. 6db4a73 Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  82. 62fb50a Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  83. 640926f Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  84. a83342a btrfs: add comments to barriers before waitqueue_active by David Sterba · 9 years ago
  85. 9464732 btrfs: switch message printers to ratelimited variants by David Sterba · 9 years ago
  86. d9a0540 Btrfs: fix deadlock when finalizing block group creation by Filipe Manana · 9 years ago
  87. a4553fe Btrfs: consolidate btrfs_error() to btrfs_std_error() by Anand Jain · 9 years ago
  88. 2b9dbef Btrfs: keep dropped roots in cache until transaction commit by Josef Bacik · 9 years ago
  89. 6af3e3a Btrfs: don't initialize a space info as full to prevent ENOSPC by Filipe Manana · 9 years ago
  90. 46cd285 Merge branch 'jeffm-discard-4.3' into for-linus-4.3 by Chris Mason · 9 years ago
  91. 9ed0dea btrfs: Remove root argument in extent_data_ref_count() by Zhaolei · 9 years ago
  92. d022075 btrfs: Fix wrong comment of btrfs_alloc_tree_block() by Zhaolei · 9 years ago
  93. 868f401 btrfs: Use ref_cnt for set_block_group_ro() by Zhaolei · 9 years ago
  94. e33e17e btrfs: add missing discards when unpinning extents with -o discard by Jeff Mahoney · 9 years ago
  95. 499f377 btrfs: iterate over unused chunk space in FITRIM by Jeff Mahoney · 9 years ago
  96. 8655786 btrfs: skip superblocks during discard by Jeff Mahoney · 9 years ago
  97. 4d89d37 btrfs: btrfs_issue_discard ensure offset/length are aligned to sector boundaries by Jeff Mahoney · 9 years ago
  98. d04c6b8 btrfs: make btrfs_issue_discard return bytes discarded by Jeff Mahoney · 9 years ago
  99. 00d80e3 Btrfs: fix quick exhaustion of the system array in the superblock by Filipe Manana · 9 years ago
  100. cffc337 Btrfs: fix order by which delayed references are run by Filipe Manana · 9 years ago