summaryrefslogtreecommitdiff
path: root/drivers/scsi/hpsa.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-09hpsa: refactor hpsa_figure_bus_target_lunKevin Barnett1-13/+12
2015-11-09hpsa: enhance hpsa_get_device_idDon Brace1-3/+20
2015-11-09hpsa: add function is_logical_deviceKevin Barnett1-7/+12
2015-11-09hpsa: simplify update scsi devicesKevin Barnett1-9/+13
2015-11-09hpsa: simplify check for device exposureKevin Barnett1-14/+11
2015-11-09hpsa: correct ioaccel2 sg chain lenDon Brace1-2/+3
2015-11-09hpsa: correct check for non-disk devicesDon Brace1-13/+15
2015-11-09hpsa: fix physical target resetScott Teel1-6/+28
2015-11-09hpsa: fix hpsa_adjust_hpsa_scsi_tableDon Brace1-0/+16
2015-11-09hpsa: correct transfer length for 6 byte read/write commandsDon Brace1-13/+6
2015-11-09hpsa: abandon rescans on memory alloaction failures.Don Brace1-5/+19
2015-11-09hpsa: allow driver requested rescansDon Brace1-2/+15
2015-11-09hpsa: fix null device issuesDon Brace1-5/+17
2015-11-09hpsa: check for null arguments to dev_printkDon Brace1-0/+3
2015-11-09hpsa: remove unused hpsa_tag_discard_error_bitsDon Brace1-10/+1
2015-11-09hpsa: stop zeroing reset_cmds_out and ioaccel_cmds_out during rescanDon Brace1-2/+0
2015-11-09hpsa: remove unused parameter hostnoDon Brace1-16/+14
2015-08-27hpsa: fix rmmod issuesDon Brace1-2/+8
2015-08-27hpsa: fix issues with multilun devicesshane.seymour1-2/+4
2015-08-27hpsa: add in new offline modeScott Benesh1-4/+11
2015-08-27Change how controllers in mixed mode are handled.Kevin Barnett1-86/+11
2015-08-27hpsa: add in new controllersDon Brace1-0/+10
2015-08-27hpsa: cleanup update scsi devicesDon Brace1-3/+3
2015-08-27hpsa: add sysfs entry path_info to show box and bay informationJoe Handzik1-0/+122
2015-08-27hpsa: add PMC to copyrightDon Brace1-6/+3
2015-08-27hpsa: correct static checker warnings on driver init cleanupDon Brace1-3/+1
2015-08-27hpsa: correct decode sense dataDon Brace1-1/+1
2015-08-27hpsa: Correct double unlock of mutexDon Brace1-5/+4
2015-07-30hpsa: fix an sprintf() overflow in the reset handlerDan Carpenter1-6/+9
2015-06-01hpsa: change driver versionDon Brace1-1/+1
2015-06-01hpsa: add in new controller idDon Brace1-0/+2
2015-06-01hpsa: cleanup resetWebb Scales1-28/+176
2015-06-01hpsa: propagate the error code in hpsa_kdump_soft_resetRobert Elliott1-4/+7
2015-06-01hpsa: use scsi host_no as hpsa controller numberRobert Elliott1-60/+74
2015-05-31hpsa: use block layer tag for command allocationWebb Scales1-31/+128
2015-05-31hpsa: add interrupt number to /proc/interrupts interrupt nameRobert Elliott1-6/+14
2015-05-31hpsa: create workqueue after the driver is ready for useRobert Elliott1-29/+31
2015-05-31hpsa: fix try_soft_reset error handlingRobert Elliott1-5/+11
2015-05-31hpsa: cleanup for init_one step 2 in kdumpRobert Elliott1-0/+10
2015-05-31hpsa: skip free_irq calls if irqs are not allocatedRobert Elliott1-1/+6
2015-05-31hpsa: call pci_release_regions after pci_disable_deviceRobert Elliott1-4/+13
2015-05-31hpsa: performance tweak for hpsa_scatter_gather()Webb Scales1-11/+28
2015-05-31hpsa: refactor and rework support for sending TEST_UNIT_READYWebb Scales1-30/+87
2015-05-31hpsa: don't return abort request until target is completeWebb Scales1-30/+90
2015-05-31hpsa: use helper routines for finishing commandsWebb Scales1-47/+31
2015-05-31hpsa: add support sending aborts to physical devices via the ioaccel2 pathStephen Cameron1-6/+130
2015-05-31hpsa: do not print ioaccel2 warning messages about unusual completions.Robert Elliott1-24/+0
2015-05-31hpsa: clean up some error reporting output in abort handlerRobert Elliott1-9/+15
2015-05-31hpsa: clean up driver initRobert Elliott1-86/+157
2015-05-31hpsa: correct return values from driver functions.Robert Elliott1-5/+5