aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hosts.c
AgeCommit message (Expand)Author
2018-02-16scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche
2017-09-05scsi: Remove Scsi_Host.uspace_req_qBart Van Assche
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-09-26scsi: Avoid that toggling use_blk_mq triggers a memory leakBart Van Assche
2016-08-25scsi: configure runtime pm before calling device_add in scsi_add_host_with_dmaHeiner Kallweit
2016-07-15scsi: remove the disable_blk_mq host flagChristoph Hellwig
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2016-02-23scsi: Use ida for host number managementLee Duncan
2016-02-19scsi: Drop runtime PM usage count after host is addedMika Westerberg
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley
2015-11-30Fix a memory leak in scsi_host_dev_release()Bart Van Assche
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig
2014-11-12scsi: fixup logging messages in scsi_error.cHannes Reinecke
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig
2014-07-17scsi: use dev_printk variants where possibleHannes Reinecke
2014-03-15[SCSI] scsi_error: disable eh_deadline if no host_reset_handler is setHannes Reinecke
2013-12-19[SCSI] Set the minimum valid value of 'eh_deadline' as 0Ren Mingxin
2013-12-19[SCSI] improved eh timeout handlerHannes Reinecke
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen
2013-10-25[SCSI] Add 'eh_deadline' to limit SCSI EH runtimeHannes Reinecke
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2012-07-20[SCSI] Fix device removal NULL pointer dereferenceBart Van Assche
2012-07-20[SCSI] properly initialize atomic_tJosh Hunt
2012-05-10[SCSI] fix oops in all legacy host adapters caused by 6f381faJames Bottomley
2011-10-30[SCSI] Make scsi_free_queue() kill pending SCSI commandsBart Van Assche
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen
2010-07-28[SCSI] implement runtime Power ManagementAlan Stern
2010-07-27[SCSI] scsi:hosts.c Fix warning: variable 'rval' set but not usedJustin P. Mattock
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26PM: Allow SCSI devices to suspend/resume asynchronouslyRafael J. Wysocki
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-12-04[SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objectsJames Bottomley
2009-11-26[SCSI] fix crash when disconnecting usb storageAlexey Kuznetsov
2009-06-21fix race that can give duplicate host numberJoe Eykholt
2009-03-12[SCSI] fix /proc memory leak in the SCSI coreAlan Stern
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-03[SCSI] scsi_host_lookup: error returns and NULL pointersJames Smart
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-07-12[SCSI] make struct scsi_{host,target}_type staticAdrian Bunk
2008-06-15[SCSI] scsi_host regression: fix scsi host leakMike Christie
2008-04-27[SCSI] fix SLUB WARN_ONJames Bottomley
2008-04-22[SCSI] use default attributes for scsi_hostHannes Reinecke
2008-04-22[SCSI] add scsi_host and scsi_target to scsi_busHannes Reinecke