Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
49d0e9fb3739966b2d99ccf9ebaca448052f880d
/
drivers
/
scsi
/
hpsa.h
7630b3a
scsi: hpsa: use bus '3' for legacy HBA devices
by Hannes Reinecke
· 8 years ago
b32ece0
scsi: hpsa: correct call to hpsa_do_reset
by Don Brace
· 8 years ago
ba74fdc
hpsa: correct handling of HBA device removal
by Don Brace
· 9 years ago
94c7bc3
hpsa: update copyright information
by Don Brace
· 9 years ago
09371d6
hpsa: Change SAS transport devices to bus 0.
by Don Brace
· 9 years ago
d04e62b
hpsa: add in sas transport class
by Kevin Barnett
· 9 years ago
3459225
hpsa: add discovery polling for PT RAID devices.
by Scott Teel
· 9 years ago
66749d0
hpsa: generalize external arrays
by Scott Teel
· 9 years ago
c795505
hpsa: refactor hpsa_figure_bus_target_lun
by Kevin Barnett
· 9 years ago
04fa2f4
hpsa: simplify update scsi devices
by Kevin Barnett
· 9 years ago
2a16820
hpsa: simplify check for device exposure
by Kevin Barnett
· 9 years ago
0b9b7b6
hpsa: fix physical target reset
by Scott Teel
· 9 years ago
da03ded
hpsa: fix hpsa_adjust_hpsa_scsi_table
by Don Brace
· 9 years ago
853633e
hpsa: allow driver requested rescans
by Don Brace
· 9 years ago
3ad7de6
hpsa: change devtype to unsigned
by Don Brace
· 9 years ago
b9092b7
Change how controllers in mixed mode are handled.
by Kevin Barnett
· 9 years ago
8270b86
hpsa: add sysfs entry path_info to show box and bay information
by Joe Handzik
· 9 years ago
1358f6d
hpsa: add PMC to copyright
by Don Brace
· 9 years ago
d604f53
hpsa: cleanup reset
by Webb Scales
· 10 years ago
73153fe
hpsa: use block layer tag for command allocation
by Webb Scales
· 10 years ago
8b47004
hpsa: add interrupt number to /proc/interrupts interrupt name
by Robert Elliott
· 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
d9a729f
hpsa: add ioaccel sg chaining for the ioaccel2 path
by Webb Scales
· 10 years ago
a3144e0
hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode.
by Joe Handzik
· 10 years ago
9b5c48c
hpsa: clean up aborts
by Stephen Cameron
· 10 years ago
41ce4c3
hpsa: add masked physical devices into h->dev[] array
by Stephen Cameron
· 10 years ago
6636e7f
hpsa: Use local workqueues instead of system workqueues
by Don Brace
· 10 years ago
c05e886
hpsa: do not use function pointers in fast path command submission
by Stephen Cameron
· 10 years ago
c2b0acd
hpsa: do not check for msi(x) in interrupt_pending
by Stephen Cameron
· 10 years ago
bee266a
hpsa: slightly optimize SA5_performant_completed
by Don Brace
· 10 years ago
34f0c62
hpsa: count passthru cmds with atomics, not a spin locked int
by Don Brace
· 10 years ago
3381102
hpsa: optimize cmd_alloc function by remembering last allocation
by Robert Elliott
· 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
7acf570
hpsa: do not request device rescan on every ioaccel path error
by Stephen Cameron
· 10 years ago
f2405db
hpsa: do not queue commands internally in driver
by Don Brace
· 10 years ago
45fcb86
hpsa: get rid of cmd_special_alloc and cmd_special_free
by Stephen Cameron
· 10 years ago
d54c5c2
hpsa: reserve some commands for use by driver
by Stephen Cameron
· 10 years ago
0cbf768
hpsa: use atomics for commands_outstanding
by Stephen M. Cameron
· 10 years ago
42a9164
hpsa: Clean up warnings from sparse.
by Don Brace
· 10 years ago
7b2c46e
hpsa: fix event filtering to prevent excessive rescans with old firmware
by Stephen M. Cameron
· 10 years ago
b3a52e7
hpsa: avoid unnecessary readl on every command submission
by Stephen M. Cameron
· 10 years ago
094963d
hpsa: use per-cpu variable for lockup_detected
by Stephen M. Cameron
· 10 years ago
072b051
hpsa: allocate reply queues individually
by Stephen M. Cameron
· 10 years ago
7b9235e
hpsa: remove dev_dbg() calls from hot paths
by Stephen M. Cameron
· 10 years ago
84ce1ee
hpsa: remove unused fields from struct ctlr_info
by Stephen M. Cameron
· 10 years ago
6e8e808
hpsa: fix memory leak in hpsa_hba_mode_enabled
by Joe Handzik
· 10 years ago
316b221
[SCSI] hpsa: Add hba mode to the hpsa driver
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
2ba8bfc
[SCSI] hpsa add sysfs debug switch for raid map debugging messages
by Stephen M. Cameron
· 11 years ago
faff6ee
[SCSI] hpsa: only do device rescan for certain events
by Stephen M. Cameron
· 11 years ago
51c3513
[SCSI] hpsa: update source file copyrights
by Scott Teel
· 11 years ago
e863d68
[SCSI] hpsa: rescan devices on ioaccel2 error
by Scott Teel
· 11 years ago
da0697b
[SCSI] hpsa: allow user to disable accelerated i/o path
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
aca9012
[SCSI] hpsa: do ioaccel mode 2 resource allocations
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
8a98db73
[SCSI] hpsa: use workqueue instead of kernel thread for lockup detection
by Stephen M. Cameron
· 11 years ago
396883e
[SCSI] hpsa: prevent stalled i/o
by Stephen M. Cameron
· 11 years ago
0390f0c
[SCSI] hpsa: cap CCISS_PASSTHRU at 20 concurrent commands.
by Stephen M. Cameron
· 11 years ago
1cdd3cf
[SCSI] hpsa: remove unneeded variable
by Tomas Henzl
· 11 years ago
e85c597
[SCSI] hpsa: dial down lockup detection during firmware flash
by Stephen M. Cameron
· 13 years ago
21334ea
[SCSI] hpsa: removed unused member maxQsinceinit
by Stephen M. Cameron
· 13 years ago
e16a33a
[SCSI] hpsa: refine interrupt handler locking for greater concurrency
by Matt Gates
· 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
2c17d2d
[SCSI] hpsa: do not read from controller unnecessarily in completion code
by Stephen M. Cameron
· 13 years ago
f79cfec
[SCSI] hpsa: factor out driver name
by Stephen M. Cameron
· 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
a0c1241
[SCSI] hpsa: detect controller lockup
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
cfe5bad
[SCSI] hpsa: rename HPSA_MAX_SCSI_DEVS_PER_HBA
by Scott Teel
· 13 years ago
03ab31f
[SCSI] hpsa: remove unused busy_initializing and busy_scanning
by Stephen M. Cameron
· 13 years ago
fec62c3
[SCSI] hpsa: do not attempt to read from a write-only register
by Stephen M. Cameron
· 13 years ago
64670ac
[SCSI] hpsa: do soft reset if hard reset is broken
by Stephen M. Cameron
· 14 years ago
2ed7127
[SCSI] hpsa: increase time to wait for board reset
by Stephen M. Cameron
· 14 years ago
516fda4
[SCSI] hpsa: wait longer for no-op to complete after resetting controller
by Stephen M. Cameron
· 14 years ago
8cd21da
[SCSI] hpsa: add readl after writel in interrupt mask setting code
by Stephen M. Cameron
· 14 years ago
d0be5ec
[SCSI] hpsa: do readl after writel in main i/o path to ensure commands don't get lost.
by Stephen M. Cameron
· 14 years ago
a9a3a27
[SCSI] hpsa: make hpsa.hpsa_simple_mode=1 module parameter actually work
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
fe5389c
[SCSI] hpsa: fix board status waiting code
by Stephen M. Cameron
· 14 years ago
a0b8987
[SCSI] hpsa: do not consider firmware revision when looking for device changes.
by Stephen M. Cameron
· 14 years ago
873f339
[SCSI] hpsa: remove unused firm_ver member of the per-hba structure
by Stephen M. Cameron
· 14 years ago
33a2ffc
[SCSI] hpsa: Increase the number of scatter gather elements supported.
by Stephen M. Cameron
· 15 years ago
3146840
[SCSI] hpsa: remove scan thread
by Mike Miller
· 15 years ago
a08a847
[SCSI] hpsa: use scan_start and scan_finished entry points for scanning
by Stephen M. Cameron
· 15 years ago
339b2b1
[SCSI] hpsa: Fix p1210m LUN assignment.
by Stephen M. Cameron
· 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
84ca0be
[SCSI] hpsa: fix some debug printks to use dev_dbg instead
by Stephen M. Cameron
· 15 years ago
a104c99
[SCSI] hpsa: make tag macros into functions
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