aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds76-1737/+3085
2007-02-11[PATCH] Get rid of "double zeroing" of allocated pagesRobert P. J. Day1-1/+0
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2-4/+2
2007-02-10Merge branch 'linus'James Bottomley27-266/+408
2007-02-10[SCSI] aic79xx: use dma_get_required_mask()Hannes Reinecke3-21/+9
2007-02-09Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-tcLinus Torvalds13-136/+250
2007-02-09[PATCH] osst endianness annotationsAl Viro2-38/+38
2007-02-09[PATCH] iscsi endianness annotationsAl Viro2-22/+20
2007-02-09[TC] dec_esp: Driver model for the PMAZ-AMaciej W. Rozycki13-136/+250
2007-02-07PCI: remove duplicate device id from iprGreg Kroah-Hartman1-3/+0
2007-02-07[SCSI] aic79xx: fix bracket mismatch in unused macroMariusz Kozlowski1-1/+1
2007-02-07[SCSI] BusLogic: Replace 'boolean' by 'bool'Richard Knutsson3-176/+170
2007-02-07[SCSI] advansys: clean up warningsKen Witherow1-2/+5
2007-02-07[SCSI] 53c7xx: brackets fix in uncompiled codeMariusz Kozlowski1-2/+2
2007-02-07[SCSI] nsp_cs: remove old scsi codeMichal Piotrowski1-66/+0
2007-02-07[SCSI] aic79xx: make ahd_match_scb() staticAdrian Bunk2-4/+4
2007-02-07[SCSI] scsi_kmap_atomic_sg(): check that local irqs are disabledAndrew Morton1-0/+2
2007-02-03[SCSI] Buslogic: local_irq_disable() is redundant after local_irq_save()Jiri Kosina1-3/+1
2007-02-03[SCSI] aic94xx: update for v28 firmwareWu, Gilbert3-3/+6
2007-02-03Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds10-70/+100
2007-02-03[SCSI] scsi_error: Fix lost EH commandsBrian King1-116/+123
2007-02-03[SCSI] aic94xx: Add default bus reset handlerDarrick J. Wong1-0/+1
2007-02-03[SCSI] aic94xx: Remove TMF result code mungingDarrick J. Wong1-8/+1
2007-02-03[SCSI] libsas: Add an LU reset mechanism to the error handlerDarrick J. Wong1-4/+36
2007-02-03[SCSI] libsas: Don't BUG when connecting two expanders via wide portDarrick J. Wong1-0/+30
2007-02-03[SCSI] st: fix Tape dies if wrong block size used, bug 7919Kai Makisara2-11/+15
2007-02-02[SCSI] spi transport class: export spi_dv_pendingEric Moore1-1/+0
2007-02-02[SCSI] sd: udev accessing an uninitialized scsi_disk field results in a crashNagendra Singh Tomar1-10/+10
2007-01-31[SCSI] Fix sense key MEDIUM ERROR processing and retryLuben Tuikov1-0/+5
2007-01-31[SCSI] qla2xxx: Update version number to 8.01.07-k5.Andrew Vasquez1-1/+1
2007-01-31Merge branch 'linus'James Bottomley24-159/+201
2007-01-31[SCSI] qla2xxx: Remove unnecessary spinlock primitive - mbx_reg_lock.Seokmann Ju4-42/+0
2007-01-31[SCSI] qla2xxx: Fixup printk() with proper new-line character.Andrew Vasquez1-1/+1
2007-01-31[SCSI] qla2xxx: Allow NVRAM updates to immediately go into effect.Andrew Vasquez1-0/+2
2007-01-31[SCSI] qla2xxx: Enable queue-full throttling when UNDERRUN detected.Andrew Vasquez1-0/+16
2007-01-31[SCSI] qla2xxx: Fail initialization when inconsistent NVRAM detected.Andrew Vasquez1-111/+14
2007-01-31[SCSI] qla2xxx: Check loop-state before reading host statistics.Andrew Vasquez1-7/+10
2007-01-31[SCSI] qla2xxx: Refactor set-HBA-model/description code.Andrew Vasquez1-46/+37
2007-01-31[SCSI] qla2xxx: Set correct cabling state during initialization.Andrew Vasquez1-1/+1
2007-01-31[SCSI] qla2xxx: Perform implicit LOGO during fabric logout request.Lalit Chandivade1-1/+1
2007-01-31[SCSI] qla2xxx: Export OptionROM boot-codes version information.Andrew Vasquez6-0/+416
2007-01-31[SCSI] qla2xxx: Handle IRQ-0 assignments by the system.Andrew Vasquez2-3/+6
2007-01-31[SCSI] qla2xxx: Add MSI-X support.Andrew Vasquez5-11/+247
2007-01-31[SCSI] qla2xxx: Correct sector-erase issues while writing flash.Andrew Vasquez1-1/+0
2007-01-30[PATCH] sym53c500_cs: remove bogus call fo free_dma()Al Viro1-2/+0
2007-01-30[SCSI] libsas: fix task attributeFUJITA Tomonori1-1/+1
2007-01-30[SCSI] ipr: remove duplicate device idGreg Kroah-Hartman1-2/+0
2007-01-27[SCSI] libsas: Enable automatic spin-up of SAS disksDarrick J. Wong1-0/+2
2007-01-27[SCSI] aic94xx: Register eh_device_reset_handlerDarrick J. Wong1-0/+1
2007-01-27[SCSI] libsas: Handle SCSI commands that complete with failure codesDarrick J. Wong1-44/+104