All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Changqi Lu <luchangqi.123@bytedance.com>
Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, kwolf@redhat.com,
	hreitz@redhat.com, fam@euphon.net, ronniesahlberg@gmail.com,
	pbonzini@redhat.com, pl@dlhnet.de, kbusch@kernel.org,
	its@irrelevant.dk, foss@defmacro.it, philmd@linaro.org,
	pizhenwei@bytedance.com
Subject: Re: [PATCH v6 01/10] block: add persistent reservation in/out api
Date: Wed, 26 Jun 2024 16:05:51 -0400	[thread overview]
Message-ID: <20240626200551.GA2529519@fedora.redhat.com> (raw)
In-Reply-To: <20240613071327.2498953-2-luchangqi.123@bytedance.com>

[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]

On Thu, Jun 13, 2024 at 03:13:18PM +0800, Changqi Lu wrote:
> Add persistent reservation in/out operations
> at the block level. The following operations
> are included:
> 
> - read_keys:        retrieves the list of registered keys.
> - read_reservation: retrieves the current reservation status.
> - register:         registers a new reservation key.
> - reserve:          initiates a reservation for a specific key.
> - release:          releases a reservation for a specific key.
> - clear:            clears all existing reservations.
> - preempt:          preempts a reservation held by another key.
> 
> Signed-off-by: Changqi Lu <luchangqi.123@bytedance.com>
> Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
> ---
>  block/block-backend.c             | 403 ++++++++++++++++++++++++++++++
>  block/io.c                        | 163 ++++++++++++
>  include/block/block-common.h      |  40 +++
>  include/block/block-io.h          |  20 ++
>  include/block/block_int-common.h  |  84 +++++++
>  include/sysemu/block-backend-io.h |  24 ++
>  6 files changed, 734 insertions(+)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2024-06-26 20:07 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-13  7:13 [PATCH v6 00/10] Support persistent reservation operations Changqi Lu
2024-06-13  7:13 ` [PATCH v6 01/10] block: add persistent reservation in/out api Changqi Lu
2024-06-26 20:05   ` Stefan Hajnoczi [this message]
2024-06-13  7:13 ` [PATCH v6 02/10] block/raw: add persistent reservation in/out driver Changqi Lu
2024-06-26 20:46   ` Stefan Hajnoczi
2024-06-13  7:13 ` [PATCH v6 03/10] scsi/constant: add persistent reservation in/out protocol constants Changqi Lu
2024-06-26 20:53   ` Stefan Hajnoczi
2024-06-13  7:13 ` [PATCH v6 04/10] scsi/util: add helper functions for persistent reservation types conversion Changqi Lu
2024-06-26 20:55   ` Stefan Hajnoczi
2024-06-13  7:13 ` [PATCH v6 05/10] hw/scsi: add persistent reservation in/out api for scsi device Changqi Lu
2024-07-04 16:46   ` Stefan Hajnoczi
2024-07-04 18:28   ` Stefan Hajnoczi
2024-06-13  7:13 ` [PATCH v6 06/10] block/nvme: add reservation command protocol constants Changqi Lu
2024-07-04 17:51   ` Stefan Hajnoczi
2024-06-13  7:13 ` [PATCH v6 07/10] hw/nvme: add helper functions for converting reservation types Changqi Lu
2024-06-13  7:13 ` [PATCH v6 08/10] hw/nvme: enable ONCS and rescap function Changqi Lu
2024-07-04 18:20   ` Stefan Hajnoczi
2024-07-05 10:22     ` Stefan Hajnoczi
2024-06-13  7:13 ` [PATCH v6 09/10] hw/nvme: add reservation protocal command Changqi Lu
2024-07-04 18:31   ` Stefan Hajnoczi
2024-06-13  7:13 ` [PATCH v6 10/10] block/iscsi: add persistent reservation in/out driver Changqi Lu
2024-07-04 19:24   ` Stefan Hajnoczi
2024-06-19  2:49 ` PING: [PATCH v6 00/10] Support persistent reservation operations 卢长奇
     [not found] ` <3c9b7bb9-cb69-49c4-b7cf-5503baeee09d@bytedance.com>
2024-06-26 11:39   ` 卢长奇
2024-06-27  2:54 ` 卢长奇
     [not found] ` <8e6a16e7-21df-40ec-93d7-1b41fd0f50a4@bytedance.com>
2024-07-04  3:27   ` 卢长奇

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=20240626200551.GA2529519@fedora.redhat.com \
    --to=stefanha@redhat.com \
    --cc=fam@euphon.net \
    --cc=foss@defmacro.it \
    --cc=hreitz@redhat.com \
    --cc=its@irrelevant.dk \
    --cc=kbusch@kernel.org \
    --cc=kwolf@redhat.com \
    --cc=luchangqi.123@bytedance.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=pizhenwei@bytedance.com \
    --cc=pl@dlhnet.de \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=ronniesahlberg@gmail.com \
    /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.