aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hosts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-25[SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori1-0/+4
2006-11-15[SCSI] kill scsi_assign_lockChristoph Hellwig1-2/+2
2006-08-31[SCSI] add shared tag map helpersJames Bottomley1-0/+3
2006-08-06[SCSI] scsi_queue_work() documented return value is incorrectMichael Reed1-1/+3
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig1-12/+0
2006-02-27[SCSI] SCSI core kmalloc2kzallocJes Sorensen1-2/+1
2006-01-12[SCSI] turn most scsi semaphores into mutexesArjan van de Ven1-4/+4
2006-01-06[BLOCK] update SCSI to use new blk_ordered for barriersTejun Heo1-9/+0
2005-11-04Merge by HandJames Bottomley1-5/+5
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley1-5/+5
2005-10-28[PATCH] gfp_t: drivers/scsiAl Viro1-1/+2
2005-10-02[SCSI] fix potential panic with proc on module removalJames Bottomley1-1/+1