1. bf78980 bcache: count backing device I/O error for writeback I/O by Coly Li · 7 years ago
  2. 27a40ab bcache: add backing_request_endio() for bi_end_io by Coly Li · 7 years ago
  3. 771f393 bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags by Coly Li · 7 years ago
  4. 3fd47bf bcache: stop dc->writeback_rate_update properly by Coly Li · 7 years ago
  5. fadd94e bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set by Coly Li · 7 years ago
  6. 804f3c6 bcache: fix cached_dev->count usage for bch_cache_set_error() by Coly Li · 7 years ago
  7. 7a5e3ec bcache: set writeback_rate_update_seconds in range [1, 60] seconds by Coly Li · 7 years ago
  8. 99361bb bcache: properly set task state in bch_writeback_thread() by Coly Li · 7 years ago
  9. 616486a bcache: fix writeback target calc on large devices by Michael Lyle · 7 years ago
  10. 5138ac6 bcache: fix misleading error message in bch_count_io_errors() by Coly Li · 7 years ago
  11. b1092c9 bcache: allow quick writeback when backing idle by Michael Lyle · 7 years ago
  12. 6e6ccc6 bcache: writeback: properly order backing device IO by Michael Lyle · 7 years ago
  13. 539d39e bcache: fix wrong return value in bch_debug_init() by Tang Junhui · 7 years ago
  14. 25d8be7 block: move bio_alloc_pages() to bcache by Ming Lei · 7 years ago
  15. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. a8500fc bcache: rearrange writeback main thread ratelimit by Michael Lyle · 7 years ago
  18. e41166c bcache: writeback rate shouldn't artifically clamp by Michael Lyle · 7 years ago
  19. ae82ddb bcache: smooth writeback rate control by Michael Lyle · 7 years ago
  20. 1d316e6 bcache: implement PI controller for writeback rate by Michael Lyle · 7 years ago
  21. 5fa89fb bcache: don't write back data if reading it failed by Michael Lyle · 7 years ago
  22. 175206c bcache: initialize dirty stripes in flash_dev_run() by Tang Junhui · 7 years ago
  23. 9baf309 bcache: fix for gc and write-back race by Tang Junhui · 7 years ago
  24. a839409 bcache: correct cache_dirty_target in __update_writeback_rate() by Tang Junhui · 7 years ago
  25. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  26. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  27. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  28. 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
  29. 491221f block: export bio_free_pages to other modules by Guoqing Jiang · 8 years ago
  30. ad0d9e7 bcache: use bio op accessors by Mike Christie · 9 years ago
  31. 7c87df9 bcache: bch_writeback_thread() is not freezable by Jiri Kosina · 9 years ago
  32. 627ccd2 bcache: Change refill_dirty() to always scan entire disk if necessary by Kent Overstreet · 9 years ago
  33. 749b61d bcache: remove driver private bio splitting code by Kent Overstreet · 11 years ago
  34. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 10 years ago
  35. 9e5c353 bcache: fix uninterruptible sleep in writeback thread by Slava Pestov · 11 years ago
  36. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  37. 16749c2 bcache: New writeback PD controller by Kent Overstreet · 11 years ago
  38. ce2b3f5 bcache: Use uninterruptible sleep in writeback by Kent Overstreet · 11 years ago
  39. f665c0f bcache: kthread don't set writeback task to INTERUPTIBLE by Stefan Priebe · 11 years ago
  40. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  41. c4d951d bcache: Fix sysfs splat on shutdown with flash only devs by Kent Overstreet · 11 years ago
  42. 48a915a bcache: Better full stripe scanning by Kent Overstreet · 11 years ago
  43. cc7b881 bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() by Kent Overstreet · 11 years ago
  44. 6054c6d bcache: Don't use op->insert_collision by Kent Overstreet · 11 years ago
  45. 1b207d8 bcache: Kill op->replace by Kent Overstreet · 11 years ago
  46. b54d693 bcache: Kill op->cl by Kent Overstreet · 11 years ago
  47. c18536a bcache: Prune struct btree_op by Kent Overstreet · 11 years ago
  48. 48dad8b bcache: Add btree_map() functions by Kent Overstreet · 11 years ago
  49. 5e6926da bcache: Convert writeback to a kthread by Kent Overstreet · 11 years ago
  50. 0b93207 bcache: Move keylist out of btree_op by Kent Overstreet · 11 years ago
  51. 4f3d401 bcache: Add explicit keylist arg to btree_insert() by Kent Overstreet · 11 years ago
  52. 2d679fc bcache: Stripe size isn't necessarily a power of two by Kent Overstreet · 11 years ago
  53. 79e3dab bcache: Fix a dumb CPU spinning bug in writeback by Kent Overstreet · 11 years ago
  54. c2a4f31 bcache: Fix a writeback performance regression by Kent Overstreet · 11 years ago
  55. 8e51e41 bcache: Use standard utility code by Kent Overstreet · 12 years ago
  56. 72c2706 bcache: Write out full stripes by Kent Overstreet · 12 years ago
  57. 279afba bcache: Track dirty data by stripe by Kent Overstreet · 12 years ago
  58. 444fc0b bcache: Initialize sectors_dirty when attaching by Kent Overstreet · 12 years ago
  59. c37511b bcache: Fix/revamp tracepoints by Kent Overstreet · 12 years ago
  60. f59fce8 bcache: Fix error handling in init code by Kent Overstreet · 12 years ago
  61. 169ef1c bcache: Don't export utility code, prefix with bch_ by Kent Overstreet · 12 years ago
  62. cafe563 bcache: A block layer cache by Kent Overstreet · 12 years ago