1. fda2832 btrfs: cleanup for open-coded alignment by Qu Wenruo · 12 years ago
  2. a81cb9a clear chunk_alloc flag on retryable failure by Alexandre Oliva · 12 years ago
  3. 24542bf btrfs: limit fallocate extent reservation to 256MB by Zach Brown · 12 years ago
  4. e942f88 Merge branch 'raid56-experimental' into for-linus-3.9 by Chris Mason · 12 years ago
  5. b2c6b3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9 by Chris Mason · 12 years ago
  6. b069e0c btrfs: put some enospc messages under enospc_debug by David Sterba · 12 years ago
  7. 0934856 Btrfs: fix deadlock due to unsubmitted by Miao Xie · 12 years ago
  8. 5d80366 Btrfs: steal from global reserve if we are cleaning up orphans by Josef Bacik · 12 years ago
  9. 70afa39 Btrfs: rework the overcommit logic to be based on the total size by Josef Bacik · 12 years ago
  10. 1971e91 btrfs: remove unnecessary DEFINE_WAIT() declarations by Eric Sandeen · 12 years ago
  11. 96f1bb5 Btrfs: do not overcommit if we don't have enough space for global rsv by Josef Bacik · 12 years ago
  12. de98ced Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bits by Miao Xie · 12 years ago
  13. 963d678 Btrfs: use percpu counter for fs_info->delalloc_bytes by Miao Xie · 12 years ago
  14. e6ec716 Btrfs: make raid attr array more readable by Miao Xie · 12 years ago
  15. a1897fd Btrfs: record first logical byte in memory by Liu Bo · 12 years ago
  16. dcfac41 Btrfs: kill unused argument of btrfs_pin_extent_for_log_replay by Liu Bo · 12 years ago
  17. c53d613 Btrfs: kill unused argument of update_block_group by Liu Bo · 12 years ago
  18. f6373bf Btrfs: kill unused arguments of cache_block_group by Liu Bo · 12 years ago
  19. 17b8549 Btrfs: remove deprecated comments by Liu Bo · 12 years ago
  20. c6b305a Btrfs: don't re-enter when allocating a chunk by Josef Bacik · 12 years ago
  21. da633a4 Btrfs: flush all dirty inodes if writeback can not start by Miao Xie · 12 years ago
  22. 093486c Btrfs: make delayed ref lock logic more readable by Miao Xie · 12 years ago
  23. 78a6184 Btrfs: use slabs for delayed reference allocation by Miao Xie · 12 years ago
  24. 8d19514 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  25. eb6b88d Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadata by Jan Schmidt · 12 years ago
  26. 0e4e026 Merge branch 'for-linus' into raid56-experimental by Chris Mason · 12 years ago
  27. bb72170 Btrfs: reduce CPU contention while waiting for delayed extent operations by Chris Mason · 12 years ago
  28. 8de972b Btrfs: fix cluster alignment for mount -o ssd by Chris Mason · 12 years ago
  29. 53b381b Btrfs: RAID5 and RAID6 by David Woodhouse · 12 years ago
  30. d7df025 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  31. 3268a24 Btrfs: reset path lock state to zero by Liu Bo · 12 years ago
  32. ac5c930 Btrfs: let allocation start from the right raid type by Liu Bo · 12 years ago
  33. 72bcd99 Btrfs: set flushing if we're limited flushing by Josef Bacik · 12 years ago
  34. a22180d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  35. c64c2bd Btrfs: don't take inode delalloc mutex if we're a free space inode by Josef Bacik · 12 years ago
  36. 1135d6d Btrfs: fix autodefrag and umount lockup by Josef Bacik · 12 years ago
  37. 31e5022 Btrfs: put raid properties into global table by Liu Bo · 12 years ago
  38. 4b5829a Btrfs: fix missing reserved space release in error path of delalloc reservation by Miao Xie · 12 years ago
  39. 63a212a Btrfs: disallow some operations on the device replace target device by Stefan Behrens · 12 years ago
  40. 3ec706c Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree by Stefan Behrens · 12 years ago
  41. 37c4146 Btrfs: fix a deadlock in aborting transaction due to ENOSPC by Liu Bo · 12 years ago
  42. 31b1a2b fs/btrfs: use WARN by Julia Lawall · 12 years ago
  43. 7b398f8 Btrfs: fill the global reserve when unpinning space by Josef Bacik · 12 years ago
  44. 08e007d Btrfs: improve the noflush reservation by Miao Xie · 12 years ago
  45. 561c294 Btrfs: fix wrong comment in can_overcommit() by Miao Xie · 12 years ago
  46. 3fed40c Btrfs: cleanup duplicated division functions by Miao Xie · 12 years ago
  47. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  48. 44734ed Btrfs: don't commit instead of overcommitting by Josef Bacik · 12 years ago
  49. e613887 Btrfs: cache extent state when writing out dirty metadata pages by Josef Bacik · 12 years ago
  50. 67b0fd6 Btrfs: run delayed refs first when out of space by Josef Bacik · 12 years ago
  51. 005d642 btrfs: move transaction aborts to the point of failure by David Sterba · 12 years ago
  52. 6bbe3a9 Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents by Liu Bo · 12 years ago
  53. ab26e9d Btrfs: cleanup for duplicated code in find_free_extent by Liu Bo · 12 years ago
  54. 698d008 Btrfs: remove bytes argument from do_chunk_alloc by Josef Bacik · 12 years ago
  55. ea658ba Btrfs: delay block group item insertion by Josef Bacik · 12 years ago
  56. a80c8dc Btrfs: fix our overcommit math by Josef Bacik · 12 years ago
  57. dea31f5 Btrfs: wait on async pages when shrinking delalloc by Josef Bacik · 12 years ago
  58. 48c03c4 Btrfs: fix wrong size for the reservation of the, snapshot creation by Miao Xie · 12 years ago
  59. 66d8f3d Btrfs: add a new "type" field into the block reservation structure by Miao Xie · 12 years ago
  60. 2aaa665 Btrfs: add hole punching by Josef Bacik · 12 years ago
  61. ca7e70f Btrfs: do not needlessly restart the transaction for enospc by Josef Bacik · 12 years ago
  62. 54338b5 Btrfs: do not allocate chunks as agressively by Josef Bacik · 12 years ago
  63. ae1e206 Btrfs: allow delayed refs to be merged by Josef Bacik · 13 years ago
  64. 22cd2e7 Btrfs: fix race in run_clustered_refs by Arne Jansen · 13 years ago
  65. 6fc823b Btrfs: increase the size of the free space cache by Josef Bacik · 13 years ago
  66. 1fa11e2 Btrfs: fix deadlock in wait_for_more_refs by Arne Jansen · 13 years ago
  67. 55e591f Btrfs: unlock on error in btrfs_delalloc_reserve_metadata() by Dan Carpenter · 13 years ago
  68. cd1cfc4 Btrfs: add a barrier before a waitqueue_active check by Chris Mason · 13 years ago
  69. b478b2b Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 13 years ago
  70. df57dbe Btrfs: make btrfs's allocation smoothly with preallocation by Liu Bo · 13 years ago
  71. b4d7c3c Btrfs: kill free_space pointer from inode structure by Li Zefan · 13 years ago
  72. 799ffc3 Btrfs: add ro notification to dump_space_info by Liu Bo · 13 years ago
  73. cf7c1ef Btrfs: fix a bug of writting free space cache during balance by Liu Bo · 13 years ago
  74. 0678938 Btrfs: do not abort transaction in prealloc case by Liu Bo · 13 years ago
  75. 83eea1f Btrfs: kill root from btrfs_is_free_space_inode by Liu Bo · 13 years ago
  76. f4c738c Btrfs: rework shrink_delalloc by Josef Bacik · 13 years ago
  77. 0e72110 Btrfs: change how we indicate we're adding csums by Josef Bacik · 13 years ago
  78. 96c3f43 Btrfs: flush delayed inodes if we're short on space by Josef Bacik · 13 years ago
  79. c556723 Btrfs: hooks to reserve qgroup space by Arne Jansen · 13 years ago
  80. edf3927 Btrfs: call the qgroup accounting functions by Jan Schmidt · 13 years ago
  81. bed92ea Btrfs: qgroup implementation and prototypes by Arne Jansen · 13 years ago
  82. 709c048 Btrfs: Test code to change the order of delayed-ref processing by Arne Jansen · 13 years ago
  83. 097b8a7 Btrfs: join tree mod log code with the code holding back delayed refs by Jan Schmidt · 13 years ago
  84. 8ca78f3 Btrfs: avoid waiting for delayed refs when we must not by Jan Schmidt · 13 years ago
  85. 1e20932 Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus by Chris Mason · 13 years ago
  86. 72ac3c0 Btrfs: convert the inode bit field to use the actual bit operations by Josef Bacik · 13 years ago
  87. 5581a51 Btrfs: don't set for_cow parameter for tree block functions by Jan Schmidt · 13 years ago
  88. a25c75d Btrfs: cleanup: use consistent lock naming by Dan Carpenter · 13 years ago
  89. b9fab91 Btrfs: avoid sleeping in verify_parent_transid while atomic by Chris Mason · 13 years ago
  90. 1f699d3 Btrfs: fix block_rsv and space_info lock ordering by Stefan Behrens · 13 years ago
  91. b9688bb btrfs: don't return EINTR by Arne Jansen · 13 years ago
  92. 253beeb Btrfs: double unlock bug in error handling by Dan Carpenter · 13 years ago
  93. d53ba47 Btrfs: use commit root when loading free space cache by Josef Bacik · 13 years ago
  94. c6664b4 Btrfs: remove lock assert from get_restripe_target() by Ilya Dryomov · 13 years ago
  95. 8e62c2d Revert "Btrfs: increase the global block reserve estimates" by Chris Mason · 13 years ago
  96. 15d1ff8 Btrfs: fix deadlock during allocating chunks by Liu Bo · 13 years ago
  97. 2bcc032 Btrfs: show useful info in space reservation tracepoint by Liu Bo · 13 years ago
  98. 1c691b3 Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for-linus by Chris Mason · 13 years ago
  99. 1d4284b Merge branch 'error-handling' into for-linus by Chris Mason · 13 years ago
  100. 4a5e98f Btrfs: improve the logic in btrfs_can_relocate() by Ilya Dryomov · 13 years ago