aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_scan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SCSI] Don't add scsi_device for devices that return PQ=1, PDT=0x1fdave wysochanski2006-08-191-4/+19
* [SCSI] fix up short inquiry printingJames Bottomley2006-08-061-1/+1
* [SCSI] Improve inquiry printingMatthew Wilcox2006-08-061-58/+8
* Merge ../scsi-misc-2.6James Bottomley2006-07-031-0/+1
|\
| * [SCSI] scsi: Device scanning oops for offlined devices (resend)Brian King2006-06-281-0/+1
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
|/
* [SCSI] remove scsi_request infrastructureChristoph Hellwig2006-06-101-1/+1
* [SCSI] Return -EINVAL when "id == max_id" in scsi_scan_host_selected()Amit Arora2006-05-281-1/+1
* [SCSI] scsi_scan.c: fix compile warningsakpm@osdl.org2006-04-151-6/+13
* Merge ../scsi-rc-fixes-2.6James Bottomley2006-04-141-4/+15
|\
| * [SCSI] add SCSI_UNKNOWN and LUN transfer limit restrictionsJames Bottomley2006-04-131-4/+15
* | [SCSI] BLIST_ATTACH_PQ3 flagsKurt Garloff2006-04-141-1/+1
* | [SCSI] Better log messages for PQ3 devsKurt Garloff2006-04-141-3/+35
* | [SCSI] Try LUN 1 and use bflagsKurt Garloff2006-04-141-13/+4
|/
* [SCSI] scsi: move target_destroy callMike Anderson2006-03-141-3/+2
* Merge ../linux-2.6James Bottomley2006-03-141-2/+14
|\
| * [SCSI] scsi: handle ->slave_configure return valueChristoph Hellwig2006-02-271-2/+14
* | [SCSI] fix two leaks in scsi_alloc_sdev failure pathsDave Jones2006-03-121-0/+1
* | [SCSI] scsi: Handle device_add failure in scsi_alloc_targetBrian King2006-02-271-2/+13
* | [SCSI] fix scsi process problems and clean up the target reap issuesJames Bottomley2006-02-271-16/+33
* | [SCSI] Recognize missing LUNs for non-standard devicesAlan Stern2006-02-271-0/+13
* | [SCSI] fix uninitialized variable errorMatthew Wilcox2006-02-271-8/+3
* | [SCSI] Remove devfs support from the SCSI subsystemGreg KH2006-02-271-5/+1
* | [SCSI] SCSI core kmalloc2kzallocJes Sorensen2006-02-271-4/+2
|/
* [SCSI] fix wrong context bugs in SCSIJames Bottomley2006-02-141-22/+4
* [SCSI] remove target parent limitiationChristoph Hellwig2006-01-141-14/+2
* [SCSI] turn most scsi semaphores into mutexesArjan van de Ven2006-01-121-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-01-041-1/+1
|\
| * [SCSI] Mark some core scsi data structures constArjan van de Ven2005-12-131-1/+1
* | [PATCH] Fix Fibre Channel boot oopsJames Bottomley2005-12-261-1/+2