Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c159b5968ec9d3cbf16802189b29eb0ec17ae4d8
/
drivers
/
scsi
/
hpsa_cmd.h
d604f53
hpsa: cleanup reset
by Webb Scales
· 10 years ago
a58e7e5
hpsa: don't return abort request until target is complete
by Webb Scales
· 10 years ago
8be986c
hpsa: add support sending aborts to physical devices via the ioaccel2 path
by Stephen Cameron
· 10 years ago
c40820d
hpsa: add more ioaccel2 error handling, including underrun statuses.
by Joe Handzik
· 10 years ago
360c73b
hpsa: factor out hpsa_init_cmd function
by Stephen Cameron
· 10 years ago
9437ac4
hpsa: hpsa decode sense data for io and tmf
by Stephen Cameron
· 10 years ago
25163bd
hpsa: rework controller command submission
by Webb Scales
· 10 years ago
41ce4c3
hpsa: add masked physical devices into h->dev[] array
by Stephen Cameron
· 10 years ago
7fa3030
hpsa: do not use a void pointer for scsi_cmd field of struct CommandList
by Stephen Cameron
· 10 years ago
281a7fd
hpsa: fix race between abort handler and main i/o path
by Webb Scales
· 10 years ago
0338373
hpsa: honor queue depth of physical devices
by Don Brace
· 10 years ago
080ef1c
hpsa: use workqueue to resubmit failed ioaccel commands
by Don Brace
· 10 years ago
f2405db
hpsa: do not queue commands internally in driver
by Don Brace
· 10 years ago
2b08b3e
hpsa: correct endian sparse warnings
by Don Brace
· 10 years ago
a505b86
hpsa: get rid of type/attribute/direction bit field where possible
by Stephen M. Cameron
· 10 years ago
50a0dec
hpsa: fix endianness issue with scatter gather elements
by Stephen M. Cameron
· 10 years ago
9208471
hpsa: fix allocation sizes for CISS_REPORT_LUNs commands
by Stephen M. Cameron
· 10 years ago
67955ba
hpsa: fix handling of hpsa_volume_offline return value
by Stephen M. Cameron
· 10 years ago
d5b5d96
hpsa: define extended_report_lun_entry data structure
by Stephen M. Cameron
· 10 years ago
f89439b
hpsa: choose number of reply queues more intelligently.
by Stephen M. Cameron
· 10 years ago
35d697c
hpsa: use gcc aligned attribute instead of manually padding structs
by Stephen M. Cameron
· 10 years ago
316b221
[SCSI] hpsa: Add hba mode to the hpsa driver
by Stephen M. Cameron
· 11 years ago
c14c589
[SCSI] hpsa: remove unused struct request from CommandList
by Stephen M. Cameron
· 11 years ago
9846590
[SCSI] hpsa: bring format-in-progress drives online when ready
by Stephen M. Cameron
· 11 years ago
dd0e19f
[SCSI] hpsa: add controller base data-at-rest encryption compatibility ioaccel2
by Scott Teel
· 11 years ago
51c3513
[SCSI] hpsa: update source file copyrights
by Scott Teel
· 11 years ago
1b70150a
[SCSI] hpsa: do not inquire for unsupported ioaccel status vpd page
by Stephen M. Cameron
· 11 years ago
54b6e9e
[SCSI] hpsa: add task management for ioaccel mode 2
by Scott Teel
· 11 years ago
c349775
[SCSI] hpsa: get ioaccel mode 2 i/o working
by Scott Teel
· 11 years ago
b9af493
[SCSI] hpsa: initialize controller to perform io accelerator mode 2
by Stephen M. Cameron
· 11 years ago
1f7cee8
[SCSI] hpsa: Acknowledge controller events in ioaccell mode 2 as well as mode 1
by Stephen M. Cameron
· 11 years ago
b66cc25
[SCSI] hpsa: add ioaccel mode 2 structure definitions
by Mike Miller
· 11 years ago
76438d0
[SCSI] hpsa: poll controller to detect device change event
by Stephen M. Cameron
· 11 years ago
283b4a9
[SCSI] hpsa: add ioaccell mode 1 RAID offload support.
by Stephen M. Cameron
· 11 years ago
e1f7de0
[SCSI] hpsa: add support for 'fastpath' i/o
by Matt Gates
· 11 years ago
e1d9cbf
[SCSI] hpsa: mark last scatter gather element as the last
by Matt Gates
· 11 years ago
a93aa1f
[SCSI] hpsa: use extended report luns command for HP SSD SmartPath
by Matt Gates
· 11 years ago
28e1344
[SCSI] hpsa: enable unit attention reporting
by Stephen M. Cameron
· 11 years ago
97a5e98
[SCSI] hpsa: rename scsi prefetch field
by Stephen M. Cameron
· 11 years ago
e85c597
[SCSI] hpsa: dial down lockup detection during firmware flash
by Stephen M. Cameron
· 13 years ago
254f796
[SCSI] hpsa: use multiple reply queues
by Matt Gates
· 13 years ago
75167d2
[SCSI] hpsa: add abort error handler function
by Stephen M. Cameron
· 13 years ago
aca4a52
[SCSI] hpsa: eliminate 8 external target limitation
by Scott Teel
· 13 years ago
d66ae08
[SCSI] hpsa: removed unneeded structure member max_sg_entries and fix badly named constant MAXSGENTRIES
by Stephen M. Cameron
· 13 years ago
b7ec021
[SCSI] hpsa: fix potential array overflow in hpsa_update_scsi_devices
by Scott Teel
· 13 years ago
cf0b08d
[SCSI] hpsa: use new doorbell-bit-5 reset method
by Stephen M. Cameron
· 14 years ago
580ada3
[SCSI] hpsa: do a better job of detecting controller reset failure
by Stephen M. Cameron
· 14 years ago
a2a431a
[SCSI] hpsa: delete old unused padding garbage
by Stephen M. Cameron
· 14 years ago
960a30e
[SCSI] hpsa: Inform controller we are using 32-bit tags.
by Stephen M. Cameron
· 14 years ago
9e0fc76
[SCSI] hpsa: do not re-order commands in internal queues
by Stephen M. Cameron
· 14 years ago
d896f3f
[SCSI] hpsa: fixup DMA address before freeing.
by Stephen M. Cameron
· 14 years ago
1df8552
[SCSI] hpsa: Fix hard reset code.
by Stephen M. Cameron
· 14 years ago
859e816
[SCSI] hpsa: remove unneeded defines
by Mike Miller
· 15 years ago
43aebfa
[SCSI] hpsa: remove unused members next, prev, and retry_count from command list structure.
by Stephen M. Cameron
· 15 years ago
33a2ffc
[SCSI] hpsa: Increase the number of scatter gather elements supported.
by Stephen M. Cameron
· 15 years ago
db61bfc
[SCSI] hpsa: Clarify calculation of padding for commandlist structure
by Stephen M. Cameron
· 15 years ago
303932f
[SCSI] hpsa: Allow multiple command completions per interrupt.
by Don Brace
· 15 years ago
01a02ff
[SCSI] hpsa: Use kernel integer types, not userland ones
by Stephen M. Cameron
· 15 years ago
466dc22
[SCSI] hpsa: fix typo in comments
by Stephen M. Cameron
· 15 years ago
edd1636
[SCSI] hpsa: add driver for HP Smart Array controllers.
by Stephen M. Cameron
· 15 years ago