summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2014-11-12qla2xxx: remove redundant declaration in 'qla_gbl.h'Chen Gang-3/+1
2014-11-12ipr: set coherent DMA maskAnton Blanchard-5/+6
2014-11-12ipr: convert to generic DMA APIAnton Blanchard-50/+53
2014-11-12vmw_pvscsi: fixup taggingHannes Reinecke-4/+0
2014-11-12scsi_debug: error message should say scsi_host_alloc not scsi_registerFinn Thain-1/+1
2014-11-12tmscim: remove unused SCSI_IRQ_NONE macro definitionFinn Thain-2/+0
2014-11-12ufs: remove spurious scsi_set_tag_type callChristoph Hellwig-1/+0
2014-11-12scsi: don't force tagged_supported in driversChristoph Hellwig-29/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig-225/+105
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig-94/+76
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig-277/+54
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig-1/+0
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig-55/+22
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig-8/+13
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig-188/+38
2014-11-12scsi: handle more device handler setup/teardown in common codeChristoph Hellwig-166/+87
2014-11-12scsi: device handlers must have attach and detach methodsChristoph Hellwig-12/+13
2014-11-12scsi: remove struct scsi_dh_devlistChristoph Hellwig-6/+12
2014-11-12scsi: use container_of to get at device handler private dataChristoph Hellwig-60/+37
2014-11-12scsi_dh: get module reference outside of device handlerChristoph Hellwig-25/+22
2014-11-12scsi_dh_hp_sw: fix return value on failed allocationChristoph Hellwig-1/+1
2014-11-12sd: disable discard_zeroes_data for UNMAPMartin K. Petersen-4/+6
2014-11-12scsi: return EAGAIN when resetting a device under EHChristoph Hellwig-1/+1
2014-11-12osst: call scsi_set_medium_removal directlyChristoph Hellwig-7/+6
2014-11-12st: call scsi_set_medium_removal directlyChristoph Hellwig-7/+6
2014-11-12sd: fix up ->compat_ioctlChristoph Hellwig-20/+8
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig-72/+47
2014-11-12scsi: refactor scsi_reset_provider handlingChristoph Hellwig-103/+40
2014-11-12scsi: add support for multiple hardware queuesBart Van Assche-1/+1
2014-11-12scsi: ratelimit I/O error messagesHannes Reinecke-12/+20
2014-11-12scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke-18/+18
2014-11-12scsi: document scsi_try_to_abort_cmdHannes Reinecke-3/+21
2014-11-12scsi: use shost argument in scsi_eh_prt_fail_statsHannes Reinecke-1/+1
2014-11-12scsi: fixup logging messages in scsi_error.cHannes Reinecke-42/+39
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke-43/+55
2014-11-12scsi: remove scsi_show_result()Hannes Reinecke-42/+28
2014-11-12scsi: separate out scsi_(host|driver)byte_string()Hannes Reinecke-14/+44
2014-11-12scsi: Remove scsi_print_command when calling abortHannes Reinecke-27/+11
2014-11-12scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke-29/+26
2014-11-12scsi: consolidate opcode lookup in scsi_opcode_sa_name()Hannes Reinecke-16/+23
2014-11-12scsi: merge print_opcode_name()Hannes Reinecke-60/+38
2014-11-12scsi: implement scsi_opcode_sa_nameHannes Reinecke-78/+53
2014-11-12scsi: remove scsi_print_status()Hannes Reinecke-35/+0
2014-11-12scsi: use 'bool' as return value for scsi_normalize_sense()Hannes Reinecke-9/+9
2014-11-12scsi: do not decode sense extrasHannes Reinecke-62/+0
2014-11-12scsi: stop decoding if scsi_normalize_sense() failsHannes Reinecke-18/+16
2014-11-1253c700: remove scsi_print_sense() usageHannes Reinecke-7/+2
2014-11-12fas216: update logging messagesHannes Reinecke-15/+11
2014-11-12fas216: return DID_ERROR for incomplete data transferHannes Reinecke-2/+1
2014-11-12acornscsi: use scsi_print_command()Hannes Reinecke-6/+6