summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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