index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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
*
hpsa: optimize cmd_alloc function by remembering last allocation
Robert Elliott
2015-02-02
1
-2
/
+5
*
hpsa: fix race between abort handler and main i/o path
Webb Scales
2015-02-02
1
-47
/
+62
*
hpsa: honor queue depth of physical devices
Don Brace
2015-02-02
1
-68
/
+250
*
hpsa: use workqueue to resubmit failed ioaccel commands
Don Brace
2015-02-02
1
-20
/
+52
*
hpsa: factor out hpsa_ciss_submit function
Stephen Cameron
2015-02-02
1
-59
/
+67
*
hpsa: do not request device rescan on every ioaccel path error
Stephen Cameron
2015-02-02
1
-12
/
+2
*
hpsa: do not queue commands internally in driver
Don Brace
2015-02-02
1
-271
/
+35
*
hpsa: get rid of cmd_special_alloc and cmd_special_free
Stephen Cameron
2015-02-02
1
-76
/
+30
*
hpsa: reserve some commands for use by driver
Stephen Cameron
2015-02-02
1
-2
/
+5
*
hpsa: avoid unneccesary calls to resource freeing functions
Robert Elliott
2015-02-02
1
-2
/
+4
*
hpsa: fix memory leak in hpsa_alloc_cmd_pool
Robert Elliott
2015-02-02
1
-1
/
+5
*
hpsa: report allocation failures while allocating SG chain blocks
Robert Elliott
2015-02-02
1
-2
/
+6
*
hpsa: pass error from pci_set_consistent_dma_mask from hpsa_message
Robert Elliott
2015-02-02
1
-1
/
+1
*
hpsa: rename hpsa_request_irq to hpsa_request_irqs
Robert Elliott
2015-02-02
1
-5
/
+6
*
hpsa: report failure to ioremap config table
Robert Elliott
2015-02-02
1
-1
/
+3
*
hpsa: trivial message and comment clean ups
Stephen Cameron
2015-02-02
1
-11
/
+10
*
hpsa: refactor hpsa_find_board_params() to encapsulate legacy test
Webb Scales
2015-02-02
1
-9
/
+21
*
hpsa: downgrade the Waiting for no-op print to dev_info
Robert Elliott
2015-02-02
1
-1
/
+1
*
hpsa: propagate return value from board ID lookup
Robert Elliott
2015-02-02
1
-3
/
+7
*
hpsa: propagate hard_reset failures in reset_devices mode
Robert Elliott
2015-02-02
1
-4
/
+1
*
hpsa: remove 0x from queue depth print which is in decimal
Robert Elliott
2015-02-02
1
-1
/
+1
*
hpsa: notice all request_irq errors
Robert Elliott
2015-02-02
1
-1
/
+18
*
hpsa: Fix -Wunused-but-set-variable warning
Fabian Frederick
2015-02-02
1
-2
/
+2
*
hpsa: rename free_irqs to hpsa_free_irqs
Robert Elliott
2015-02-02
1
-21
/
+22
*
hpsa: adjust RAID-1, RAID-1ADM, and RAID-6 names
Robert Elliott
2015-02-02
1
-2
/
+2
*
hpsa: correct change_queue_depth
Don Brace
2015-02-02
1
-1
/
+15
*
hpsa: change how SA controllers are reset
Don Brace
2015-02-02
1
-18
/
+10
*
hpsa: turn off interrupts when kdump starts
Tomas Henzl
2015-02-02
1
-0
/
+9
*
hpsa: fix memory leak in kdump hard reset
Tomas Henzl
2015-02-02
1
-1
/
+1
*
hpsa: correct endian sparse warnings
Don Brace
2015-02-02
1
-163
/
+112
*
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
2014-11-24
1
-15
/
+1
*
scsi: don't allow setting of queue_depth bigger than can_queue
Christoph Hellwig
2014-11-24
1
-5
/
+0
*
hpsa: remove spin lock around command allocation
Stephen M. Cameron
2014-11-20
1
-13
/
+23
*
hpsa: always call pci_set_master after pci_enable_device
Robert Elliott
2014-11-20
1
-3
/
+5
*
hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operation
Nicholas Bellinger
2014-11-20
1
-9
/
+7
*
hpsa: do not be so noisy about check conditions
Stephen M. Cameron
2014-11-20
1
-59
/
+0
*
hpsa: use atomics for commands_outstanding
Stephen M. Cameron
2014-11-20
1
-17
/
+9
*
hpsa: get rid of type/attribute/direction bit field where possible
Stephen M. Cameron
2014-11-20
1
-29
/
+29
*
hpsa: fix endianness issue with scatter gather elements
Stephen M. Cameron
2014-11-20
1
-123
/
+100
*
hpsa: fix allocation sizes for CISS_REPORT_LUNs commands
Stephen M. Cameron
2014-11-20
1
-7
/
+7
*
hpsa: remove 'action required' phrasing
Stephen M. Cameron
2014-11-20
1
-4
/
+4
*
hpsa: correct off-by-one sizing of chained SG block
Webb Scales
2014-11-20
1
-2
/
+2
*
hpsa: fix a couple pci id table mistakes
Stephen M. Cameron
2014-11-20
1
-1
/
+1
*
hpsa: remove dev_warn prints from RAID-1ADM
Robert Elliott
2014-11-20
1
-5
/
+0
*
hpsa: Clean up warnings from sparse.
Don Brace
2014-11-20
1
-13
/
+16
*
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
2014-11-12
1
-1
/
+1
*
hpsa: add missing pci_set_master in kdump path
Tomas Henzl
2014-09-25
1
-1
/
+1
*
hpsa: refine the pci enable/disable handling
Tomas Henzl
2014-09-16
1
-14
/
+28
*
hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-09-16
1
-15
/
+12
*
hpsa: Fallback to MSI rather than to INTx if MSI-X failed
Alexander Gordeev
2014-09-16
1
-1
/
+0
[next]