aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-31hpsa: use scsi host_no as hpsa controller numberRobert Elliott
2015-05-31hpsa: use block layer tag for command allocationWebb Scales
2015-05-31hpsa: add interrupt number to /proc/interrupts interrupt nameRobert Elliott
2015-05-31hpsa: create workqueue after the driver is ready for useRobert Elliott
2015-05-31hpsa: fix try_soft_reset error handlingRobert Elliott
2015-05-31hpsa: cleanup for init_one step 2 in kdumpRobert Elliott
2015-05-31hpsa: skip free_irq calls if irqs are not allocatedRobert Elliott
2015-05-31hpsa: call pci_release_regions after pci_disable_deviceRobert Elliott
2015-05-31hpsa: performance tweak for hpsa_scatter_gather()Webb Scales
2015-05-31hpsa: refactor and rework support for sending TEST_UNIT_READYWebb Scales
2015-05-31hpsa: don't return abort request until target is completeWebb Scales
2015-05-31hpsa: use helper routines for finishing commandsWebb Scales
2015-05-31hpsa: add support sending aborts to physical devices via the ioaccel2 pathStephen Cameron
2015-05-31hpsa: do not print ioaccel2 warning messages about unusual completions.Robert Elliott
2015-05-31hpsa: clean up some error reporting output in abort handlerRobert Elliott
2015-05-31hpsa: clean up driver initRobert Elliott
2015-05-31hpsa: correct return values from driver functions.Robert Elliott
2015-05-31hpsa: do not check cmd_alloc return value - it cannnot return NULLRobert Elliott
2015-05-31hpsa: add more ioaccel2 error handling, including underrun statuses.Joe Handzik
2015-05-31hpsa: add ioaccel sg chaining for the ioaccel2 pathWebb Scales
2015-05-31hpsa: refactor freeing of resources into more logical functionsRobert Elliott
2015-05-31hpsa: clean up error handlingRobert Elliott
2015-05-31hpsa: break hpsa_free_irqs_and_disable_msix into two functionsRobert Elliott
2015-05-31hpsa: Get queue depth from identify physical bmic for physical disks.Joe Handzik
2015-05-31hpsa: use ioaccel2 path to submit IOs to physical drives in HBA mode.Joe Handzik
2015-05-31hpsa: print accurate SSD Smart Path Enabled statusRobert Elliott
2015-05-31hpsa: factor out hpsa_ioaccel_submit functionWebb Scales
2015-05-31hpsa: try resubmitting down raid path on task set fullStephen Cameron
2015-05-31hpsa: do not ignore return value of hpsa_register_scsiStephen Cameron
2015-05-31hpsa: factor out hpsa_init_cmd functionStephen Cameron
2015-05-31hpsa: make function names consistentRobert Elliott
2015-05-31hpsa: allow lockup detected to be viewed via sysfsStephen Cameron
2015-05-31hpsa: hpsa decode sense data for io and tmfStephen Cameron
2015-05-31hpsa: decrement h->commands_outstanding in fail_all_outstanding_cmdsStephen Cameron
2015-05-31hpsa: clean up abortsStephen Cameron
2015-05-31hpsa: rework controller command submissionWebb Scales
2015-05-31hpsa: clean up host, channel, target, lun printsWebb Scales
2015-05-31hpsa: add masked physical devices into h->dev[] arrayStephen Cameron
2015-05-31hpsa: dont meddle with hw which isn't ours (cciss)Tomas Henzl
2015-05-31cciss: correct the non-resettable board listTomas Henzl
2015-05-31cciss: remove duplicate entries from board_type structTomas Henzl
2015-05-25advansys: Update to version 3.5 and remove compilation warningHannes Reinecke
2015-05-25advansys: Remove call to dma_cache_sync()Hannes Reinecke
2015-05-25advansys: use spin_lock_irqsave() in interrupt handlerHannes Reinecke
2015-05-25advansys: Check for DMA mapping errorsHannes Reinecke
2015-05-25advansys: Remove cmd_per_lun settingHannes Reinecke
2015-05-25advansys: Remove obsolete virtual memory mapping commentHannes Reinecke
2015-05-25advansys: Remove 'a_flag'Hannes Reinecke
2015-05-25advansys: rename 'ASC_RQ_XX' to 'ADV_RQ_XX'Hannes Reinecke
2015-05-25advansys: Remove CC_VERY_LONG_SG_LISTHannes Reinecke