1. 0d5da31 bcache: fix for data collapse after re-attaching an attached device by Tang Junhui · 6 years ago
  2. d26dcc0 bcache: fix for allocator and register thread race by Tang Junhui · 6 years ago
  3. d046bb9 bcache: stop writeback thread after detaching by Tang Junhui · 6 years ago
  4. d4f8094 bcache: don't attach backing with duplicate UUID by Michael Lyle · 6 years ago
  5. 35d9c9e bcache: fix crashes in duplicate cache device register by Tang Junhui · 6 years ago
  6. c2a0531 bcache: explicitly destroy mutex while exiting by Liang Chen · 7 years ago
  7. 57aa1a69 bcache: fix for gc and write-back race by Tang Junhui · 7 years ago
  8. c234e0e bcache: Fix leak of bdev reference by Jan Kara · 7 years ago
  9. 2a9b557 bcache: initialize dirty stripes in flash_dev_run() by Tang Junhui · 7 years ago
  10. 8629aed bcache: Make gc wakeup sane, remove set_task_state() by Kent Overstreet · 8 years ago
  11. 9070609 bcache: pr_err: more meaningful error message when nr_stripes is invalid by Eric Wheeler · 8 years ago
  12. acc9cf8 bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two. by Kent Overstreet · 8 years ago
  13. d9dc170 bcache: register_bcache(): call blkdev_put() when cache_alloc() fails by Eric Wheeler · 8 years ago
  14. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  15. 89b920e bcache: Remove redundant block_size assignment by Yijing Wang · 8 years ago
  16. c50d4d5 bcache: Remove redundant parameter for cache_alloc() by Yijing Wang · 8 years ago
  17. 81baf90 bcache: Remove deprecated create_workqueue by Bhaktipriya Shridhar · 8 years ago
  18. ad0d9e7 bcache: use bio op accessors by Mike Christie · 8 years ago
  19. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  20. 84b4ff9 bcache: switch to using blk_queue_write_cache() by Jens Axboe · 8 years ago
  21. f8b1126 bcache: fix cache_set_flush() NULL pointer dereference on OOM by Eric Wheeler · 8 years ago
  22. 9b29972 bcache: cleaned up error handling around register_cache() by Eric Wheeler · 8 years ago
  23. 07cc6ef8 bcache: fix race of writeback thread starting before complete initialization by Eric Wheeler · 8 years ago
  24. d7076f2 bcache: allows use of register in udev to avoid "device_busy" error. by Gabriel de Perthuis · 9 years ago
  25. 2ecf0cd bcache: unregister reboot notifier if bcache fails to unregister device by Zheng Liu · 9 years ago
  26. 4d4d857 bcache: fix a leak in bch_cached_dev_run() by Al Viro · 9 years ago
  27. fecaee6 bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device by Zheng Liu · 9 years ago
  28. 749b61d bcache: remove driver private bio splitting code by Kent Overstreet · 11 years ago
  29. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  30. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  31. 958b433 bcache: use kvfree() in various places by Pekka Enberg · 9 years ago
  32. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  33. 0781c87 bcache: Drop unneeded blk_sync_queue() calls by Kent Overstreet · 10 years ago
  34. 789d21d bcache: add mutex lock for bch_is_open by Jianjian Huo · 10 years ago
  35. 2452cc8 bcache: try to set b->parent properly by Slava Pestov · 10 years ago
  36. c9a7833 bcache: fix memory corruption in init error path by Slava Pestov · 10 years ago
  37. bf0c55c bcache: fix crash with incomplete cache set by Slava Pestov · 10 years ago
  38. d83353b bcache: Fix more early shutdown bugs by Kent Overstreet · 10 years ago
  39. 9e5c353 bcache: fix uninterruptible sleep in writeback thread by Slava Pestov · 10 years ago
  40. c5aa4a3 bcache: wait for buckets when allocating new btree root by Slava Pestov · 10 years ago
  41. a664d0f bcache: fix crash on shutdown in passthrough mode by Slava Pestov · 10 years ago
  42. e511220 bcache: fix lockdep warnings on shutdown by Slava Pestov · 10 years ago
  43. 5b1016e bcache: Fix a bug when detaching by Kent Overstreet · 10 years ago
  44. 3a2fd9d bcache: Kill bucket->gc_gen by Kent Overstreet · 10 years ago
  45. 2531d9ee bcache: Kill unused freelist by Kent Overstreet · 10 years ago
  46. 0a63b66 bcache: Rework btree cache reserve handling by Kent Overstreet · 10 years ago
  47. 56b3077 bcache: Kill btree_io_wq by Kent Overstreet · 10 years ago
  48. 2a28568 bcache: btree locking rework by Kent Overstreet · 10 years ago
  49. da415a0 bcache: Fix moving_gc deadlocking with a foreground write by Nicholas Swenson · 10 years ago
  50. 90db691 bcache: Fix discard granularity by Kent Overstreet · 10 years ago
  51. 4fa0340 bcache: Fix a lockdep splat in an error path by Kent Overstreet · 10 years ago
  52. dabb443 bcache: Fix a shutdown bug by Kent Overstreet · 10 years ago
  53. dc9d98d bcache: Convert debug code to btree_keys by Kent Overstreet · 11 years ago
  54. 65d4523 bcache: Abstract out stuff needed for sorting by Kent Overstreet · 10 years ago
  55. ee81128 bcache: Rename/shuffle various code around by Kent Overstreet · 11 years ago
  56. 67539e8 bcache: Add struct bset_sort_state by Kent Overstreet · 11 years ago
  57. 0a45114 bcache: Use a mempool for mergesort temporary space by Kent Overstreet · 11 years ago
  58. 5c41c8a bcache: Trivial error handling fix by Kent Overstreet · 11 years ago
  59. c78afc6 bcache/md: Use raid stripe size by Kent Overstreet · 11 years ago
  60. 7836541 bcache: Rework allocator reserves by Kent Overstreet · 11 years ago
  61. cb7a583 bcache: kill closure locking usage by Kent Overstreet · 11 years ago
  62. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 10 years ago
  63. 9eb8ebe bcache: Fix for can_attach_cache() by Nicholas Swenson · 11 years ago
  64. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  65. ed9c47b bcache: Kill unaligned bvec hack by Kent Overstreet · 11 years ago
  66. c869494 bcache: defensively handle format strings by Kees Cook · 11 years ago
  67. 28935ab bcache: Use ida for bcache block dev minor by Kent Overstreet · 11 years ago
  68. c4d951d bcache: Fix sysfs splat on shutdown with flash only devs by Kent Overstreet · 11 years ago
  69. 48a915a bcache: Better full stripe scanning by Kent Overstreet · 11 years ago
  70. 65d22e9 bcache: Move spinlock into struct time_stats by Kent Overstreet · 11 years ago
  71. 8aee122 bcache: Kill sequential_merge option by Kent Overstreet · 11 years ago
  72. bc9389e bcache: Avoid deadlocking in garbage collection by Kent Overstreet · 11 years ago
  73. d5cc66e bcache: bch_(btree|extent)_ptr_invalid() by Kent Overstreet · 11 years ago
  74. 3a3b6a4 bcache: Don't bother with bucket refcount for btree node allocations by Kent Overstreet · 11 years ago
  75. 81ab419 bcache: Pull on disk data structures out into a separate header by Kent Overstreet · 11 years ago
  76. c18536a bcache: Prune struct btree_op by Kent Overstreet · 11 years ago
  77. 5e6926d bcache: Convert writeback to a kthread by Kent Overstreet · 11 years ago
  78. 72a4451 bcache: Convert gc to a kthread by Kent Overstreet · 11 years ago
  79. 35fcd84 bcache: Convert bucket_wait to wait_queue_head_t by Kent Overstreet · 11 years ago
  80. e8e1d46 bcache: Convert try_wait to wait_queue_head_t by Kent Overstreet · 11 years ago
  81. 2d679fc bcache: Stripe size isn't necessarily a power of two by Kent Overstreet · 11 years ago
  82. 77c320e bcache: Add on error panic/unregister setting by Kent Overstreet · 11 years ago
  83. 49b1212 bcache: Use blkdev_issue_discard() by Kent Overstreet · 11 years ago
  84. 79826c3 bcache: Allocation kthread fixes by Kent Overstreet · 11 years ago
  85. 5caa52a bcache: Shutdown fix by Kent Overstreet · 11 years ago
  86. c9502ea bcache: Fix a sysfs splat on shutdown by Kent Overstreet · 11 years ago
  87. 54d12f2 bcache: Advertise that flushes are supported by Kent Overstreet · 11 years ago
  88. ab9e140 bcache: Send label uevents by Gabriel de Perthuis · 11 years ago
  89. a25c32b bcache: Send a uevent with a cached device's UUID by Gabriel de Perthuis · 11 years ago
  90. 279afba bcache: Track dirty data by stripe by Kent Overstreet · 11 years ago
  91. 444fc0b bcache: Initialize sectors_dirty when attaching by Kent Overstreet · 11 years ago
  92. 6ded34d bcache: Improve lazy sorting by Kent Overstreet · 11 years ago
  93. 85b1492 bcache: Rip out pkey()/pbtree() by Kent Overstreet · 11 years ago
  94. c37511b bcache: Fix/revamp tracepoints by Kent Overstreet · 11 years ago
  95. 5794351 bcache: Refactor btree io by Kent Overstreet · 11 years ago
  96. 119ba0f bcache: Convert allocator thread to kthread by Kent Overstreet · 11 years ago
  97. a9dd53a bcache: Warn when a device is already registered. by Gabriel de Perthuis · 11 years ago
  98. f59fce8 bcache: Fix error handling in init code by Kent Overstreet · 11 years ago
  99. 867e116 bcache: Fix incompatible pointer type warning by Emil Goode · 11 years ago
  100. ee66850 bcache: Use bd_link_disk_holder() by Kent Overstreet · 11 years ago