summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: add a CONFIG_SCSI_MQ_DEFAULT optionChristoph Hellwig2014-10-011-0/+4
* scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern2014-09-151-6/+2
* [SCSI] save command pool address of Scsi_HostJuergen Gross2014-08-151-2/+10
* scsi: use short driver name for per-driver cmd slab cachesJames Bottomley2014-07-291-2/+2
* scsi: update scsi_device_typesChristoph Hellwig2014-07-251-0/+2
* scsi: add support for a blk-mq based I/O path.Christoph Hellwig2014-07-251-1/+4
* scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig2014-07-251-11/+10
* scsi: convert host_busy to atomic_tChristoph Hellwig2014-07-251-1/+1
* scsi: set ->scsi_done before calling scsi_dispatch_cmdChristoph Hellwig2014-07-251-22/+1
* scsi: centralize command re-queueing in scsi_dispatch_fnChristoph Hellwig2014-07-251-23/+12
* scsi: cleanup switch in scsi_adjust_queue_depthDouglas Gilbert2014-07-171-4/+6
* scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig2014-07-171-7/+3
* scsi: use dev_printk variants where possibleHannes Reinecke2014-07-171-9/+9
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-4/+4
* scsi: remove two cancel_delayed_work() calls from the mid-layerBart Van Assche2014-07-171-1/+1
* Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-111-0/+9
|\
| * scsi: async sd resumeDan Williams2014-04-101-0/+9
* | [SCSI] add support for per-host cmd poolsChristoph Hellwig2014-03-271-19/+77
* | [SCSI] simplify command allocation and freeing a bitChristoph Hellwig2014-03-271-42/+25
* | [SCSI] megaraid: simplify internal command handlingChristoph Hellwig2014-03-271-56/+0
* | [SCSI] Add EVPD page 0x83 and 0x80 to sysfsHannes Reinecke2014-03-271-0/+87
* | [SCSI] Return VPD page length in scsi_vpd_inquiry()Hannes Reinecke2014-03-271-8/+11
* | [SCSI] do not manipulate device reference counts in scsi_get/put_commandChristoph Hellwig2014-03-151-25/+12
* | [SCSI] avoid useless free_list lock roundtripsChristoph Hellwig2014-03-151-5/+6
|/
* [SCSI] Update documentationHannes Reinecke2013-12-191-4/+2
* [SCSI] improved eh timeout handlerHannes Reinecke2013-12-191-0/+3
* [SCSI] remove check for 'resetting'Hannes Reinecke2013-10-251-28/+0
* [SCSI] Don't attempt to send extended INQUIRY command if skip_vpd_pages is setMartin K. Petersen2013-08-021-0/+3
* [SCSI] sd: Update WRITE SAME heuristicsMartin K. Petersen2013-06-261-4/+4
* [SCSI] Add a report opcode helperMartin K. Petersen2012-11-131-0/+45
* [SCSI] async: make async_synchronize_full() flush all work regardless of domainDan Williams2012-07-201-0/+1
* [SCSI] async: introduce 'async_domain' typeDan Williams2012-07-201-1/+2
* [SCSI] Fix sd_probe_domain config problemJames Bottomley2012-06-071-3/+1
* [SCSI] sd: limit the scope of the async probe domainDan Williams2012-05-171-0/+6
* [SCSI] Handle disk devices which can not process medium access commandsMartin K. Petersen2012-02-191-6/+0
* SCSI host lock push-downJeff Garzik2010-11-161-13/+5
* [SCSI] Fix VPD inquiry page wrapperMartin K. Petersen2010-09-161-2/+2
* [SCSI] add scsi trace core functions and put trace pointsKei Tokunaga2010-04-301-0/+6
* scsi.c: add missing kernel-doc notation for new VPD parametersRandy Dunlap2010-03-011-0/+2
* [SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()James Bottomley2010-01-181-28/+12
* [SCSI] add queue_depth ramp up codeVasu Dev2009-12-041-2/+8
* [SCSI] Fix protection scsi_data_buffer leakMartin K. Petersen2009-10-021-4/+7
* [SCSI] fix bugs in scsi_vpd_inquiry()James Bottomley2009-08-221-6/+7
* [SCSI] fix documentation for two functionsBartlomiej Zolnierkiewicz2009-06-081-2/+2
* [SCSI] use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2009-04-031-3/+1
* [SCSI] Add VPD helperMatthew Wilcox2009-03-121-0/+104
* [SCSI] Skip deleted devices in __scsi_device_lookup_by_target()Hannes Reinecke2009-01-131-1/+4
* [SCSI] remove severly outdated comment in scsi_dispatch_cmdChristoph Hellwig2009-01-021-4/+0
* [SCSI] Add helper code so transport classes/driver can control queueing (v3)Mike Christie2008-10-131-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-101-6/+7
|\