mbox series

[v2,0/2] bcache fixes for Linux v5.13-rc6

Message ID 20210607125052.21277-1-colyli@suse.de (mailing list archive)
Headers show
Series bcache fixes for Linux v5.13-rc6 | expand

Message

Coly Li June 7, 2021, 12:50 p.m. UTC
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(-)

Comments

Jens Axboe June 8, 2021, 9:06 p.m. UTC | #1
On 6/7/21 6:50 AM, Coly Li wrote:
> 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.

Applied, thanks.