aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-28[PATCH] Add a scsi_device flag for RETRY_HWERRORAlan Stern1-0/+3
2005-03-15[PATCH] target code updates to support scanned targetsAndrew Vasquez1-1/+1
2005-03-03SCSI: revamp target scanning routinesJames Bottomley1-61/+205
2005-01-17move the SCSI transport classes over to the generic transport classJames Bottomley1-18/+6
2004-11-25fixup dynamic scan aids EXPORT_SYMBOL mismergeJames Bottomley1-1/+2
2004-11-25scsi: LLDD dynamic scan aidsJames Bottomley1-0/+13
2004-11-25[PATCH] kill scsi_syms.cAdrian Bunk1-0/+5
2004-11-16SCSI: descriptor sense format, mid-levelDouglas Gilbert1-12/+21
2004-11-16SCSI: Add transport destructorsJames Bottomley1-6/+13
2004-10-24[PATCH] SCSI core: Fix refcounting errorAlan Stern1-2/+1
2004-10-18Merge titanic.il.steeleye.com:/home/jejb/BK/scsi-target-2.6James Bottomley1-81/+90
2004-10-15[PATCH] Let LLD specify INQUIRY lengthAlan Stern1-81/+90
2004-10-05add device_configure to the transport classesJames Bottomley1-1/+4
2004-10-05Merge titanic.il.steeleye.com:/home/jejb/BK/scsi-misc-2.6James Bottomley1-3/+21
2004-10-05ncr53c8xx: move driver local quirks up to scsi blacklistJames Bottomley1-0/+7
2004-09-20[PATCH] Allow LLDD's to fail slave alloc (non-existent slave)James Smart1-2/+12
2004-09-16scsi: add blacklist attribute indicating no ULD attachJames Bottomley1-1/+2
2004-09-09Add host and target transport class abstractionsJames Bottomley1-40/+15
2004-09-09Add scsi_target abstraction and place it in sysfsJames Bottomley1-61/+9
2004-08-24[PATCH] I2O: add functionality to scsi_add_device to presetAndrew Morton1-11/+14
2004-06-26[PATCH] PATCH: (as333) BLIST flag for non-lockable devicesAlan Stern1-0/+3
2004-06-19[PATCH] switch scsi core and sd to <scsi/*.h> headersChristoph Hellwig1-1/+3
2004-06-15[PATCH] clean up SCSI_TIMEOUT usageChristoph Hellwig1-0/+5
2004-05-21SCSI: make inquiry timeout tuneableJames Bottomley1-2/+9
2004-05-21SCSI: make SCSI REPORT LUNS the defaultJames Bottomley1-9/+8
2004-05-19SCSI: fix Stack overflow when lldd returns SCSI_MLQUEUE_DEVICE_BUSYJames Bottomley1-4/+5
2004-05-03[PATCH] PATCH: (as255) Handle Unit Attention during INQUIRY betterAlan Stern1-7/+13
2004-04-24[PATCH] scsi: don't attach device if PQ indicates not connectedKurt Garloff1-10/+5
2004-03-16MergeJames Bottomley1-0/+3
2004-03-16[PATCH] Add 192 byte MODE SENSE flagPatrick Mansfield1-0/+3
2004-03-16[PATCH] Fix error handler offline behaviourJames Bottomley1-2/+1
2004-03-13[PATCH] Add Domain Validation to the SPI transport classJames Bottomley1-0/+4
2004-03-04Add SCSI transport attributesJames Bottomley1-2/+22
2004-01-10[PATCH] Call slave_destroy in scsi_alloc_sdev error pathMartin Hicks1-1/+4
2003-11-22Updated state model for SCSI devicesJames Bottomley1-0/+1
2003-11-21[PATCH] scsi device ref count (update)Mike Anderson1-34/+29
2003-11-18[PATCH] fix scsi_report_lun_scan bugAndrew Morton1-2/+2
2003-11-15[PATCH] scsi_device refcounting and list lockdownChristoph Hellwig1-20/+32
2003-10-16[PATCH] SCSI: limit mode sense usagePatrick Mansfield1-4/+13
2003-10-16[PATCH] fix oops caused when writing to the rescan attributeMike Christie1-1/+5
2003-09-25[PATCH] change sdev.access_count to an atomic_tChristoph Hellwig1-0/+1
2003-09-12[PATCH] serialize bus scanningAnton Blanchard1-11/+4
2003-08-25[PATCH] give scsi_allocate_request a gfp_maskChristoph Hellwig1-2/+2
2003-08-25[PATCH] serialize bus scanningChristoph Hellwig1-0/+14
2003-08-16MergeJames Bottomley1-38/+88
2003-08-14Remove usage of struct device.name from scsi coreGreg Kroah-Hartman1-20/+0
2003-08-14[PATCH] add sysfs attributes to scan and delete scsi_devicesPatrick Mansfield1-38/+88
2003-08-02Merge hch/andmike changesJames Bottomley1-2/+0
2003-08-02[PATCH] scsi host / scsi device ref counting take 2 [3/3]Mike Anderson1-2/+2
2003-08-01[PATCH] scsi_remove_device simplificationsChristoph Hellwig1-6/+0