summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_scan.c
Commit message (Expand)AuthorAgeFilesLines
* [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-071-1/+1
* [SCSI] Improve inquiry printingMatthew Wilcox2006-08-061-58/+8Star
* 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/+0Star
|/
* [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/+4Star
|/
* [SCSI] scsi: move target_destroy callMike Anderson2006-03-141-3/+2Star
* Merge ../linux-2.6James Bottomley2006-03-141-2/+14
|\
| * [SCSI] scsi: handle ->slave_configure return valueChristoph Hellwig2006-02-281-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-281-2/+13
* | [SCSI] fix scsi process problems and clean up the target reap issuesJames Bottomley2006-02-281-16/+33
* | [SCSI] Recognize missing LUNs for non-standard devicesAlan Stern2006-02-281-0/+13
* | [SCSI] fix uninitialized variable errorMatthew Wilcox2006-02-281-8/+3Star
* | [SCSI] Remove devfs support from the SCSI subsystemGreg KH2006-02-281-5/+1Star
* | [SCSI] SCSI core kmalloc2kzallocJes Sorensen2006-02-281-4/+2Star
|/
* [SCSI] fix wrong context bugs in SCSIJames Bottomley2006-02-141-22/+4Star
* [SCSI] remove target parent limitiationChristoph Hellwig2006-01-141-14/+2Star
* [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-051-1/+1
|\
| * [SCSI] Mark some core scsi data structures constArjan van de Ven2005-12-141-1/+1
* | [PATCH] Fix Fibre Channel boot oopsJames Bottomley2005-12-261-1/+2
* | [SCSI] fix scsi_reap_target() device_del from atomic contextJames Bottomley2005-12-171-10/+38
|/
* [PATCH] Fix SCSI scanning slab corruptionBrian King2005-12-121-3/+0Star
* [SCSI] remove Scsi_Device typedefChristoph Hellwig2005-11-091-23/+23
* [SCSI] Fix refcount leak in scsi_report_lun_scanAlan Stern2005-11-081-3/+5
* [SCSI] use {sdev,scmd,starget,shost}_printk in generic codeJeff Garzik2005-10-291-8/+9
* [SCSI] kill unused scsi_scan_single_target()Jeff Garzik2005-10-291-13/+0Star
* [SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley2005-10-281-4/+3Star
* [SCSI] allow REPORT LUN scanning even for LUN 0 PQ of 3James Bottomley2005-09-251-49/+47Star
* [SCSI] SCSI scanning and removal fixesAlan Stern2005-09-181-13/+7Star