summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)Author
2016-04-14NVMe: Always use MSI/MSI-x interruptsKeith Busch
2016-04-11NVMe: Fix reset/remove raceKeith Busch
2016-03-22nvme: avoid cqe corruption when update at the same time as readMarta Rybczynska
2016-03-18nvme: lightnvm: return ppa completion statusMatias Bjorling
2016-03-18Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-03-16NVMe: Expose ns wwid through single sysfs entryKeith Busch
2016-03-08NVMe: Remove unused sq_head read in completion pathJon Derrick
2016-03-08NVMe: Create discard zero quirk white listKeith Busch
2016-03-03lightnvm: fold get bb tbl when using dual/quad plane modeMatias Bjørling
2016-03-03nvme: fix max_segments integer truncationChristoph Hellwig
2016-03-03nvme: set queue limits for the admin queueChristoph Hellwig
2016-03-03NVMe: Fix 0-length integrity payloadKeith Busch
2016-03-03NVMe: Don't allow unsupported flagsKeith Busch
2016-03-03NVMe: Move error handling to failed reset handlerKeith Busch
2016-03-03NVMe: Simplify device reset failureKeith Busch
2016-03-03NVMe: Fix namespace removal deadlockKeith Busch
2016-03-03NVMe: Use IDA for namespace disk namingKeith Busch
2016-03-03NVMe: Don't unmap controller registers on resetKeith Busch
2016-02-29nvme: expose cntlid in sysfsMing Lin
2016-02-29nvme: return the whole CQE through the request passthrough interfaceChristoph Hellwig
2016-02-29nvme: replace the kthread with a per-device watchdog timerChristoph Hellwig
2016-02-29nvme: don't poll the CQ from the kthreadChristoph Hellwig
2016-02-29nvme: use a work item to submit async event requestsChristoph Hellwig
2016-02-12NVMe: Rate limit nvme IO warningsKeith Busch
2016-02-12NVMe: Poll device while still active during removeKeith Busch
2016-02-12NVMe: Requeue requests on suspended queuesKeith Busch
2016-02-11NVMe: Allow request mergesKeith Busch
2016-02-11NVMe: Fix io incapable return valuesKeith Busch
2016-02-10nvme: split pci module out of core moduleMing Lin
2016-02-10nvme: split dev_list_lockMing Lin
2016-02-10nvme: move timeout variables to core.cMing Lin
2016-02-10nvme/host: reference the fabric module for each bdev open calloutSagi Grimberg
2016-02-10nvme: Log the ctrl device name instead of the underlying pci device nameSagi Grimberg
2016-02-09nvme: fix drvdata setup for the nvme deviceChristoph Hellwig
2016-02-09NVMe: Fix possible queue use after freedKeith Busch
2016-02-09nvme: fix Kconfig description for BLK_DEV_NVME_SCSIChristoph Hellwig
2016-02-04lightnvm: check overflow and correct mlc pairsMatias Bjørling
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-21Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-12NVMe: Export NVMe attributes to sysfs groupKeith Busch
2016-01-12NVMe: Shutdown controller only for power-offKeith Busch
2016-01-12NVMe: IO queue deletion re-writeKeith Busch
2016-01-12NVMe: Remove queue freezing on resetsKeith Busch
2016-01-12NVMe: Use a retryable error code on resetKeith Busch
2016-01-12NVMe: Fix admin queue ring wrapKeith Busch
2016-01-12nvme: make SG_IO support optionalChristoph Hellwig
2016-01-12nvme: fixes for NVME_IOCTL_IO_CMD on the char deviceChristoph Hellwig
2016-01-12nvme: synchronize access to ctrl->namespacesChristoph Hellwig
2016-01-12nvme: Move nvme_freeze/unfreeze_queues to nvme coreSagi Grimberg