summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hosts.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-071-4/+8
|\
| * scsi: configure runtime pm before calling device_add in scsi_add_host_with_dmaHeiner Kallweit2016-08-251-4/+8
* | scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche2016-09-261-0/+2
|/
* scsi: remove the disable_blk_mq host flagChristoph Hellwig2016-07-151-2/+0
* Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-03-181-0/+7
|\
| * scsi: Drop runtime PM usage count after host is addedMika Westerberg2016-02-191-0/+7
* | scsi: Use ida for host number managementLee Duncan2016-02-231-8/+14
|/
* Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-031-0/+11
|\
| * Fix a memory leak in scsi_host_dev_release()Bart Van Assche2015-11-301-0/+11
* | scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-0/+7
|/
* scsi: remove ordered_tag host template fieldChristoph Hellwig2014-11-121-1/+0
* scsi: fixup logging messages in scsi_error.cHannes Reinecke2014-11-121-2/+2
* scsi: add support for a blk-mq based I/O path.Christoph Hellwig2014-07-251-5/+30
* scsi: use dev_printk variants where possibleHannes Reinecke2014-07-171-7/+8
* [SCSI] scsi_error: disable eh_deadline if no host_reset_handler is setHannes Reinecke2014-03-151-1/+1
* [SCSI] Set the minimum valid value of 'eh_deadline' as 0Ren Mingxin2013-12-191-4/+13
* [SCSI] improved eh timeout handlerHannes Reinecke2013-12-191-1/+13
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-0/+1
* [SCSI] Add 'eh_deadline' to limit SCSI EH runtimeHannes Reinecke2013-10-251-0/+7
* driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-2/+2
* [SCSI] Fix device removal NULL pointer dereferenceBart Van Assche2012-07-201-3/+4
* [SCSI] properly initialize atomic_tJosh Hunt2012-07-201-1/+1
* [SCSI] fix oops in all legacy host adapters caused by 6f381faJames Bottomley2012-05-101-0/+3
* [SCSI] Make scsi_free_queue() kill pending SCSI commandsBart Van Assche2011-10-301-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-221-2/+0
|\
| * driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-221-2/+0
* | block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen2010-09-101-0/+1
|/
* [SCSI] implement runtime Power ManagementAlan Stern2010-07-281-2/+8
* [SCSI] scsi:hosts.c Fix warning: variable 'rval' set but not usedJustin P. Mattock2010-07-271-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* PM: Allow SCSI devices to suspend/resume asynchronouslyRafael J. Wysocki2010-02-261-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-12-091-3/+10
|\
| * [SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objectsJames Bottomley2009-12-041-3/+10
* | [SCSI] fix crash when disconnecting usb storageAlexey Kuznetsov2009-11-261-1/+1
|/
* fix race that can give duplicate host numberJoe Eykholt2009-06-211-2/+6
* [SCSI] fix /proc memory leak in the SCSI coreAlan Stern2009-03-121-1/+2
* [SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-021-4/+2
* [SCSI] scsi_host_lookup: error returns and NULL pointersJames Smart2008-10-031-1/+1
* driver core: remove KOBJ_NAME_LEN defineKay Sievers2008-07-211-2/+2
* Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman2008-07-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-151-1/+1
|\
| * [SCSI] make struct scsi_{host,target}_type staticAdrian Bunk2008-07-121-1/+1
* | [SCSI] scsi_host regression: fix scsi host leakMike Christie2008-06-151-2/+7
|/
* [SCSI] fix SLUB WARN_ONJames Bottomley2008-04-271-8/+8
* [SCSI] use default attributes for scsi_hostHannes Reinecke2008-04-221-0/+1
* [SCSI] add scsi_host and scsi_target to scsi_busHannes Reinecke2008-04-221-2/+10
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-17/+17
* [SCSI] hosts.c: removed one unneeded shost->active_mode assignmentDenis Cheng2008-04-071-1/+0
* [SCSI] hosts.c: fixes for "no error" reported after error scenariosJames Smart2008-03-271-5/+11
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0