aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-02scsi: print single-character strings with seq_putcRasmus Villemoes15-45/+45
2015-02-02scsi: merge consecutive seq_puts callsRasmus Villemoes4-35/+21
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes21-138/+136
2015-02-02aha152x: replace seq_printf with seq_putsRasmus Villemoes1-124/+124
2015-02-02advansys: replace seq_printf with seq_putsRasmus Villemoes1-80/+75
2015-02-02scsi: remove SPRINTF macroRasmus Villemoes6-273/+252
2015-02-02sg: remove an unused variableBart Van Assche1-16/+1
2015-02-02hpsa: Use local workqueues instead of system workqueuesDon Brace2-14/+56
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 Cameron2-7/+6
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 Cameron2-4/+4
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
2015-02-02hpsa: remove incorrect BUG_ONs checking for raid offload enableStephen Cameron1-4/+0
2015-02-02hpsa: do not check for msi(x) in interrupt_pendingStephen Cameron1-3/+0
2015-02-02hpsa: slightly optimize SA5_performant_completedDon Brace1-4/+4
2015-02-02hpsa: count passthru cmds with atomics, not a spin locked intDon Brace2-36/+6
2015-02-02hpsa: optimize cmd_alloc function by remembering last allocationRobert Elliott2-2/+6
2015-02-02hpsa: fix race between abort handler and main i/o pathWebb Scales3-47/+65
2015-02-02hpsa: honor queue depth of physical devicesDon Brace3-68/+412
2015-02-02hpsa: use workqueue to resubmit failed ioaccel commandsDon Brace3-20/+54
2015-02-02hpsa: factor out hpsa_ciss_submit functionStephen Cameron1-59/+67
2015-02-02hpsa: do not request device rescan on every ioaccel path errorStephen Cameron2-13/+2
2015-02-02hpsa: do not queue commands internally in driverDon Brace3-295/+38
2015-02-02hpsa: get rid of cmd_special_alloc and cmd_special_freeStephen Cameron2-77/+31
2015-02-02hpsa: reserve some commands for use by driverStephen Cameron2-2/+7
2015-02-02hpsa: avoid unneccesary calls to resource freeing functionsRobert Elliott1-2/+4
2015-02-02hpsa: fix memory leak in hpsa_alloc_cmd_poolRobert Elliott1-1/+5
2015-02-02hpsa: report allocation failures while allocating SG chain blocksRobert Elliott1-2/+6
2015-02-02hpsa: pass error from pci_set_consistent_dma_mask from hpsa_messageRobert Elliott1-1/+1
2015-02-02hpsa: rename hpsa_request_irq to hpsa_request_irqsRobert Elliott1-5/+6
2015-02-02hpsa: report failure to ioremap config tableRobert Elliott1-1/+3
2015-02-02hpsa: trivial message and comment clean upsStephen Cameron1-11/+10
2015-02-02hpsa: refactor hpsa_find_board_params() to encapsulate legacy testWebb Scales1-9/+21
2015-02-02hpsa: downgrade the Waiting for no-op print to dev_infoRobert Elliott1-1/+1
2015-02-02hpsa: propagate return value from board ID lookupRobert Elliott1-3/+7
2015-02-02hpsa: propagate hard_reset failures in reset_devices modeRobert Elliott1-4/+1
2015-02-02hpsa: remove 0x from queue depth print which is in decimalRobert Elliott1-1/+1
2015-02-02hpsa: notice all request_irq errorsRobert Elliott1-1/+18
2015-02-02hpsa: Fix -Wunused-but-set-variable warningFabian Frederick1-2/+2
2015-02-02hpsa: rename free_irqs to hpsa_free_irqsRobert Elliott1-21/+22
2015-02-02hpsa: adjust RAID-1, RAID-1ADM, and RAID-6 namesRobert Elliott1-2/+2