summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] fcoe, libfc: adds per cpu exch pool within exchange manager(EM)Vasu Dev2009-09-052-4/+87
* [SCSI] fcoe: libfcoe: extra semicolon in CHECK_LOGGING macros causes compile ...Joe Eykholt2009-09-052-2/+2
* [SCSI] libfc: Fix misleading debug statementRobert Love2009-09-051-1/+3
* [SCSI] fcoe: Add format spacing to FCOE_NETDEV_DBG debug macroRobert Love2009-09-051-1/+1
* [SCSI] libiscsi, iscsi_tcp: check suspend bit before each call to xmit_taskMike Christie2009-09-051-9/+10
* [SCSI] iscsi_tcp: add new conn error to indicate tcp conn closedMike Christie2009-09-051-14/+9
* [SCSI] iscsi class: Add logging to scsi_transport_iscsi.cMike Christie2009-09-051-2/+71
* [SCSI] qla4xxx: Removed residual from overrun debug printMike Christie2009-09-051-4/+4
* [SCSI] libiscsi: handle immediate command rejectionsMike Christie2009-09-051-19/+87
* [SCSI] libiscsi: don't increment cmdsn if cmd is not sentMike Christie2009-09-051-2/+3
* [SCSI] iscsi_tcp: Evaluate socket state in data_ready()Hannes Reinecke2009-09-051-3/+25
* [SCSI] qla2xxx: Add asynchronous-login support.Andrew Vasquez2009-09-057-9/+784
* [SCSI] qla2xxx: Generalize srb structure usage.Andrew Vasquez2009-09-053-2/+14
* [SCSI] mpt2sas: Bump driver version 01.100.06.00Kashyap, Desai2009-09-051-2/+2
* [SCSI] mpt2sas: cleanup interrupt routine and config_request optimizationKashyap, Desai2009-09-054-753/+234
* [SCSI] mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesgKashyap, Desai2009-09-054-4/+109
* [SCSI] mpt2sas: setting SDEV into RUNNING state from Interrupt contextKashyap, Desai2009-09-052-6/+13
* [SCSI] mpt2sas: Removed wrapper funtions _scsih_link_change.Kashyap, Desai2009-09-053-33/+17
* [SCSI] mpt2sas: Prevent sending command to FW while Host ResetKashyap, Desai2009-09-055-54/+47
* [SCSI] mpt2sas : Rescan topology from Interrupt context instead of work threadKashyap, Desai2009-09-053-89/+57
* [SCSI] stex: Add reset code for st_yel (v2)Ed Lin2009-09-051-4/+29
* [SCSI] scsi_dh_rdac: add support for next generation of Dell PV arrayYanqing_Liu@Dell.com2009-09-051-0/+2
* [SCSI] scsi_dh: add two SUN devices to the list of devices supported by defaultChandra Seetharaman2009-08-231-0/+2
* [SCSI] fix bugs in scsi_vpd_inquiry()James Bottomley2009-08-231-6/+7
* [SCSI] reservation conflict after timeout causes device to be taken offlineMichael Reed2009-08-231-1/+5
* [SCSI] nsp_cs: fix buf overflowJiri Slaby2009-08-231-1/+1
* [SCSI] ch: Check NULL for kmalloc() returnDavidlohr Bueso A2009-08-231-0/+6
* [SCSI] ibmvscsi: avoid unnecessary use of kzalloc_poolSage Weil2009-08-231-1/+1
* [SCSI] qla2xxx: Update version number to 8.03.01-k5Giridhar Malavali2009-08-231-1/+1
* [SCSI] qla2xxx: Fix to ensure driver works in sinlge queue mode if multiqueue...Anirban Chakraborty2009-08-236-12/+27
* [SCSI] qla2xxx: Correct display of vp_count in debug printk.Andrew Vasquez2009-08-231-1/+2
* [SCSI] qla2xxx: Fix a bug that clears the interrupt status register for the b...Anirban Chakraborty2009-08-231-2/+4
* [SCSI] qla2xxx: ISP21xx/22xx do not support FDMI registrations.Andrew Vasquez2009-08-231-0/+4
* [SCSI] qla2xxx: Pad IOCB structure for size requirements.Shyam Sundar2009-08-231-1/+1
* [SCSI] qla2xxx: Handle RSCN's per master/slave vn-port basis.Santosh Vernekar2009-08-231-1/+1
* [SCSI] qla2xxx: Process DPC requests within valid Fabric topologies.Lalit Chandivade2009-08-231-0/+3
* [SCSI] qla2xxx: Mark all devices lost on loss of fc port.Santosh Vernekar2009-08-231-0/+1
* [SCSI] qla2xxx: Skip RSCN processing on vha if event is global.Santosh Vernekar2009-08-231-4/+20
* [SCSI] qla2xxx: Correctly handle 'global port-unavailable' AEN.Andrew Vasquez2009-08-231-1/+29
* [SCSI] qla2xxx: Pass the command's data residual to upper-layer callers.Ravi Anand2009-08-231-0/+1
* [SCSI] scsi_dh: Provide set_params interface in emc device handlerChandra Seetharaman2009-08-231-3/+56
* [SCSI] scsi_dh: add the interface scsi_dh_set_params()Chandra Seetharaman2009-08-231-0/+33
* [SCSI] ses: update enclosure data on hot addJames Bottomley2009-08-231-71/+97
* [SCSI] ses: add support for enclosure component hot removalJames Bottomley2009-08-231-7/+26
* [SCSI] ses: fix hotplug with multiple devices and expandersJames Bottomley2009-08-231-4/+6
* [SCSI] ipr: fix buffer overflowBrian King2009-08-231-1/+1
* [SCSI] bnx2i : Fix "cid #n not valid" issueAnil Veerabhadrappa2009-08-231-2/+1
* [SCSI] bnx2i : Fix command session number jump issue seen during cable pull testAnil Veerabhadrappa2009-08-231-3/+0
* [SCSI] fcoe: removes phys_dev and renames real_dev to netdev.Vasu Dev2009-08-232-47/+51
* [SCSI] libfc: Remove page flags check for sglistYi Zou2009-08-231-27/+0