aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nvme-core.c
AgeCommit message (Expand)Author
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
2015-04-07NVMe: Remove check for nullKeith Busch
2015-04-07NVMe: Fix error handling of class_create("nvme")Alexey Khoroshilov
2015-03-31NVMe: increase depth of admin queueJens Axboe
2015-03-31nvme: Fix PRP list calculation for non-4k system page sizeMurali Iyer
2015-03-31NVMe: Fix blk-mq hot cpu notificationKeith Busch
2015-03-31NVMe: embedded iod mask cleanupChong Yuan
2015-03-31NVMe: Freeze admin queue on device failureKeith Busch
2015-03-23NVMe: Initialize device list head before startingKeith Busch
2015-02-23NVMe: Fix for BLK_DEV_INTEGRITY not setKeith Busch
2015-02-19NVMe: Fix potential corruption on sync commandsKeith Busch
2015-02-19NVMe: Remove unused variablesKeith Busch
2015-02-19NVMe: Fix potential corruption during shutdownKeith Busch
2015-02-19NVMe: Asynchronous controller probeKeith Busch
2015-02-19NVMe: Register management handle under nvme classKeith Busch
2015-02-19NVMe: Metadata format supportKeith Busch
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-01-29NVMe: avoid kmalloc/kfree for smaller IOJens Axboe
2015-01-21NVMe: within nvme_free_queues(), delete RCU sychro/deferred freekaoudis
2015-01-15NVMe: cq_vector should be signedJens Axboe
2015-01-08NVMe: Fix locking on abort handlingKeith Busch
2015-01-08NVMe: Start and stop h/w queues on resetKeith Busch
2015-01-08NVMe: Command abort handling fixesKeith Busch
2015-01-08NVMe: Admin queue removal handlingKeith Busch
2015-01-08NVMe: Reference count admin queue usageKeith Busch
2015-01-08NVMe: Start all requestsKeith Busch
2015-01-02block: fix checking return value of blk_mq_init_queueMing Lei
2014-12-22NVMe: Fix double free irqKeith Busch
2014-12-12NVMe: fix race condition in nvme_submit_sync_cmd()Jens Axboe
2014-12-11NVMe: fix retry/error logic in nvme_queue_rq()Jens Axboe
2014-12-11NVMe: Fix FS mount issue (hot-remove followed by hot-add)Indraneel M
2014-12-10NVMe: fix error return checking from blk_mq_alloc_request()Jens Axboe
2014-12-10NVMe: fix freeing of wrong request in abort pathSam Bradshaw
2014-12-03NVMe: Fix command setup on IO retryKeith Busch