summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bfa: Cleanup bfad_setup_intr() functionAlexander Gordeev2014-07-291-10/+8Star
* bfa: Do not call pci_enable_msix() after it failed onceAlexander Gordeev2014-07-291-25/+23Star
* fnic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-07-291-2/+2
* scsi_debug: support scsi-mq, queues and locksDouglas Gilbert2014-07-261-417/+1047
* Drivers: add blist flagsK. Y. Srinivasan2014-07-251-0/+10
* scsi: ufs: fix endianness sparse warningsSujit Reddy Thumma2014-07-251-3/+4
* scsi: ufs: make undeclared functions staticSujit Reddy Thumma2014-07-251-2/+3
* bnx2i: Update driver version to 2.7.10.1Vikas Chaudhary2014-07-251-2/+2
* pm8001: fix a memory leak in nvmd_respTomas Henzl2014-07-251-6/+2Star
* pm8001: fix update_flashTomas Henzl2014-07-251-3/+3
* pm8001: fix a memory leak in flash_updateTomas Henzl2014-07-251-6/+6
* pm8001: Cleaning up uninitialized variablesRickard Strandqvist2014-07-251-4/+2Star
* pm8001: Fix to remove null pointer checks that could never happenRickard Strandqvist2014-07-251-1/+1
* pm8001: more fixes to honor return valueTomas Henzl2014-07-252-3/+24
* pm8001: add a new spinlock to protect the CCBTomas Henzl2014-07-253-1/+8
* pm8001: honor return valueTomas Henzl2014-07-252-17/+58
* pm8001: clean bitmap management functionsTomas Henzl2014-07-253-30/+12Star
* pm8001: Fix hibernation issueBradley Grove2014-07-251-2/+10
* mpt3sas: delay scsi_add_host call to work with scsi-mqReddy, Sreekanth2014-07-252-15/+13Star
* mpt2sas: delay scsi_add_host call to work with scsi-mqReddy, Sreekanth2014-07-252-14/+13Star
* drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failureK. Y. Srinivasan2014-07-251-0/+7
* drivers: scsi: storvsc: Set srb_flags in all casesK. Y. Srinivasan2014-07-251-7/+5Star
* Drivers: scsi: storvsc: Implement a eh_timed_out handlerK. Y. Srinivasan2014-07-251-0/+12
* Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol versionK. Y. Srinivasan2014-07-251-7/+10
* Drivers: scsi: storvsc: Filter commands based on the storage protocol versionK. Y. Srinivasan2014-07-251-3/+13
* Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the HostK. Y. Srinivasan2014-07-251-1/+1
* Drivers: scsi: storvsc: Change the limits to reflect the values on the hostK. Y. Srinivasan2014-07-251-16/+31
* ufs: fix DMA mask settingAkinobu Mita2014-07-252-26/+22Star
* ufs: adjust queue settings to PRDT limitationsAkinobu Mita2014-07-252-0/+20
* ufs: Fix sending unsupported SCSI commandSujit Reddy Thumma2014-07-251-0/+3
* ufs: read door bell register after clearing interrupt aggregationDolev Raviv2014-07-251-33/+34
* ufs: Fix queue depth handling for best effort casesSujit Reddy Thumma2014-07-251-55/+42Star
* ufs: Logical Unit (LU) command queue depthDolev Raviv2014-07-252-1/+65
* ufs: device query status and size checkDolev Raviv2014-07-251-17/+32
* ufs: query descriptor APIDolev Raviv2014-07-252-28/+128
* be2iscsi: Fix memory leak in mgmt_set_ip()Maurizio Lombardi2014-07-251-9/+11
* virtio-scsi: Implement change_queue_depth for virtscsi targetsVenkatesh Srinivas2014-07-251-0/+33
* virtio-scsi: replace target spinlock with seqcountMing Lei2014-07-251-13/+29
* hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctlStephen M. Cameron2014-07-251-1/+1
* hpsa: remove online devices from offline device listStephen M. Cameron2014-07-251-1/+5
* hpsa: fix non-x86 buildsArnd Bergmann2014-07-251-2/+2
* hpsa: do not unconditionally copy sense dataRobert Elliott2014-07-251-8/+8
* hpsa: fix 6-byte READ/WRITE with 0 length data xferStephen M. Cameron2014-07-251-1/+2
* hpsa: make hpsa_init_one return -ENOMEM if allocation of h->lockup_detected f...Stephen M. Cameron2014-07-251-1/+3
* MAINTAINERS: Update maintainer list for bnx2i and bnx2fcVikas Chaudhary2014-07-251-2/+2
* bnx2fc: Rebranding bnx2fc driverSaurav Kashyap2014-07-2511-14/+72
* bnx2i: Rebranding bnx2i driverVikas Chaudhary2014-07-258-19/+33
* mpt3sas: Rework the MSI-X grouping codeMartin K. Petersen2014-07-251-52/+21Star
* mpt2sas: Rework the MSI-X grouping codeMartin K. Petersen2014-07-251-41/+23Star
* mptfusion: tweak null pointer checksJoe Lawrence2014-07-253-44/+37Star