summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-12acornscsi: use scsi_print_command()Hannes Reinecke1-6/+6
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke18-98/+107
2014-11-12scsi: introduce sdev_prefix_printk()Hannes Reinecke6-11/+17
2014-11-12aha152x: debug output update and whitespace cleanupHannes Reinecke1-770/+224
2014-11-12sd: remove scsi_print_sense() in sd_done()Hannes Reinecke1-1/+0
2014-11-12scsi: remove scsi_cmd_print_sense_hdr()Hannes Reinecke2-16/+0
2014-11-12enclosure: handle non-unique element descriptorsMarkus Stockhausen1-4/+40
2014-11-12st: add a debug_flag module parameter requestLaurence Oberman2-4/+20
2014-11-12scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlDouglas Gilbert5-14/+43
2014-11-12scsi: PC partition tables are little endianChristoph Hellwig1-2/+2
2014-11-12scsi: resolve some missing-field-initializers warningsMark Rustad1-1/+1
2014-11-12scsi: fix off-by-one LUN check in scsi_scan_host_selected()Mark Knibbs1-1/+1
2014-11-12scsi: fix trivial typos in scsi_scan.c commentMark Knibbs1-2/+2
2014-11-10bnx2fc: fix tgt spinlock lockingMaurizio Lombardi2-11/+10
2014-11-10megaraid_sas: fix bug in handling return value of pci_enable_msix_range()Jiang Liu1-1/+1
2014-11-10cxgb4i: send abort_rpl correctlyAnish Bhatt2-16/+17
2014-11-10cxgbi: add maintainer for cxgb3i/cxgb4iAnish Bhatt1-0/+14
2014-11-10scsi: TUR path is down after adapter gets reset with multipathwenxiong@linux.vnet.ibm.com1-0/+7
2014-11-10scsi: call device handler for failed TUR commandChristoph Hellwig1-8/+8
2014-11-10scsi: only re-lock door after EH on devices that were resetChristoph Hellwig1-1/+3
2014-11-10Linux 3.18-rc4v3.18-rc4Linus Torvalds1-1/+1
2014-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-3/+27
2014-11-10Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds9-90/+160