Skip to content
  • Linus Torvalds's avatar
    Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · cae8da04
    Linus Torvalds authored
    Pull SCSI updates from James Bottomley:
     "This pull includes driver updates from the usual suspects (stex, hpsa,
      ncr5380, scsi_dh, qla2xxx, be2iscsi, hisi_sas, cxlflash, aacraid,
      mp3sas, megaraid_sas, ibmvscsi, ufs) plus an assortment of
      miscellaneous fixes.
    
      The major user visible change of this pull is that we've moved from
      monotonically increasing host number to an ida allocated one (meaning
      the numbers get re-used) because someone managed to wrap the count in
      an iscsi system.  We don't believe there will be any adverse
      consequences of this"
    
    * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (230 commits)
      MAINTAINERS: use new email address for James Bottomley
      mpt3sas: Remove unnecessary synchronize_irq() before free_irq()
      sg: fix dxferp in from_to case
      cxlflash: Increase cmd_per_lun for better throughput
      cxlflash: Fix to avoid unnecessary scan with internal LUNs
      cxlflash: Reorder user context initialization
      cxlflash: Simplify attach path error cleanup
      cxlflash: Split out context initialization
      cxlflash: Unmap problem state area before detaching master context
      cxlflash: Simplify PCI registration
      scsi: storvsc: fix SRB_STATUS_ABORTED handling
      be2iscsi: set the boot_kset pointer to NULL in case of failure
      sd: Fix discard granularity when LBPRZ=1
      be2iscsi: Remove unnecessary synchronize_irq() before free_irq()
      scsi_sysfs: call 'device_add' after attaching device handler
      scsi_dh_emc: update 'access_state' field
      scsi_dh_rdac: update 'access_state' field
      scsi_dh_alua: update 'access_state' field
      scsi_dh_alua: use common definitions for ALUA state
      scsi: Add 'access_state' and 'preferred_path' attribute
      ...
    cae8da04