aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-21scsi: libsas: Tidy SAS address print formatJohn Garry7-11/+11
2019-12-09scsi: libsas: stop discovering if oob mode is disconnectedJason Yan1-1/+10
2019-08-20scsi: libsas: sas_discover: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2019-07-11scsi: libsas: remove the exporting of sas_wait_ehDenis Efremov1-1/+0
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-133/+27
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry3-25/+15
2019-06-18scsi: libsas: no need to join wide port again in sas_ex_discover_dev()Jason Yan1-22/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-4/+1
2019-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2-33/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-05-29scsi: libsas: delete sas port if expander discover failedJason Yan1-0/+2
2019-05-29scsi: libsas: only clear phy->in_shutdown after shutdown event doneJason Yan1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59Thomas Gleixner3-54/+3
2019-05-21scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig9-141/+9
2019-05-21scsi: libsas: switch sas_ata.[ch] to SPDX tagsChristoph Hellwig1-15/+1
2019-05-21scsi: libsas: add a SPDX tag to sas_task.cChristoph Hellwig1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-15scsi: libsas: Print expander PHY indexes in decimalJohn Garry4-28/+27
2019-04-15scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry1-0/+5
2019-04-15scsi: libsas: Inject revalidate event for root port eventJohn Garry1-3/+21
2019-04-15scsi: libsas: Improve vague log in SAS rediscoveryJohn Garry1-6/+14
2019-04-15scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unmatch fixingJohn Garry1-1/+6
2019-04-15scsi: libsas: Stop hardcoding SAS address lengthJohn Garry2-26/+29
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-6/+34
2019-02-15scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry1-0/+2
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor1-1/+1
2019-01-29scsi: libsas: Remove scsi_to_u32()Bart Van Assche1-4/+5
2019-01-11scsi: libsas: Support SATA PHY connection rate unmatch fixing during discoveryJohn Garry1-0/+20
2019-01-11scsi: libsas: Check SMP PHY control function resultJohn Garry1-1/+8
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds13-348/+233
2018-11-15scsi: libsas: Remove pcidev referenceJohn Garry1-1/+1
2018-11-15scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry9-236/+207
2018-11-15scsi: libsas: Drop sas_printk()John Garry4-20/+16
2018-11-15scsi: libsas: Use pr_fmt(fmt)John Garry3-3/+15
2018-11-15scsi: libsas: Delete sas_dump.{c, h}John Garry4-94/+0
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2-13/+2
2018-09-25scsi: libsas: fix a race condition when smp task timeoutJason Yan1-5/+4
2018-09-25scsi: libsas: check the ata device status by ata_dev_enabled()Jason Yan1-1/+1
2018-09-25scsi: libsas: always unregister the old device if going to discover newJason Yan1-8/+5
2018-09-25scsi: libsas: make the lldd_port_deformed method optionalJason Yan1-1/+1
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-2/+2
2018-06-19scsi: libsas: dynamically allocate and free ata hostJason Yan2-14/+28
2018-06-19scsi: libsas: remove irq save in sas_ata_qc_issue()Sebastian Andrzej Siewior1-6/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-18scsi: libsas: add transport class for ATA devicesJason Yan2-0/+6
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-20/+13
2018-03-12scsi: libsas: defer ata device eh commands to libataJason Yan1-20/+13
2018-02-27scsi: libsas: Fix kernel-doc headersBart Van Assche5-24/+27