aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_sas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-01[SCSI] scsi_transport_sas: add 12GB definitions for mpt3sasSreekanth Reddy1-0/+1
2012-02-29[SCSI] scsi_transport_sas: 'enable' phys on resetDan Williams1-0/+1
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams1-0/+23
2012-02-19[SCSI] libsas: perform sas-transport resets in shost->workq contextDan Williams1-1/+17
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams1-3/+15
2011-10-02[SCSI] libsas: disable scanning lun > 0 on ata devicesDan Williams1-2/+8
2011-03-10block: remove per-queue pluggingJens Axboe1-5/+1
2010-02-08[SCSI] scsi_transport_sas: add support for transport layer retries (TLR)James Bottomley1-6/+97
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-3/+3
2009-08-22[SCSI] scsi_transport_sas: fix incorrect duplicate setup of max_physJames Bottomley1-4/+0
2009-06-21scsi_transport_sas: needs to call blk_end_request_all for SMP requestsFUJITA Tomonori1-2/+2
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-3/+1
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-20/+22
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-04-29block: make queue flags non-atomicNick Piggin1-2/+1
2008-04-22[SCSI] scsi_transport_sas: fix the lifetime of sas bsg objectsFUJITA Tomonori1-2/+20
2008-04-22[SCSI] bsg: add release callback supportFUJITA Tomonori1-1/+1
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-69/+88
2008-02-03drivers/scsi/: Spelling fixesJoe Perches1-1/+1
2008-01-11[SCSI] libsas, bsg: pass errors through correctlyJames Bottomley1-0/+1
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley1-19/+21
2007-07-21[SCSI] bsg: make class backlinksJames Bottomley1-14/+18
2007-07-20[SCSI] scsi_transport_sas: add destructor for bsgJames Bottomley1-1/+35
2007-07-18[SCSI] transport_sas: add SAS management protocol supportFUJITA Tomonori1-0/+85
2007-02-17Fix typos concerning hierarchyUwe Kleine-König1-2/+2
2007-01-27[SCSI] libsas: Check return values of sysfs_create_linkDarrick J. Wong1-4/+22
2007-01-27[SCSI] libsas: Clean up discovery failure handler codeDarrick J. Wong1-14/+19
2007-01-27[SCSI] aic94xx: fix typos and update verison numberAlexis Bruemmer1-1/+1
2007-01-13[SCSI] libsas: sysfs phy control attributes should not be S_IWUGODarrick J. Wong1-2/+2
2007-01-13[SCSI] libsas: Use SCAN_WILD_CARD instead of ~0Darrick J. Wong1-1/+1
2007-01-13[SCSI] libsas: Add a sysfs knob to enable/disable a phyDarrick J. Wong1-0/+51
2006-12-04[PATCH] severing module.h->sched.hAl Viro1-0/+1
2006-09-07[SCSI] scsi_transport_sas: make minimum and maximum linkrate settable quantitiesJames Bottomley1-6/+67
2006-08-27[SCSI] scsi_transport_sas: remove local_attached flagJames Bottomley1-8/+2
2006-07-12[SCSI] scsi_transport_sas: kill the use of channel James Bottomley1-5/+3
2006-07-12[SCSI] scsi_transport_sas: add expander backlinkJames Bottomley1-0/+20
2006-07-09[SCSI] scsi_transport_sas: add unindexed portsJames Bottomley1-1/+35
2006-06-28[SCSI] scsi_transport_sas: introduce a sas_port entityJames Bottomley1-38/+333
2006-06-12[SCSI] scsi_transport_sas: fix panic in sas_free_rphyJames Bottomley1-0/+14
2006-06-10Merge ../linux-2.6James Bottomley1-2/+2
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-2/+2
2006-05-20[SCSI] scsi_transport_sas: make write attrs writeableEric Moore1-1/+0
2006-05-20[SCSI] scsi_transport_sas; fix user_scanJames Bottomley1-1/+2
2006-04-14[SCSI] scsi_transport_sas: don't scan a non-existent end deviceJames Bottomley1-0/+2
2006-04-13[SCSI] expose sas internal class for the domain transportJames Bottomley1-34/+1
2006-04-13[SCSI] sas transport: ref count updateMike Anderson1-24/+6
2006-03-19[SCSI] eliminate rphy allocation in favour of expander/end device allocationJames Bottomley1-45/+27
2006-03-14[SCSI] add preliminary expander support to the sas transport classJames Bottomley1-6/+135
2006-03-09[SCSI] add missing transport_container_unregister in sas classJames Bottomley1-0/+1
2006-03-06[PATCH] convert aic94xx over to using the sas transport end deviceJames Bottomley1-34/+165