summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley2014-12-08137-3085/+1562
|\
| * scsi: set fmt to NULL scsi_extd_sense_format() by defaultDan Carpenter2014-12-021-0/+3
| * scsi: add SPC-3 command definitionsHannes Reinecke2014-11-244-9/+12
| * scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-2417-21/+20
| * scsi: remove scsi_driver owner fieldChristoph Hellwig2014-11-249-13/+11
| * scsi: move scsi_dispatch_cmd to scsi_lib.cChristoph Hellwig2014-11-243-82/+81
| * scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig2014-11-244-16/+14
| * scsi: remove scsi_next_commandChristoph Hellwig2014-11-242-15/+4
| * scsi: don't use scsi_next_command in scsi_reset_providerChristoph Hellwig2014-11-241-8/+3
| * 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
| * scsi: simplify scsi_log_(send|completion)Hannes Reinecke2014-11-125-44/+57
| * scsi: remove scsi_show_result()Hannes Reinecke2014-11-124-43/+28
| * scsi: separate out scsi_(host|driver)byte_string()Hannes Reinecke2014-11-122-14/+46
| * scsi: Remove scsi_print_command when calling abortHannes Reinecke2014-11-127-27/+11
| * scsi: repurpose the last argument from print_opcode_name()Hannes Reinecke2014-11-125-30/+27
| * scsi: consolidate opcode lookup in scsi_opcode_sa_name()Hannes Reinecke2014-11-121-16/+23
| * scsi: merge print_opcode_name()Hannes Reinecke2014-11-121-60/+38
| * scsi: implement scsi_opcode_sa_nameHannes Reinecke2014-11-121-78/+53
| * scsi: remove scsi_print_status()Hannes Reinecke2014-11-122-36/+0