summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi.c
AgeCommit message (Expand)Author
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche
2016-07-15scsi: remove the disable_blk_mq host flagChristoph Hellwig
2016-04-05scsi: Do not attach VPD to devices that don't support itHannes Reinecke
2015-11-30scsi: rescan VPD attributesHannes Reinecke
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig
2015-06-01Move code that is used both by initiator and target driversBart Van Assche
2015-03-19scsi: proper state checking and module refcount handling in scsi_device_getChristoph Hellwig
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-01-23scsi: always increment reference countRusty Russell
2015-01-09scsi: Do not display buffer pointers in scsi_log_send()Hannes Reinecke
2015-01-09scsi: use per-cpu buffer for formatting scsi_print_result()Hannes Reinecke
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley
2014-12-04scsi: never drop to untagged mode during queue ramp downChristoph Hellwig
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig
2014-11-24scsi: move scsi_dispatch_cmd to scsi_lib.cChristoph Hellwig
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke
2014-10-01scsi: add a CONFIG_SCSI_MQ_DEFAULT optionChristoph Hellwig
2014-09-15scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern
2014-08-15[SCSI] save command pool address of Scsi_HostJuergen Gross
2014-07-29scsi: use short driver name for per-driver cmd slab cachesJames Bottomley
2014-07-25scsi: update scsi_device_typesChristoph Hellwig
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig
2014-07-25scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig
2014-07-25scsi: set ->scsi_done before calling scsi_dispatch_cmdChristoph Hellwig
2014-07-25scsi: centralize command re-queueing in scsi_dispatch_fnChristoph Hellwig
2014-07-17scsi: cleanup switch in scsi_adjust_queue_depthDouglas Gilbert
2014-07-17scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig
2014-07-17scsi: use dev_printk variants where possibleHannes Reinecke
2014-07-17scsi: use 64-bit LUNsHannes Reinecke
2014-07-17scsi: remove two cancel_delayed_work() calls from the mid-layerBart Van Assche
2014-04-11Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-10scsi: async sd resumeDan Williams
2014-03-27[SCSI] add support for per-host cmd poolsChristoph Hellwig
2014-03-27[SCSI] simplify command allocation and freeing a bitChristoph Hellwig
2014-03-27[SCSI] megaraid: simplify internal command handlingChristoph Hellwig
2014-03-27[SCSI] Add EVPD page 0x83 and 0x80 to sysfsHannes Reinecke
2014-03-27[SCSI] Return VPD page length in scsi_vpd_inquiry()Hannes Reinecke
2014-03-15[SCSI] do not manipulate device reference counts in scsi_get/put_commandChristoph Hellwig
2014-03-15[SCSI] avoid useless free_list lock roundtripsChristoph Hellwig
2013-12-19[SCSI] Update documentationHannes Reinecke
2013-12-19[SCSI] improved eh timeout handlerHannes Reinecke
2013-10-25[SCSI] remove check for 'resetting'Hannes Reinecke