aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hosts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig1-1/+0
2014-11-12scsi: fixup logging messages in scsi_error.cHannes Reinecke1-2/+2
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig1-5/+30
2014-07-17scsi: use dev_printk variants where possibleHannes Reinecke1-7/+8
2014-03-15[SCSI] scsi_error: disable eh_deadline if no host_reset_handler is setHannes Reinecke1-1/+1
2013-12-19[SCSI] Set the minimum valid value of 'eh_deadline' as 0Ren Mingxin1-4/+13
2013-12-19[SCSI] improved eh timeout handlerHannes Reinecke1-1/+13
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-10-25[SCSI] Add 'eh_deadline' to limit SCSI EH runtimeHannes Reinecke1-0/+7
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-2/+2
2012-07-20[SCSI] Fix device removal NULL pointer dereferenceBart Van Assche1-3/+4
2012-07-20[SCSI] properly initialize atomic_tJosh Hunt1-1/+1
2012-05-10[SCSI] fix oops in all legacy host adapters caused by 6f381faJames Bottomley1-0/+3
2011-10-30[SCSI] Make scsi_free_queue() kill pending SCSI commandsBart Van Assche1-3/+6
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-2/+0
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers1-2/+0
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-0/+1
2010-07-28[SCSI] implement runtime Power ManagementAlan Stern1-2/+8
2010-07-27[SCSI] scsi:hosts.c Fix warning: variable 'rval' set but not usedJustin P. Mattock1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26PM: Allow SCSI devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+4
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+10
2009-12-04[SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objectsJames Bottomley1-3/+10
2009-11-26[SCSI] fix crash when disconnecting usb storageAlexey Kuznetsov1-1/+1
2009-06-21fix race that can give duplicate host numberJoe Eykholt1-2/+6
2009-03-12[SCSI] fix /proc memory leak in the SCSI coreAlan Stern1-1/+2
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+2
2008-10-03[SCSI] scsi_host_lookup: error returns and NULL pointersJames Smart1-1/+1
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers1-2/+2
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman1-1/+2
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2008-07-12[SCSI] make struct scsi_{host,target}_type staticAdrian Bunk1-1/+1
2008-06-15[SCSI] scsi_host regression: fix scsi host leakMike Christie1-2/+7
2008-04-27[SCSI] fix SLUB WARN_ONJames Bottomley1-8/+8
2008-04-22[SCSI] use default attributes for scsi_hostHannes Reinecke1-0/+1
2008-04-22[SCSI] add scsi_host and scsi_target to scsi_busHannes Reinecke1-2/+10
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-17/+17
2008-04-07[SCSI] hosts.c: removed one unneeded shost->active_mode assignmentDenis Cheng1-1/+0
2008-03-27[SCSI] hosts.c: fixes for "no error" reported after error scenariosJames Smart1-5/+11
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+1
2008-01-24scsi: use class iteration apiDave Young1-11/+13
2008-01-23[SCSI] don't use __GFP_DMA for sense buffers if not requiredJames Bottomley1-8/+1
2008-01-23[SCSI] use dynamically allocated sense bufferFUJITA Tomonori1-1/+8
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley1-3/+1
2007-10-17[SCSI] make supported_mode default to initiator.James Bottomley1-0/+6
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+1
2007-10-12[SCSI] add supported_mode and active_mode attributes to the hostFUJITA Tomonori1-0/+1
2007-08-01[SCSI] initialize shost_data to zeroFUJITA Tomonori1-1/+1
2007-04-27SCSI: use the proper semaphore to protect the class listsGreg Kroah-Hartman1-2/+2