summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2014-11-12scsi: remove scsi_show_result()Hannes Reinecke3-42/+28
2014-11-12scsi: separate out scsi_(host|driver)byte_string()Hannes Reinecke1-14/+44
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 Reinecke4-29/+26
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 Reinecke1-35/+0
2014-11-12scsi: use 'bool' as return value for scsi_normalize_sense()Hannes Reinecke2-9/+9
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 Reinecke14-83/+89
2014-11-12scsi: introduce sdev_prefix_printk()Hannes Reinecke5-11/+8
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 Reinecke1-14/+0
2014-11-12st: add a debug_flag module parameter requestLaurence Oberman1-1/+15
2014-11-12scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlDouglas Gilbert3-13/+34
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-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-10-28libcxgbi : support ipv6 address host_paramAnish Bhatt2-10/+37
2014-10-28scsi: set REQ_QUEUE for the blk-mq caseChristoph Hellwig1-0/+5
2014-10-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds3-31/+27
2014-10-21Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds5-7/+7
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh5-7/+7
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds14-354/+187
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-17/+25
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-139/+11
2014-10-15cxgb4i : Fix -Wmaybe-uninitialized warning.Anish Bhatt1-1/+1
2014-10-15cxgb4i: Remove duplicate call to dst_neigh_lookup()Anish Bhatt1-5/+0
2014-10-15cxgb4i : Fix -Wunused-function warningAnish Bhatt2-0/+10
2014-10-15cxgb4i : Remove duplicated CLIP handling codeAnish Bhatt1-133/+0
2014-10-15virtio_scsi: drop scan callbackMichael S. Tsirkin1-16/+7
2014-10-15virtio_scsi: fix race on device removalMichael S. Tsirkin1-1/+10
2014-10-15virito_scsi: use freezable WQ for eventsPaolo Bonzini1-1/+1
2014-10-15virtio_scsi: enable VQs early on restoreMichael S. Tsirkin1-0/+2
2014-10-15virtio_scsi: move kick event out from virtscsi_initMichael S. Tsirkin1-5/+11