summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-142-2/+2
|\
| * libcxgbi/cxgb4i : Fix ipv6 build failure caught with randconfigAnish Bhatt2014-08-132-2/+2
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-141-1/+2
|\ \ | |/ |/|
| * scsi_transport_srp: Fix fast_io_fail_tmo=dev_loss_tmo=off behaviorBart Van Assche2014-08-011-1/+2
* | scsi: use pci_zalloc_consistentJoe Perches2014-08-0812-59/+32
* | drivers/scsi: replace strict_strto callsDaniel Walter2014-08-082-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-061-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-06152-5730/+4696
|\ \ \
| * \ \ Merge remote-tracking branch 'scsi-queue/drivers-for-3.17' into for-nextJames Bottomley2014-07-306-46/+38
| |\ \ \
| | * | | 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/+6
| | * | | bfa: Cleanup bfad_setup_intr() functionAlexander Gordeev2014-07-291-10/+8
| | * | | bfa: Do not call pci_enable_msix() after it failed onceAlexander Gordeev2014-07-291-25/+23
| | * | | 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-292-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/+2
| * | | | 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/+2
| * | | | 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/+12
| * | | | pm8001: Fix hibernation issueBradley Grove2014-07-251-2/+10
| * | | | mpt3sas: delay scsi_add_host call to work with scsi-mqReddy, Sreekanth2014-07-252-15/+13
| * | | | mpt2sas: delay scsi_add_host call to work with scsi-mqReddy, Sreekanth2014-07-252-14/+13
| * | | | 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/+5
| * | | | 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/+22
| * | | | 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/+42
OpenPOWER on IntegriCloud