summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
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-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-01-22Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-22Merge 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
2016-01-12lightnvm: introduce mlc lower page table mappingsMatias Bjørling
2016-01-12lightnvm: return the get_bb_tbl return valueMatias Bjørling
2016-01-12lightnvm: refactor end_io functions for syncMatias Bjørling
2015-12-22NVMe: IO ending fixes on surprise removalKeith Busch
2015-12-22NVMe: Export namespace attributes to sysfsKeith Busch
2015-12-22NVMe: Add pci error handlersKeith Busch
2015-12-22nvme: merge iod and cmd_infoChristoph Hellwig
2015-12-22nvme: meta_sg doesn't have to be an arrayChristoph Hellwig
2015-12-22nvme: properly free resources for cancelled commandChristoph Hellwig
2015-12-22nvme: simplify completion handlingChristoph Hellwig
2015-12-22nvme: special case AEN requestsChristoph Hellwig
2015-12-22nvme: switch abort to blk_execute_rq_nowaitChristoph Hellwig
2015-12-22nvme: switch delete SQ/CQ to blk_execute_rq_nowaitChristoph Hellwig
2015-12-22nvme: factor out a few helpers from req_completionChristoph Hellwig
2015-12-22nvme: fix admin queue depthChristoph Hellwig
2015-12-22NVMe: Simplify metadata setupKeith Busch
2015-12-22NVMe: Remove device management handles on removeKeith Busch
2015-12-22NVMe: Use unbounded work queue for all workKeith Busch
2015-12-22NVMe: Implement namespace list scanningKeith Busch
2015-12-22nvme: switch abort_limit to an atomic_tChristoph Hellwig
2015-12-22nvme: remove dead controllers from a work itemChristoph Hellwig
2015-12-22nvme: merge probe_work and reset_workChristoph Hellwig
2015-12-22nvme: do not restart the request timeout if we're resetting the controllerKeith Busch
2015-12-22nvme: simplify resetsChristoph Hellwig
2015-12-22nvme: add NVME_SC_CANCELLEDChristoph Hellwig