summaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas/sas_expander.c
AgeCommit message (Expand)Author
2019-06-22scsi: libsas: delete sas port if expander discover failedJason Yan
2019-05-31scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry
2019-05-10scsi: libsas: fix a race condition when smp task timeoutJason Yan
2019-03-05scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
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-10scsi: libsas: direct call probe and destructJason 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
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-01scsi: sas: Convert timers to use timer_setup()Kees Cook
2017-08-29scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2014-11-27libsas: remove task_collector modeChristoph Hellwig
2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet
2013-05-10Merge branch 'misc' into for-linusJames Bottomley
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...James Bottomley
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-04-06[SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau
2013-04-06[SCSI] libsas: use right function to alloc smp responseJohn Gong
2013-03-23block: Remove some unnecessary bi_vcnt usageKent Overstreet
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida
2012-07-20[SCSI] libsas: trim sas_task of slow path infrastructureDan Williams
2012-07-20[SCSI] libsas: fix sas_discover_devices return code handlingDan Williams
2012-07-20[SCSI] libsas: continue revalidationDan Williams
2012-07-20[SCSI] libsas: sas_rediscover_dev did not look at the SMP exec status.Jeff Skirvin
2012-04-23[SCSI] libsas: fix false positive 'device attached' conditionsDan Williams
2012-04-23[SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams
2012-04-23[SCSI] libsas: fix ata_eh clobbering ex_phys via smp_ata_check_readyDan Williams
2012-04-23[SCSI] libsas: unify domain_device sas_rphy lifetimesDan Williams
2012-04-23[SCSI] libsas: fix sas_find_bcast_phy() in the presence of 'vacant' physThomas Jackson
2012-02-29[SCSI] libsas: fixup target_port_protocols for expanders that don't report sataDan Williams
2012-02-29[SCSI] libsas: restore scan orderDan Williams
2012-02-29[SCSI] libsas: delete device on sas address changedDan Williams
2012-02-29[SCSI] libsas: let libata recover links that fail to transmit initial sig-fisDan Williams
2012-02-29[SCSI] libsas: improve debug statementsDan Williams
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams
2012-02-29[SCSI] libsas: check for 'gone' expanders in smp_execute_task()Dan Williams
2012-02-29[SCSI] libsas: don't mark expanders as gone when a child device is removedDan Williams
2012-02-29[SCSI] libsas: poll for ata device readiness after resetDan Williams
2012-02-19[SCSI] libsas: add mutex for SMP task executionJeff Skirvin
2012-02-19[SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams
2012-02-19[SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failuresDan Williams
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams
2012-02-19[SCSI] libsas: convert dev->gone to flagsDan Williams
2012-02-19[SCSI] libsas: fix domain_device leakDan Williams