aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-02Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-73/+194
2015-08-26NVMe: Using PRACT bit to generate and verify PI by controllerAlok Pandey1-5/+8
2015-08-19NVMe:Remove unreachable code in nvme_abort_reqSunad Bhandary1-15/+9
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch1-1/+1
2015-08-18NVMe: Add nvme subsystem reset IOCTLJon Derrick1-0/+11
2015-08-18NVMe: Add nvme subsystem reset supportKeith Busch1-1/+10
2015-08-18NVMe: removed unused nn var from nvme_dev_addMatias Bjørling1-2/+0
2015-08-17NVMe: Set queue max segmentsKeith Busch1-1/+4
2015-07-21nvme: Fixes u64 division which breaks i386 buildsJon Derrick1-2/+3
2015-07-21NVMe: Use CMB for the IO SQes if availableJon Derrick1-5/+117
2015-07-21NVMe: Unify SQ entry writing and doorbell ringingJon Derrick1-45/+35
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-1/+1
2015-07-15NVMe: Reread partitions on metadata formatsKeith Busch1-2/+11
2015-07-02NVMe: Fix irq freeing when queue_request_irq failsJon Derrick1-2/+7
2015-06-27drivers/block/nvme-core.c: fix build with gcc-4.4.4Andrew Morton1-14/+16
2015-06-27NVMe: Fix filesystem deadlock on removalKeith Busch1-1/+1
2015-06-27NVMe: Failed controller initialization fixesKeith Busch1-18/+15
2015-06-27NVMe: Unify controller probe and resumeKeith Busch1-23/+29
2015-06-27NVMe: Don't use fake status on cancelled commandKeith Busch1-1/+4
2015-06-27NVMe: Fix device cleanup on initialization failureKeith Busch1-2/+16
2015-06-25Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-376/+436
2015-06-19NVMe: Fix IO for extended metadata formatsKeith Busch1-6/+6
2015-06-17nvme: don't overwrite req->cmd_flags on sync cmdMatias Bjørling1-1/+1
2015-06-05NVMe: Automatic namespace rescanKeith Busch1-32/+127
2015-06-05NVMe: Memory barrier before queue_count is incrementedJon Derrick1-1/+4
2015-06-05NVMe: add sysfs and ioctl controller resetKeith Busch1-0/+53
2015-06-01NVMe: Remove hctx reliance for multi-namespaceKeith Busch1-33/+19
2015-05-29NVMe: End sync requests immediately on failureKeith Busch1-0/+1
2015-05-29NVMe: Use requested sync command timeoutKeith Busch1-1/+1
2015-05-29NVMe: fix type warning on 32-bitArnd Bergmann1-4/+6
2015-05-22NVMe: Fix obtaining command resultKeith Busch1-4/+6
2015-05-22nvme: submit internal commands through the block layerChristoph Hellwig1-222/+177
2015-05-22nvme: store a struct device pointer in struct nvme_devChristoph Hellwig1-57/+53
2015-05-22nvme: consolidate synchronous command submission helpersChristoph Hellwig1-63/+33
2015-05-19nvme: disable irqs in nvme_freeze_queuesChristoph Hellwig1-2/+2
2015-04-16Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-93/+66
2015-04-07NVMe: Meta data handling through submit io ioctlKeith Busch1-74/+49
2015-04-07NVMe: Remove check for nullKeith Busch1-2/+0
2015-04-07NVMe: Fix error handling of class_create("nvme")Alexey Khoroshilov1-1/+3
2015-03-31NVMe: increase depth of admin queueJens Axboe1-1/+1
2015-03-31nvme: Fix PRP list calculation for non-4k system page sizeMurali Iyer1-2/+2
2015-03-31NVMe: Fix blk-mq hot cpu notificationKeith Busch1-7/+5
2015-03-31NVMe: embedded iod mask cleanupChong Yuan1-4/+3
2015-03-31NVMe: Freeze admin queue on device failureKeith Busch1-2/+3
2015-03-23NVMe: Initialize device list head before startingKeith Busch1-0/+1
2015-02-23NVMe: Fix for BLK_DEV_INTEGRITY not setKeith Busch1-41/+58
2015-02-19NVMe: Fix potential corruption on sync commandsKeith Busch1-29/+3
2015-02-19NVMe: Remove unused variablesKeith Busch1-8/+0
2015-02-19NVMe: Fix potential corruption during shutdownKeith Busch1-30/+19
2015-02-19NVMe: Asynchronous controller probeKeith Busch1-17/+31