Hi Linus, On top of the core block tree, this pull request adds SCSI support for the recently merged block multi-actuator support. Since this was sitting on top of the block tree, the SCSI side asked me to queue it up. Please pull! The following changes since commit a2247f19ee1c5ad75ef095cdfb909a3244b88aa8: block: Add independent access ranges support (2021-10-26 20:36:47 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/for-5.16/scsi-ma-2021-10-29 for you to fetch changes up to 9d824642889823c464847342d6ff530b9eee3241: doc: Fix typo in request queue sysfs documentation (2021-10-26 21:01:48 -0600) ---------------------------------------------------------------- for-5.16/scsi-ma-2021-10-29 ---------------------------------------------------------------- Damien Le Moal (4): scsi: sd: add concurrent positioning ranges support libata: support concurrent positioning ranges log doc: document sysfs queue/independent_access_ranges attributes doc: Fix typo in request queue sysfs documentation Documentation/block/queue-sysfs.rst | 33 ++++++++++++++- drivers/ata/libata-core.c | 57 +++++++++++++++++++++++++- drivers/ata/libata-scsi.c | 48 +++++++++++++++++----- drivers/scsi/sd.c | 81 +++++++++++++++++++++++++++++++++++++ drivers/scsi/sd.h | 1 + include/linux/ata.h | 1 + include/linux/libata.h | 15 +++++++ 7 files changed, 224 insertions(+), 12 deletions(-) -- Jens Axboe