summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] mpt2sas : driver name needs to be in the MPT2IOCINFO ioctlEric Moore2009-04-271-3/+3
* [SCSI] mpt2sas : running out of message framesEric Moore2009-04-271-1/+3
* [SCSI] mpt2sas : fix oops when firmware sends large sense buffer sizeEric Moore2009-04-271-1/+2
* [SCSI] mpt2sas : the sanity check in base_interrupt needs to be on dword boun...Eric Moore2009-04-271-3/+12
* [SCSI] mpt2sas : unique ioctl magic numberEric Moore2009-04-271-1/+1
* [SCSI] fix sign extension with 1.5TB usb-storage LBD=yDave Hansen2009-04-271-10/+5Star
* [SCSI] ipr: Fix sleeping function called with interrupts disabledBrian King2009-04-271-4/+9
* [SCSI] fcoe: fip: add multicast filter to receive FIP advertisements.Joe Eykholt2009-04-271-0/+1
* [SCSI] libfc: Fix compilation warnings with allmodconfigRobert Love2009-04-273-6/+5Star
* [SCSI] fcoe: fix spelling typos and bad commentsChris Leech2009-04-272-28/+21Star
* [SCSI] fcoe: don't export functions that are internal to fcoeChris Leech2009-04-271-9/+0Star
* [SCSI] fcoe: kfree() -> kfree_skb()Dan Carpenter2009-04-271-1/+1
* [SCSI] libfc: whenever queueing delete ev for rport, set state to NONEAbhijeet Joglekar2009-04-271-0/+4
* [SCSI] libfc: Change state to NONE in fc_lport_destroyAbhijeet Joglekar2009-04-271-0/+5
* [SCSI] libfc: During fabric logoff, flush the rport Q after logging off dns portAbhijeet Joglekar2009-04-271-4/+5
* [SCSI] libfc: Track rogue remote portsAbhijeet Joglekar2009-04-272-11/+53
* [SCSI] libfc: Do not retry if the new state is not the same as old stateAbhijeet Joglekar2009-04-272-45/+63
* [SCSI] libfc: Hold disc mutex while processing gpn ft respAbhijeet Joglekar2009-04-271-3/+15
* [SCSI] cxgb3i: fix ddp map overrunkxie@chelsio.com2009-04-271-13/+19
* [SCSI] cxgb3i: fix cpu use abuse during writesMike Christie2009-04-272-10/+13
* [SCSI] cxgb3i: fix can_queue and cmd_per_lun initializationMike Christie2009-04-272-3/+3
* [SCSI] cxgb3i, iser, iscsi_tcp: set target can queueMike Christie2009-04-273-0/+12
* [SCSI] iscsi_tcp: don't fire conn error if pdu init failsMike Christie2009-04-272-2/+5
* [SCSI] fix q->lock not held warning when target is busyMike Christie2009-04-271-3/+1Star
* [SCSI] lpfc 8.3.1 : Update version to 8.3.1James Smart2009-04-271-3/+3
* [SCSI] lpfc 8.3.1: misc fixes/changesJames Smart2009-04-2712-246/+378
* [SCSI] lpfc 8.3.1 : Fix up kernel-doc function commentsJames Smart2009-04-2710-445/+424Star
* [SCSI] sg: return EFAULT for an invalid user addressFUJITA Tomonori2009-04-271-5/+8
* [SCSI] sr: report more accurate drive status after closing the tray.Peter Jones2009-04-271-0/+5
* scsi: a4000 - Correct driver unregistration in case of failureGeert Uytterhoeven2009-04-221-1/+1
* driver synchronization: make scsi_wait_scan more advancedArjan van de Ven2009-04-222-2/+11
* Fix lpfc_parse_bg_err()'s use of do_div()David Howells2009-04-141-1/+1
* Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang2009-04-143-10/+10
* PM/Hibernate: Wait for SCSI devices scan to complete during resumeRafael J. Wysocki2009-04-132-4/+1Star
* Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds2009-04-101-2/+2
|\
| * qla1280: Fix off-by-some error in firmware loading.David Woodhouse2009-04-081-2/+2
* | dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang2009-04-072-4/+4
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-0733-57/+57
* | dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang2009-04-071-2/+2
* | dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang2009-04-071-1/+1
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-0719-26/+26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-04-0672-12185/+5400Star
|\
| * [SCSI] sg: fix q->queue_lock on scsi_error_handler pathFUJITA Tomonori2009-04-031-3/+6
| * [SCSI] replace __inline with inlineHarvey Harrison2009-04-0313-151/+146Star
| * [SCSI] a2091: make 2 functions staticAdrian Bunk2009-04-032-5/+4Star
| * [SCSI] a3000: make 2 functions staticAdrian Bunk2009-04-032-5/+4Star
| * [SCSI] ses: #if 0 the unused ses_match_host()Adrian Bunk2009-04-031-0/+2
| * [SCSI] use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2009-04-031-3/+1Star
| * [SCSI] sg: fix iovec bugs introduced by the block layer conversionFUJITA Tomonori2009-04-031-4/+24
| * [SCSI] qlogicpti: use request_firmwareJaswinder Singh Rajput2009-04-032-1182/+41Star