aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_scan.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-151-39/+28
|\
| * [SCSI] Clean up scsi_add_lun a bitMatthew Wilcox2007-07-141-38/+26
| * [SCSI] zfcp: Report FCP LUN to SCSI midlayerChristof Schmitt2007-06-191-1/+2
* | [SCSI] fix CONFIG_SCSI_WAIT_SCAN=mHugh Dickins2007-05-301-0/+9
|/
* [SCSI] fix scsi_wait_scan build problemJames Bottomley2007-03-211-2/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-02-191-0/+14
|\
| * [SCSI] SCSI core: better initialization for sdev->scsi_levelAlan Stern2007-02-161-0/+1
| * [SCSI] scsi_scan.c: handle bad inquiry responsesAlan Stern2007-02-161-0/+13
* | Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-171-1/+1
|/
* Merge branch 'linus'James Bottomley2007-02-101-0/+6
|\
| * [SCSI] Fix scsi_add_device() for async scanningMatthew Wilcox2007-01-271-0/+6
* | Merge branch 'linus'James Bottomley2007-01-311-8/+25
|\ \ | |/
| * [SCSI] scsi_scan: fix report lun problems with CDROM or RBC devicesJames Bottomley2007-01-061-2/+16
| * [SCSI] Add missing completion to scsi_complete_async_scans()Matthew Wilcox2007-01-031-6/+9
* | [SCSI] scsi_scan message cosmetic errorKurt Garloff2007-01-131-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-061-6/+219
|\
| * [SCSI] Make scsi_scan_host work for drivers which find their own targetsMatthew Wilcox2006-11-221-7/+20
| * [SCSI] fix missing check for no scanningMatthew Wilcox2006-11-221-0/+3
| * [SCSI] Add Kconfig option for asynchronous SCSI scanningMatthew Wilcox2006-11-221-1/+7
| * Merge ../scsi-rc-fixes-2.6James Bottomley2006-11-221-4/+14
| |\
| * | [SCSI] Add ability to scan scsi busses asynchronouslyMatthew Wilcox2006-10-111-6/+197
* | | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-3/+4
| |/ |/|
* | [PATCH] SCSI core: always store >= 36 bytes of INQUIRY dataAlan Stern2006-11-131-4/+14
|/
* [SCSI] Fix refcount breakage with 'echo "1" > scan' when target already presentJames Bottomley2006-09-071-4/+16
* [SCSI] SCSI: sanitize INQUIRY stringsAlan Stern2006-09-021-3/+34