aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_scan.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-02[SCSI] Fix oops caused by queue refcounting failureGravatar James Bottomley 1-1/+1
2011-05-17scsi: remove performance regression due to async queue runGravatar Jens Axboe 1-0/+2
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesGravatar Kay Sievers 1-2/+0
2010-07-28[SCSI] implement runtime Power ManagementGravatar Alan Stern 1-4/+20
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-4/+5
2010-05-25[SCSI] fix race in scsi_target_reapGravatar Alan Stern 1-4/+5
2010-05-24scsi_scan.c: fix/convert functions to use kernel-docGravatar Randy Dunlap 1-17/+9
2010-04-11[SCSI] don't kfree an initialized struct deviceGravatar Alan Stern 1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsGravatar Martin K. Petersen 1-1/+1
2010-02-18[SCSI] fix refcounting bug in scsi_get_host_devGravatar Alan Stern 1-3/+2
2010-02-18[SCSI] fix memory leak in scsi_report_lun_scanGravatar Alan Stern 1-1/+3
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-0/+3
2009-12-04[SCSI] add queue_depth ramp up codeGravatar Vasu Dev 1-0/+3
2009-11-26[SCSI] fix async scan add/remove race resulting in an oopsGravatar James Bottomley 1-14/+4
2009-10-13[SCSI] fix memory leak in initializationGravatar James Bottomley 1-0/+2
2009-05-20[SCSI] Increase default timeout for INQUIRYGravatar Alan Stern 1-2/+2
2009-05-14[SCSI] initialize max_target_blocked in scsi_alloc_targetGravatar Edward Goggin 1-0/+1
2009-04-21driver synchronization: make scsi_wait_scan more advancedGravatar Arjan van de Ven 1-2/+0
2009-03-12[SCSI] add OSD_TYPEGravatar Boaz Harrosh 1-0/+1
2009-02-10[SCSI] scsi_scan: add missing interim SDEV_DEL state if slave_alloc failsGravatar James Smart 1-0/+1
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-4/+3
2009-01-07fastboot: make scsi probes asynchronousGravatar Arjan van de Ven 1-0/+3
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-4/+3
2008-12-29[SCSI] retry with missing data for INQUIRYGravatar FUJITA Tomonori 1-1/+11
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqGravatar FUJITA Tomonori 1-3/+4
2008-10-13[SCSI] Add helper code so transport classes/driver can control queueing (v3)Gravatar Mike Christie 1-0/+1
2008-10-03[SCSI] Update the SCSI state model to allow blocking in the created stateGravatar James Bottomley 1-2/+14
2008-10-03[SCSI] add inline functions for recognising created and blocked statesGravatar James Bottomley 1-2/+2
2008-08-29[SCSI] fix check of PQ and PDT bits for WLUNsGravatar James Bottomley 1-1/+2
2008-07-27[SCSI] replace __FUNCTION__ with __func__Gravatar Harvey Harrison 1-6/+6
2008-07-26[SCSI] scsi_scan.c: Release mutex in error handling codeGravatar Julia Lawall 1-0/+1
2008-07-12[SCSI] make struct scsi_{host,target}_type staticGravatar Adrian Bunk 1-1/+1
2008-04-29Remove duplicated unlikely() in IS_ERR()Gravatar Hirofumi Nakagawa 1-1/+1
2008-04-22[SCSI] rework scsi_target allocationGravatar James Bottomley 1-38/+34
2008-04-22[SCSI] add scsi_host and scsi_target to scsi_busGravatar Hannes Reinecke 1-2/+10
2008-03-03docbook: fix scsi source fileGravatar Randy Dunlap 1-2/+1
2008-01-23[SCSI] add missing transport configure points for target and hostGravatar James Bottomley 1-0/+2
2008-01-11[SCSI] move single_lun flag from scsi_device to scsi_targetGravatar Tony Battersby 1-1/+1
2008-01-11[SCSI] Add Documentation and integrate into docbook buildGravatar Rob Landley 1-12/+20
2007-11-03SCSI: add asynchronous event notification APIGravatar Jeff Garzik 1-0/+3
2007-10-12[SCSI] scsi_scan: Cope with kthread_run failingGravatar Matthew Wilcox 1-1/+4
2007-10-12[SCSI] Fix signness of parameters in scsi moduleGravatar Masatake YAMATO 1-3/+3
2007-10-12[SCSI] Fix async scanning double-add problemsGravatar Matthew Wilcox 1-10/+27
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-39/+28
2007-07-14[SCSI] Clean up scsi_add_lun a bitGravatar Matthew Wilcox 1-38/+26
2007-06-19[SCSI] zfcp: Report FCP LUN to SCSI midlayerGravatar Christof Schmitt 1-1/+2
2007-05-30[SCSI] fix CONFIG_SCSI_WAIT_SCAN=mGravatar Hugh Dickins 1-0/+9
2007-03-21[SCSI] fix scsi_wait_scan build problemGravatar James Bottomley 1-2/+0