aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-31hpsa: do not check cmd_alloc return value - it cannnot return NULLRobert Elliott1-62/+15
2015-05-31hpsa: add more ioaccel2 error handling, including underrun statuses.Joe Handzik1-5/+26
2015-05-31hpsa: add ioaccel sg chaining for the ioaccel2 pathWebb Scales1-10/+115
2015-05-31hpsa: refactor freeing of resources into more logical functionsRobert Elliott1-48/+56
2015-05-31hpsa: clean up error handlingRobert Elliott1-34/+58
2015-05-31hpsa: break hpsa_free_irqs_and_disable_msix into two functionsRobert Elliott1-17/+18
2015-05-31hpsa: Get queue depth from identify physical bmic for physical disks.Joe Handzik1-20/+13
2015-05-31hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode.Joe Handzik1-1/+9
2015-05-31hpsa: print accurate SSD Smart Path Enabled statusRobert Elliott1-4/+8
2015-05-31hpsa: factor out hpsa_ioaccel_submit functionWebb Scales1-25/+66
2015-05-31hpsa: try resubmitting down raid path on task set fullStephen Cameron1-2/+1
2015-05-31hpsa: do not ignore return value of hpsa_register_scsiStephen Cameron1-1/+3
2015-05-31hpsa: factor out hpsa_init_cmd functionStephen Cameron1-25/+52
2015-05-31hpsa: make function names consistentRobert Elliott1-6/+8
2015-05-31hpsa: allow lockup detected to be viewed via sysfsStephen Cameron1-0/+17
2015-05-31hpsa: hpsa decode sense data for io and tmfStephen Cameron1-35/+110
2015-05-31hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmdsStephen Cameron1-0/+1
2015-05-31hpsa: clean up abortsStephen Cameron1-33/+143
2015-05-31hpsa: rework controller command submissionWebb Scales1-85/+249
2015-05-31hpsa: clean up host, channel, target, lun printsWebb Scales1-35/+35
2015-05-31hpsa: add masked physical devices into h->dev[] arrayStephen Cameron1-121/+132
2015-05-31hpsa: dont meddle with hw which isn't ours (cciss)Tomas Henzl1-10/+11
2015-03-10Fix weird uses of num_online_cpus().Rusty Russell1-4/+2
2015-02-15hpsa: correct compiler warnings introduced by hpsa-add-local-workqueue patchDon Brace1-3/+1
2015-02-02hpsa: Use local workqueues instead of system workqueuesDon Brace1-14/+54
2015-02-02hpsa: add in P840ar controller model nameDon Brace1-1/+1
2015-02-02hpsa: add in gen9 controller model namesDon Brace1-13/+13
2015-02-02hpsa: detect and report failures changing controller transport modesRobert Elliott1-11/+29
2015-02-02hpsa: shorten the wait for the CISS doorbell mode change ackRobert Elliott1-6/+9
2015-02-02hpsa: refactor duplicated scan completion code into a new routineWebb Scales1-24/+16
2015-02-02hpsa: move SG descriptor set-up out of hpsa_scatter_gather()Webb Scales1-7/+14
2015-02-02hpsa: do not use function pointers in fast path command submissionStephen Cameron1-3/+5
2015-02-02hpsa: print CDBs instead of kernel virtual addresses for uncommon errorsStephen Cameron1-13/+16
2015-02-02hpsa: do not use a void pointer for scsi_cmd field of struct CommandListStephen Cameron1-3/+3
2015-02-02hpsa: return failed from device reset/abort handlersDon Brace1-0/+7
2015-02-02hpsa: check for ctlr lockup after command allocation in main io pathStephen Cameron1-1/+8
2015-02-02hpsa: guard against overflowing raid map arrayStephen Cameron1-0/+3
2015-02-02hpsa: do not ack controller events on controllers that do not support itStephen Cameron1-0/+3