index
:
blackbird-op-linux
master
Blackbird™ 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: fix rmmod issues
Don Brace
2015-08-26
1
-2
/
+8
*
hpsa: fix issues with multilun devices
shane.seymour
2015-08-26
1
-2
/
+4
*
hpsa: add in new offline mode
Scott Benesh
2015-08-26
1
-4
/
+11
*
Change how controllers in mixed mode are handled.
Kevin Barnett
2015-08-26
1
-86
/
+11
*
hpsa: add in new controllers
Don Brace
2015-08-26
1
-0
/
+10
*
hpsa: cleanup update scsi devices
Don Brace
2015-08-26
1
-3
/
+3
*
hpsa: add sysfs entry path_info to show box and bay information
Joe Handzik
2015-08-26
1
-0
/
+122
*
hpsa: add PMC to copyright
Don Brace
2015-08-26
1
-6
/
+3
*
hpsa: correct static checker warnings on driver init cleanup
Don Brace
2015-08-26
1
-3
/
+1
*
hpsa: correct decode sense data
Don Brace
2015-08-26
1
-1
/
+1
*
hpsa: Correct double unlock of mutex
Don Brace
2015-08-26
1
-5
/
+4
*
hpsa: fix an sprintf() overflow in the reset handler
Dan Carpenter
2015-07-30
1
-6
/
+9
*
hpsa: change driver version
Don Brace
2015-05-31
1
-1
/
+1
*
hpsa: add in new controller id
Don Brace
2015-05-31
1
-0
/
+2
*
hpsa: cleanup reset
Webb Scales
2015-05-31
1
-28
/
+176
*
hpsa: propagate the error code in hpsa_kdump_soft_reset
Robert Elliott
2015-05-31
1
-4
/
+7
*
hpsa: use scsi host_no as hpsa controller number
Robert Elliott
2015-05-31
1
-60
/
+74
*
hpsa: use block layer tag for command allocation
Webb Scales
2015-05-31
1
-31
/
+128
*
hpsa: add interrupt number to /proc/interrupts interrupt name
Robert Elliott
2015-05-31
1
-6
/
+14
*
hpsa: create workqueue after the driver is ready for use
Robert Elliott
2015-05-31
1
-29
/
+31
*
hpsa: fix try_soft_reset error handling
Robert Elliott
2015-05-31
1
-5
/
+11
*
hpsa: cleanup for init_one step 2 in kdump
Robert Elliott
2015-05-31
1
-0
/
+10
*
hpsa: skip free_irq calls if irqs are not allocated
Robert Elliott
2015-05-31
1
-1
/
+6
*
hpsa: call pci_release_regions after pci_disable_device
Robert Elliott
2015-05-31
1
-4
/
+13
*
hpsa: performance tweak for hpsa_scatter_gather()
Webb Scales
2015-05-31
1
-11
/
+28
*
hpsa: refactor and rework support for sending TEST_UNIT_READY
Webb Scales
2015-05-31
1
-30
/
+87
*
hpsa: don't return abort request until target is complete
Webb Scales
2015-05-31
1
-30
/
+90
*
hpsa: use helper routines for finishing commands
Webb Scales
2015-05-31
1
-47
/
+31
*
hpsa: add support sending aborts to physical devices via the ioaccel2 path
Stephen Cameron
2015-05-31
1
-6
/
+130
*
hpsa: do not print ioaccel2 warning messages about unusual completions.
Robert Elliott
2015-05-31
1
-24
/
+0
*
hpsa: clean up some error reporting output in abort handler
Robert Elliott
2015-05-31
1
-9
/
+15
*
hpsa: clean up driver init
Robert Elliott
2015-05-31
1
-86
/
+157
*
hpsa: correct return values from driver functions.
Robert Elliott
2015-05-31
1
-5
/
+5
*
hpsa: do not check cmd_alloc return value - it cannnot return NULL
Robert Elliott
2015-05-31
1
-62
/
+15
*
hpsa: add more ioaccel2 error handling, including underrun statuses.
Joe Handzik
2015-05-31
1
-5
/
+26
*
hpsa: add ioaccel sg chaining for the ioaccel2 path
Webb Scales
2015-05-31
1
-10
/
+115
*
hpsa: refactor freeing of resources into more logical functions
Robert Elliott
2015-05-31
1
-48
/
+56
*
hpsa: clean up error handling
Robert Elliott
2015-05-31
1
-34
/
+58
*
hpsa: break hpsa_free_irqs_and_disable_msix into two functions
Robert Elliott
2015-05-31
1
-17
/
+18
*
hpsa: Get queue depth from identify physical bmic for physical disks.
Joe Handzik
2015-05-31
1
-20
/
+13
*
hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode.
Joe Handzik
2015-05-31
1
-1
/
+9
*
hpsa: print accurate SSD Smart Path Enabled status
Robert Elliott
2015-05-31
1
-4
/
+8
*
hpsa: factor out hpsa_ioaccel_submit function
Webb Scales
2015-05-31
1
-25
/
+66
*
hpsa: try resubmitting down raid path on task set full
Stephen Cameron
2015-05-31
1
-2
/
+1
*
hpsa: do not ignore return value of hpsa_register_scsi
Stephen Cameron
2015-05-31
1
-1
/
+3
*
hpsa: factor out hpsa_init_cmd function
Stephen Cameron
2015-05-31
1
-25
/
+52
*
hpsa: make function names consistent
Robert Elliott
2015-05-31
1
-6
/
+8
*
hpsa: allow lockup detected to be viewed via sysfs
Stephen Cameron
2015-05-31
1
-0
/
+17
*
hpsa: hpsa decode sense data for io and tmf
Stephen Cameron
2015-05-31
1
-35
/
+110
*
hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmds
Stephen Cameron
2015-05-31
1
-0
/
+1
[next]