aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_expander.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-15scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry1-114/+100
2018-11-15scsi: libsas: Drop sas_printk()John Garry1-12/+10
2018-09-25scsi: libsas: fix a race condition when smp task timeoutJason Yan1-5/+4
2018-09-25scsi: libsas: always unregister the old device if going to discover newJason Yan1-8/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-02-27scsi: libsas: Fix kernel-doc headersBart Van Assche1-14/+15
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+6
2018-01-10scsi: libsas: direct call probe and destructJason Yan1-5/+3
2018-01-08scsi: libsas: initialize sas_phy status according to response of DISCOVERchenxiang1-0/+1
2018-01-08scsi: libsas: fix error when getting phy eventsJason Yan1-1/+1
2018-01-08scsi: libsas: fix memory leak in sas_smp_get_phy_events()Jason Yan1-0/+1
2017-12-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+5
2017-12-11scsi: libsas: fix length error in sas_smp_handler()Jason Yan1-5/+5
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-08-29scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig1-33/+37
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-4/+4
2014-11-27libsas: remove task_collector modeChristoph Hellwig1-1/+1
2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet1-4/+4
2013-05-10Merge branch 'misc' into for-linusJames Bottomley1-55/+55
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_typeJames Bottomley1-55/+55
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2013-04-06[SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau1-0/+12
2013-04-06[SCSI] libsas: use right function to alloc smp responseJohn Gong1-1/+1
2013-03-23block: Remove some unnecessary bi_vcnt usageKent Overstreet1-3/+3
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-07-20[SCSI] libsas: trim sas_task of slow path infrastructureDan Williams1-10/+10
2012-07-20[SCSI] libsas: fix sas_discover_devices return code handlingDan Williams1-27/+12
2012-07-20[SCSI] libsas: continue revalidationDan Williams1-4/+4
2012-07-20[SCSI] libsas: sas_rediscover_dev did not look at the SMP exec status.Jeff Skirvin1-1/+6
2012-04-23[SCSI] libsas: fix false positive 'device attached' conditionsDan Williams1-1/+8
2012-04-23[SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams1-3/+5
2012-04-23[SCSI] libsas: fix ata_eh clobbering ex_phys via smp_ata_check_readyDan Williams1-1/+15
2012-04-23[SCSI] libsas: unify domain_device sas_rphy lifetimesDan Williams1-2/+4
2012-04-23[SCSI] libsas: fix sas_find_bcast_phy() in the presence of 'vacant' physThomas Jackson1-5/+12
2012-02-29[SCSI] libsas: fixup target_port_protocols for expanders that don't report sataDan Williams1-0/+2
2012-02-29[SCSI] libsas: restore scan orderDan Williams1-3/+1
2012-02-29[SCSI] libsas: delete device on sas address changedDan Williams1-0/+9
2012-02-29[SCSI] libsas: let libata recover links that fail to transmit initial sig-fisDan Williams1-79/+99
2012-02-29[SCSI] libsas: improve debug statementsDan Williams1-22/+52
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams1-1/+4
2012-02-29[SCSI] libsas: check for 'gone' expanders in smp_execute_task()Dan Williams1-0/+5
2012-02-29[SCSI] libsas: don't mark expanders as gone when a child device is removedDan Williams1-1/+0
2012-02-29[SCSI] libsas: poll for ata device readiness after resetDan Williams1-3/+7
2012-02-19[SCSI] libsas: add mutex for SMP task executionJeff Skirvin1-13/+16
2012-02-19[SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams1-1/+1
2012-02-19[SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failuresDan Williams1-5/+39
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams1-3/+2
2012-02-19[SCSI] libsas: convert dev->gone to flagsDan Williams1-3/+3
2012-02-19[SCSI] libsas: fix domain_device leakDan Williams1-4/+6