linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jinpu Wang <jinpu.wang@cloud.ionos.com>
To: linux-block <linux-block@vger.kernel.org>
Cc: Jens Axboe <axboe@kernel.dk>,
	Christoph Hellwig <hch@infradead.org>,
	Sagi Grimberg <sagi@grimberg.me>,
	Bart Van Assche <bvanassche@acm.org>,
	Danil Kipnis <danil.kipnis@cloud.ionos.com>
Subject: Re: [PATCH for-next 0/8] update for rnbd
Date: Fri, 4 Dec 2020 11:15:40 +0100	[thread overview]
Message-ID: <CAMGffE=Ff1RJcYNEfceG4EQX2-1gsuP=ZDcWeOhD+pZC4CXToQ@mail.gmail.com> (raw)
In-Reply-To: <20201126104723.150674-1-jinpu.wang@cloud.ionos.com>

On Thu, Nov 26, 2020 at 11:47 AM Jack Wang <jinpu.wang@cloud.ionos.com> wrote:
>
> Hi Jens,
>
> Please consider to include following changes to next merge window.

Hi Jens!

ping :)

Thanks!

>
> Bugfix:
> - fix memleak when kobject_init_and_add fails.
>
> features:
> - rnbd-clt to support mapping two devices with same name from
> different servers, and documentation
> - rnbd-srv: force_close devices from one client and documentation.
>
> misc:
> - rnbd-clt: make path parameter optional
> - rnbd-clt: dynamically alloc buffer to reduce memory footprint.
>
> Thanks!
> Jack Wang.
>
> Gioh Kim (2):
>   Documentation/ABI/rnbd-clt: fix typo in sysfs-class-rnbd-client
>   Documentation/ABI/rnbd-clt: session name is appended to the device
>     path
>
> Guoqing Jiang (2):
>   block/rnbd-clt: support mapping two devices with the same name from
>     different servers
>   block/rnbd: call kobject_put in the failure path
>
> Jack Wang (1):
>   Documentation/ABI/rnbd-srv: add document for force_close
>
> Lutz Pogrell (1):
>   block/rnbd-srv: close a mapped device from server side.
>
> Md Haris Iqbal (2):
>   block/rnbd-clt: Make path parameter optional for map_device
>   block/rnbd-clt: Dynamically alloc buffer for pathname &
>     blk_symlink_name
>
>  .../ABI/testing/sysfs-class-rnbd-client       |  8 +--
>  .../ABI/testing/sysfs-class-rnbd-server       |  8 +++
>  drivers/block/rnbd/rnbd-clt-sysfs.c           | 21 ++++--
>  drivers/block/rnbd/rnbd-clt.c                 | 33 +++++++---
>  drivers/block/rnbd/rnbd-clt.h                 |  4 +-
>  drivers/block/rnbd/rnbd-srv-sysfs.c           | 66 +++++++++++++++----
>  drivers/block/rnbd/rnbd-srv.c                 | 19 +++++-
>  drivers/block/rnbd/rnbd-srv.h                 |  4 +-
>  8 files changed, 129 insertions(+), 34 deletions(-)
>
> --
> 2.25.1
>

  parent reply	other threads:[~2020-12-04 10:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-26 10:47 [PATCH for-next 0/8] update for rnbd Jack Wang
2020-11-26 10:47 ` [PATCH for-next 1/8] block/rnbd-clt: Make path parameter optional for map_device Jack Wang
2020-11-26 10:47 ` [PATCH for-next 2/8] block/rnbd-clt: support mapping two devices with the same name from different servers Jack Wang
2020-11-26 10:47 ` [PATCH for-next 3/8] Documentation/ABI/rnbd-clt: fix typo in sysfs-class-rnbd-client Jack Wang
2020-11-26 10:47 ` [PATCH for-next 4/8] Documentation/ABI/rnbd-clt: session name is appended to the device path Jack Wang
2020-11-26 10:47 ` [PATCH for-next 5/8] block/rnbd-srv: close a mapped device from server side Jack Wang
2020-11-26 10:47 ` [PATCH for-next 6/8] Documentation/ABI/rnbd-srv: add document for force_close Jack Wang
2020-11-26 10:47 ` [PATCH for-next 7/8] block/rnbd: call kobject_put in the failure path Jack Wang
2020-11-26 10:47 ` [PATCH for-next 8/8] block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_name Jack Wang
2020-12-04 10:15 ` Jinpu Wang [this message]
2020-12-04 16:41 ` [PATCH for-next 0/8] update for rnbd 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='CAMGffE=Ff1RJcYNEfceG4EQX2-1gsuP=ZDcWeOhD+pZC4CXToQ@mail.gmail.com' \
    --to=jinpu.wang@cloud.ionos.com \
    --cc=axboe@kernel.dk \
    --cc=bvanassche@acm.org \
    --cc=danil.kipnis@cloud.ionos.com \
    --cc=hch@infradead.org \
    --cc=linux-block@vger.kernel.org \
    --cc=sagi@grimberg.me \
    /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 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).