summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme_rdma: keep a ref on the ctrl during delete/flushSteve Wise2016-09-041-8/+18
* iw_cxgb4: block module unload until all ep resources are releasedSteve Wise2016-09-043-0/+8
* iw_cxgb4: call dev_put() on l2t allocation failureSteve Wise2016-09-041-1/+3
* nvme-rdma: Get rid of redundant definesSagi Grimberg2016-08-281-4/+0
* nvme-rdma: Get rid of duplicate variableSagi Grimberg2016-08-281-8/+7
* nvme: fabrics drivers don't need the nvme-pci driverChristoph Hellwig2016-08-192-2/+2
* nvme-fabrics: get a reference when reusing a nvme_host structureChristoph Hellwig2016-08-191-1/+3
* nvme-fabrics: change NQN UUID to big-endian formatDaniel Verkamp2016-08-193-7/+7
* nvme-loop: set sqsize to 0-based value, per specJay Freyensee2016-08-181-2/+2
* nvme-rdma: fix sqsize/hsqsize per specJay Freyensee2016-08-181-4/+10
* fabrics: define admin sqsize min default, per specJay Freyensee2016-08-182-3/+19
* nvmet-rdma: +1 to *queue_size from hsqsize/hrqsizeJay Freyensee2016-08-181-2/+2
* nvmet-rdma: Fix use after freeVincent Stehlé2016-08-161-1/+2
* nvme-rdma: initialize ret to zero to avoid returning garbageColin Ian King2016-08-161-1/+1
* nvme-rdma: Remove unused includesSagi Grimberg2016-08-041-3/+0
* nvme-rdma: start async event handler after reconnecting to a controllerSagi Grimberg2016-08-041-0/+2
* nvmet: Fix controller serial number inconsistencySagi Grimberg2016-08-043-5/+6
* nvmet-rdma: Don't use the inline buffer in order to avoid allocation for smal...Sagi Grimberg2016-08-041-9/+4
* nvmet-rdma: Correctly handle RDMA device hot removalSagi Grimberg2016-08-041-17/+70
* nvme-rdma: Make sure to shutdown the controller if we canSagi Grimberg2016-08-031-1/+1
* nvme-loop: Remove duplicate call to nvme_remove_namespacesSagi Grimberg2016-08-031-3/+1
* nvme-rdma: Free the I/O tags when we delete the controllerSagi Grimberg2016-08-031-5/+7
* nvme-rdma: Remove duplicate call to nvme_remove_namespacesSagi Grimberg2016-08-031-7/+10
* nvme-rdma: Fix device removal handlingSagi Grimberg2016-08-031-20/+21
* nvme-rdma: Queue ns scanning after a sucessful reconnectionSagi Grimberg2016-08-031-1/+3
* nvme-rdma: Don't leak uninitialized memory in connect request private dataRoland Dreier2016-08-031-1/+1
* Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-07-3165-1020/+2127
|\
| * mmc: rtsx_pci: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-291-10/+2
| * mmc: rtsx_pci: Enable MMC_CAP_ERASE to allow erase/discard/trim requestsUlf Hansson2016-07-291-1/+1
| * mmc: rtsx_pci: Use the provided busy timeout from the mmc coreUlf Hansson2016-07-291-1/+1
| * mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPSUlf Hansson2016-07-299-9/+8
| * mmc: sdhci-pltfm: Convert to use the SET_SYSTEM_SLEEP_PM_OPSUlf Hansson2016-07-292-8/+3
| * mmc: sdhci-pltfm: Make sdhci_pltfm_suspend|resume() staticUlf Hansson2016-07-292-6/+2
| * mmc: sdhci-esdhc-imx: Use common sdhci_suspend|resume_host()Ulf Hansson2016-07-291-2/+4
| * mmc: sdhci-esdhc-imx: Assign system PM ops within #ifdef CONFIG_PM_SLEEPUlf Hansson2016-07-291-1/+3
| * mmc: sdhci-sirf: Remove non needed #ifdef CONFIG_PM* for dev_pm_opsUlf Hansson2016-07-271-3/+1
| * mmc: sdhci-s3c: Remove non needed #ifdef CONFIG_PM for dev_pm_opsUlf Hansson2016-07-271-8/+1
| * mmc: sdhci-pxav3: Remove non needed #ifdef CONFIG_PM for dev_pm_opsUlf Hansson2016-07-271-8/+1
| * mmc: sdhci-of-esdhc: Simplify code by using SIMPLE_DEV_PM_OPSUlf Hansson2016-07-271-10/+6
| * mmc: sdhci-acpi: Simplify code by using SET_SYSTEM_SLEEP_PM_OPSUlf Hansson2016-07-271-7/+1
| * mmc: sdhci-pci-core: Simplify code by using SET_SYSTEM_SLEEP_PM_OPSUlf Hansson2016-07-271-11/+5
| * mmc: Change the max discard sectors and erase response when HW busy detectBaolin Wang2016-07-251-10/+50
| * phy: rockchip-emmc: Wait even longer for the DLL to lockDouglas Anderson2016-07-251-1/+11
| * phy: rockchip-emmc: Be tolerant to card clock of 0 in power onDouglas Anderson2016-07-251-22/+37
| * mmc: sdhci-of-arasan: Revert: Always power the PHY off/on when clock changesDouglas Anderson2016-07-251-7/+14
| * mmc: sdhci-msm: Add support for UHS cardsGeorgi Djakov2016-07-251-0/+66
| * mmc: sdhci-msm: Add set_uhs_signaling() implementationRitesh Harjani2016-07-251-1/+47
| * mmc: sdhci-msm: Do not reset the controller if no card in the slotGeorgi Djakov2016-07-251-0/+1
| * mmc: tegra: Only advertise UHS modes if IO regulator is presentJon Hunter2016-07-251-20/+29
| * mmc: sdhci: Request regulators before reading capabilitiesJon Hunter2016-07-251-5/+10