aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-24scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig4-16/+14
2014-11-24scsi: remove scsi_next_commandChristoph Hellwig2-15/+4
2014-11-24scsi: don't use scsi_next_command in scsi_reset_providerChristoph Hellwig1-8/+3
2014-11-12ufs: remove spurious scsi_set_tag_type callChristoph Hellwig1-1/+0
2014-11-12scsi: don't force tagged_supported in driversChristoph Hellwig6-29/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig57-260/+120
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig33-168/+86
2014-11-12scsi: remove use_blk_tcq Scsi_Host fieldChristoph Hellwig1-1/+0
2014-11-12mptfusion: don't change queue type in ->change_queue_depthChristoph Hellwig1-6/+1
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig19-311/+56
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig3-12/+0
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig11-81/+25
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig9-20/+22
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig19-228/+42
2014-11-12scsi: handle more device handler setup/teardown in common codeChristoph Hellwig6-167/+88
2014-11-12scsi: device handlers must have attach and detach methodsChristoph Hellwig1-12/+13
2014-11-12scsi: remove struct scsi_dh_devlistChristoph Hellwig4-12/+12
2014-11-12scsi: use container_of to get at device handler private dataChristoph Hellwig5-61/+37
2014-11-12scsi_dh: get module reference outside of device handlerChristoph Hellwig5-25/+22
2014-11-12scsi_dh_hp_sw: fix return value on failed allocationChristoph Hellwig1-1/+1
2014-11-12sd: disable discard_zeroes_data for UNMAPMartin K. Petersen1-4/+6
2014-11-12scsi: return EAGAIN when resetting a device under EHChristoph Hellwig1-1/+1
2014-11-12osst: call scsi_set_medium_removal directlyChristoph Hellwig1-7/+6
2014-11-12st: call scsi_set_medium_removal directlyChristoph Hellwig1-7/+6
2014-11-12sd: fix up ->compat_ioctlChristoph Hellwig1-20/+8
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig8-74/+49
2014-11-12scsi: refactor scsi_reset_provider handlingChristoph Hellwig4-117/+41
2014-11-12scsi: add support for multiple hardware queues in scsi_(host_)find_tagBart Van Assche1-8/+11
2014-11-12scsi: add support for multiple hardware queuesBart Van Assche2-1/+9
2014-11-12blk-mq: add blk_mq_unique_tag()Bart Van Assche3-0/+47
2014-11-12scsi: ratelimit I/O error messagesHannes Reinecke1-12/+20
2014-11-12scsi: correct return values for .eh_abort_handler implementationsHannes Reinecke6-18/+18
2014-11-12scsi: document scsi_try_to_abort_cmdHannes Reinecke1-3/+21
2014-11-12scsi: use shost argument in scsi_eh_prt_fail_statsHannes Reinecke1-1/+1
2014-11-12scsi: fixup logging messages in scsi_error.cHannes Reinecke2-42/+39
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke5-44/+57
2014-11-12scsi: remove scsi_show_result()Hannes Reinecke4-43/+28
2014-11-12scsi: separate out scsi_(host|driver)byte_string()Hannes Reinecke2-14/+46
2014-11-12scsi: Remove scsi_print_command when calling abortHannes Reinecke7-27/+11
2014-11-12scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke5-30/+27
2014-11-12scsi: consolidate opcode lookup in scsi_opcode_sa_name()Hannes Reinecke1-16/+23
2014-11-12scsi: merge print_opcode_name()Hannes Reinecke1-60/+38
2014-11-12scsi: implement scsi_opcode_sa_nameHannes Reinecke1-78/+53
2014-11-12scsi: remove scsi_print_status()Hannes Reinecke2-36/+0
2014-11-12scsi: use 'bool' as return value for scsi_normalize_sense()Hannes Reinecke3-16/+16
2014-11-12scsi: do not decode sense extrasHannes Reinecke1-62/+0
2014-11-12scsi: stop decoding if scsi_normalize_sense() failsHannes Reinecke1-18/+16
2014-11-1253c700: remove scsi_print_sense() usageHannes Reinecke1-7/+2
2014-11-12fas216: update logging messagesHannes Reinecke1-15/+11
2014-11-12fas216: return DID_ERROR for incomplete data transferHannes Reinecke1-2/+1