All of lore.kernel.org
 help / color / mirror / Atom feed
From: Coly Li <colyli@suse.de>
To: linux-bcache@vger.kernel.org
Cc: linux-block@vger.kernel.org, Coly Li <colyli@suse.de>
Subject: [PATCH v2 0/4] bcache patches for 4.18
Date: Mon, 28 May 2018 15:37:40 +0800	[thread overview]
Message-ID: <20180528073744.71258-1-colyli@suse.de> (raw)

Hi Jens,

Here are the first wave bcache patches for linux v4.18, not too much
changes.

- Andy Shevchenko contributes several clean up patches for bcache.
- A reviewed patch from me, about the bcache device failure improvement
  series.

There are still some patches waiting for peer review. Once they get
reviewed and it is still in good timing, I will submit them in next waves.

Thanks in advance.

Coly Li 
---
Andy Shevchenko (3):
  bcache: Move couple of string arrays to sysfs.c
  bcache: Move couple of functions to sysfs.c
  bcache: Replace bch_read_string_list() by __sysfs_match_string()

Coly Li (1):
  bcache: stop bcache device when backing device is offline

 drivers/md/bcache/bcache.h |  4 +--
 drivers/md/bcache/super.c  | 71 ++++++++++++++++++++++++++++----------
 drivers/md/bcache/sysfs.c  | 51 ++++++++++++++++++++-------
 drivers/md/bcache/util.c   | 35 -------------------
 drivers/md/bcache/util.h   |  5 ---
 5 files changed, 94 insertions(+), 72 deletions(-)

-- 
2.17.0

             reply	other threads:[~2018-05-28 15:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-28  7:37 Coly Li [this message]
2018-05-28  7:37 ` [PATCH 1/4] bcache: stop bcache device when backing device is offline Coly Li
2018-05-28  7:37 ` [PATCH 2/4] bcache: Move couple of string arrays to sysfs.c Coly Li
2018-05-29  6:44   ` Hannes Reinecke
2018-05-28  7:37 ` [PATCH 3/4] bcache: Move couple of functions " Coly Li
2018-05-29  6:45   ` Hannes Reinecke
2018-05-28  7:37 ` [PATCH 4/4] bcache: Replace bch_read_string_list() by __sysfs_match_string() Coly Li
2018-05-29  6:45   ` Hannes Reinecke
2018-05-28 20:54 ` [PATCH v2 0/4] bcache patches for 4.18 Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180528073744.71258-1-colyli@suse.de \
    --to=colyli@suse.de \
    --cc=linux-bcache@vger.kernel.org \
    --cc=linux-block@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.