summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
Commit message (Expand)AuthorAgeFilesLines
* NVMe: Reread partitions on metadata formatsKeith Busch2015-07-151-2/+11
* NVMe: Fix irq freeing when queue_request_irq failsJon Derrick2015-07-021-2/+7
* drivers/block/nvme-core.c: fix build with gcc-4.4.4Andrew Morton2015-06-271-14/+16
* NVMe: Fix filesystem deadlock on removalKeith Busch2015-06-271-1/+1
* NVMe: Failed controller initialization fixesKeith Busch2015-06-271-18/+15Star
* NVMe: Unify controller probe and resumeKeith Busch2015-06-271-23/+29
* NVMe: Don't use fake status on cancelled commandKeith Busch2015-06-271-1/+4
* NVMe: Fix device cleanup on initialization failureKeith Busch2015-06-271-2/+16
* Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-261-376/+436
|\
| * NVMe: Fix IO for extended metadata formatsKeith Busch2015-06-191-6/+6
| * nvme: don't overwrite req->cmd_flags on sync cmdMatias Bjørling2015-06-171-1/+1
| * NVMe: Automatic namespace rescanKeith Busch2015-06-051-32/+127
| * NVMe: Memory barrier before queue_count is incrementedJon Derrick2015-06-051-1/+4
| * NVMe: add sysfs and ioctl controller resetKeith Busch2015-06-051-0/+53
| * NVMe: Remove hctx reliance for multi-namespaceKeith Busch2015-06-011-33/+19Star
| * NVMe: End sync requests immediately on failureKeith Busch2015-05-291-0/+1
| * NVMe: Use requested sync command timeoutKeith Busch2015-05-291-1/+1
| * NVMe: Fix obtaining command resultKeith Busch2015-05-221-4/+6
| * nvme: submit internal commands through the block layerChristoph Hellwig2015-05-221-222/+177Star
| * nvme: store a struct device pointer in struct nvme_devChristoph Hellwig2015-05-221-57/+53Star
| * nvme: consolidate synchronous command submission helpersChristoph Hellwig2015-05-221-63/+33Star
| * nvme: disable irqs in nvme_freeze_queuesChristoph Hellwig2015-05-191-2/+2
* | NVMe: fix type warning on 32-bitArnd Bergmann2015-05-291-4/+6
|/
* Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-171-93/+66Star
|\
| * NVMe: Meta data handling through submit io ioctlKeith Busch2015-04-081-74/+49Star
| * NVMe: Remove check for nullKeith Busch2015-04-081-2/+0Star
| * NVMe: Fix error handling of class_create("nvme")Alexey Khoroshilov2015-04-081-1/+3
| * NVMe: increase depth of admin queueJens Axboe2015-03-311-1/+1
| * nvme: Fix PRP list calculation for non-4k system page sizeMurali Iyer2015-03-311-2/+2
| * NVMe: Fix blk-mq hot cpu notificationKeith Busch2015-03-311-7/+5Star
| * NVMe: embedded iod mask cleanupChong Yuan2015-03-311-4/+3Star
| * NVMe: Freeze admin queue on device failureKeith Busch2015-03-311-2/+3
* | NVMe: Initialize device list head before startingKeith Busch2015-03-231-0/+1
|/
* NVMe: Fix for BLK_DEV_INTEGRITY not setKeith Busch2015-02-231-41/+58
* NVMe: Fix potential corruption on sync commandsKeith Busch2015-02-201-29/+3Star
* NVMe: Remove unused variablesKeith Busch2015-02-201-8/+0Star
* NVMe: Fix potential corruption during shutdownKeith Busch2015-02-201-30/+19Star
* NVMe: Asynchronous controller probeKeith Busch2015-02-201-17/+31
* NVMe: Register management handle under nvme classKeith Busch2015-02-201-23/+56
* NVMe: Metadata format supportKeith Busch2015-02-201-67/+231
* Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-39/+89
|\
| * NVMe: avoid kmalloc/kfree for smaller IOJens Axboe2015-01-291-31/+88
| * NVMe: within nvme_free_queues(), delete RCU sychro/deferred freekaoudis2015-01-221-8/+1Star
* | NVMe: cq_vector should be signedJens Axboe2015-01-151-1/+1
* | NVMe: Fix locking on abort handlingKeith Busch2015-01-081-10/+19
* | NVMe: Start and stop h/w queues on resetKeith Busch2015-01-081-3/+41
* | NVMe: Command abort handling fixesKeith Busch2015-01-081-4/+13
* | NVMe: Admin queue removal handlingKeith Busch2015-01-081-14/+20
* | NVMe: Reference count admin queue usageKeith Busch2015-01-081-14/+14
* | NVMe: Start all requestsKeith Busch2015-01-081-4/+12
|/