aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hosts.c
Commit message (Expand)AuthorAgeFilesLines
* Make scsi_free_queue() kill pending SCSI commandsBart Van Assche2011-11-111-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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-251-3/+1
|\
| * [SCSI] don't use __GFP_DMA for sense buffers if not requiredJames Bottomley2008-01-231-8/+1
| * [SCSI] use dynamically allocated sense bufferFUJITA Tomonori2008-01-231-1/+8
| * [SCSI] Add Documentation and integrate into docbook buildRob Landley2008-01-111-3/+1
* | scsi: use class iteration apiDave Young2008-01-241-11/+13
|/
* [SCSI] make supported_mode default to initiator.James Bottomley2007-10-171-0/+6
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1
* [SCSI] add supported_mode and active_mode attributes to the hostFUJITA Tomonori2007-10-121-0/+1
* [SCSI] initialize shost_data to zeroFUJITA Tomonori2007-08-011-1/+1
* SCSI: use the proper semaphore to protect the class listsGreg Kroah-Hartman2007-04-271-2/+2
* [SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori2006-11-251-0/+4
* [SCSI] kill scsi_assign_lockChristoph Hellwig2006-11-151-2/+2
* [SCSI] add shared tag map helpersJames Bottomley2006-08-311-0/+3
* [SCSI] scsi_queue_work() documented return value is incorrectMichael Reed2006-08-061-1/+3
* [PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig2006-04-101-12/+0
* [SCSI] SCSI core kmalloc2kzallocJes Sorensen2006-02-271-2/+1
* [SCSI] turn most scsi semaphores into mutexesArjan van de Ven2006-01-121-4/+4
* [BLOCK] update SCSI to use new blk_ordered for barriersTejun Heo2006-01-061-9/+0
* Merge by HandJames Bottomley2005-11-041-5/+5
|\
| * [SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley2005-10-281-5/+5
* | Create platform_device.h to contain all the platform device details.Russell King2005-10-291-0/+1
|/
* [PATCH] gfp_t: drivers/scsiAl Viro2005-10-281-1/+2
* [SCSI] fix potential panic with proc on module removalJames Bottomley2005-10-021-1/+1