1. b0f32a5 bcache: Minor btree cache fix by Kent Overstreet · 11 years ago
  2. 5775e21 bcache: Performance fix for when journal entry is full by Kent Overstreet · 11 years ago
  3. b3fa7e7 bcache: Minor journal fix by Kent Overstreet · 11 years ago
  4. ef71ec0 bcache: Data corruption fix by Kent Overstreet · 11 years ago
  5. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  6. 16749c2 bcache: New writeback PD controller by Kent Overstreet · 11 years ago
  7. 6d3d1a9 bcache: bugfix for race between moving_gc and bucket_invalidate by Kent Overstreet · 11 years ago
  8. bf0a628 bcache: fix for gc and writeback race by Nicholas Swenson · 11 years ago
  9. 981aa8c bcache: bugfix - moving_gc now moves only correct buckets by Nicholas Swenson · 11 years ago
  10. bee63f4 bcache: fix for gc crashing when no sectors are used by Nicholas Swenson · 11 years ago
  11. 97d11a6 bcache: Fix heap_peek() macro by Nicholas Swenson · 11 years ago
  12. 9eb8ebe bcache: Fix for can_attach_cache() by Nicholas Swenson · 11 years ago
  13. d24a6e1 bcache: Fix dirty_data accounting by Kent Overstreet · 11 years ago
  14. ce2b3f5 bcache: Use uninterruptible sleep in writeback by Kent Overstreet · 11 years ago
  15. f665c0f bcache: kthread don't set writeback task to INTERUPTIBLE by Stefan Priebe · 11 years ago
  16. 08239ca bcache: fix sparse non static symbol warning by Wei Yongjun · 11 years ago
  17. 20d0189 block: Introduce new bio_split() by Kent Overstreet · 11 years ago
  18. 196d38b block: Generic bio chaining by Kent Overstreet · 11 years ago
  19. e90abc8 block: Remove bi_idx hacks by Kent Overstreet · 11 years ago
  20. 59d276f block: Add bio_clone_fast() by Kent Overstreet · 11 years ago
  21. 458b76e block: Kill bio_segments()/bi_vcnt usage by Kent Overstreet · 11 years ago
  22. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  23. a4ad39b1 block: Convert bio_iovec() to bvec_iter by Kent Overstreet · 11 years ago
  24. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  25. ed9c47b bcache: Kill unaligned bvec hack by Kent Overstreet · 11 years ago
  26. c869494 bcache: defensively handle format strings by Kees Cook · 11 years ago
  27. 5ceaaad bcache: Bypass torture test by Kent Overstreet · 11 years ago
  28. 098fb25 bcache: Delete some slower inline asm by Kent Overstreet · 11 years ago
  29. 28935ab bcache: Use ida for bcache block dev minor by Kent Overstreet · 11 years ago
  30. c4d951d bcache: Fix sysfs splat on shutdown with flash only devs by Kent Overstreet · 11 years ago
  31. 48a915a bcache: Better full stripe scanning by Kent Overstreet · 11 years ago
  32. 17e21a9 bcache: Have btree_split() insert into parent directly by Kent Overstreet · 11 years ago
  33. 65d22e9 bcache: Move spinlock into struct time_stats by Kent Overstreet · 11 years ago
  34. 8aee122 bcache: Kill sequential_merge option by Kent Overstreet · 11 years ago
  35. 5031016 bcache: Kill bch_next_recurse_key() by Kent Overstreet · 11 years ago
  36. bc9389e bcache: Avoid deadlocking in garbage collection by Kent Overstreet · 11 years ago
  37. a1f0358 bcache: Incremental gc by Kent Overstreet · 11 years ago
  38. 8835c12 bcache: Add make_btree_freeing_key() by Kent Overstreet · 11 years ago
  39. f269af5 bcache: Add btree_node_write_sync() by Kent Overstreet · 11 years ago
  40. 0eacac2 bcache: PRECEDING_KEY() by Kent Overstreet · 11 years ago
  41. d5cc66e bcache: bch_(btree|extent)_ptr_invalid() by Kent Overstreet · 11 years ago
  42. 3a3b6a4 bcache: Don't bother with bucket refcount for btree node allocations by Kent Overstreet · 11 years ago
  43. 280481d bcache: Debug code improvements by Kent Overstreet · 11 years ago
  44. e58ff15 bcache: Fix bch_ptr_bad() by Kent Overstreet · 11 years ago
  45. 81ab419 bcache: Pull on disk data structures out into a separate header by Kent Overstreet · 11 years ago
  46. 2599b53 bcache: Move sector allocator to alloc.c by Kent Overstreet · 11 years ago
  47. 220bb38 bcache: Break up struct search by Kent Overstreet · 11 years ago
  48. cc7b881 bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() by Kent Overstreet · 11 years ago
  49. 6054c6d bcache: Don't use op->insert_collision by Kent Overstreet · 11 years ago
  50. 1b207d8 bcache: Kill op->replace by Kent Overstreet · 11 years ago
  51. faadf0c bcache: Drop some closure stuff by Kent Overstreet · 11 years ago
  52. b54d693 bcache: Kill op->cl by Kent Overstreet · 11 years ago
  53. c18536a bcache: Prune struct btree_op by Kent Overstreet · 11 years ago
  54. cc23196 bcache: Clean up cache_lookup_fn by Kent Overstreet · 11 years ago
  55. 2c1953e bcache: Convert bch_btree_read_async() to bch_btree_map_keys() by Kent Overstreet · 11 years ago
  56. df8e897 bcache: Move some stuff to btree.c by Kent Overstreet · 11 years ago
  57. 48dad8b bcache: Add btree_map() functions by Kent Overstreet · 11 years ago
  58. 5e6926d bcache: Convert writeback to a kthread by Kent Overstreet · 11 years ago
  59. 72a4451 bcache: Convert gc to a kthread by Kent Overstreet · 11 years ago
  60. 35fcd84 bcache: Convert bucket_wait to wait_queue_head_t by Kent Overstreet · 11 years ago
  61. e8e1d46 bcache: Convert try_wait to wait_queue_head_t by Kent Overstreet · 11 years ago
  62. 0b93207 bcache: Move keylist out of btree_op by Kent Overstreet · 11 years ago
  63. a34a8bf bcache: Refactor journalling flow control by Kent Overstreet · 11 years ago
  64. cdd972b bcache: Refactor read request code a bit by Kent Overstreet · 11 years ago
  65. 84f0db0 bcache: Refactor request_write() by Kent Overstreet · 11 years ago
  66. c2f95ae bcache: Clean up keylist code by Kent Overstreet · 11 years ago
  67. 4f3d401 bcache: Add explicit keylist arg to btree_insert() by Kent Overstreet · 11 years ago
  68. e7c590e bcache: Convert btree_insert_check_key() to btree_insert_node() by Kent Overstreet · 11 years ago
  69. 403b6cd bcache: Insert multiple keys at a time by Kent Overstreet · 11 years ago
  70. 26c949f bcache: Add btree_insert_node() by Kent Overstreet · 11 years ago
  71. d6fd3b1 bcache: Explicitly track btree node's parent by Kent Overstreet · 11 years ago
  72. 8304ad4 bcache: Remove unnecessary check in should_split() by Kent Overstreet · 11 years ago
  73. 2d679fc bcache: Stripe size isn't necessarily a power of two by Kent Overstreet · 11 years ago
  74. 77c320e bcache: Add on error panic/unregister setting by Kent Overstreet · 11 years ago
  75. 49b1212 bcache: Use blkdev_issue_discard() by Kent Overstreet · 11 years ago
  76. dd9ec84 bcache: Fix a lockdep splat by Kent Overstreet · 11 years ago
  77. 7857d5d4 bcache: Fix a journalling performance bug by Kent Overstreet · 11 years ago
  78. 1fa8455 bcache: Fix dirty_data accounting by Kent Overstreet · 11 years ago
  79. d4eddd4 bcache: Fixed incorrect order of arguments to bio_alloc_bioset() by Kent Overstreet · 11 years ago
  80. 2fe80d3 bcache: Fix a null ptr deref regression by Kent Overstreet · 11 years ago
  81. c0f04d8 bcache: Fix flushes in writeback mode by Kent Overstreet · 11 years ago
  82. 8478643 bcache: Fix for handling overlapping extents when reading in a btree node by Kent Overstreet · 11 years ago
  83. a698e08 bcache: Fix a shrinker deadlock by Kent Overstreet · 11 years ago
  84. 79e3dab bcache: Fix a dumb CPU spinning bug in writeback by Kent Overstreet · 11 years ago
  85. 1394d67 bcache: Fix a flush/fua performance bug by Kent Overstreet · 11 years ago
  86. c2a4f31 bcache: Fix a writeback performance regression by Kent Overstreet · 11 years ago
  87. 61cbd25 bcache: Correct printf()-style format length modifier by Geert Uytterhoeven · 11 years ago
  88. c426c4f bcache: Fix for when no journal entries are found by Kent Overstreet · 11 years ago
  89. aee6f1c bcache: Strip endline when writing the label through sysfs by Gabriel de Perthuis · 11 years ago
  90. 6d9d21e bcache: Fix a dumb journal discard bug by Kent Overstreet · 11 years ago
  91. 7dc19d5 drivers: convert shrinkers to new count/scan API by Dave Chinner · 11 years ago
  92. d4c90b1 Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  93. 79826c3 bcache: Allocation kthread fixes by Kent Overstreet · 11 years ago
  94. 29ebf46 bcache: Fix GC_SECTORS_USED() calculation by Kent Overstreet · 11 years ago
  95. faa5673 bcache: Journal replay fix by Kent Overstreet · 11 years ago
  96. 5caa52a bcache: Shutdown fix by Kent Overstreet · 11 years ago
  97. c9502ea bcache: Fix a sysfs splat on shutdown by Kent Overstreet · 11 years ago
  98. 54d12f2 bcache: Advertise that flushes are supported by Kent Overstreet · 11 years ago
  99. d2a65ce bcache: check for allocation failures by Dan Carpenter · 11 years ago
  100. 6aa8f1a bcache: Fix a dumb race by Kent Overstreet · 11 years ago