summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
Commit message (Expand)AuthorAgeFilesLines
* hpsa: change driver versionDon Brace2015-06-011-1/+1
* hpsa: add in new controller idDon Brace2015-06-011-0/+2
* hpsa: cleanup resetWebb Scales2015-06-011-28/+176
* hpsa: propagate the error code in hpsa_kdump_soft_resetRobert Elliott2015-06-011-4/+7
* hpsa: use scsi host_no as hpsa controller numberRobert Elliott2015-06-011-60/+74
* hpsa: use block layer tag for command allocationWebb Scales2015-05-311-31/+128
* hpsa: add interrupt number to /proc/interrupts interrupt nameRobert Elliott2015-05-311-6/+14
* hpsa: create workqueue after the driver is ready for useRobert Elliott2015-05-311-29/+31
* hpsa: fix try_soft_reset error handlingRobert Elliott2015-05-311-5/+11
* hpsa: cleanup for init_one step 2 in kdumpRobert Elliott2015-05-311-0/+10
* hpsa: skip free_irq calls if irqs are not allocatedRobert Elliott2015-05-311-1/+6
* hpsa: call pci_release_regions after pci_disable_deviceRobert Elliott2015-05-311-4/+13
* hpsa: performance tweak for hpsa_scatter_gather()Webb Scales2015-05-311-11/+28
* hpsa: refactor and rework support for sending TEST_UNIT_READYWebb Scales2015-05-311-30/+87
* hpsa: don't return abort request until target is completeWebb Scales2015-05-311-30/+90
* hpsa: use helper routines for finishing commandsWebb Scales2015-05-311-47/+31Star
* hpsa: add support sending aborts to physical devices via the ioaccel2 pathStephen Cameron2015-05-311-6/+130
* hpsa: do not print ioaccel2 warning messages about unusual completions.Robert Elliott2015-05-311-24/+0Star
* hpsa: clean up some error reporting output in abort handlerRobert Elliott2015-05-311-9/+15
* hpsa: clean up driver initRobert Elliott2015-05-311-86/+157
* hpsa: correct return values from driver functions.Robert Elliott2015-05-311-5/+5
* hpsa: do not check cmd_alloc return value - it cannnot return NULLRobert Elliott2015-05-311-62/+15Star
* hpsa: add more ioaccel2 error handling, including underrun statuses.Joe Handzik2015-05-311-5/+26
* hpsa: add ioaccel sg chaining for the ioaccel2 pathWebb Scales2015-05-311-10/+115
* hpsa: refactor freeing of resources into more logical functionsRobert Elliott2015-05-311-48/+56
* hpsa: clean up error handlingRobert Elliott2015-05-311-34/+58
* hpsa: break hpsa_free_irqs_and_disable_msix into two functionsRobert Elliott2015-05-311-17/+18
* hpsa: Get queue depth from identify physical bmic for physical disks.Joe Handzik2015-05-311-20/+13Star
* hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode.Joe Handzik2015-05-311-1/+9
* hpsa: print accurate SSD Smart Path Enabled statusRobert Elliott2015-05-311-4/+8
* hpsa: factor out hpsa_ioaccel_submit functionWebb Scales2015-05-311-25/+66
* hpsa: try resubmitting down raid path on task set fullStephen Cameron2015-05-311-2/+1Star
* hpsa: do not ignore return value of hpsa_register_scsiStephen Cameron2015-05-311-1/+3
* hpsa: factor out hpsa_init_cmd functionStephen Cameron2015-05-311-25/+52
* hpsa: make function names consistentRobert Elliott2015-05-311-6/+8
* hpsa: allow lockup detected to be viewed via sysfsStephen Cameron2015-05-311-0/+17
* hpsa: hpsa decode sense data for io and tmfStephen Cameron2015-05-311-35/+110
* hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmdsStephen Cameron2015-05-311-0/+1
* hpsa: clean up abortsStephen Cameron2015-05-311-33/+143
* hpsa: rework controller command submissionWebb Scales2015-05-311-85/+249
* hpsa: clean up host, channel, target, lun printsWebb Scales2015-05-311-35/+35
* hpsa: add masked physical devices into h->dev[] arrayStephen Cameron2015-05-311-121/+132
* hpsa: dont meddle with hw which isn't ours (cciss)Tomas Henzl2015-05-311-10/+11
* Fix weird uses of num_online_cpus().Rusty Russell2015-03-101-4/+2Star
* hpsa: correct compiler warnings introduced by hpsa-add-local-workqueue patchDon Brace2015-02-151-3/+1Star
* hpsa: Use local workqueues instead of system workqueuesDon Brace2015-02-021-14/+54
* hpsa: add in P840ar controller model nameDon Brace2015-02-021-1/+1
* hpsa: add in gen9 controller model namesDon Brace2015-02-021-13/+13
* hpsa: detect and report failures changing controller transport modesRobert Elliott2015-02-021-11/+29
* hpsa: shorten the wait for the CISS doorbell mode change ackRobert Elliott2015-02-021-6/+9