aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-20[SCSI] async: make async_synchronize_full() flush all work regardless of domainDan Williams1-0/+1
2012-07-20[SCSI] async: introduce 'async_domain' typeDan Williams1-1/+2
2012-06-07[SCSI] Fix sd_probe_domain config problemJames Bottomley1-3/+1
2012-05-17[SCSI] sd: limit the scope of the async probe domainDan Williams1-0/+6
2012-02-19[SCSI] Handle disk devices which can not process medium access commandsMartin K. Petersen1-6/+0
2010-11-16SCSI host lock push-downJeff Garzik1-13/+5
2010-09-16[SCSI] Fix VPD inquiry page wrapperMartin K. Petersen1-2/+2
2010-04-30[SCSI] add scsi trace core functions and put trace pointsKei Tokunaga1-0/+6
2010-03-01scsi.c: add missing kernel-doc notation for new VPD parametersRandy Dunlap1-0/+2
2010-01-18[SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()James Bottomley1-28/+12
2009-12-04[SCSI] add queue_depth ramp up codeVasu Dev1-2/+8
2009-10-02[SCSI] Fix protection scsi_data_buffer leakMartin K. Petersen1-4/+7
2009-08-22[SCSI] fix bugs in scsi_vpd_inquiry()James Bottomley1-6/+7
2009-06-08[SCSI] fix documentation for two functionsBartlomiej Zolnierkiewicz1-2/+2
2009-04-03[SCSI] use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-3/+1
2009-03-12[SCSI] Add VPD helperMatthew Wilcox1-0/+104
2009-01-13[SCSI] Skip deleted devices in __scsi_device_lookup_by_target()Hannes Reinecke1-1/+4
2009-01-02[SCSI] remove severly outdated comment in scsi_dispatch_cmdChristoph Hellwig1-4/+0
2008-10-13[SCSI] Add helper code so transport classes/driver can control queueing (v3)Mike Christie1-2/+8
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-6/+7
2008-10-09block: unify request timeout handlingJens Axboe1-75/+17