Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
eb6b2ae9058accd183fe8b31f1985312bf333624
/
drivers
/
scsi
/
hpsa.c
eb6b2ae
[SCSI] hpsa: factor out hpsa_enter_simple_mode
by Stephen M. Cameron
· 15 years ago
3d0eab6
[SCSI] hpsa: factor out hpsa_p600_dma_prefetch_quirk
by Stephen M. Cameron
· 15 years ago
f7c3910
[SCSI] hpsa: factor out hpsa_enable_scsi_prefetch
by Stephen M. Cameron
· 15 years ago
76c46e4
[SCSI] hpsa: factor out hpsa-CISS-signature-present
by Stephen M. Cameron
· 15 years ago
b93d753
[SCSI] hpsa: hpsa factor out hpsa_find_board_params
by Stephen M. Cameron
· 15 years ago
204892e
[SCSI] hpsa: fix leak of ioremapped memory in hpsa_pci_init error path.
by Stephen M. Cameron
· 15 years ago
77c4495
[SCSI] hpsa: factor out hpsa_find_cfgtables
by Stephen M. Cameron
· 15 years ago
2c4c8c8
[SCSI] hpsa: factor out hpsa_wait_for_board_ready
by Stephen M. Cameron
· 15 years ago
3a7774c
[SCSI] hpsa: factor out hpsa_find_memory_BAR
by Stephen M. Cameron
· 15 years ago
6b3f4c5
[SCSI] hpsa: remove redundant board_id parameter from hpsa_interrupt_mode
by Stephen M. Cameron
· 15 years ago
85bdbab
[SCSI] hpsa: factor out hpsa_board_disabled
by Stephen M. Cameron
· 15 years ago
e5c880d
[SCSI] hpsa: factor out hpsa_lookup_board_id
by Stephen M. Cameron
· 15 years ago
55c06c7
[SCSI] hpsa: save pdev pointer in per hba structure early to avoid passing it around so much.
by Stephen M. Cameron
· 15 years ago
859e816
[SCSI] hpsa: remove unneeded defines
by Mike Miller
· 15 years ago
33a2ffc
[SCSI] hpsa: Increase the number of scatter gather elements supported.
by Stephen M. Cameron
· 15 years ago
ff9fea9
[SCSI] hpsa: mark hpsa_pci_init as __devinit
by Stephen M. Cameron
· 15 years ago
3146840
[SCSI] hpsa: remove scan thread
by Mike Miller
· 15 years ago
e9ea04a
[SCSI] hpsa: return -ENOMEM, not -1
by Stephen M. Cameron
· 15 years ago
5512672
[SCSI] hpsa: fix scsi status mis-shift
by Stephen M. Cameron
· 15 years ago
f0edafc
[SCSI] hpsa: fix firmwart typo
by Stephen M. Cameron
· 15 years ago
667e23d
[SCSI] hpsa: allow modifying device queue depth.
by Stephen M. Cameron
· 15 years ago
4b5aa7c
[SCSI] hpsa: update driver version to 2.0.1-3
by Stephen M. Cameron
· 15 years ago
71fe75a
[SCSI] hpsa: Reorder compat ioctl functions to eliminate some forward declarations.
by Stephen M. Cameron
· 15 years ago
e39eeae
[SCSI] hpsa: eliminate lock_kernel in compat_ioctl
by Stephen M. Cameron
· 15 years ago
2a8ccf3
[SCSI] hpsa: fix bug in adjust_hpsa_scsi_table
by Stephen M. Cameron
· 15 years ago
2323104
[SCSI] hpsa: Fix hpsa_find_scsi_entry so that it doesn't try to dereference NULL pointers
by Stephen M. Cameron
· 15 years ago
c7f172d
[SCSI] hpsa: clarify obscure comment in adjust_hpsa_scsi_table
by Stephen M. Cameron
· 15 years ago
807be73
[SCSI] hpsa: print all the bytes of the CDB, not just the first one.
by Mike Miller
· 15 years ago
d416b0c
[SCSI] hpsa: when resetting devices, print out which device
by Stephen M. Cameron
· 15 years ago
a08a847
[SCSI] hpsa: use scan_start and scan_finished entry points for scanning
by Stephen M. Cameron
· 15 years ago
a23513e
[SCSI] hpsa: Add an shost_to_hba helper function.
by Stephen M. Cameron
· 15 years ago
01fb218
[SCSI] hpsa: Don't return DID_NO_CONNECT when a device is merely not ready
by Matt Gates
· 15 years ago
1d3b360
[SCSI] hpsa: Retry commands completing with a sense key of ABORTED_COMMAND
by Matt Gates
· 15 years ago
5f0325a
[SCSI] hpsa: Return DID_RESET for commands which complete with status of UNSOLICITED ABORT
by Matt Gates
· 15 years ago
339b2b1
[SCSI] hpsa: Fix p1210m LUN assignment.
by Stephen M. Cameron
· 15 years ago
f8b01eb
[SCSI] hpsa: add pci ids for storageworks 1210m, remove p400, p800, p700m
by Mike Miller
· 15 years ago
303932f
[SCSI] hpsa: Allow multiple command completions per interrupt.
by Don Brace
· 15 years ago
900c544
[SCSI] hpsa: interrupt pending function should return bool not unsigned long
by Stephen M. Cameron
· 15 years ago
a104c99
[SCSI] hpsa: make tag macros into functions
by Stephen M. Cameron
· 15 years ago
6df1e95
[SCSI] hpsa: eliminate unnecessary memcpys
by Stephen M. Cameron
· 15 years ago
a9a44cb
[SCSI] hpsa: remove unwanted debug code
by Stephen M. Cameron
· 15 years ago
ea6d3bc
[SCSI] hpsa: use kzalloc not kmalloc plus memset
by Stephen M. Cameron
· 15 years ago
e89c0ae
[SCSI] hpsa: use sizeof() not an inline constant in memset.
by Stephen M. Cameron
· 15 years ago
ecd9aad
[SCSI] hpsa: return proper error codes not minus one.
by Stephen M. Cameron
· 15 years ago
bcc4425
[SCSI] hpsa: remove superfluous returns from void functions.
by Stephen M. Cameron
· 15 years ago
4967bd3
[SCSI] hpsa: make adjust_hpsa_scsi_table return void.
by Stephen M. Cameron
· 15 years ago
b2ed4f7
[SCSI] hpsa: Use BUG_ON instead of an if statement.
by Stephen M. Cameron
· 15 years ago
82a72c0
[SCSI] hpsa: avoid unwanted promotion from unsigned to signed for raid level index
by Stephen M. Cameron
· 15 years ago
01a02ff
[SCSI] hpsa: Use kernel integer types, not userland ones
by Stephen M. Cameron
· 15 years ago
edd1636
[SCSI] hpsa: add driver for HP Smart Array controllers.
by Stephen M. Cameron
· 15 years ago