index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
hpsa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCSI] hpsa: remove unneeded defines
Mike Miller
2010-05-02
1
-8
/
+0
*
[SCSI] hpsa: Increase the number of scatter gather elements supported.
Stephen M. Cameron
2010-03-03
1
-11
/
+123
*
[SCSI] hpsa: mark hpsa_pci_init as __devinit
Stephen M. Cameron
2010-03-03
1
-1
/
+1
*
[SCSI] hpsa: remove scan thread
Mike Miller
2010-03-03
1
-163
/
+4
*
[SCSI] hpsa: return -ENOMEM, not -1
Stephen M. Cameron
2010-03-03
1
-1
/
+1
*
[SCSI] hpsa: fix scsi status mis-shift
Stephen M. Cameron
2010-03-03
1
-1
/
+1
*
[SCSI] hpsa: fix firmwart typo
Stephen M. Cameron
2010-03-03
1
-1
/
+1
*
[SCSI] hpsa: allow modifying device queue depth.
Stephen M. Cameron
2010-03-03
1
-0
/
+21
*
[SCSI] hpsa: update driver version to 2.0.1-3
Stephen M. Cameron
2010-02-17
1
-1
/
+1
*
[SCSI] hpsa: Reorder compat ioctl functions to eliminate some forward declara...
Stephen M. Cameron
2010-02-17
1
-34
/
+30
*
[SCSI] hpsa: eliminate lock_kernel in compat_ioctl
Stephen M. Cameron
2010-02-17
1
-13
/
+3
*
[SCSI] hpsa: fix bug in adjust_hpsa_scsi_table
Stephen M. Cameron
2010-02-17
1
-6
/
+20
*
[SCSI] hpsa: Fix hpsa_find_scsi_entry so that it doesn't try to dereference N...
Stephen M. Cameron
2010-02-17
1
-0
/
+2
*
[SCSI] hpsa: clarify obscure comment in adjust_hpsa_scsi_table
Stephen M. Cameron
2010-02-17
1
-1
/
+5
*
[SCSI] hpsa: print all the bytes of the CDB, not just the first one.
Mike Miller
2010-02-17
1
-1
/
+5
*
[SCSI] hpsa: when resetting devices, print out which device
Stephen M. Cameron
2010-02-17
1
-2
/
+2
*
[SCSI] hpsa: use scan_start and scan_finished entry points for scanning
Stephen M. Cameron
2010-02-17
1
-3
/
+52
*
[SCSI] hpsa: Add an shost_to_hba helper function.
Stephen M. Cameron
2010-02-17
1
-2
/
+7
*
[SCSI] hpsa: Don't return DID_NO_CONNECT when a device is merely not ready
Matt Gates
2010-02-17
1
-1
/
+0
*
[SCSI] hpsa: Retry commands completing with a sense key of ABORTED_COMMAND
Matt Gates
2010-02-17
1
-2
/
+9
*
[SCSI] hpsa: Return DID_RESET for commands which complete with status of UNSO...
Matt Gates
2010-02-17
1
-1
/
+1
*
[SCSI] hpsa: Fix p1210m LUN assignment.
Stephen M. Cameron
2010-02-17
1
-20
/
+97
*
[SCSI] hpsa: add pci ids for storageworks 1210m, remove p400, p800, p700m
Mike Miller
2010-02-17
1
-6
/
+5
*
[SCSI] hpsa: Allow multiple command completions per interrupt.
Don Brace
2010-02-17
1
-45
/
+241
*
[SCSI] hpsa: interrupt pending function should return bool not unsigned long
Stephen M. Cameron
2010-02-17
1
-1
/
+1
*
[SCSI] hpsa: make tag macros into functions
Stephen M. Cameron
2010-02-17
1
-4
/
+22
*
[SCSI] hpsa: eliminate unnecessary memcpys
Stephen M. Cameron
2010-02-17
1
-8
/
+3
*
[SCSI] hpsa: remove unwanted debug code
Stephen M. Cameron
2010-02-17
1
-6
/
+0
*
[SCSI] hpsa: use kzalloc not kmalloc plus memset
Stephen M. Cameron
2010-02-17
1
-3
/
+2
*
[SCSI] hpsa: use sizeof() not an inline constant in memset.
Stephen M. Cameron
2010-02-17
1
-3
/
+2
*
[SCSI] hpsa: return proper error codes not minus one.
Stephen M. Cameron
2010-02-17
1
-15
/
+22
*
[SCSI] hpsa: remove superfluous returns from void functions.
Stephen M. Cameron
2010-02-17
1
-4
/
+1
*
[SCSI] hpsa: make adjust_hpsa_scsi_table return void.
Stephen M. Cameron
2010-02-17
1
-2
/
+1
*
[SCSI] hpsa: Use BUG_ON instead of an if statement.
Stephen M. Cameron
2010-02-17
1
-2
/
+1
*
[SCSI] hpsa: avoid unwanted promotion from unsigned to signed for raid level ...
Stephen M. Cameron
2010-02-17
1
-2
/
+2
*
[SCSI] hpsa: Use kernel integer types, not userland ones
Stephen M. Cameron
2010-02-17
1
-45
/
+45
*
[SCSI] hpsa: add driver for HP Smart Array controllers.
Stephen M. Cameron
2009-12-10
1
-0
/
+3531