aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 48-997/+1451
2009-05-17fcoe: adds spma mode supportGravatar Vasu Dev 2-3/+31
2009-05-17fcoe: consolidates netdev related config and cleanup for spma modeGravatar Vasu Dev 1-79/+94
2009-05-09Reduce path_lookup() abusesGravatar Al Viro 1-10/+10
2009-04-27[SCSI] libosd: OSD2r05: on-the-wire changes for latest OSD2 revision 5.Gravatar Boaz Harrosh 1-1/+6
2009-04-27[SCSI] libosd: OSD2r05: OSD_CRYPTO_KEYID_SIZE will grow 20 => 32 bytesGravatar Boaz Harrosh 1-6/+24
2009-04-27[SCSI] libosd: OSD2r05: Prepare for rev5 attribute list changesGravatar Boaz Harrosh 1-18/+68
2009-04-27[SCSI] libosd: fix potential ERR_PTR dereference in osd_initiator.cGravatar Dan Carpenter 1-2/+2
2009-04-27[SCSI] mpt2sas : bump driver version to 01.100.02.00Gravatar Eric Moore 1-3/+3
2009-04-27[SCSI] mpt2sas: fix hotplug event processingGravatar Eric Moore 1-5/+5
2009-04-27[SCSI] mpt2sas : release diagnotic buffers prior host resetGravatar Eric Moore 2-70/+141
2009-04-27[SCSI] mpt2sas : Broadcast Primative AEN bug fixGravatar Eric Moore 1-9/+7
2009-04-27[SCSI] mpt2sas : Identify Dell series-7 adapters at driver load timeGravatar Eric Moore 2-0/+84
2009-04-27[SCSI] mpt2sas : driver name needs to be in the MPT2IOCINFO ioctlGravatar Eric Moore 1-3/+3
2009-04-27[SCSI] mpt2sas : running out of message framesGravatar Eric Moore 1-1/+3
2009-04-27[SCSI] mpt2sas : fix oops when firmware sends large sense buffer sizeGravatar Eric Moore 1-1/+2
2009-04-27[SCSI] mpt2sas : the sanity check in base_interrupt needs to be on dword boun...Gravatar Eric Moore 1-3/+12
2009-04-27[SCSI] mpt2sas : unique ioctl magic numberGravatar Eric Moore 1-1/+1
2009-04-27[SCSI] fix sign extension with 1.5TB usb-storage LBD=yGravatar Dave Hansen 1-10/+5
2009-04-27[SCSI] ipr: Fix sleeping function called with interrupts disabledGravatar Brian King 1-4/+9
2009-04-27[SCSI] fcoe: fip: add multicast filter to receive FIP advertisements.Gravatar Joe Eykholt 1-0/+1
2009-04-27[SCSI] libfc: Fix compilation warnings with allmodconfigGravatar Robert Love 3-6/+5
2009-04-27[SCSI] fcoe: fix spelling typos and bad commentsGravatar Chris Leech 2-28/+21
2009-04-27[SCSI] fcoe: don't export functions that are internal to fcoeGravatar Chris Leech 1-9/+0
2009-04-27[SCSI] fcoe: kfree() -> kfree_skb()Gravatar Dan Carpenter 1-1/+1
2009-04-27[SCSI] libfc: whenever queueing delete ev for rport, set state to NONEGravatar Abhijeet Joglekar 1-0/+4
2009-04-27[SCSI] libfc: Change state to NONE in fc_lport_destroyGravatar Abhijeet Joglekar 1-0/+5
2009-04-27[SCSI] libfc: During fabric logoff, flush the rport Q after logging off dns portGravatar Abhijeet Joglekar 1-4/+5
2009-04-27[SCSI] libfc: Track rogue remote portsGravatar Abhijeet Joglekar 2-11/+53
2009-04-27[SCSI] libfc: Do not retry if the new state is not the same as old stateGravatar Abhijeet Joglekar 2-45/+63
2009-04-27[SCSI] libfc: Hold disc mutex while processing gpn ft respGravatar Abhijeet Joglekar 1-3/+15
2009-04-27[SCSI] cxgb3i: fix ddp map overrunGravatar kxie@chelsio.com 1-13/+19
2009-04-27[SCSI] cxgb3i: fix cpu use abuse during writesGravatar Mike Christie 2-10/+13
2009-04-27[SCSI] cxgb3i: fix can_queue and cmd_per_lun initializationGravatar Mike Christie 2-3/+3
2009-04-27[SCSI] cxgb3i, iser, iscsi_tcp: set target can queueGravatar Mike Christie 3-0/+12
2009-04-27[SCSI] iscsi_tcp: don't fire conn error if pdu init failsGravatar Mike Christie 2-2/+5
2009-04-27[SCSI] fix q->lock not held warning when target is busyGravatar Mike Christie 1-3/+1
2009-04-27[SCSI] lpfc 8.3.1 : Update version to 8.3.1Gravatar James Smart 1-3/+3
2009-04-27[SCSI] lpfc 8.3.1: misc fixes/changesGravatar James Smart 12-246/+378
2009-04-27[SCSI] lpfc 8.3.1 : Fix up kernel-doc function commentsGravatar James Smart 10-445/+424
2009-04-27[SCSI] sg: return EFAULT for an invalid user addressGravatar FUJITA Tomonori 1-5/+8
2009-04-27[SCSI] sr: report more accurate drive status after closing the tray.Gravatar Peter Jones 1-0/+5
2009-04-22scsi: a4000 - Correct driver unregistration in case of failureGravatar Geert Uytterhoeven 1-1/+1
2009-04-21driver synchronization: make scsi_wait_scan more advancedGravatar Arjan van de Ven 2-2/+11
2009-04-14Fix lpfc_parse_bg_err()'s use of do_div()Gravatar David Howells 1-1/+1
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Gravatar Yang Hongyang 3-10/+10
2009-04-13PM/Hibernate: Wait for SCSI devices scan to complete during resumeGravatar Rafael J. Wysocki 2-4/+1
2009-04-10Merge git://git.infradead.org/~dwmw2/firmware-2.6Gravatar Linus Torvalds 1-2/+2
2009-04-08qla1280: Fix off-by-some error in firmware loading.Gravatar David Woodhouse 1-2/+2
2009-04-07dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Gravatar Yang Hongyang 2-4/+4