summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_init.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() privateJohn Garry2022-10-181-3/+0
* scsi: libsas: Resume SAS host for phy reset or enable via sysfsXiang Chen2022-07-181-0/+4
* scsi: libsas: Defer works of new phys during suspendXiang Chen2021-12-221-0/+1
* scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen2021-12-221-0/+2
* scsi: libsas: Insert PORTE_BROADCAST_RCVD event for resuming hostXiang Chen2021-12-221-0/+29
* scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry2021-12-221-2/+15
* scsi: libsas: Export sas_phy_enable()Luo Jiaxing2021-10-121-1/+2
* scsi: libsas: Co-locate exports with symbolsJohn Garry2021-09-131-2/+3
* scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan2021-07-201-1/+1
* scsi: libsas: Remove temporarily-added _gfp() API variantsAhmed S. Darwish2021-01-221-7/+0
* scsi: libsas: Switch back to original event notifiers APIAhmed S. Darwish2021-01-221-4/+4
* scsi: libsas: Add gfp_t flags parameter to event notificationsAhmed S. Darwish2021-01-221-8/+4
* scsi: libsas: Pass gfp_t flags to event notifiersAhmed S. Darwish2021-01-221-1/+2
* scsi: libsas: Introduce a _gfp() variant of event notifiersAhmed S. Darwish2021-01-221-5/+16
* scsi: libsas: Remove notifier indirectionJohn Garry2021-01-221-6/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-1/+1
|\
| * scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig2019-05-211-18/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59Thomas Gleixner2019-05-241-18/+1
|/
* scsi: libsas: Print expander PHY indexes in decimalJohn Garry2019-04-151-1/+1
* scsi: libsas: Stop hardcoding SAS address lengthJohn Garry2019-04-151-19/+21
* scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry2018-11-151-3/+3
* scsi: libsas: Drop sas_printk()John Garry2018-11-151-2/+2
* scsi: libsas: Fix kernel-doc headersBart Van Assche2018-02-271-1/+1
* scsi: libsas: Use new workqueue to run sas event and disco eventJason Yan2018-01-081-0/+18
* scsi: libsas: make the event threshold configurableJason Yan2018-01-081-0/+31
* scsi: libsas: shut down the PHY if events reached the thresholdJason Yan2018-01-081-1/+32
* scsi: libsas: Use dynamic alloced work to avoid sas event lostJason Yan2018-01-081-3/+24
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-12/+0
|\
| * scsi: libsas: kill useless ha_event and do some cleanupJason Yan2017-09-151-12/+0
* | scsi: sas: Convert timers to use timer_setup()Kees Cook2017-11-011-1/+2
|/
* scsi: sas: remove sas_domain_release_transportJohannes Thumshirn2017-04-041-7/+0
* scsi: libsas: remove sas_scsi_timed_outChristoph Hellwig2017-02-061-1/+0
* libsas: remove task_collector modeChristoph Hellwig2014-11-271-21/+0
* [SCSI] libsas: suspend / resume supportDan Williams2012-08-241-1/+89
* [SCSI] libsas: trim sas_task of slow path infrastructureDan Williams2012-07-201-2/+21
* [SCSI] libsas: enforce eh strategy handlers only in eh contextDan Williams2012-07-201-0/+2
* [SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams2012-07-201-7/+7
* [SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams2012-04-231-6/+5
* [SCSI] libsas: don't recover end devices attached to disabled physDan Williams2012-02-291-0/+3
* [SCSI] libsas: fix sas_unregister_ports vs sas_drain_workDan Williams2012-02-291-7/+11
* [SCSI] libsas: route local link resets through ata-ehDan Williams2012-02-291-19/+26
* [SCSI] libsas: Remove redundant phy state notification calls.Jeff Skirvin2012-02-191-4/+1
* [SCSI] libsas: sas_phy_enable via transport_sas_phy_resetDan Williams2012-02-191-8/+49
* [SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams2012-02-191-1/+55
* [SCSI] libsas: perform sas-transport resets in shost->workq contextDan Williams2012-02-191-1/+58
* [SCSI] libsas: let libata handle command timeoutsDan Williams2012-02-191-0/+1
* [SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams2012-02-191-0/+2
* [SCSI] libsas: introduce sas_drain_work()Dan Williams2012-02-191-3/+6
* [SCSI] libsas: convert ha->state to flagsDan Williams2012-02-191-2/+2
* [SCSI] libsas: replace event locks with atomic bitopsDan Williams2012-02-191-2/+1