| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-02 | 1 | -1/+1 |
* | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-07-27 | 5 | -36/+36 |
* | aic94xx: treat firmware data as const | David Woodhouse | 2008-07-10 | 3 | -11/+12 |
* | [SCSI] aic94xx: fix section mismatch | Sam Ravnborg | 2008-05-02 | 1 | -3/+3 |
* | [SCSI] aic94xx: cleanups | Adrian Bunk | 2008-04-07 | 13 | -113/+87 |
* | [SCSI] aic94xx: Use sas_request_addr() to provide SAS WWN if the adapter lack... | Darrick J. Wong | 2008-04-07 | 3 | -29/+9 |
* | [SCSI] aic94xx: fix TMF ascb handling to prevent sequencer panic | James Bottomley | 2008-02-24 | 3 | -114/+139 |
* | [SCSI] aic94xx: plumb in I_T_nexus_reset task management function | James Bottomley | 2008-02-23 | 3 | -5/+56 |
* | [SCSI] aic94xx: fix sequencer hang on error recovery | James Bottomley | 2008-02-22 | 1 | -4/+0 |
* | [SCSI] aic94xx: fix REQ_TASK_ABORT and REQ_DEVICE_RESET | James Bottomley | 2008-02-18 | 1 | -4/+10 |
* | [SCSI] aic94xx: fix ABORT_TASK define conflict | Boaz Harrosh | 2008-02-11 | 2 | -2/+2 |
* | [SCSI] libsas: abstract STP task status into a function | James Bottomley | 2008-01-25 | 1 | -18/+2 |
* | [SCSI] aic94xx: fix section mismatches | Randy Dunlap | 2008-01-11 | 1 | -3/+3 |
* | [SCSI] libsas: Convert sas_proto users to sas_protocol | Darrick J. Wong | 2008-01-11 | 6 | -30/+30 |
* | [SCSI] aic94xx: update BIOS image from user space. | Gilbert Wu | 2008-01-11 | 4 | -0/+697 |
* | aic94xx_sds: rename FLASH_SIZE | Andrew Morton | 2007-11-14 | 1 | -2/+2 |
* | aic94xx: sg chaining support | Jens Axboe | 2007-10-16 | 1 | -3/+3 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-10-15 | 3 | -37/+19 |
|\ |
|
| * | [SCSI] aic94xx: fix SSP IU status print-out | Jeff Garzik | 2007-10-12 | 1 | -1/+1 |
| * | [SCSI] aic94xx: Free scsi host on error | Matthew Wilcox | 2007-10-12 | 1 | -8/+9 |
| * | [SCSI] aic94xx: Add new PCI ID for ASC58300 | Gilbert Wu | 2007-10-12 | 2 | -28/+9 |
* | | aic94xx: fix DMA data direction for SMP requests | Jeff Garzik | 2007-10-02 | 1 | -2/+2 |
|/ |
|
* | [SCSI] libsas: Remove PCI dependencies | Jeff Garzik | 2007-07-26 | 1 | -3/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-22 | 3 | -8/+17 |
|\ |
|
| * | [SCSI] libsas, aic94xx: fix dma mapping cockups with ATA | James Bottomley | 2007-07-18 | 1 | -2/+2 |
| * | [SCSI] aic94xx: Don't call pci_map_sg for already-mapped scatterlists | Darrick J. Wong | 2007-07-18 | 1 | -6/+13 |
| * | [SCSI] libsas: fixup NCQ for SATA disks | James Bottomley | 2007-07-18 | 1 | -1/+0 |
| * | [SCSI] aic94xx: SATA tag mask not set correctly | Darrick J. Wong | 2007-07-18 | 1 | -1/+1 |
| * | [SCSI] Add SATA support to libsas | Darrick J. Wong | 2007-07-18 | 1 | -0/+3 |
* | | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -2/+2 |
|/ |
|
* | PCI: Change all drivers to use pci_device->revision | Auke Kok | 2007-07-11 | 1 | -7/+2 |
* | [SCSI] aic94xx: asd_clear_nexus should fail if the cleared task does not comp... | Darrick J. Wong | 2007-05-22 | 1 | -4/+10 |
* | Fix occurrences of "the the " | Michael Opdenacker | 2007-05-09 | 1 | -1/+1 |
* | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 2007-05-02 | 1 | -1/+0 |
* | [SCSI] aic94xx: tie driver to the major number of the sequencer firmware | James Bottomley | 2007-02-16 | 2 | -3/+11 |
* | [PATCH] Scheduled removal of SA_xxx interrupt flags fixups | Thomas Gleixner | 2007-02-14 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-02-11 | 11 | -100/+164 |
|\ |
|
| * | [SCSI] aic94xx: update for v28 firmware | Wu, Gilbert | 2007-02-03 | 3 | -3/+6 |
| * | [SCSI] aic94xx: Add default bus reset handler | Darrick J. Wong | 2007-02-03 | 1 | -0/+1 |
| * | [SCSI] aic94xx: Remove TMF result code munging | Darrick J. Wong | 2007-02-03 | 1 | -8/+1 |
| * | [SCSI] aic94xx: Register eh_device_reset_handler | Darrick J. Wong | 2007-01-27 | 1 | -0/+1 |
| * | [SCSI] aic94xx: fix typos and update verison number | Alexis Bruemmer | 2007-01-27 | 2 | -6/+6 |
| * | [SCSI] aic94xx: Scan SAS devices asynchronously | Darrick J. Wong | 2007-01-13 | 1 | -13/+28 |
| * | [SCSI] aic94xx: Lock DDB read/write accesses | Darrick J. Wong | 2007-01-13 | 2 | -8/+11 |
| * | [SCSI] aic94xx: Fix DDB and SCB initialization | Darrick J. Wong | 2007-01-13 | 3 | -11/+25 |
| * | [SCSI] aic94xx: Match request_firmware with release_firmware | Darrick J. Wong | 2007-01-13 | 3 | -0/+9 |
| * | [SCSI] aic94xx: Remove workqueue code from REQ_TASK_ABORT/REQ_DEVICE_RESET code | Darrick J. Wong | 2007-01-13 | 1 | -56/+66 |
| * | [SCSI] aic94xx: Don't eat TMF_QUERY_TASK results | Darrick J. Wong | 2007-01-13 | 1 | -0/+5 |
| * | [SCSI] aic94xx: Set lldd_max_execute_num in sas_ha | Darrick J. Wong | 2007-01-13 | 1 | -0/+1 |
| * | [SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the S... | Darrick J. Wong | 2007-01-13 | 1 | -0/+9 |