aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_scan.c
Commit message (Expand)AuthorAgeFilesLines
* SCSI: Fix 'Device not ready' issue on mpt2sasJames Bottomley2012-09-141-0/+10
* SCSI: fix hot unplug vs async scan raceDan Williams2012-08-091-0/+3
* scsi_scan: Fix 'Poison overwritten' warning caused by using freed 'shost'Huajun Li2012-02-291-2/+2
* fix WARNING: at drivers/scsi/scsi_lib.c:1704James Bottomley2011-11-261-5/+1
* Fix block queue and elevator memory leak in scsi_alloc_sdevAnton Blanchard2011-11-111-0/+1
* [SCSI] Fix oops caused by queue refcounting failureJames Bottomley2011-06-021-1/+1
* scsi: remove performance regression due to async queue runJens Axboe2011-05-171-0/+2
* driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-221-2/+0
* [SCSI] implement runtime Power ManagementAlan Stern2010-07-281-4/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-05-271-4/+5
|\
| * [SCSI] fix race in scsi_target_reapAlan Stern2010-05-251-4/+5
* | scsi_scan.c: fix/convert functions to use kernel-docRandy Dunlap2010-05-241-17/+9
|/
* [SCSI] don't kfree an initialized struct deviceAlan Stern2010-04-111-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-03-011-1/+1
|\
| * block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* | [SCSI] fix refcounting bug in scsi_get_host_devAlan Stern2010-02-181-3/+2
* | [SCSI] fix memory leak in scsi_report_lun_scanAlan Stern2010-02-181-1/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-12-091-0/+3
|\
| * [SCSI] add queue_depth ramp up codeVasu Dev2009-12-041-0/+3
* | [SCSI] fix async scan add/remove race resulting in an oopsJames Bottomley2009-11-261-14/+4
|/
* [SCSI] fix memory leak in initializationJames Bottomley2009-10-131-0/+2
* [SCSI] Increase default timeout for INQUIRYAlan Stern2009-05-201-2/+2
* [SCSI] initialize max_target_blocked in scsi_alloc_targetEdward Goggin2009-05-141-0/+1
* driver synchronization: make scsi_wait_scan more advancedArjan van de Ven2009-04-211-2/+0
* [SCSI] add OSD_TYPEBoaz Harrosh2009-03-121-0/+1
* [SCSI] scsi_scan: add missing interim SDEV_DEL state if slave_alloc failsJames Smart2009-02-101-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-01-081-4/+3
|\
| * [SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-021-4/+3
* | fastboot: make scsi probes asynchronousArjan van de Ven2009-01-071-0/+3
|/
* [SCSI] retry with missing data for INQUIRYFUJITA Tomonori2008-12-291-1/+11
* [SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori2008-12-291-3/+4
* [SCSI] Add helper code so transport classes/driver can control queueing (v3)Mike Christie2008-10-131-0/+1
* [SCSI] Update the SCSI state model to allow blocking in the created stateJames Bottomley2008-10-031-2/+14
* [SCSI] add inline functions for recognising created and blocked statesJames Bottomley2008-10-031-2/+2
* [SCSI] fix check of PQ and PDT bits for WLUNsJames Bottomley2008-08-291-1/+2
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-6/+6
* [SCSI] scsi_scan.c: Release mutex in error handling codeJulia Lawall2008-07-261-0/+1
* [SCSI] make struct scsi_{host,target}_type staticAdrian Bunk2008-07-121-1/+1
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* [SCSI] rework scsi_target allocationJames Bottomley2008-04-221-38/+34
* [SCSI] add scsi_host and scsi_target to scsi_busHannes Reinecke2008-04-221-2/+10
* docbook: fix scsi source fileRandy Dunlap2008-03-031-2/+1
* [SCSI] add missing transport configure points for target and hostJames Bottomley2008-01-231-0/+2
* [SCSI] move single_lun flag from scsi_device to scsi_targetTony Battersby2008-01-111-1/+1
* [SCSI] Add Documentation and integrate into docbook buildRob Landley2008-01-111-12/+20
* SCSI: add asynchronous event notification APIJeff Garzik2007-11-031-0/+3
* [SCSI] scsi_scan: Cope with kthread_run failingMatthew Wilcox2007-10-121-1/+4
* [SCSI] Fix signness of parameters in scsi moduleMasatake YAMATO2007-10-121-3/+3
* [SCSI] Fix async scanning double-add problemsMatthew Wilcox2007-10-121-10/+27