summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_scan.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* | [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/+0
* [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-281-8/+9
* [SCSI] kill unused scsi_scan_single_target()Jeff Garzik2005-10-281-13/+0
* [SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley2005-10-281-4/+3
* [SCSI] allow REPORT LUN scanning even for LUN 0 PQ of 3James Bottomley2005-09-251-49/+47
* [SCSI] SCSI scanning and removal fixesAlan Stern2005-09-181-13/+7
* [SCSI] Alter the scsi_add_device() API to conform to what users expectJames Bottomley2005-09-101-0/+13
* [SCSI] Fix module removal/device add raceAlan Stern2005-09-101-2/+6
* [SCSI] add missing scan mutex to scsi_scan_target()Alan Stern2005-09-091-27/+40
* [SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API)James Bottomley2005-08-281-9/+4
* Merge HEAD from ../scsi-misc-2.6-tmp James Bottomley2005-08-281-7/+14
|\
| * [SCSI] host state model update: mediate host add/remove raceMike Anderson2005-07-301-7/+14
* | [SCSI] use scatter lists for all block pc requests and simplify hw handlersJames Bottomley2005-08-281-63/+49
* | [SCSI] fix target scanning oops with fc transport classJames.Smart@Emulex.Com2005-08-081-1/+15
|/