aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
AgeCommit message (Expand)Author
2015-10-09nvme: move to a new drivers/nvme/host directoryJay Sternberg
2015-10-09nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig
2015-10-09nvme: add a local nvme.h headerChristoph Hellwig
2015-10-09nvme: properly handle partially initialized queues in nvme_create_io_queuesChristoph Hellwig
2015-10-09nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probeChristoph Hellwig
2015-10-09nvme: factor reset code into a common helperChristoph Hellwig
2015-10-09nvme: merge nvme_dev_reset into nvme_reset_failed_devChristoph Hellwig
2015-10-09nvme: delete dev from dev_list in nvme_resetChristoph Hellwig
2015-10-09NVMe: Simplify device resume on io queue failureKeith Busch
2015-10-09NVMe: Namespace removal simplificationsKeith Busch
2015-10-09NVMe: Reference count open namespacesKeith Busch
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig
2015-09-23NVMe: Set affinity after allocating request queuesKeith Busch
2015-09-02Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-26NVMe: Using PRACT bit to generate and verify PI by controllerAlok Pandey
2015-08-19NVMe:Remove unreachable code in nvme_abort_reqSunad Bhandary
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch
2015-08-18NVMe: Add nvme subsystem reset IOCTLJon Derrick
2015-08-18NVMe: Add nvme subsystem reset supportKeith Busch
2015-08-18NVMe: removed unused nn var from nvme_dev_addMatias Bjørling
2015-08-17NVMe: Set queue max segmentsKeith Busch
2015-07-21nvme: Fixes u64 division which breaks i386 buildsJon Derrick
2015-07-21NVMe: Use CMB for the IO SQes if availableJon Derrick
2015-07-21NVMe: Unify SQ entry writing and doorbell ringingJon Derrick
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe
2015-07-15NVMe: Reread partitions on metadata formatsKeith Busch
2015-07-02NVMe: Fix irq freeing when queue_request_irq failsJon Derrick
2015-06-27drivers/block/nvme-core.c: fix build with gcc-4.4.4Andrew Morton
2015-06-27NVMe: Fix filesystem deadlock on removalKeith Busch
2015-06-27NVMe: Failed controller initialization fixesKeith Busch
2015-06-27NVMe: Unify controller probe and resumeKeith Busch
2015-06-27NVMe: Don't use fake status on cancelled commandKeith Busch
2015-06-27NVMe: Fix device cleanup on initialization failureKeith Busch
2015-06-25Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-19NVMe: Fix IO for extended metadata formatsKeith Busch
2015-06-17nvme: don't overwrite req->cmd_flags on sync cmdMatias Bjørling
2015-06-05NVMe: Automatic namespace rescanKeith Busch
2015-06-05NVMe: Memory barrier before queue_count is incrementedJon Derrick
2015-06-05NVMe: add sysfs and ioctl controller resetKeith Busch
2015-06-01NVMe: Remove hctx reliance for multi-namespaceKeith Busch
2015-05-29NVMe: End sync requests immediately on failureKeith Busch
2015-05-29NVMe: Use requested sync command timeoutKeith Busch
2015-05-29NVMe: fix type warning on 32-bitArnd Bergmann
2015-05-22NVMe: Fix obtaining command resultKeith Busch
2015-05-22nvme: submit internal commands through the block layerChristoph Hellwig
2015-05-22nvme: store a struct device pointer in struct nvme_devChristoph Hellwig
2015-05-22nvme: consolidate synchronous command submission helpersChristoph Hellwig
2015-05-19nvme: disable irqs in nvme_freeze_queuesChristoph Hellwig
2015-04-16Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-04-07NVMe: Meta data handling through submit io ioctlKeith Busch