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