summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2009-04-27[SCSI] libfc: Fix compilation warnings with allmodconfigRobert Love3-6/+5
2009-04-27[SCSI] fcoe: fix spelling typos and bad commentsChris Leech2-28/+21
2009-04-27[SCSI] fcoe: don't export functions that are internal to fcoeChris Leech1-9/+0
2009-04-27[SCSI] fcoe: kfree() -> kfree_skb()Dan Carpenter1-1/+1
2009-04-27[SCSI] libfc: whenever queueing delete ev for rport, set state to NONEAbhijeet Joglekar1-0/+4
2009-04-27[SCSI] libfc: Change state to NONE in fc_lport_destroyAbhijeet Joglekar1-0/+5
2009-04-27[SCSI] libfc: During fabric logoff, flush the rport Q after logging off dns portAbhijeet Joglekar1-4/+5
2009-04-27[SCSI] libfc: Track rogue remote portsAbhijeet Joglekar2-11/+53
2009-04-27[SCSI] libfc: Do not retry if the new state is not the same as old stateAbhijeet Joglekar2-45/+63
2009-04-27[SCSI] libfc: Hold disc mutex while processing gpn ft respAbhijeet Joglekar1-3/+15
2009-04-27[SCSI] cxgb3i: fix ddp map overrunkxie@chelsio.com1-13/+19
2009-04-27[SCSI] cxgb3i: fix cpu use abuse during writesMike Christie2-10/+13
2009-04-27[SCSI] cxgb3i: fix can_queue and cmd_per_lun initializationMike Christie2-3/+3
2009-04-27[SCSI] cxgb3i, iser, iscsi_tcp: set target can queueMike Christie3-0/+12
2009-04-27[SCSI] iscsi_tcp: don't fire conn error if pdu init failsMike Christie2-2/+5
2009-04-27[SCSI] fix q->lock not held warning when target is busyMike Christie1-3/+1
2009-04-27[SCSI] lpfc 8.3.1 : Update version to 8.3.1James Smart1-3/+3
2009-04-27[SCSI] lpfc 8.3.1: misc fixes/changesJames Smart12-246/+378
2009-04-27[SCSI] lpfc 8.3.1 : Fix up kernel-doc function commentsJames Smart10-445/+424
2009-04-27[SCSI] sg: return EFAULT for an invalid user addressFUJITA Tomonori1-5/+8
2009-04-27[SCSI] sr: report more accurate drive status after closing the tray.Peter Jones1-0/+5
2009-04-22scsi: a4000 - Correct driver unregistration in case of failureGeert Uytterhoeven1-1/+1
2009-04-22driver synchronization: make scsi_wait_scan more advancedArjan van de Ven2-2/+11
2009-04-14Fix lpfc_parse_bg_err()'s use of do_div()David Howells1-1/+1
2009-04-14Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang3-10/+10
2009-04-13PM/Hibernate: Wait for SCSI devices scan to complete during resumeRafael J. Wysocki2-4/+1
2009-04-10Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds1-2/+2
2009-04-08qla1280: Fix off-by-some error in firmware loading.David Woodhouse1-2/+2
2009-04-07dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang2-4/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang33-57/+57
2009-04-07dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang19-26/+26
2009-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds72-12185/+5400
2009-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2009-04-03[SCSI] sg: fix q->queue_lock on scsi_error_handler pathFUJITA Tomonori1-3/+6
2009-04-03[SCSI] replace __inline with inlineHarvey Harrison13-151/+146
2009-04-03[SCSI] a2091: make 2 functions staticAdrian Bunk2-5/+4
2009-04-03[SCSI] a3000: make 2 functions staticAdrian Bunk2-5/+4
2009-04-03[SCSI] ses: #if 0 the unused ses_match_host()Adrian Bunk1-0/+2
2009-04-03[SCSI] use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-3/+1
2009-04-03[SCSI] sg: fix iovec bugs introduced by the block layer conversionFUJITA Tomonori1-4/+24
2009-04-03[SCSI] qlogicpti: use request_firmwareJaswinder Singh Rajput2-1182/+41
2009-04-03[SCSI] advansys: use request_firmwareJaswinder Singh Rajput1-1630/+101
2009-04-03[SCSI] qla1280: use request_firmwareJaswinder Singh Rajput5-6029/+80
2009-04-03[SCSI] libiscsi: fix iscsi pool error pathJean Delvare1-1/+3
2009-04-03[SCSI] cxgb3i: call ddp release function directlyMike Christie1-10/+2
2009-04-03[SCSI] cxgb3i: merge cxgb3i_ddp into cxgb3i moduleKaren Xie5-57/+21
2009-04-03[SCSI] cxgb3i: close all tcp connections upon chip resetKaren Xie2-41/+71
2009-04-03[SCSI] cxgb3i: re-read ddp settings information after chip resetMike Christie2-46/+70