summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2016-02-29nvme: expose cntlid in sysfsMing Lin2-4/+17
2016-02-29nvme: return the whole CQE through the request passthrough interfaceChristoph Hellwig3-17/+24
2016-02-29nvme: replace the kthread with a per-device watchdog timerChristoph Hellwig1-89/+23
2016-02-29nvme: don't poll the CQ from the kthreadChristoph Hellwig1-12/+0
2016-02-29nvme: use a work item to submit async event requestsChristoph Hellwig1-7/+18
2016-02-12NVMe: Rate limit nvme IO warningsKeith Busch1-1/+1
2016-02-12NVMe: Poll device while still active during removeKeith Busch1-5/+1
2016-02-12NVMe: Requeue requests on suspended queuesKeith Busch1-0/+5
2016-02-11NVMe: Allow request mergesKeith Busch1-1/+0
2016-02-11NVMe: Fix io incapable return valuesKeith Busch1-2/+2
2016-02-11nvme: split pci module out of core moduleMing Lin4-18/+35
2016-02-11nvme: split dev_list_lockMing Lin3-3/+2
2016-02-11nvme: move timeout variables to core.cMing Lin2-12/+12
2016-02-11nvme/host: reference the fabric module for each bdev open calloutSagi Grimberg3-3/+18
2016-02-10nvme: Log the ctrl device name instead of the underlying pci device nameSagi Grimberg2-28/+33
2016-02-09nvme: fix drvdata setup for the nvme deviceChristoph Hellwig1-2/+1
2016-02-09NVMe: Fix possible queue use after freedKeith Busch1-5/+9
2016-02-09nvme: fix Kconfig description for BLK_DEV_NVME_SCSIChristoph Hellwig1-2/+3
2016-02-04lightnvm: check overflow and correct mlc pairsMatias Bjørling1-3/+9
2016-01-22Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds7-2150/+2527
2016-01-22Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+22
2016-01-20Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+7
2016-01-13NVMe: Export NVMe attributes to sysfs groupKeith Busch1-11/+33
2016-01-13NVMe: Shutdown controller only for power-offKeith Busch1-21/+19
2016-01-13NVMe: IO queue deletion re-writeKeith Busch1-170/+81
2016-01-12NVMe: Remove queue freezing on resetsKeith Busch3-11/+8
2016-01-12NVMe: Use a retryable error code on resetKeith Busch1-1/+1
2016-01-12NVMe: Fix admin queue ring wrapKeith Busch1-1/+6
2016-01-12nvme: make SG_IO support optionalChristoph Hellwig3-1/+15
2016-01-12nvme: fixes for NVME_IOCTL_IO_CMD on the char deviceChristoph Hellwig1-5/+34
2016-01-12nvme: synchronize access to ctrl->namespacesChristoph Hellwig2-0/+18
2016-01-12nvme: Move nvme_freeze/unfreeze_queues to nvme coreSagi Grimberg3-30/+33
2016-01-12lightnvm: introduce mlc lower page table mappingsMatias Bjørling1-1/+21
2016-01-12lightnvm: return the get_bb_tbl return valueMatias Bjørling1-5/+0
2016-01-12lightnvm: refactor end_io functions for syncMatias Bjørling1-4/+1
2015-12-22NVMe: IO ending fixes on surprise removalKeith Busch1-1/+19
2015-12-22NVMe: Export namespace attributes to sysfsKeith Busch2-2/+70
2015-12-22NVMe: Add pci error handlersKeith Busch1-10/+44
2015-12-22nvme: merge iod and cmd_infoChristoph Hellwig1-111/+73
2015-12-22nvme: meta_sg doesn't have to be an arrayChristoph Hellwig1-6/+6
2015-12-22nvme: properly free resources for cancelled commandChristoph Hellwig1-39/+40
2015-12-22nvme: simplify completion handlingChristoph Hellwig1-115/+26
2015-12-22nvme: special case AEN requestsChristoph Hellwig1-35/+40
2015-12-22nvme: switch abort to blk_execute_rq_nowaitChristoph Hellwig1-35/+26
2015-12-22nvme: switch delete SQ/CQ to blk_execute_rq_nowaitChristoph Hellwig1-34/+15
2015-12-22nvme: factor out a few helpers from req_completionChristoph Hellwig3-10/+20
2015-12-22nvme: fix admin queue depthChristoph Hellwig1-1/+1
2015-12-22NVMe: Simplify metadata setupKeith Busch1-25/+3
2015-12-22NVMe: Remove device management handles on removeKeith Busch3-4/+11
2015-12-22NVMe: Use unbounded work queue for all workKeith Busch1-6/+6