aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/hosts.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-27[SCSI] fix SLUB WARN_ONGravatar James Bottomley 1-8/+8
2008-04-22[SCSI] use default attributes for scsi_hostGravatar Hannes Reinecke 1-0/+1
2008-04-22[SCSI] add scsi_host and scsi_target to scsi_busGravatar Hannes Reinecke 1-2/+10
2008-04-19SCSI: convert struct class_device to struct deviceGravatar Tony Jones 1-17/+17
2008-04-07[SCSI] hosts.c: removed one unneeded shost->active_mode assignmentGravatar Denis Cheng 1-1/+0
2008-03-27[SCSI] hosts.c: fixes for "no error" reported after error scenariosGravatar James Smart 1-5/+11
2008-01-30[SCSI] remove use_sg_chainingGravatar James Bottomley 1-1/+0
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-3/+1
2008-01-24scsi: use class iteration apiGravatar Dave Young 1-11/+13
2008-01-23[SCSI] don't use __GFP_DMA for sense buffers if not requiredGravatar James Bottomley 1-8/+1
2008-01-23[SCSI] use dynamically allocated sense bufferGravatar FUJITA Tomonori 1-1/+8
2008-01-11[SCSI] Add Documentation and integrate into docbook buildGravatar Rob Landley 1-3/+1
2007-10-17[SCSI] make supported_mode default to initiator.Gravatar James Bottomley 1-0/+6
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateGravatar FUJITA Tomonori 1-0/+1
2007-10-12[SCSI] add supported_mode and active_mode attributes to the hostGravatar FUJITA Tomonori 1-0/+1
2007-08-01[SCSI] initialize shost_data to zeroGravatar FUJITA Tomonori 1-1/+1
2007-04-27SCSI: use the proper semaphore to protect the class listsGravatar Greg Kroah-Hartman 1-2/+2
2006-11-25[SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsGravatar FUJITA Tomonori 1-0/+4
2006-11-15[SCSI] kill scsi_assign_lockGravatar Christoph Hellwig 1-2/+2
2006-08-31[SCSI] add shared tag map helpersGravatar James Bottomley 1-0/+3
2006-08-06[SCSI] scsi_queue_work() documented return value is incorrectGravatar Michael Reed 1-1/+3
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classGravatar Christoph Hellwig 1-12/+0
2006-02-27[SCSI] SCSI core kmalloc2kzallocGravatar Jes Sorensen 1-2/+1
2006-01-12[SCSI] turn most scsi semaphores into mutexesGravatar Arjan van de Ven 1-4/+4
2006-01-06[BLOCK] update SCSI to use new blk_ordered for barriersGravatar Tejun Heo 1-9/+0
2005-11-04Merge by HandGravatar James Bottomley 1-5/+5
2005-10-29Create platform_device.h to contain all the platform device details.Gravatar Russell King 1-0/+1
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkGravatar James Bottomley 1-5/+5
2005-10-28[PATCH] gfp_t: drivers/scsiGravatar Al Viro 1-1/+2
2005-10-02[SCSI] fix potential panic with proc on module removalGravatar James Bottomley 1-1/+1
2005-09-19[SCSI] fix oops on usb storage device disconnectGravatar James Bottomley 1-2/+33
2005-09-06[SCSI] switch EH thread startup to the kthread APIGravatar Christoph Hellwig 1-15/+8
2005-07-30[SCSI] host state model update: mediate host add/remove raceGravatar Mike Anderson 1-0/+2
2005-07-30[SCSI] host state model update: reimplement scsi_host_cancelGravatar Mike Anderson 1-17/+1
2005-07-30[SCSI] host state model update: replace old host bitmap stateGravatar Mike Anderson 1-6/+82
2005-06-26[SCSI] remove scsi_set_deviceGravatar Christoph Hellwig 1-5/+0
2005-06-24[PATCH] make various thing staticGravatar Adrian Bunk 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+462