summaryrefslogtreecommitdiff
path: root/drivers/block/nvme-core.c
Commit message (Expand)AuthorAge
* NVMe: Fix irq freeing when queue_request_irq failsJon Derrick2015-07-02
* drivers/block/nvme-core.c: fix build with gcc-4.4.4Andrew Morton2015-06-27
* NVMe: Fix filesystem deadlock on removalKeith Busch2015-06-27
* NVMe: Failed controller initialization fixesKeith Busch2015-06-27
* NVMe: Unify controller probe and resumeKeith Busch2015-06-27
* NVMe: Don't use fake status on cancelled commandKeith Busch2015-06-27
* NVMe: Fix device cleanup on initialization failureKeith Busch2015-06-27
* Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\
| * NVMe: Fix IO for extended metadata formatsKeith Busch2015-06-19
| * nvme: don't overwrite req->cmd_flags on sync cmdMatias Bjørling2015-06-17
| * NVMe: Automatic namespace rescanKeith Busch2015-06-05
| * NVMe: Memory barrier before queue_count is incrementedJon Derrick2015-06-05
| * NVMe: add sysfs and ioctl controller resetKeith Busch2015-06-05
| * NVMe: Remove hctx reliance for multi-namespaceKeith Busch2015-06-01
| * NVMe: End sync requests immediately on failureKeith Busch2015-05-29
| * NVMe: Use requested sync command timeoutKeith Busch2015-05-29
| * NVMe: Fix obtaining command resultKeith Busch2015-05-22
| * nvme: submit internal commands through the block layerChristoph Hellwig2015-05-22
| * nvme: store a struct device pointer in struct nvme_devChristoph Hellwig2015-05-22
| * nvme: consolidate synchronous command submission helpersChristoph Hellwig2015-05-22
| * nvme: disable irqs in nvme_freeze_queuesChristoph Hellwig2015-05-19
* | NVMe: fix type warning on 32-bitArnd Bergmann2015-05-29
|/
* Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-16
|\
| * NVMe: Meta data handling through submit io ioctlKeith Busch2015-04-07
| * NVMe: Remove check for nullKeith Busch2015-04-07
| * NVMe: Fix error handling of class_create("nvme")Alexey Khoroshilov2015-04-07
| * NVMe: increase depth of admin queueJens Axboe2015-03-31
| * nvme: Fix PRP list calculation for non-4k system page sizeMurali Iyer2015-03-31
| * NVMe: Fix blk-mq hot cpu notificationKeith Busch2015-03-31
| * NVMe: embedded iod mask cleanupChong Yuan2015-03-31
| * NVMe: Freeze admin queue on device failureKeith Busch2015-03-31
* | NVMe: Initialize device list head before startingKeith Busch2015-03-23
|/
* NVMe: Fix for BLK_DEV_INTEGRITY not setKeith Busch2015-02-23
* NVMe: Fix potential corruption on sync commandsKeith Busch2015-02-19
* NVMe: Remove unused variablesKeith Busch2015-02-19
* NVMe: Fix potential corruption during shutdownKeith Busch2015-02-19
* NVMe: Asynchronous controller probeKeith Busch2015-02-19
* NVMe: Register management handle under nvme classKeith Busch2015-02-19
* NVMe: Metadata format supportKeith Busch2015-02-19
* Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
|\
| * NVMe: avoid kmalloc/kfree for smaller IOJens Axboe2015-01-29
| * NVMe: within nvme_free_queues(), delete RCU sychro/deferred freekaoudis2015-01-21
* | NVMe: cq_vector should be signedJens Axboe2015-01-15
* | NVMe: Fix locking on abort handlingKeith Busch2015-01-08
* | NVMe: Start and stop h/w queues on resetKeith Busch2015-01-08
* | NVMe: Command abort handling fixesKeith Busch2015-01-08
* | NVMe: Admin queue removal handlingKeith Busch2015-01-08
* | NVMe: Reference count admin queue usageKeith Busch2015-01-08
* | NVMe: Start all requestsKeith Busch2015-01-08
|/
* block: fix checking return value of blk_mq_init_queueMing Lei2015-01-02