aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison49-235/+235
2008-07-27[SCSI] extend the last_sector_bug flag to cover more sectorsAlan Jenkins3-7/+23
2008-07-26[SCSI] qla2xxx: Update version number to 8.02.01-k6.Andrew Vasquez1-1/+1
2008-07-26[SCSI] qla2xxx: Additional NPIV corrections.Andrew Vasquez6-12/+19
2008-07-26[SCSI] qla2xxx: suppress uninitialized-var warningAndrew Morton1-1/+1
2008-07-26[SCSI] qla2xxx: use memory_read_from_buffer()Akinobu Mita1-35/+9
2008-07-26[SCSI] qla2xxx: Issue proper ISP callbacks during stop-firmware.Andrew Vasquez1-2/+2
2008-07-26[SCSI] ch: fix ch_remove oopsFUJITA Tomonori1-0/+1
2008-07-26[SCSI] 3w-9xxx: add MSI support and misc fixesadam radford2-14/+35
2008-07-26[SCSI] scsi_lib: use blk_rq_tagged in scsi_request_fnMike Christie1-1/+1
2008-07-26[SCSI] ibmvfc: Update driver version to 1.0.1Brian King1-2/+2
2008-07-26[SCSI] ibmvfc: Add ADISC supportBrian King2-0/+171
2008-07-26[SCSI] ibmvfc: Miscellaneous fixesBrian King1-1/+2
2008-07-26[SCSI] ibmvfc: Fix hang on module removalBrian King1-4/+7
2008-07-26[SCSI] ibmvfc: Target refcounting fixesBrian King1-20/+28
2008-07-26[SCSI] ibmvfc: Reduce unnecessary log noiseBrian King1-2/+5
2008-07-26[SCSI] sym53c8xx: free luntbl in sym_hcb_freeMike Anderson1-0/+2
2008-07-26[SCSI] scsi_scan.c: Release mutex in error handling codeJulia Lawall1-0/+1
2008-07-26[SCSI] scsi_eh_prep_cmnd should save scmd->underflowAlan Stern2-0/+3
2008-07-26[SCSI] sd: Support for SCSI disk (SBC) Data Integrity FieldMartin K. Petersen5-40/+647
2008-07-26[SCSI] sd: Identify DIF protection type and application tag ownershipMartin K. Petersen2-4/+141
2008-07-26[SCSI] Do not retry a request whose data integrity check failedMartin K. Petersen2-2/+10
2008-07-26[SCSI] Support devices with protection informationMartin K. Petersen5-3/+84
2008-07-26[SCSI] Command protection operationMartin K. Petersen3-0/+70
2008-07-26[SCSI] Host protection capabilitiesMartin K. Petersen2-0/+88
2008-07-26[SCSI] scsi_dh: create lookup cacheHannes Reinecke1-24/+105
2008-07-26[SCSI] scsi_dh: attach to hardware handler from dm-mpathHannes Reinecke3-0/+87
2008-07-26[SCSI] scsi_dh: add generic SPC-3 alua handlerHannes Reinecke4-0/+814
2008-07-26[SCSI] scsi_dh: Update RDAC device handlerHannes Reinecke1-69/+94
2008-07-26[SCSI] scsi_dh: Update hp_sw hardware handlerHannes Reinecke1-38/+234
2008-07-26[SCSI] scsi_dh: Update EMC handlerHannes Reinecke2-175/+373
2008-07-26[SCSI] scsi_dh: Add 'dh_state' sysfs attributeHannes Reinecke1-1/+102
2008-07-26[SCSI] scsi_dh: Implement common device table handlingHannes Reinecke5-219/+296
2008-07-26[SCSI] Make host_no an unsigned intMatthew Wilcox1-1/+1
2008-07-26[SCSI] sd: update index allocation and use ida instead of idrTejun Heo1-13/+14
2008-07-26[SCSI] fix shared tag map tag allocationMike Christie1-0/+15
2008-07-26[SCSI] stex: fix queue depth settingMike Christie1-1/+1
2008-07-26[SCSI] qla4xxx: fix queue depth settingMike Christie1-1/+3
2008-07-26[SCSI] fix shared tag map setupMike Christie1-5/+14
2008-07-26[SCSI] st: Remove bogus memsetKai Makisara1-6/+2
2008-07-26[SCSI] st: Move buffer pointer back when data could not be written.Kai Makisara1-1/+2
2008-07-26[SCSI] qla2xxx: Update version number to 8.02.01-k5.Andrew Vasquez1-1/+1
2008-07-26[SCSI] qla2xxx: Don't hardcode fw_transfer_size for ISP2[45]xx parts.Andrew Vasquez1-1/+1
2008-07-26[SCSI] qla2xxx: Verify the RISC is not in ROM code if firmware-load is disabled.Andrew Vasquez2-0/+9
2008-07-26[SCSI] qla2xxx: Correct overflow during dump-processing on large-memory ISP23xx parts.Andrew Vasquez1-1/+1
2008-07-26[SCSI] qla2xxx: Skip FDMI registration on ISP21xx/22xx parts.Andrew Vasquez1-0/+6
2008-07-26[SCSI] qla2xxx: Correct rport/fcport visibility-state handling during loop-resync.Seokmann Ju3-4/+8
2008-07-26[SCSI] qla2xxx: Correct vport management of MBA_PORT_UPDATE.Seokmann Ju1-4/+0
2008-07-26[SCSI] qla2xxx: Correct fcport state-management during loss.Seokmann Ju2-11/+3
2008-07-26[SCSI] qla2xxx: Always aquire the parent's hardware_lock.Seokmann Ju3-15/+20