aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-05-09NVMe: Use user defined admin ioctl timeoutKeith Busch1-1/+5
2013-05-08NVMe: Simplify Firmware Activate code slightlyMatthew Wilcox1-4/+2
2013-05-08NVMe: Only clear the enable bit when disabling controllerMatthew Wilcox1-1/+4
2013-05-08NVMe: Wait for device to acknowledge shutdownMatthew Wilcox1-19/+46
2013-05-02NVMe: Schedule timeout for sync commandsKeith Busch1-1/+1
2013-05-02NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOKeith Busch1-4/+67
2013-05-02NVMe: Device specific stripe size handlingKeith Busch1-4/+15
2013-05-02NVMe: Split non-mergeable bio requestsKeith Busch1-30/+122
2013-05-02NVMe: Remove dead code in nvme_dev_addKeith Busch1-9/+2
2013-05-02NVMe: Check for NULL memory in nvme_dev_addKeith Busch1-0/+2
2013-05-02NVMe: Fix error clean-up on nvme_alloc_queueKeith Busch1-1/+1
2013-05-02NVMe: Free admin queue on request_irq errorKeith Busch1-4/+9
2013-05-02NVMe: Add scsi unmap to SG_IOKeith Busch1-0/+78
2013-05-02NVMe: queue usage fixes in nvme-scsiKeith Busch1-5/+20
2013-05-01NVMe: Set TASK_INTERRUPTIBLE before processing queuesArjan van de Ven1-2/+1
2013-04-16NVMe: Add a character device for each nvme deviceKeith Busch1-10/+64
2013-04-16NVMe: Fix endian-related problems in user I/O submission pathMatthew Wilcox1-4/+4
2013-04-16NVMe: Fix I/O cancellation status on big-endian machinesMatthew Wilcox1-1/+1
2013-04-16NVMe: Fix sparse warnings in scsi emulationVishal Verma1-38/+59
2013-04-16NVMe: Don't fail initialisation unnecessarilyMatthew Wilcox1-1/+7
2013-04-16NVMe: Abstract out sector to block number conversionMatthew Wilcox2-3/+3
2013-04-16NVMe: Use round_jiffies_relative() for the periodic, once-per-second timerArjan van de Ven1-1/+1
2013-03-28NVMe: Add nvme-scsi.cVishal Verma3-18/+2962
2013-03-27NVMe: Add definitions for format commandVishal Verma1-0/+1
2013-03-27NVMe: Move structures & definitions to header fileVishal Verma1-55/+0
2013-03-26NVMe: Rename nvme.c to nvme-core.cVishal Verma2-0/+1
2013-03-26NVMe: Add discard support for capable devicesKeith Busch1-1/+59
2013-03-25Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds9-18/+26
2013-03-25Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+5
2013-03-25Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds11-73/+384
2013-03-25Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into HEADDave Airlie5-13/+19
2013-03-25Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into HEADDave Airlie6-60/+365
2013-03-24Merge tag 'pinctrl-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds6-7/+11
2013-03-24Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-46/+122
2013-03-24Revert "drm/i915: write backlight harder"Daniel Vetter1-8/+5
2013-03-24drm/i915: don't disable the power well yetPaulo Zanoni3-0/+9
2013-03-24Revert "drm/i915: set TRANSCODER_EDP even earlier"Daniel Vetter1-5/+5
2013-03-23Merge tag 'efi-for-3.9-rc4' into x86/urgentH. Peter Anvin1-1/+1
2013-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds6-12/+29
2013-03-23Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds4-45/+86
2013-03-23Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds6-21/+16
2013-03-23Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds3-3/+14
2013-03-23Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2-121/+7
2013-03-23KMS: fix EDID detailed timing frame rateTorsten Duwe1-0/+1
2013-03-23KMS: fix EDID detailed timing vsync parsingTorsten Duwe1-1/+1
2013-03-22Merge branches 'cxgb4', 'ipoib' and 'qib' into for-nextRoland Dreier8-17/+23
2013-03-22IB/qib: change QLogic to IntelVinit Agnihotri6-14/+16
2013-03-22IB/ipath: Silence a static checker warningDan Carpenter1-1/+1
2013-03-22IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn1-2/+6
2013-03-22RDMA/cxgb4: Fix error return code in create_qp()Wei Yongjun1-1/+3