mbox series

[GIT,PULL] SCSI multi-actuator support

Message ID 93d17044-440c-a7f6-45fe-ea804b2a0977@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SCSI multi-actuator support | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/for-5.16/scsi-ma-2021-10-29

Message

Jens Axboe Oct. 31, 2021, 7:41 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 1, 2021, 5:28 p.m. UTC | #1
The pull request you sent on Sun, 31 Oct 2021 13:41:58 -0600:

> git://git.kernel.dk/linux-block.git tags/for-5.16/scsi-ma-2021-10-29

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fcaec17b3657a4f8b0b131d5c1ab87e255c3dee6

Thank you!