aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/hosts.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26PM: Allow SCSI devices to suspend/resume asynchronouslyRafael J. Wysocki
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-12-04[SCSI] scsi_lib_dma: fix bug with dma maps on nested scsi objectsJames Bottomley
2009-11-26[SCSI] fix crash when disconnecting usb storageAlexey Kuznetsov
2009-06-21fix race that can give duplicate host numberJoe Eykholt
2009-03-12[SCSI] fix /proc memory leak in the SCSI coreAlan Stern
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-03[SCSI] scsi_host_lookup: error returns and NULL pointersJames Smart
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers
2008-07-21Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-07-12[SCSI] make struct scsi_{host,target}_type staticAdrian Bunk
2008-06-15[SCSI] scsi_host regression: fix scsi host leakMike Christie
2008-04-27[SCSI] fix SLUB WARN_ONJames Bottomley
2008-04-22[SCSI] use default attributes for scsi_hostHannes Reinecke
2008-04-22[SCSI] add scsi_host and scsi_target to scsi_busHannes Reinecke
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones
2008-04-07[SCSI] hosts.c: removed one unneeded shost->active_mode assignmentDenis Cheng
2008-03-27[SCSI] hosts.c: fixes for "no error" reported after error scenariosJames Smart
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-01-24scsi: use class iteration apiDave Young
2008-01-23[SCSI] don't use __GFP_DMA for sense buffers if not requiredJames Bottomley
2008-01-23[SCSI] use dynamically allocated sense bufferFUJITA Tomonori
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley
2007-10-17[SCSI] make supported_mode default to initiator.James Bottomley
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori
2007-10-12[SCSI] add supported_mode and active_mode attributes to the hostFUJITA Tomonori
2007-08-01[SCSI] initialize shost_data to zeroFUJITA Tomonori
2007-04-27SCSI: use the proper semaphore to protect the class listsGreg Kroah-Hartman
2006-11-25[SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori
2006-11-15[SCSI] kill scsi_assign_lockChristoph Hellwig
2006-08-31[SCSI] add shared tag map helpersJames Bottomley
2006-08-06[SCSI] scsi_queue_work() documented return value is incorrectMichael Reed
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig
2006-02-27[SCSI] SCSI core kmalloc2kzallocJes Sorensen
2006-01-12[SCSI] turn most scsi semaphores into mutexesArjan van de Ven
2006-01-06[BLOCK] update SCSI to use new blk_ordered for barriersTejun Heo
2005-11-04Merge by HandJames Bottomley
2005-10-29Create platform_device.h to contain all the platform device details.Russell King
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley
2005-10-28[PATCH] gfp_t: drivers/scsiAl Viro
2005-10-02[SCSI] fix potential panic with proc on module removalJames Bottomley
2005-09-19[SCSI] fix oops on usb storage device disconnectJames Bottomley
2005-09-06[SCSI] switch EH thread startup to the kthread APIChristoph Hellwig
2005-07-30[SCSI] host state model update: mediate host add/remove raceMike Anderson
2005-07-30[SCSI] host state model update: reimplement scsi_host_cancelMike Anderson
2005-07-30[SCSI] host state model update: replace old host bitmap stateMike Anderson
2005-06-26[SCSI] remove scsi_set_deviceChristoph Hellwig