1. e2d1f92 btrfs: qgroup: do a reservation in a higher level. by Dongsheng Yang · 9 years ago
  2. 1bbc621 Btrfs: allow block group cache writeout outside critical section in commit by Chris Mason · 9 years ago
  3. 7476dfd btrfs: sink blocksize parameter to tree_block_processed by David Sterba · 10 years ago
  4. d3e46fe btrfs: sink blocksize parameter to readahead_tree_block by David Sterba · 10 years ago
  5. 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
  6. 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
  7. bbe9051 Btrfs: fix build_backref_tree issue with multiple shared blocks by Josef Bacik · 10 years ago
  8. 75bfb9a Btrfs: cleanup error handling in build_backref_tree by Josef Bacik · 10 years ago
  9. 94404e8 btrfs: let merge_reloc_roots return void by David Sterba · 10 years ago
  10. ce86cd5 btrfs: remove parameter blocksize from read_tree_block by David Sterba · 10 years ago
  11. 453848a btrfs: inline code of reada_tree_block and remove it by David Sterba · 10 years ago
  12. 58dc4ce btrfs: remove unused parameter from readahead_tree_block by David Sterba · 10 years ago
  13. 707e8a0 btrfs: use nodesize everywhere, kill leafsize by David Sterba · 10 years ago
  14. c6f83c7 btrfs: clenaup: don't call btrfs_release_path before free_path by David Sterba · 10 years ago
  15. 351fd35 btrfs: remove stale newlines from log messages by David Sterba · 10 years ago
  16. 27cdeb7 Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root by Miao Xie · 10 years ago
  17. ba8b028 Btrfs: do not reset last_snapshot after relocation by Josef Bacik · 10 years ago
  18. 6c255e6 Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock by Miao Xie · 10 years ago
  19. 1708cc5 Btrfs: fix an oops when we fail to relocate tree blocks by Wang Shilong · 11 years ago
  20. 25e293c Btrfs: fix an oops when we fail to merge reloc roots by Wang Shilong · 11 years ago
  21. dc4103f Btrfs: remove unused argument from select_reloc_root() by Wang Shilong · 11 years ago
  22. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  23. 54eb72c Btrfs: remove unnecessary filemap writting and waiting after block group relocation by Wang Shilong · 11 years ago
  24. 0647bf5 Btrfs: improve forever loop when doing balance relocation by Wang Shilong · 11 years ago
  25. 467bb1d Btrfs: make sure we cleanup all reloc roots if error happens by Wang Shilong · 11 years ago
  26. 6646374 Btrfs: skip building backref tree for uuid and quota tree when doing balance relocation by Wang Shilong · 11 years ago
  27. c974c46 Btrfs: fix an oops when doing balance relocation by Wang Shilong · 11 years ago
  28. 91aef86 Btrfs: rename btrfs_start_all_delalloc_inodes by Miao Xie · 11 years ago
  29. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
  30. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  31. 7fdf4b6 Btrfs: use 'u64' rather than 'int' to get extent's generation by Wang Shilong · 11 years ago
  32. 9e6a0c5 Btrfs: stop committing the transaction so much during relocate by Josef Bacik · 11 years ago
  33. 0ef8b72 Btrfs: return an error from btrfs_wait_ordered_range by Josef Bacik · 11 years ago
  34. 20dd2cb Btrfs: fix BUG_ON() casued by the reserved space migration by Miao Xie · 11 years ago
  35. 4577b01 Btrfs: relocate csums properly with prealloc extents by Josef Bacik · 11 years ago
  36. 7451432 Btrfs: remove path arg from btrfs_truncate_free_space_cache by Filipe David Borba Manana · 11 years ago
  37. c00869f Btrfs: fix oops caused by the space balance and dead roots by Miao Xie · 11 years ago
  38. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
  39. 83d4cfd Btrfs: fixup error handling in btrfs_reloc_cow by Josef Bacik · 11 years ago
  40. 23fa76b0 Btrf: cleanup: don't check for root_refs == 0 twice by Stefan Behrens · 11 years ago
  41. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  42. b6c60c8 Btrfs: change how we queue blocks for backref checking by Josef Bacik · 11 years ago
  43. d062d13 Btrfs: check to see if we have an inline item properly by Josef Bacik · 11 years ago
  44. b37b39c Btrfs: cleanup reloc roots properly on error by Josef Bacik · 11 years ago
  45. 647f63b Btrfs: add missing error checks to add_data_references by Filipe David Borba Manana · 11 years ago
  46. f51a4a1 Btrfs: remove btrfs_sector_sum structure by Miao Xie · 11 years ago
  47. aee68ee Btrfs: fix not being able to find skinny extents during relocate by Josef Bacik · 11 years ago
  48. 5bc7247 Btrfs: fix broken nocow after balance by Miao Xie · 11 years ago
  49. 199c2a9 Btrfs: introduce per-subvolume ordered extent list by Miao Xie · 11 years ago
  50. eb73c1b Btrfs: introduce per-subvolume delalloc inode list by Miao Xie · 11 years ago
  51. cb517ea Btrfs: cleanup the similar code of the fs root read by Miao Xie · 11 years ago
  52. a9995ee Btrfs: init relocate extent_io_tree with a mapping by Josef Bacik · 11 years ago
  53. 7b61cd9 Btrfs: don't use global block reservation for inode cache truncation by Miao Xie · 11 years ago
  54. 379cde7 Btrfs: fix possible memory leak in replace_path() by Stefan Behrens · 11 years ago
  55. 34c2b29 btrfs: handle errors returned from get_tree_block_key by David Sterba · 11 years ago
  56. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  57. 416bc65 Btrfs: fix all callers of read_tree_block by Josef Bacik · 11 years ago
  58. 09a2a8f9 Btrfs: fix bad extent logging by Josef Bacik · 11 years ago
  59. 9d1a2a3 btrfs: clean snapshots one by one by David Sterba · 11 years ago
  60. 3173a18 Btrfs: add a incompatible format change for smaller metadata extent refs by Josef Bacik · 11 years ago
  61. 0aefda3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  62. 0f788c5 Btrfs: do not BUG_ON on aborted situation by Liu Bo · 11 years ago
  63. 2881894 Btrfs: do not BUG_ON in prepare_to_reloc by Liu Bo · 11 years ago
  64. e1a1267 Btrfs: free all recorded tree blocks on error by Liu Bo · 11 years ago
  65. aca1bba Btrfs: build up error handling for merge_reloc_roots by Liu Bo · 11 years ago
  66. 8f71f3e Btrfs: check for NULL pointer in updating reloc roots by Liu Bo · 11 years ago
  67. b695188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  68. 4eee4fa Btrfs: use wrapper page_offset by Miao Xie · 12 years ago
  69. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  70. 2c016dc btrfs: fix comment typos by Liu Bo · 12 years ago
  71. b53d3f5 Btrfs: cleanup for btrfs_btree_balance_dirty by Liu Bo · 12 years ago
  72. 8ccf6f19 Btrfs: make delalloc inodes be flushed by multi-task by Miao Xie · 12 years ago
  73. 08e007d Btrfs: improve the noflush reservation by Miao Xie · 12 years ago
  74. e613887 Btrfs: cache extent state when writing out dirty metadata pages by Josef Bacik · 12 years ago
  75. 6bbe3a9 Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents by Liu Bo · 12 years ago
  76. f54fb85 Btrfs: fix error handling in delete_block_group_cache() by Tsutomu Itoh · 12 years ago
  77. 66d8f3d Btrfs: add a new "type" field into the block reservation structure by Miao Xie · 12 years ago
  78. 533574c btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout by Joe Perches · 12 years ago
  79. 23291a0 Btrfs: fix error handling in __add_reloc_root() by Dan Carpenter · 12 years ago
  80. 7654b72 Btrfs: Fix space checking during fs resize by Daniel J Blueman · 12 years ago
  81. 1daf354 Btrfs: Prevent root_list corruption by Daniel J Blueman · 12 years ago
  82. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  83. 49b25e0 btrfs: enhance transaction abort infrastructure by Jeff Mahoney · 12 years ago
  84. 2c53679 btrfs: btrfs_drop_snapshot should return int by Jeff Mahoney · 13 years ago
  85. d008237 btrfs: drop gfp_t from lock_extent by Jeff Mahoney · 12 years ago
  86. ffd7b33 btrfs: __add_reloc_root error push-up by Jeff Mahoney · 13 years ago
  87. 43c04fb btrfs: Panic on bad rbtree operations by Jeff Mahoney · 13 years ago
  88. f248679 Btrfs: add a delalloc mutex to inodes for delalloc reservations by Josef Bacik · 12 years ago
  89. 9785dbd Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration by Chris Mason · 12 years ago
  90. 66d7e7f Btrfs: mark delayed refs as for cow by Arne Jansen · 13 years ago
  91. 660d3f6 Btrfs: fix how we do delalloc reservations and how we free reservations on error by Josef Bacik · 13 years ago
  92. 76b9e23 Btrfs: fix orphan backref nodes by Miao Xie · 13 years ago
  93. 84850e8 btrfs: check file extent backref offset underflow by Yan, Zheng · 13 years ago
  94. 36ba022 Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions by Josef Bacik · 13 years ago
  95. 3b16a4e Btrfs: use the inode's mapping mask for allocating pages by Josef Bacik · 13 years ago
  96. 4a92b1b Btrfs: stop passing a trans handle all around the reservation code by Josef Bacik · 13 years ago
  97. 482e6dc Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_check by Josef Bacik · 13 years ago
  98. dabdb64 Btrfs: kill unused parts of block_rsv by Josef Bacik · 13 years ago
  99. 37be25b Btrfs: kill the durable block rsv stuff by Josef Bacik · 13 years ago
  100. ff95acb Merge branch 'integration' into for-linus by Chris Mason · 13 years ago