summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fnic: Memcopy only mimumum of data or trace bufferHiral Shah2014-11-202-3/+3
* Fnic: Not probing all the vNICS via fnic_probe on bootHiral Shah2014-11-202-3/+12
* bnx2fc: fix an error code in _bnx2fc_create()Dan Carpenter2014-11-121-0/+1
* bnx2fc: check IS_ERR() instead of NULLDan Carpenter2014-11-121-1/+1
* IB/srp: Fix a race condition triggered by destroying a queue pairBart Van Assche2014-11-122-9/+52
* IB/srp: Add multichannel supportBart Van Assche2014-11-123-81/+235
* IB/srp: Use block layer tagsBart Van Assche2014-11-122-24/+27
* IB/srp: Separate target and channel variablesBart Van Assche2014-11-122-335/+403
* IB/srp: Introduce two new srp_target_port member variablesBart Van Assche2014-11-122-17/+26
* IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanningBart Van Assche2014-11-122-9/+52
* IB/srp: Remove stale connection retry mechanismBart Van Assche2014-11-121-13/+3
* IB/srp: Move ib_destroy_cm_id() call into srp_free_ch_ib()Bart Van Assche2014-11-121-5/+6
* qla2xxx: remove redundant declaration in 'qla_gbl.h'Chen Gang2014-11-122-3/+1
* ipr: set coherent DMA maskAnton Blanchard2014-11-121-5/+6
* ipr: convert to generic DMA APIAnton Blanchard2014-11-122-50/+53
* vmw_pvscsi: fixup taggingHannes Reinecke2014-11-121-4/+0
* scsi_debug: error message should say scsi_host_alloc not scsi_registerFinn Thain2014-11-121-1/+1
* tmscim: remove unused SCSI_IRQ_NONE macro definitionFinn Thain2014-11-121-2/+0
* ufs: remove spurious scsi_set_tag_type callChristoph Hellwig2014-11-121-1/+0
* scsi: don't force tagged_supported in driversChristoph Hellwig2014-11-126-29/+1
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-1257-260/+120
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-1233-168/+86
* scsi: remove use_blk_tcq Scsi_Host fieldChristoph Hellwig2014-11-121-1/+0
* mptfusion: don't change queue type in ->change_queue_depthChristoph Hellwig2014-11-121-6/+1
* scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-1219-311/+56
* scsi: remove ordered_tag host template fieldChristoph Hellwig2014-11-123-12/+0
* scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-1211-81/+25
* scsi: add new scsi-command flag for tagged commandsChristoph Hellwig2014-11-129-20/+22
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-1219-228/+42
* scsi: handle more device handler setup/teardown in common codeChristoph Hellwig2014-11-126-167/+88
* scsi: device handlers must have attach and detach methodsChristoph Hellwig2014-11-121-12/+13
* scsi: remove struct scsi_dh_devlistChristoph Hellwig2014-11-124-12/+12
* scsi: use container_of to get at device handler private dataChristoph Hellwig2014-11-125-61/+37
* scsi_dh: get module reference outside of device handlerChristoph Hellwig2014-11-125-25/+22
* scsi_dh_hp_sw: fix return value on failed allocationChristoph Hellwig2014-11-121-1/+1
* sd: disable discard_zeroes_data for UNMAPMartin K. Petersen2014-11-121-4/+6
* scsi: return EAGAIN when resetting a device under EHChristoph Hellwig2014-11-121-1/+1
* osst: call scsi_set_medium_removal directlyChristoph Hellwig2014-11-121-7/+6
* st: call scsi_set_medium_removal directlyChristoph Hellwig2014-11-121-7/+6
* sd: fix up ->compat_ioctlChristoph Hellwig2014-11-121-20/+8
* scsi: split scsi_nonblockable_ioctlChristoph Hellwig2014-11-128-74/+49
* scsi: refactor scsi_reset_provider handlingChristoph Hellwig2014-11-124-117/+41
* scsi: add support for multiple hardware queues in scsi_(host_)find_tagBart Van Assche2014-11-121-8/+11
* scsi: add support for multiple hardware queuesBart Van Assche2014-11-122-1/+9
* blk-mq: add blk_mq_unique_tag()Bart Van Assche2014-11-123-0/+47
* scsi: ratelimit I/O error messagesHannes Reinecke2014-11-121-12/+20
* scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke2014-11-126-18/+18
* scsi: document scsi_try_to_abort_cmdHannes Reinecke2014-11-121-3/+21
* scsi: use shost argument in scsi_eh_prt_fail_statsHannes Reinecke2014-11-121-1/+1
* scsi: fixup logging messages in scsi_error.cHannes Reinecke2014-11-122-42/+39