aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas/sas_expander.c
AgeCommit message (Expand)Author
2013-04-16SCSI: libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau
2012-08-09SCSI: libsas: fix sas_discover_devices return code handlingDan Williams
2012-08-09SCSI: libsas: continue revalidationDan Williams
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
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2011-10-16[SCSI] libsas: fix port->dev_list lockingDan Williams
2011-10-02[SCSI] libsas: fix panic when single phy is disabled on a wide portMark Salyzyn
2011-10-02[SCSI] libsas: set sas_address and device type of rphyJack Wang
2011-10-02[SCSI] libsas: Allow expander T-T attachmentsLuben Tuikov
2011-09-22[SCSI] libsas: fix failure to revalidate domain for anything but the first ex...Mark Salyzyn
2011-07-27[SCSI] libsas: remove expander from dev list on errorLuben Tuikov
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-28[SCSI] libsas: fix loopback topology bug during discoveryjack_wang
2010-10-11[SCSI] libsas: fix bug for vacant phyJack Wang
2010-10-08[SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-06[SCSI] libsas: do not set res = 0 in sas_ex_discover_dev()jack wang
2009-07-30[SCSI] libsas: fix wide port hotplug issuesTom Peng
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo
2009-05-11block: cleanup rq->data_len usagesTejun Heo
2009-05-11block: add rq->resid_lenTejun Heo
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison
2008-01-11[SCSI] libsas: don't use made up error codesJames Bottomley
2008-01-11[SCSI] libsas: don't treat underrun as an error on SMP tasksJames Bottomley
2008-01-11[SCSI] libsas: add host SMP processingJames Bottomley
2008-01-11[SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong
2007-07-28[SCSI] libsas: Fix potential NULL dereference in sas_smp_get_phy_events()Jesper Juhl
2007-07-24[SCSI] libsas: SMP request handler shouldn't crash when rphy is NULLDarrick J. Wong
2007-07-22[SCSI] libsas: make ATA functions selectable by a config optionJames Bottomley
2007-07-18[SCSI] libsas: kill unused smp_portal codeFUJITA Tomonori