aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-30scsi: rescan VPD attributesHannes Reinecke1-3/+17
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-24/+3
2015-06-01Move code that is used both by initiator and target driversBart Van Assche1-46/+0
2015-03-19scsi: proper state checking and module refcount handling in scsi_device_getChristoph Hellwig1-7/+13
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+2
2015-01-23scsi: always increment reference countRusty Russell1-10/+3
2015-01-09scsi: Do not display buffer pointers in scsi_log_send()Hannes Reinecke1-8/+1
2015-01-09scsi: use per-cpu buffer for formatting scsi_print_result()Hannes Reinecke1-1/+1
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-22/+0
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-26/+15
2014-12-04scsi: never drop to untagged mode during queue ramp downChristoph Hellwig1-6/+0
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-16/+0
2014-11-24scsi: move scsi_dispatch_cmd to scsi_lib.cChristoph Hellwig1-81/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-26/+15
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-20/+5
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-8/+4
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-11/+2
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-0/+20
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke1-37/+6
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke1-1/+1
2014-10-01scsi: add a CONFIG_SCSI_MQ_DEFAULT optionChristoph Hellwig1-0/+4
2014-09-15scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern1-6/+2
2014-08-15[SCSI] save command pool address of Scsi_HostJuergen Gross1-2/+10
2014-07-29scsi: use short driver name for per-driver cmd slab cachesJames Bottomley1-2/+2
2014-07-25scsi: update scsi_device_typesChristoph Hellwig1-0/+2
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig1-1/+4
2014-07-25scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig1-11/+10
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig1-1/+1
2014-07-25scsi: set ->scsi_done before calling scsi_dispatch_cmdChristoph Hellwig1-22/+1
2014-07-25scsi: centralize command re-queueing in scsi_dispatch_fnChristoph Hellwig1-23/+12
2014-07-17scsi: cleanup switch in scsi_adjust_queue_depthDouglas Gilbert1-4/+6
2014-07-17scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig1-7/+3
2014-07-17scsi: use dev_printk variants where possibleHannes Reinecke1-9/+9
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-4/+4
2014-07-17scsi: remove two cancel_delayed_work() calls from the mid-layerBart Van Assche1-1/+1
2014-04-11Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isciLinus Torvalds1-0/+9
2014-04-10scsi: async sd resumeDan Williams1-0/+9
2014-03-27[SCSI] add support for per-host cmd poolsChristoph Hellwig1-19/+77
2014-03-27[SCSI] simplify command allocation and freeing a bitChristoph Hellwig1-42/+25
2014-03-27[SCSI] megaraid: simplify internal command handlingChristoph Hellwig1-56/+0
2014-03-27[SCSI] Add EVPD page 0x83 and 0x80 to sysfsHannes Reinecke1-0/+87
2014-03-27[SCSI] Return VPD page length in scsi_vpd_inquiry()Hannes Reinecke1-8/+11
2014-03-15[SCSI] do not manipulate device reference counts in scsi_get/put_commandChristoph Hellwig1-25/+12
2014-03-15[SCSI] avoid useless free_list lock roundtripsChristoph Hellwig1-5/+6
2013-12-19[SCSI] Update documentationHannes Reinecke1-4/+2
2013-12-19[SCSI] improved eh timeout handlerHannes Reinecke1-0/+3
2013-10-25[SCSI] remove check for 'resetting'Hannes Reinecke1-28/+0
2013-08-02[SCSI] Don't attempt to send extended INQUIRY command if skip_vpd_pages is setMartin K. Petersen1-0/+3
2013-06-26[SCSI] sd: Update WRITE SAME heuristicsMartin K. Petersen1-4/+4
2012-11-13[SCSI] Add a report opcode helperMartin K. Petersen1-0/+45