summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi.c
Commit message (Expand)AuthorAge
* scsi: default to scsi-mqChristoph Hellwig2017-06-27
* scsi: Only add commands to the device command list if required by the LLDBart Van Assche2017-06-12
* scsi: Skip deleted devices in __scsi_device_lookupZhou Zhengping2017-05-08
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-31
* scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig2017-01-27
* scsi: remove scsi_cmd_dma_poolChristoph Hellwig2017-01-27
* scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig2017-01-27
* scsi: remove gfp_flags member in scsi_host_cmd_poolChristoph Hellwig2017-01-27
* block: add code to track actual device queue depthJens Axboe2016-11-05
* scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche2016-09-26
* scsi: remove the disable_blk_mq host flagChristoph Hellwig2016-07-15
* scsi: Do not attach VPD to devices that don't support itHannes Reinecke2016-04-05
* scsi: rescan VPD attributesHannes Reinecke2015-11-30
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-09
* Move code that is used both by initiator and target driversBart Van Assche2015-06-01
* scsi: proper state checking and module refcount handling in scsi_device_getChristoph Hellwig2015-03-19
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-02-11
|\
| * scsi: Do not display buffer pointers in scsi_log_send()Hannes Reinecke2015-01-09
| * scsi: use per-cpu buffer for formatting scsi_print_result()Hannes Reinecke2015-01-09
* | scsi: always increment reference countRusty Russell2015-01-23
|/
* Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-18
|\
| * scsi: never drop to untagged mode during queue ramp downChristoph Hellwig2014-12-04
| * scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-04
* | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-08
|\ \ | |/
| * scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-24
* | scsi: move scsi_dispatch_cmd to scsi_lib.cChristoph Hellwig2014-11-24
|/
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-12
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-12
* scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-12
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-12
* scsi: simplify scsi_log_(send|completion)Hannes Reinecke2014-11-12
* scsi: use sdev as argument for sense code printingHannes Reinecke2014-11-12
* scsi: add a CONFIG_SCSI_MQ_DEFAULT optionChristoph Hellwig2014-10-01
* scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern2014-09-15
* [SCSI] save command pool address of Scsi_HostJuergen Gross2014-08-15
* scsi: use short driver name for per-driver cmd slab cachesJames Bottomley2014-07-29
* scsi: update scsi_device_typesChristoph Hellwig2014-07-25
* scsi: add support for a blk-mq based I/O path.Christoph Hellwig2014-07-25
* scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig2014-07-25
* scsi: convert host_busy to atomic_tChristoph Hellwig2014-07-25
* scsi: set ->scsi_done before calling scsi_dispatch_cmdChristoph Hellwig2014-07-25
* scsi: centralize command re-queueing in scsi_dispatch_fnChristoph Hellwig2014-07-25
* scsi: cleanup switch in scsi_adjust_queue_depthDouglas Gilbert2014-07-17
* scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig2014-07-17
* scsi: use dev_printk variants where possibleHannes Reinecke2014-07-17
* scsi: use 64-bit LUNsHannes Reinecke2014-07-17
* scsi: remove two cancel_delayed_work() calls from the mid-layerBart Van Assche2014-07-17
* Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-11
|\
| * scsi: async sd resumeDan Williams2014-04-10
* | [SCSI] add support for per-host cmd poolsChristoph Hellwig2014-03-27