aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_priv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-07scsi: dh: Remove scsi_dh_remove_device()Bart Van Assche1-1/+0
2017-12-07scsi: core: Introduce scsi_devinfo_key enumeration typeBart Van Assche1-6/+8
2017-11-16scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke1-7/+8
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25scsi: scsi_dh: suppress errors from unsupported devicesHannes Reinecke1-2/+2
2017-08-25scsi: Document which queue type a function is intended forBart Van Assche1-1/+1
2017-06-12scsi: Only add commands to the device command list if required by the LLDBart Van Assche1-0/+2
2017-06-12scsi: Introduce scsi_start_queue()Bart Van Assche1-0/+1
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke1-2/+1
2017-04-06scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke1-1/+1
2017-03-01scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche1-3/+0
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig1-7/+1
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig1-0/+5
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche1-0/+1
2016-08-31scsi: move function declarations to scsi_priv.hBaoyou Xie1-0/+2
2016-04-11scsi: disable automatic target scanHannes Reinecke1-1/+1
2015-12-02scsi_dh: move 'dh_state' sysfs attribute to generic codeHannes Reinecke1-2/+1
2015-10-27scsi_dh: fix use-after-free when removing scsi deviceJunichi Nomura1-0/+2
2015-08-28scsi_dh: integrate into the core SCSI codeChristoph Hellwig1-0/+9
2014-12-15SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-3/+2
2014-11-24scsi: move scsi_dispatch_cmd to scsi_lib.cChristoph Hellwig1-1/+0
2014-11-24scsi: remove scsi_next_commandChristoph Hellwig1-1/+0
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig1-0/+3
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-1/+1
2014-04-10scsi: async sd resumeDan Williams1-0/+2
2013-12-19[SCSI] improved eh timeout handlerHannes Reinecke1-0/+2
2012-07-20[SCSI] async: introduce 'async_domain' typeDan Williams1-1/+2
2012-07-20[SCSI] Change return type of scsi_queue_insert() into voidBart Van Assche1-1/+1
2012-07-20[SCSI] Fix device removal NULL pointer dereferenceBart Van Assche1-1/+0
2012-07-20[SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new stateMike Christie1-1/+3
2012-05-17[SCSI] sd: limit the scope of the async probe domainDan Williams1-0/+2
2012-02-18[SCSI] scsi_pm: Fix bug in the SCSI power management handlerAlan Stern1-0/+1
2011-12-15[SCSI] scsi_dh: code cleanup and remove the references to scsi_dev_infoMoger, Babu1-1/+0
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+2
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-1/+1
2011-01-24[SCSI] scsi_dh: Use scsi_devinfo functions to do matching of device_handler tables.Peter Jones1-0/+1
2011-01-24[SCSI] Add scsi_dev_info_list_del_keyed()Peter Jones1-0/+1
2010-08-06SCSI: remove fake "address-of" expressionAlan Stern1-2/+0
2010-07-28[SCSI] implement runtime Power ManagementAlan Stern1-1/+13
2010-07-28[SCSI] convert to the new PM frameworkAlan Stern1-0/+7
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-06-21sd, sr: fix Driver 'sd' needs updating messageHannes Reinecke1-1/+0
2009-06-21scsi_transport_spi: Blacklist Ultrium-3 tape for IU transfersJames Bottomley1-0/+1
2009-06-21enhance device info matching for multiple tablesJames Bottomley1-0/+15
2009-04-13PM/Hibernate: Wait for SCSI devices scan to complete during resumeRafael J. Wysocki1-3/+0
2008-10-13[SCSI] modify scsi to handle new fail fast flags.Mike Christie1-0/+1
2008-10-09block: unify request timeout handlingJens Axboe1-5/+2