summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme: avoid cqe corruption when update at the same time as readMarta Rybczynska2016-03-221-11/+13
* nvme: lightnvm: return ppa completion statusMatias Bjorling2016-03-181-2/+15
* Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-186-202/+275
|\
| * NVMe: Expose ns wwid through single sysfs entryKeith Busch2016-03-162-0/+27
| * NVMe: Remove unused sq_head read in completion pathJon Derrick2016-03-081-2/+0
| * NVMe: Create discard zero quirk white listKeith Busch2016-03-083-2/+15
| * lightnvm: fold get bb tbl when using dual/quad plane modeMatias Bjørling2016-03-031-5/+41
| * nvme: expose cntlid in sysfsMing Lin2016-02-292-4/+17
| * nvme: return the whole CQE through the request passthrough interfaceChristoph Hellwig2016-02-293-17/+24
| * nvme: replace the kthread with a per-device watchdog timerChristoph Hellwig2016-02-291-89/+23
| * nvme: don't poll the CQ from the kthreadChristoph Hellwig2016-02-291-12/+0
| * nvme: use a work item to submit async event requestsChristoph Hellwig2016-02-291-7/+18
| * nvme: split pci module out of core moduleMing Lin2016-02-104-18/+35
| * nvme: split dev_list_lockMing Lin2016-02-103-3/+2
| * nvme: move timeout variables to core.cMing Lin2016-02-102-12/+12
| * nvme/host: reference the fabric module for each bdev open calloutSagi Grimberg2016-02-103-3/+18
| * nvme: Log the ctrl device name instead of the underlying pci device nameSagi Grimberg2016-02-102-28/+33
| * nvme: fix drvdata setup for the nvme deviceChristoph Hellwig2016-02-091-2/+1
| * NVMe: Fix possible queue use after freedKeith Busch2016-02-091-5/+9
* | nvme: fix max_segments integer truncationChristoph Hellwig2016-03-031-2/+4
* | nvme: set queue limits for the admin queueChristoph Hellwig2016-03-031-10/+19
* | NVMe: Fix 0-length integrity payloadKeith Busch2016-03-031-1/+1
* | NVMe: Don't allow unsupported flagsKeith Busch2016-03-031-0/+4
* | NVMe: Move error handling to failed reset handlerKeith Busch2016-03-033-18/+50
* | NVMe: Simplify device reset failureKeith Busch2016-03-031-27/+21
* | NVMe: Fix namespace removal deadlockKeith Busch2016-03-033-7/+26
* | NVMe: Use IDA for namespace disk namingKeith Busch2016-03-032-3/+14
* | NVMe: Don't unmap controller registers on resetKeith Busch2016-03-031-29/+42
* | NVMe: Rate limit nvme IO warningsKeith Busch2016-02-121-1/+1
* | NVMe: Poll device while still active during removeKeith Busch2016-02-121-5/+1
* | NVMe: Requeue requests on suspended queuesKeith Busch2016-02-121-0/+5
* | NVMe: Allow request mergesKeith Busch2016-02-111-1/+0
* | NVMe: Fix io incapable return valuesKeith Busch2016-02-111-2/+2
* | nvme: fix Kconfig description for BLK_DEV_NVME_SCSIChristoph Hellwig2016-02-091-2/+3
* | lightnvm: check overflow and correct mlc pairsMatias Bjørling2016-02-041-3/+9
|/
* Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-217-2150/+2527
|\
| * NVMe: Export NVMe attributes to sysfs groupKeith Busch2016-01-121-11/+33
| * NVMe: Shutdown controller only for power-offKeith Busch2016-01-121-21/+19
| * NVMe: IO queue deletion re-writeKeith Busch2016-01-121-170/+81
| * NVMe: Remove queue freezing on resetsKeith Busch2016-01-123-11/+8
| * NVMe: Use a retryable error code on resetKeith Busch2016-01-121-1/+1
| * NVMe: Fix admin queue ring wrapKeith Busch2016-01-121-1/+6
| * nvme: make SG_IO support optionalChristoph Hellwig2016-01-123-1/+15
| * nvme: fixes for NVME_IOCTL_IO_CMD on the char deviceChristoph Hellwig2016-01-121-5/+34
| * nvme: synchronize access to ctrl->namespacesChristoph Hellwig2016-01-122-0/+18
| * nvme: Move nvme_freeze/unfreeze_queues to nvme coreSagi Grimberg2016-01-123-30/+33
| * NVMe: Export namespace attributes to sysfsKeith Busch2015-12-222-2/+70
| * NVMe: Add pci error handlersKeith Busch2015-12-221-10/+44
| * nvme: merge iod and cmd_infoChristoph Hellwig2015-12-221-111/+73
| * nvme: meta_sg doesn't have to be an arrayChristoph Hellwig2015-12-221-6/+6