summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-071-10/+14
|\
| * scsi: mvsas: mv_sas.c: Fix for possible null pointer dereferenceRickard Strandqvist2014-06-191-10/+14
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-08-07152-5730/+4696Star
|\ \
| * \ Merge remote-tracking branch 'scsi-queue/drivers-for-3.17' into for-nextJames Bottomley2014-07-306-46/+38Star
| |\ \
| | * | vmw_pvscsi: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-07-291-1/+1
| | * | pm8001: Fix invalid return when request_irq() failedAlexander Gordeev2014-07-291-2/+3
| | * | lpfc: Remove superfluous call to pci_disable_msix()Alexander Gordeev2014-07-291-3/+6
| | * | isci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-07-291-1/+1
| | * | bfa: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-07-291-14/+6Star
| | * | 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
| * | | Merge remote-tracking branch 'scsi-queue/core-for-3.17' into for-nextJames Bottomley2014-07-303-2/+9
| |\ \ \ | | |/ / | |/| |
| | * | scsi: do not issue SCSI RSOC command to Promise Vtrak E610fJanusz Dziemidowicz2014-07-302-0/+7
| | * | scsi: use short driver name for per-driver cmd slab cachesJames Bottomley2014-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