1. 6d07bce btrfs: fix wrong free space information of btrfs by Miao Xie · 14 years ago
  2. 7bfc837 btrfs: restructure find_free_dev_extent() by Miao Xie · 14 years ago
  3. d52a5b5 btrfs: try to reclaim some space when chunk allocation fails by Miao Xie · 14 years ago
  4. 65e5341 Btrfs: fix off by one while setting block groups readonly by Chris Mason · 14 years ago
  5. 83a50de Btrfs: prevent RAID level downgrades when space is low by Chris Mason · 14 years ago
  6. cd02dca Btrfs: account for missing devices in RAID allocation profiles by Chris Mason · 14 years ago
  7. 84cd948 Btrfs: do not BUG if we fail to remove the orphan item for dead snapshots by Josef Bacik · 14 years ago
  8. b8399de Btrfs: do not do fast caching if we are allocating blocks for tree_root by Josef Bacik · 14 years ago
  9. 2b20982 Btrfs: deal with space cache errors better by Josef Bacik · 14 years ago
  10. 6f33434 btrfs: Fix early enospc because 'unused' calculated with wrong sign. by Arne Jansen · 14 years ago
  11. d8e39c4 Btrfs: drop unused variable in block_alloc_rsv by Chris Mason · 14 years ago
  12. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  13. bf9022e Btrfs: use the flusher threads for delalloc throttling by Chris Mason · 14 years ago
  14. e5bc245 Btrfs: tune the chunk allocation to 5% of the FS as metadata by Chris Mason · 14 years ago
  15. 6b5b817 Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work by Chris Mason · 14 years ago
  16. 8216ef8 Btrfs: let the user know space caching is enabled by Josef Bacik · 14 years ago
  17. 88c2ba3 Btrfs: Add a clear_cache mount option by Josef Bacik · 14 years ago
  18. 6737773 Btrfs: add support for mixed data+metadata block groups by Josef Bacik · 14 years ago
  19. dde5abe Btrfs: check cache->caching_ctl before returning if caching has started by Josef Bacik · 14 years ago
  20. 9d66e23 Btrfs: load free space cache if it exists by Josef Bacik · 14 years ago
  21. 0cb59c9 Btrfs: write out free space cache by Josef Bacik · 14 years ago
  22. 0af3d00 Btrfs: create special free space cache inode by Josef Bacik · 14 years ago
  23. e9bb7f1 Btrfs: remove warn_on from use_block_rsv by Josef Bacik · 14 years ago
  24. 3822793 Btrfs: set trans to null in reserve_metadata_bytes if we commit the transaction by Josef Bacik · 14 years ago
  25. 8bb8ab2 Btrfs: rework how we reserve metadata bytes by Josef Bacik · 14 years ago
  26. 14ed0ca Btrfs: don't allocate chunks as aggressively by Josef Bacik · 14 years ago
  27. 0019f10 Btrfs: re-work delalloc flushing by Josef Bacik · 14 years ago
  28. 6d48755 Btrfs: fix reservation code for mixed block groups by Josef Bacik · 14 years ago
  29. 89a5589 Btrfs: fix df regression by Josef Bacik · 14 years ago
  30. a1f7650 Btrfs: stop trying to shrink delalloc if there are no inodes to reclaim by Josef Bacik · 14 years ago
  31. b25b550 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  32. 3bf84a5 Btrfs: Fix BUG_ON for fs converted from extN by Yan, Zheng · 14 years ago
  33. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  34. 933b585 Btrfs: drop verbose enospc printk by Chris Mason · 14 years ago
  35. 3fd0a55 Btrfs: Metadata ENOSPC handling for balance by Yan, Zheng · 14 years ago
  36. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
  37. 8929ecfa Btrfs: Introduce global metadata reservation by Yan, Zheng · 14 years ago
  38. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
  39. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  40. f0486c6 Btrfs: Introduce contexts for metadata reservation by Yan, Zheng · 14 years ago
  41. 5da9d01 Btrfs: Shrink delay allocated space in a synchronized by Yan, Zheng · 14 years ago
  42. 424499d Btrfs: Kill allocate_wait in space_info by Yan, Zheng · 14 years ago
  43. b742bb8 Btrfs: Link block groups of different raid types by Yan, Zheng · 14 years ago
  44. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  45. d6cf853 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  46. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  47. ab6e2410 Btrfs: fix data enospc check overflow by Josef Bacik · 14 years ago
  48. b5cb160 Btrfs: fix small race with delalloc flushing waitqueue's by Josef Bacik · 14 years ago
  49. 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 14 years ago
  50. 1b1d1f6 Btrfs: fail to mount if we have problems reading the block groups by Josef Bacik · 14 years ago
  51. 90d2c51d Btrfs: add NULL check for do_walk_down() by Miao Xie · 14 years ago
  52. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  53. 2ac55d4 Btrfs: cache the extent state everywhere we possibly can V2 by Josef Bacik · 15 years ago
  54. 7a7965f Btrfs: Fix oopsen when dropping empty tree. by Yan, Zheng · 15 years ago
  55. 11dfe35 Btrfs: fix possible panic on unmount by Josef Bacik · 15 years ago
  56. 83d3c96 Btrfs: make metadata chunks smaller by Josef Bacik · 15 years ago
  57. 06b2331 Btrfs: don't add extent 0 to the free space cache v2 by Yan, Zheng · 15 years ago
  58. 86b9f2e Btrfs: Fix per root used space accounting by Yan, Zheng · 15 years ago
  59. 24bbcf0 Btrfs: Add delayed iput by Yan, Zheng · 15 years ago
  60. 8cef4e1 Btrfs: Avoid superfluous tree-log writeout by Yan, Zheng · 15 years ago
  61. aa021ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  62. 33b2580 Btrfs: allow more metadata chunk preallocation by Chris Mason · 15 years ago
  63. ccf0e72 Btrfs: find ideal block group for caching by Josef Bacik · 15 years ago
  64. dcbeb0b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  65. 444528b Btrfs: always pin metadata in discard mode by Chris Mason · 15 years ago
  66. 0634857 Btrfs: enable discard support by Christoph Hellwig · 15 years ago
  67. e244a0a Btrfs: add -o discard option by Christoph Hellwig · 15 years ago
  68. 474a503 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  69. 94fcca9 Btrfs: optimize back reference update during btrfs_drop_snapshot by Yan, Zheng · 15 years ago
  70. e3ccfa9 Btrfs: async delalloc flushing under space pressure by Josef Bacik · 15 years ago
  71. 32c00af Btrfs: release delalloc reservations on extent item insertion by Josef Bacik · 15 years ago
  72. 1cdda9b Btrfs: fix possible softlockup in the allocator by Josef Bacik · 15 years ago
  73. 25472b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus by Chris Mason · 15 years ago
  74. dd7e0b7 Btrfs: fix deadlock with free space handling and user transactions by Sage Weil · 15 years ago
  75. 9ed74f2 Btrfs: proper -ENOSPC handling by Josef Bacik · 15 years ago
  76. 54bcf38 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus by Chris Mason · 15 years ago
  77. 7ce618d Btrfs: fix early enospc during balancing by Chris Mason · 15 years ago
  78. 33b4d47 Btrfs: deal with NULL space info by Chris Mason · 15 years ago
  79. 1b2da37 Btrfs: account for space used by the super mirrors by Josef Bacik · 15 years ago
  80. f61408b Btrfs: remove dead code by Josef Bacik · 15 years ago
  81. 0a24325 Btrfs: don't keep retrying a block group if we fail to allocate a cluster by Josef Bacik · 15 years ago
  82. ba1bf48 Btrfs: make balance code choose more wisely when relocating by Josef Bacik · 15 years ago
  83. 76dda93 Btrfs: add snapshot/subvolume destroy ioctl by Yan, Zheng · 15 years ago
  84. 1c4850e Btrfs: speed up snapshot dropping by Yan, Zheng · 15 years ago
  85. 11833d6 Btrfs: improve async block group caching by Yan Zheng · 15 years ago
  86. 746cd1e block: use blkdev_issue_discard in blk_ioctl_discard by Christoph Hellwig · 15 years ago
  87. 890871b Btrfs: switch extent_map to a rw lock by Chris Mason · 15 years ago
  88. 013f1b1 Btrfs: make sure the async caching thread advances the key by Chris Mason · 15 years ago
  89. f36f304 Btrfs: be more polite in the async caching threads by Chris Mason · 15 years ago
  90. 276e680 Btrfs: preserve commit_root for async caching by Yan Zheng · 15 years ago
  91. f25784b Btrfs: Fix async caching interaction with unmount by Yan Zheng · 15 years ago
  92. 68b3855 Btrfs: change how we unpin extents by Josef Bacik · 15 years ago
  93. 283bb19 Btrfs: clear all space_info->full after removing a block group by Chris Mason · 15 years ago
  94. 817d52f Btrfs: async block group caching by Josef Bacik · 15 years ago
  95. 9630308 Btrfs: use hybrid extents+bitmap rb tree for free space by Josef Bacik · 15 years ago
  96. 4a8c9a6 Btrfs: make sure all dirty blocks are written at commit time by Yan Zheng · 15 years ago
  97. 68f5a38 Btrfs: fix error message formatting by Hu Tao · 15 years ago
  98. 2c47e605 Btrfs: update backrefs while dropping snapshot by Yan Zheng · 15 years ago
  99. 85d4198 Btrfs: check duplicate backrefs for both data and metadata by Yan Zheng · 15 years ago
  100. 163e783 Btrfs: remove crc32c.h and use libcrc32c directly. by David Woodhouse · 15 years ago