summaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas/sas_discover.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-14scsi: libsas: Declare sas_discover_end_dev() staticDamien Le Moal1-1/+1
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-1/+1
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry1-4/+4
2023-08-02ata,scsi: remove ata_sas_port_destroy()Hannes Reinecke1-1/+1
2023-04-03scsi: libsas: Abort all in-flight requests when device is goneJason Yan1-0/+29
2022-12-30scsi: libsas: Change the coding style of sas_discover_sata()Jason Yan1-6/+0
2022-02-12scsi: libsas: Use void for sas_discover_event() return codeXiang Chen1-4/+2
2021-11-30scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche1-1/+0
2021-07-21scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan1-1/+1
2021-07-13scsi: libsas: Fix fall-through warning for ClangGustavo A. R. Silva1-1/+1
2021-04-06scsi: libsas: Clean up whitespaceLuo Jiaxing1-1/+1
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+1
2020-09-23scsi: libsas: Simplify the return expression of sas_discover_* functionsLiu Shixin1-7/+1
2020-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+2
2020-09-10scsi: libsas: Fix error path in sas_notify_lldd_dev_found()Dan Carpenter1-1/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-21scsi: libsas: Tidy SAS address print formatJohn Garry1-1/+1
2019-12-10scsi: libsas: stop discovering if oob mode is disconnectedJason Yan1-1/+10
2019-08-21scsi: libsas: sas_discover: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry1-3/+2
2019-05-21scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig1-17/+1
2018-11-15scsi: libsas: Remove pcidev referenceJohn Garry1-1/+1
2018-11-15scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry1-17/+16
2018-09-26scsi: libsas: make the lldd_port_deformed method optionalJason Yan1-1/+1
2018-06-20scsi: libsas: dynamically allocate and free ata hostJason Yan1-0/+2
2018-04-19scsi: libsas: add transport class for ATA devicesJason Yan1-0/+1
2018-02-28scsi: libsas: Fix kernel-doc headersBart Van Assche1-6/+7
2018-01-11scsi: libsas: direct call probe and destructJason Yan1-14/+18
2018-01-09scsi: libsas: Use new workqueue to run sas event and disco eventJason Yan1-1/+1
2015-03-07libsas: Fix Kernel Crash in smp_execute_taskJames Bottomley1-2/+4
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...James Bottomley1-17/+17
2012-08-24[SCSI] libsas: suspend / resume supportDan Williams1-10/+59
2012-07-20[SCSI] libsas: drop sata port multiplier infrastructureDan Williams1-6/+0
2012-07-20[SCSI] libsas: enforce eh strategy handlers only in eh contextDan Williams1-0/+11
2012-07-20[SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams1-2/+4
2012-04-23[SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams1-3/+10
2012-04-23[SCSI] libsas: unify domain_device sas_rphy lifetimesDan Williams1-5/+6
2012-04-23[SCSI] libsas: fix sas_get_port_device regressionDan Williams1-4/+5
2012-04-23[SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams1-14/+14
2012-03-01[SCSI] libsas: set attached device type and target protocols for local physDan Williams1-4/+8
2012-03-01[SCSI] libsas: async ata scanningDan Williams1-11/+11
2012-03-01[SCSI] libsas: restore scan orderDan Williams1-13/+31
2012-03-01[SCSI] libsas: let libata recover links that fail to transmit initial sig-fisDan Williams1-0/+1
2012-03-01[SCSI] libsas: kill spurious sas_put_deviceMaciej Trela1-2/+0
2012-03-01[SCSI] libsas: close scsi_remove_target() vs libata-eh raceDan Williams1-0/+5
2012-03-01[SCSI] libsas: mark all domain devices gone if root port disappearsDan Williams1-2/+6
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams1-0/+24
2012-02-20[SCSI] libsas: add mutex for SMP task executionJeff Skirvin1-15/+16
2012-02-19[SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersDan Williams1-5/+0
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams1-6/+57