linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] bcache fixes for Linux v5.13-rc6
@ 2021-06-07 12:50 Coly Li
  2021-06-07 12:50 ` [PATCH 1/2] bcache: remove bcache device self-defined readahead Coly Li
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Coly Li @ 2021-06-07 12:50 UTC (permalink / raw)
  To: axboe; +Cc: linux-bcache, linux-block, linux-kernel, hch, Coly Li

Hi Jens,

This series is important for recent reported bcache panic partially
triggered by recent bio changes since Linux v5.12.

Current fix is 5th version since the first effort, it might not be
perfect yet, but it survives from different workloads from Rolf,
Thorsten and me for more than 1 week in total.

Considering many people are waiting for a stable enough fix and it is
kind of such fix. Please take them for Linux v5.13-rc6.

Thank you in advance for taking care of them.

Coly Li
---
Series changelog:
v2, update with comments from Christoph Hellwig.
v1, initial submission for v5.13-rc6.
Coly Li (2):
  bcache: remove bcache device self-defined readahead
  bcache: avoid oversized read request in cache missing code path

 drivers/md/bcache/bcache.h  |  1 -
 drivers/md/bcache/request.c | 20 +++++++-------------
 drivers/md/bcache/stats.c   | 14 --------------
 drivers/md/bcache/stats.h   |  1 -
 drivers/md/bcache/sysfs.c   |  4 ----
 5 files changed, 7 insertions(+), 33 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-08 21:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 12:50 [PATCH v2 0/2] bcache fixes for Linux v5.13-rc6 Coly Li
2021-06-07 12:50 ` [PATCH 1/2] bcache: remove bcache device self-defined readahead Coly Li
2021-06-07 12:50 ` [PATCH 2/2] bcache: avoid oversized read request in cache missing code path Coly Li
2021-06-08 21:06 ` [PATCH v2 0/2] bcache fixes for Linux v5.13-rc6 Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).