All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] bcache device failure handling fixes for 4.17-rc4
@ 2018-05-02 14:46 Coly Li
  2018-05-02 14:46 ` [PATCH 1/6] bcache: store disk name in struct cache and struct cached_dev Coly Li
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Coly Li @ 2018-05-02 14:46 UTC (permalink / raw)
  To: linux-bcache, axboe; +Cc: linux-block, Coly Li

Hi Jens,

I receive bug reports from partners for the bcache cache device failure
handling patch set (which is just merged into 4.17-rc1). Fortunately we
are still in 4.17 merge window, I suggest to have these fixes to go into
4.17 merge window too.

These patches have non peer reviewer so far, Tang Junhui is not able to
be available temporarily, and no other active code review since last
patch set post. In order to have these patches go into linux-4.17 in time,
I have to send these patches only with my Signed-off-by.

The patches are well commented IMHO and pass my own regression tests. 
Thanks for your help in advance.

Coly Li
---
Coly Li (6):
  bcache: store disk name in struct cache and struct cached_dev
  bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()
  bcache: count backing device I/O error for writeback I/O
  bcache: add wait_for_kthread_stop() in bch_allocator_thread()
  bcache: set dc->io_disable to true in conditional_stop_bcache_device()
  bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set

 drivers/md/bcache/alloc.c     |  5 ++-
 drivers/md/bcache/bcache.h    |  4 +++
 drivers/md/bcache/debug.c     |  3 +-
 drivers/md/bcache/io.c        |  8 ++---
 drivers/md/bcache/request.c   |  5 +--
 drivers/md/bcache/super.c     | 75 ++++++++++++++++++++++++++++++-------------
 drivers/md/bcache/writeback.c |  4 ++-
 7 files changed, 68 insertions(+), 36 deletions(-)

-- 
2.16.3

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH 0/6] bcache fixes for device failure handling
@ 2018-04-24 12:14 Coly Li
  2018-04-24 12:14 ` [PATCH 3/6] bcache: count backing device I/O error for writeback I/O Coly Li
  0 siblings, 1 reply; 15+ messages in thread
From: Coly Li @ 2018-04-24 12:14 UTC (permalink / raw)
  To: linux-bcache; +Cc: linux-block, Coly Li

Hi folks,

I receive bug reports from partners for the bcache cache device failure
handling patch set (which is just merged into 4.17). Fortunately we are
still in 4.17 merge window, so I ask helps for offering code review
before I ask Jens to pick these fixes for 4.17-rc3.

The patches are well commneted IMHO and passes regression test by myself.
Thanks for your help in advance.

Coly Li

---
Coly Li (6):
  bcache: store disk name in struct cache and struct cached_dev
  bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()
  bcache: count backing device I/O error for writeback I/O
  bcache: add wait_for_kthread_stop() in bch_allocator_thread()
  bcache: set dc->io_disable to true in conditional_stop_bcache_device()
  bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set

 drivers/md/bcache/alloc.c     |  1 +
 drivers/md/bcache/bcache.h    |  4 +++
 drivers/md/bcache/debug.c     |  3 +-
 drivers/md/bcache/io.c        |  8 ++---
 drivers/md/bcache/request.c   |  5 +--
 drivers/md/bcache/super.c     | 73 ++++++++++++++++++++++++++++++-------------
 drivers/md/bcache/writeback.c |  4 ++-
 7 files changed, 64 insertions(+), 34 deletions(-)

-- 
2.16.2

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

end of thread, other threads:[~2018-05-03  5:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-02 14:46 [PATCH v2 0/6] bcache device failure handling fixes for 4.17-rc4 Coly Li
2018-05-02 14:46 ` [PATCH 1/6] bcache: store disk name in struct cache and struct cached_dev Coly Li
2018-05-03  5:51   ` Hannes Reinecke
2018-05-02 14:46 ` [PATCH 2/6] bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error() Coly Li
2018-05-03  5:53   ` Hannes Reinecke
2018-05-02 14:46 ` [PATCH 3/6] bcache: count backing device I/O error for writeback I/O Coly Li
2018-05-03  5:53   ` Hannes Reinecke
2018-05-02 14:46 ` [PATCH 4/6] bcache: add wait_for_kthread_stop() in bch_allocator_thread() Coly Li
2018-05-03  5:54   ` Hannes Reinecke
2018-05-02 14:46 ` [PATCH 5/6] bcache: set dc->io_disable to true in conditional_stop_bcache_device() Coly Li
2018-05-03  5:55   ` Hannes Reinecke
2018-05-02 14:46 ` [PATCH 6/6] bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set Coly Li
2018-05-02 15:01   ` Coly Li
2018-05-03  5:56   ` Hannes Reinecke
  -- strict thread matches above, loose matches on Subject: below --
2018-04-24 12:14 [PATCH 0/6] bcache fixes for device failure handling Coly Li
2018-04-24 12:14 ` [PATCH 3/6] bcache: count backing device I/O error for writeback I/O Coly Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.