Re: [dm-devel] [PATCH v4 05/18] scsi: Add support for block PR read keys/reservation

2023-03-14 Thread Christoph Hellwig
Looks good: Reviewed-by: Christoph Hellwig -- dm-devel mailing list dm-devel@redhat.com https://listman.redhat.com/mailman/listinfo/dm-devel

Re: [dm-devel] [PATCH v4 05/18] scsi: Add support for block PR read keys/reservation

2023-03-05 Thread Chaitanya Kulkarni
On 2/24/2023 9:44 AM, Mike Christie wrote: > This adds support in sd.c for the block PR read keys and read reservation > callouts, so upper layers like LIO can get the PR info that's been setup > using the existing pr callouts and return it to initiators. > > Signed-off-by: Mike Christie > --- L

[dm-devel] [PATCH v4 05/18] scsi: Add support for block PR read keys/reservation

2023-02-26 Thread Mike Christie
This adds support in sd.c for the block PR read keys and read reservation callouts, so upper layers like LIO can get the PR info that's been setup using the existing pr callouts and return it to initiators. Signed-off-by: Mike Christie --- drivers/scsi/sd.c| 91 ++