aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/aic94xx
AgeCommit message (Expand)AuthorFilesLines
2008-05-02[SCSI] aic94xx: fix section mismatchGravatar Sam Ravnborg 1-3/+3
2008-04-07[SCSI] aic94xx: cleanupsGravatar Adrian Bunk 13-113/+87
2008-04-07[SCSI] aic94xx: Use sas_request_addr() to provide SAS WWN if the adapter lack...Gravatar Darrick J. Wong 3-29/+9
2008-02-24[SCSI] aic94xx: fix TMF ascb handling to prevent sequencer panicGravatar James Bottomley 3-114/+139
2008-02-23[SCSI] aic94xx: plumb in I_T_nexus_reset task management functionGravatar James Bottomley 3-5/+56
2008-02-22[SCSI] aic94xx: fix sequencer hang on error recoveryGravatar James Bottomley 1-4/+0
2008-02-18[SCSI] aic94xx: fix REQ_TASK_ABORT and REQ_DEVICE_RESETGravatar James Bottomley 1-4/+10
2008-02-11[SCSI] aic94xx: fix ABORT_TASK define conflictGravatar Boaz Harrosh 2-2/+2
2008-01-25[SCSI] libsas: abstract STP task status into a functionGravatar James Bottomley 1-18/+2
2008-01-11[SCSI] aic94xx: fix section mismatchesGravatar Randy Dunlap 1-3/+3
2008-01-11[SCSI] libsas: Convert sas_proto users to sas_protocolGravatar Darrick J. Wong 6-30/+30
2008-01-11[SCSI] aic94xx: update BIOS image from user space.Gravatar Gilbert Wu 4-0/+697
2007-11-14aic94xx_sds: rename FLASH_SIZEGravatar Andrew Morton 1-2/+2
2007-10-16aic94xx: sg chaining supportGravatar Jens Axboe 1-3/+3
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 3-37/+19
2007-10-12[SCSI] aic94xx: fix SSP IU status print-outGravatar Jeff Garzik 1-1/+1
2007-10-12[SCSI] aic94xx: Free scsi host on errorGravatar Matthew Wilcox 1-8/+9
2007-10-12[SCSI] aic94xx: Add new PCI ID for ASC58300Gravatar Gilbert Wu 2-28/+9
2007-10-02aic94xx: fix DMA data direction for SMP requestsGravatar Jeff Garzik 1-2/+2
2007-07-26[SCSI] libsas: Remove PCI dependenciesGravatar Jeff Garzik 1-3/+1
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 3-8/+17
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2007-07-18[SCSI] libsas, aic94xx: fix dma mapping cockups with ATAGravatar James Bottomley 1-2/+2
2007-07-18[SCSI] aic94xx: Don't call pci_map_sg for already-mapped scatterlistsGravatar Darrick J. Wong 1-6/+13
2007-07-18[SCSI] libsas: fixup NCQ for SATA disksGravatar James Bottomley 1-1/+0
2007-07-18[SCSI] aic94xx: SATA tag mask not set correctlyGravatar Darrick J. Wong 1-1/+1
2007-07-18[SCSI] Add SATA support to libsasGravatar Darrick J. Wong 1-0/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionGravatar Auke Kok 1-7/+2
2007-05-22[SCSI] aic94xx: asd_clear_nexus should fail if the cleared task does not comp...Gravatar Darrick J. Wong 1-4/+10
2007-05-09Fix occurrences of "the the "Gravatar Michael Opdenacker 1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Gravatar Jean Delvare 1-1/+0
2007-02-16[SCSI] aic94xx: tie driver to the major number of the sequencer firmwareGravatar James Bottomley 2-3/+11
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsGravatar Thomas Gleixner 1-1/+1
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 11-100/+164
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Gravatar Robert P. J. Day 1-2/+1
2007-02-03[SCSI] aic94xx: update for v28 firmwareGravatar Wu, Gilbert 3-3/+6
2007-02-03[SCSI] aic94xx: Add default bus reset handlerGravatar Darrick J. Wong 1-0/+1
2007-02-03[SCSI] aic94xx: Remove TMF result code mungingGravatar Darrick J. Wong 1-8/+1
2007-01-27[SCSI] aic94xx: Register eh_device_reset_handlerGravatar Darrick J. Wong 1-0/+1
2007-01-27[SCSI] aic94xx: fix typos and update verison numberGravatar Alexis Bruemmer 2-6/+6
2007-01-13[SCSI] aic94xx: Scan SAS devices asynchronouslyGravatar Darrick J. Wong 1-13/+28
2007-01-13[SCSI] aic94xx: Lock DDB read/write accessesGravatar Darrick J. Wong 2-8/+11
2007-01-13[SCSI] aic94xx: Fix DDB and SCB initializationGravatar Darrick J. Wong 3-11/+25
2007-01-13[SCSI] aic94xx: Match request_firmware with release_firmwareGravatar Darrick J. Wong 3-0/+9
2007-01-13[SCSI] aic94xx: Remove workqueue code from REQ_TASK_ABORT/REQ_DEVICE_RESET codeGravatar Darrick J. Wong 1-56/+66
2007-01-13[SCSI] aic94xx: Don't eat TMF_QUERY_TASK resultsGravatar Darrick J. Wong 1-0/+5
2007-01-13[SCSI] aic94xx: Set lldd_max_execute_num in sas_haGravatar Darrick J. Wong 1-0/+1
2007-01-13[SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the S...Gravatar Darrick J. Wong 1-0/+9
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 3-5/+5
2006-12-06Actually update the fixed up compile failures.Gravatar David Howells 1-4/+5