aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-18scsi: libsas: Resume SAS host for phy reset or enable via sysfsXiang Chen1-0/+4
2021-12-22scsi: libsas: Defer works of new phys during suspendXiang Chen1-0/+1
2021-12-22scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen1-0/+2
2021-12-22scsi: libsas: Insert PORTE_BROADCAST_RCVD event for resuming hostXiang Chen1-0/+29
2021-12-22scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry1-2/+15
2021-10-12scsi: libsas: Export sas_phy_enable()Luo Jiaxing1-1/+2
2021-09-13scsi: libsas: Co-locate exports with symbolsJohn Garry1-2/+3
2021-07-20scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan1-1/+1
2021-01-22scsi: libsas: Remove temporarily-added _gfp() API variantsAhmed S. Darwish1-7/+0
2021-01-22scsi: libsas: Switch back to original event notifiers APIAhmed S. Darwish1-4/+4
2021-01-22scsi: libsas: Add gfp_t flags parameter to event notificationsAhmed S. Darwish1-8/+4
2021-01-22scsi: libsas: Pass gfp_t flags to event notifiersAhmed S. Darwish1-1/+2
2021-01-22scsi: libsas: Introduce a _gfp() variant of event notifiersAhmed S. Darwish1-5/+16
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry1-6/+0
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59Thomas Gleixner1-18/+1
2019-05-21scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig1-18/+1
2019-04-15scsi: libsas: Print expander PHY indexes in decimalJohn Garry1-1/+1
2019-04-15scsi: libsas: Stop hardcoding SAS address lengthJohn Garry1-19/+21
2018-11-15scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry1-3/+3
2018-11-15scsi: libsas: Drop sas_printk()John Garry1-2/+2
2018-02-27scsi: libsas: Fix kernel-doc headersBart Van Assche1-1/+1
2018-01-08scsi: libsas: Use new workqueue to run sas event and disco eventJason Yan1-0/+18
2018-01-08scsi: libsas: make the event threshold configurableJason Yan1-0/+31
2018-01-08scsi: libsas: shut down the PHY if events reached the thresholdJason Yan1-1/+32
2018-01-08scsi: libsas: Use dynamic alloced work to avoid sas event lostJason Yan1-3/+24
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+0
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook1-1/+2
2017-09-15scsi: libsas: kill useless ha_event and do some cleanupJason Yan1-12/+0
2017-04-04scsi: sas: remove sas_domain_release_transportJohannes Thumshirn1-7/+0
2017-02-06scsi: libsas: remove sas_scsi_timed_outChristoph Hellwig1-1/+0
2014-11-27libsas: remove task_collector modeChristoph Hellwig1-21/+0
2012-08-24[SCSI] libsas: suspend / resume supportDan Williams1-1/+89
2012-07-20[SCSI] libsas: trim sas_task of slow path infrastructureDan Williams1-2/+21
2012-07-20[SCSI] libsas: enforce eh strategy handlers only in eh contextDan Williams1-0/+2
2012-07-20[SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams1-7/+7
2012-04-23[SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams1-6/+5
2012-02-29[SCSI] libsas: don't recover end devices attached to disabled physDan Williams1-0/+3
2012-02-29[SCSI] libsas: fix sas_unregister_ports vs sas_drain_workDan Williams1-7/+11
2012-02-29[SCSI] libsas: route local link resets through ata-ehDan Williams1-19/+26
2012-02-19[SCSI] libsas: Remove redundant phy state notification calls.Jeff Skirvin1-4/+1
2012-02-19[SCSI] libsas: sas_phy_enable via transport_sas_phy_resetDan Williams1-8/+49
2012-02-19[SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams1-1/+55
2012-02-19[SCSI] libsas: perform sas-transport resets in shost->workq contextDan Williams1-1/+58
2012-02-19[SCSI] libsas: let libata handle command timeoutsDan Williams1-0/+1
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams1-0/+2
2012-02-19[SCSI] libsas: introduce sas_drain_work()Dan Williams1-3/+6
2012-02-19[SCSI] libsas: convert ha->state to flagsDan Williams1-2/+2
2012-02-19[SCSI] libsas: replace event locks with atomic bitopsDan Williams1-2/+1
2011-10-02[SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams1-4/+9