aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas
AgeCommit message (Expand)Author
2019-04-15scsi: libsas: Print expander PHY indexes in decimalJohn Garry
2019-04-15scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry
2019-04-15scsi: libsas: Inject revalidate event for root port eventJohn Garry
2019-04-15scsi: libsas: Improve vague log in SAS rediscoveryJohn Garry
2019-04-15scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unma...John Garry
2019-04-15scsi: libsas: Stop hardcoding SAS address lengthJohn Garry
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-15scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor
2019-01-29scsi: libsas: Remove scsi_to_u32()Bart Van Assche
2019-01-11scsi: libsas: Support SATA PHY connection rate unmatch fixing during discoveryJohn Garry
2019-01-11scsi: libsas: Check SMP PHY control function resultJohn Garry
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-11-15scsi: libsas: Remove pcidev referenceJohn Garry
2018-11-15scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry
2018-11-15scsi: libsas: Drop sas_printk()John Garry
2018-11-15scsi: libsas: Use pr_fmt(fmt)John Garry
2018-11-15scsi: libsas: Delete sas_dump.{c, h}John Garry
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig
2018-09-25scsi: libsas: fix a race condition when smp task timeoutJason Yan
2018-09-25scsi: libsas: check the ata device status by ata_dev_enabled()Jason Yan
2018-09-25scsi: libsas: always unregister the old device if going to discover newJason Yan
2018-09-25scsi: libsas: make the lldd_port_deformed method optionalJason Yan
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei
2018-06-19scsi: libsas: dynamically allocate and free ata hostJason Yan
2018-06-19scsi: libsas: remove irq save in sas_ata_qc_issue()Sebastian Andrzej Siewior
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-18scsi: libsas: add transport class for ATA devicesJason Yan
2018-04-03Merge branch 'fixes' into miscJames Bottomley
2018-03-12scsi: libsas: defer ata device eh commands to libataJason Yan
2018-02-27scsi: libsas: Fix kernel-doc headersBart Van Assche
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-01-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-01-10scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()Jason Yan
2018-01-10scsi: libsas: direct call probe and destructJason Yan
2018-01-10scsi: libsas: Disable asynchronous aborts for SATA devicesHannes Reinecke
2018-01-08scsi: libsas: use flush_workqueue to process disco events synchronouslyJason Yan
2018-01-08scsi: libsas: Use new workqueue to run sas event and disco eventJason Yan
2018-01-08scsi: libsas: make the event threshold configurableJason Yan
2018-01-08scsi: libsas: shut down the PHY if events reached the thresholdJason Yan
2018-01-08scsi: libsas: Use dynamic alloced work to avoid sas event lostJason Yan
2018-01-08scsi: libsas: initialize sas_phy status according to response of DISCOVERchenxiang
2018-01-08scsi: libsas: fix error when getting phy eventsJason Yan
2018-01-08scsi: libsas: fix memory leak in sas_smp_get_phy_events()Jason Yan
2018-01-03scsi: libsas: remove private hex2bin() implementationAndy Shevchenko
2017-12-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2017-12-11scsi: libsas: fix length error in sas_smp_handler()Jason Yan
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook