[PATCH 0/2] xen/blkback: support delete-on-close block devices

Demi Marie Obenour posted 2 patches 10 months, 4 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
drivers/block/xen-blkback/xenbus.c | 147 ++++++++++++++++++++++++-----
1 file changed, 124 insertions(+), 23 deletions(-)
[PATCH 0/2] xen/blkback: support delete-on-close block devices
Posted by Demi Marie Obenour 10 months, 4 weeks ago
These two patches allow userspace to provide an expected diskseq of a
block device and discover when blkback has opened the device.  Together,
these features allow using blkback with delete-on-close block devices,
such as loop devices with autoclear set.

Demi Marie Obenour (2):
  xen-blkback: Implement diskseq checks
  xen-blkback: Inform userspace that device has been opened

 drivers/block/xen-blkback/xenbus.c | 147 ++++++++++++++++++++++++-----
 1 file changed, 124 insertions(+), 23 deletions(-)

-- 
Sincerely,
Demi Marie Obenour (she/her/hers)
Invisible Things Lab
Re: [PATCH 0/2] xen/blkback: support delete-on-close block devices
Posted by Roger Pau Monné 10 months, 3 weeks ago
On Thu, Jun 01, 2023 at 05:48:21PM -0400, Demi Marie Obenour wrote:
> These two patches allow userspace to provide an expected diskseq of a
> block device and discover when blkback has opened the device.  Together,
> these features allow using blkback with delete-on-close block devices,
> such as loop devices with autoclear set.

I think I've already commented on those as part of the previously
posted bigger series "Diskseq support in loop, device-mapper, and
blkback".

Regards, Roger.