index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
aic7xxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-10-12
[SCSI] arcmsr: irq handler fixes, cleanups, micro-opts
Jeff Garzik
1
-1
/
+1
2007-10-12
[SCSI] arcmsr: Fix hardware wait loops
Jeff Garzik
1
-0
/
+2
2007-10-12
[SCSI] qla2xxx: Update version number to 8.02.00-k4.
Andrew Vasquez
1
-1
/
+1
2007-10-12
[SCSI] qla2xxx: Limit iIDMA speed adjustments.
Andrew Vasquez
1
-8
/
+2
2007-10-12
[SCSI] qla2xxx: Rework MSI-X handlers.
Andrew Vasquez
1
-5
/
+2
2007-10-12
[SCSI] qla2xxx: Clear options-flags while staging firmware-execution.
Andrew Vasquez
1
-1
/
+2
2007-10-12
[SCSI] qla2xxx: Sparse cleanups in qla_mid.c
Andrew Vasquez
1
-32
/
+2
2007-10-12
[SCSI] qla2xxx: Cleanup several 'sparse' warnings.
Andrew Vasquez
1
-2
/
+2
2007-10-12
[SCSI] qla2xxx: Use shost_priv().
Andrew Vasquez
5
-60
/
+58
2007-10-12
[SCSI] qla2xxx: Remove unused member (list) from srb_t structure.
Andrew Vasquez
1
-2
/
+0
2007-10-12
[SCSI] qla2xxx: Retrieve max-NPIV support capabilities from FW.
Seokmann Ju
5
-13
/
+22
2007-10-12
[SCSI] qla2xxx: Use the correct pointer-address during NVRAM writes.
Andrew Vasquez
1
-1
/
+1
2007-10-12
[SCSI] qla2xxx: Set correct attribute count during FDMI RPA.
Andrew Vasquez
2
-3
/
+5
2007-10-12
[SCSI] qla2xxx: Correct infinite-login-retry issue.
Ravi Anand
1
-1
/
+3
2007-10-12
[SCSI] qla2xxx: Query additional RISC registers during ISP25XX firmware dump.
Andrew Vasquez
3
-1
/
+21
2007-10-12
[SCSI] qla2xxx: Correct staging of RISC while attempting to pause.
Andrew Vasquez
1
-13
/
+10
2007-10-12
[SCSI] qla2xxx: Query additional RISC information during a pause.
Andrew Vasquez
2
-1
/
+56
2007-10-12
[SCSI] qla2xxx: Add PCI error recovery support.
Seokmann Ju
3
-1
/
+142
2007-10-12
[SCSI] qla2xxx: Allow region-based flash-part accesses.
Joe Carnuccio
4
-20
/
+96
2007-10-12
[SCSI] qla2xxx: Add flash burst-read/write support.
Andrew Vasquez
4
-56
/
+220
2007-10-12
[SCSI] qla2xxx: Collapse and simplify ISP2XXX firmware dump routines.
Andrew Vasquez
2
-1273
/
+560
2007-10-12
[SCSI] move ULD attachment into the prep function
James Bottomley
5
-82
/
+119
2007-10-12
[SCSI] Fix ibmvscsi client for multiplatform iSeries+pSeries kernel
David Woodhouse
5
-100
/
+130
2007-10-12
[SCSI] dtc: Fix typo
Alan Cox
1
-1
/
+1
2007-10-12
[SCSI] eata_pio: Clean up proc handling, bracketing and use cpu_relax()
Alan Cox
1
-49
/
+39
2007-10-12
[SCSI] MAINTAINERS: mark ide-scsi as Orphan
Bartlomiej Zolnierkiewicz
1
-0
/
+5
2007-10-12
[SCSI] Fix signness of parameters in scsi module
Masatake YAMATO
2
-4
/
+4
2007-10-12
[SCSI] ide-scsi.: convert to data accessors and !use_sg cleanup
Boaz Harrosh
1
-125
/
+13
2007-10-12
[SCSI] stale residual returned on write following BUSY retry
Michael Reed
1
-0
/
+1
2007-10-12
[SCSI] MAINTAINERS : mpt fusion mailing list change
Eric Moore
1
-1
/
+1
2007-10-12
[SCSI] mpt fusion: bump version to 3.04.06
Eric Moore
1
-2
/
+2
2007-10-12
[SCSI] mpt fusion: Kconfig cleanup
Eric Moore
1
-2
/
+4
2007-10-12
[SCSI] mpt fusion: removing Dell copyright
Eric Moore
1
-1
/
+0
2007-10-12
[SCSI] mpt fusion: removing references to hd->ioc
Eric Moore
4
-162
/
+188
2007-10-12
[SCSI] mpt fusion: rename vdev to vdevice
Eric Moore
5
-60
/
+60
2007-10-12
[SCSI] mpt fusion: adding/removing white space
Eric Moore
1
-11
/
+11
2007-10-12
[SCSI] mpt fusion: standardize printks and debug info
Eric Moore
6
-464
/
+505
2007-10-12
[SCSI] arcmsr: fix compile problems
James Bottomley
2
-7
/
+13
2007-10-12
[SCSI] arcmsr: 1.20.00.15: add SATA RAID plus other fixes
Nick Cheng
6
-984
/
+1564
2007-10-12
[SCSI] switch sdev sysfs attributes to default attributes
Kay Sievers
1
-84
/
+52
2007-10-12
[SCSI] advansys: Use DRV_NAME
Matthew Wilcox
1
-11
/
+12
2007-10-12
[SCSI] advansys: Comment/indentation/macro cleanup
Matthew Wilcox
1
-278
/
+101
2007-10-12
[SCSI] advansys: Remove some custom wrappers
Matthew Wilcox
1
-164
/
+49
2007-10-12
[SCSI] advansys: Remove a check for an impossible condition
Matthew Wilcox
1
-12
/
+0
2007-10-12
[SCSI] advansys: Support 16-byte commands properly
Matthew Wilcox
1
-29
/
+10
2007-10-12
[SCSI] advansys: Enable interrupts earlier in queuecommand
Matthew Wilcox
1
-12
/
+11
2007-10-12
[SCSI] advansys: Remove `active' queue and all remaining internal queueing code
Matthew Wilcox
1
-498
/
+6
2007-10-12
[SCSI] advansys: Remove `done' queue
Matthew Wilcox
1
-96
/
+24
2007-10-12
[SCSI] advansys: Remove a check for an impossible condition
Matthew Wilcox
1
-19
/
+0
2007-10-12
[SCSI] advansys: Remove `waiting' queue
Matthew Wilcox
1
-177
/
+9
[next]