summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: move to a new drivers/nvme/host directoryJay Sternberg2015-10-091-3354/+0Star
* nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig2015-10-091-0/+1
* nvme: add a local nvme.h headerChristoph Hellwig2015-10-091-1/+2
* nvme: properly handle partially initialized queues in nvme_create_io_queuesChristoph Hellwig2015-10-091-2/+14
* nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probeChristoph Hellwig2015-10-091-33/+20Star
* nvme: factor reset code into a common helperChristoph Hellwig2015-10-091-24/+24
* nvme: merge nvme_dev_reset into nvme_reset_failed_devChristoph Hellwig2015-10-091-9/+3Star
* nvme: delete dev from dev_list in nvme_resetChristoph Hellwig2015-10-091-0/+1
* NVMe: Simplify device resume on io queue failureKeith Busch2015-10-091-28/+6Star
* NVMe: Namespace removal simplificationsKeith Busch2015-10-091-32/+10Star
* NVMe: Reference count open namespacesKeith Busch2015-10-091-9/+20
* blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-011-9/+7Star
* NVMe: Set affinity after allocating request queuesKeith Busch2015-09-231-19/+17Star
* Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-73/+194
|\
| * NVMe: Using PRACT bit to generate and verify PI by controllerAlok Pandey2015-08-261-5/+8
| * NVMe:Remove unreachable code in nvme_abort_reqSunad Bhandary2015-08-191-15/+9Star
| * NVMe: Add nvme subsystem reset IOCTLJon Derrick2015-08-181-0/+11
| * NVMe: Add nvme subsystem reset supportKeith Busch2015-08-181-1/+10
| * NVMe: removed unused nn var from nvme_dev_addMatias Bjørling2015-08-181-2/+0Star
| * NVMe: Set queue max segmentsKeith Busch2015-08-171-1/+4
| * nvme: Fixes u64 division which breaks i386 buildsJon Derrick2015-07-211-2/+3
| * NVMe: Use CMB for the IO SQes if availableJon Derrick2015-07-211-5/+117
| * NVMe: Unify SQ entry writing and doorbell ringingJon Derrick2015-07-211-45/+35Star
* | block: Replace SG_GAPS with new queue limits maskKeith Busch2015-08-191-1/+1
|/
* block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-1/+1
* 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