aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_expander.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-12/+25
2011-10-16[SCSI] libsas: fix port->dev_list lockingDan Williams1-6/+9
2011-10-02[SCSI] libsas: fix panic when single phy is disabled on a wide portMark Salyzyn1-4/+6
2011-10-02[SCSI] libsas: set sas_address and device type of rphyJack Wang1-0/+2
2011-10-02[SCSI] libsas: Allow expander T-T attachmentsLuben Tuikov1-6/+14
2011-09-22[SCSI] libsas: fix failure to revalidate domain for anything but the first expander child.Mark Salyzyn1-1/+1
2011-07-27[SCSI] libsas: remove expander from dev list on errorLuben Tuikov1-0/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-28[SCSI] libsas: fix loopback topology bug during discoveryjack_wang1-0/+5
2010-10-11[SCSI] libsas: fix bug for vacant phyJack Wang1-3/+6
2010-10-08[SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong1-0/+3
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-06[SCSI] libsas: do not set res = 0 in sas_ex_discover_dev()jack wang1-1/+0
2009-07-30[SCSI] libsas: fix wide port hotplug issuesTom Peng1-40/+107
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo1-0/+4
2009-05-11block: cleanup rq->data_len usagesTejun Heo1-4/+4
2009-05-11block: add rq->resid_lenTejun Heo1-5/+1
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-6/+6
2008-01-11[SCSI] libsas: don't use made up error codesJames Bottomley1-1/+1
2008-01-11[SCSI] libsas: don't treat underrun as an error on SMP tasksJames Bottomley1-0/+19
2008-01-11[SCSI] libsas: add host SMP processingJames Bottomley1-5/+3
2008-01-11[SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong1-3/+3
2007-07-28[SCSI] libsas: Fix potential NULL dereference in sas_smp_get_phy_events()Jesper Juhl1-3/+10
2007-07-24[SCSI] libsas: SMP request handler shouldn't crash when rphy is NULLDarrick J. Wong1-2/+3
2007-07-22[SCSI] libsas: make ATA functions selectable by a config optionJames Bottomley1-1/+8
2007-07-18[SCSI] libsas: kill unused smp_portal codeFUJITA Tomonori1-106/+0
2007-07-18[SCSI] libsas: add SAS management protocol handlerFUJITA Tomonori1-0/+48
2007-07-18[SCSI] libsas: fix lockdep issue with ATAJames Bottomley1-6/+6
2007-07-18[SCSI] libsas: better error handling in sas_ex_discover_end_dev()James Bottomley1-2/+2
2007-07-18[SCSI] libsas: fix up sas_smp_phy_control()James Bottomley1-1/+1
2007-07-18[SCSI] libsas: Add SATA support to STP piece for SATA on SAS expandersJames Bottomley1-13/+68
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-6/+10
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-03[SCSI] libsas: Don't BUG when connecting two expanders via wide portDarrick J. Wong1-0/+30
2007-01-27[SCSI] libsas: Clean up discovery failure handler codeDarrick J. Wong1-5/+3
2007-01-13[SCSI] libsas: Clean up rphys/port dev list after a discovery error on an expanderDarrick J. Wong1-4/+16
2006-12-03[SCSI] libsas: better error handling in sas_expander.cJames Bottomley1-12/+24
2006-11-09[SCSI] aic94xx SCSI timeout fix: SMP retry fix.malahal@us.ibm.com1-37/+47
2006-09-07[SCSI] aci94xx: implement link rate settingJames Bottomley1-7/+13
2006-09-07[SCSI] SAS: consolidate linkspeed definitionsJames Bottomley1-20/+7
2006-08-29[SCSI] aic94xx: new driverJames Bottomley1-0/+1862