summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2016-03-03nvme: fix max_segments integer truncationChristoph Hellwig-2/+4
2016-03-03nvme: set queue limits for the admin queueChristoph Hellwig-10/+19
2016-03-03NVMe: Fix 0-length integrity payloadKeith Busch-1/+1
2016-03-03NVMe: Don't allow unsupported flagsKeith Busch-0/+4
2016-03-03NVMe: Move error handling to failed reset handlerKeith Busch-18/+50
2016-03-03NVMe: Simplify device reset failureKeith Busch-27/+21
2016-03-03NVMe: Fix namespace removal deadlockKeith Busch-7/+26
2016-03-03NVMe: Use IDA for namespace disk namingKeith Busch-3/+14
2016-03-03NVMe: Don't unmap controller registers on resetKeith Busch-29/+42
2016-02-12NVMe: Rate limit nvme IO warningsKeith Busch-1/+1
2016-02-12NVMe: Poll device while still active during removeKeith Busch-5/+1
2016-02-12NVMe: Requeue requests on suspended queuesKeith Busch-0/+5
2016-02-11NVMe: Allow request mergesKeith Busch-1/+0
2016-02-11NVMe: Fix io incapable return valuesKeith Busch-2/+2
2016-02-09nvme: fix Kconfig description for BLK_DEV_NVME_SCSIChristoph Hellwig-2/+3
2016-02-04lightnvm: check overflow and correct mlc pairsMatias Bjørling-3/+9
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds-2150/+2527
2016-01-21Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds-10/+22
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+7
2016-01-12NVMe: Export NVMe attributes to sysfs groupKeith Busch-11/+33
2016-01-12NVMe: Shutdown controller only for power-offKeith Busch-21/+19
2016-01-12NVMe: IO queue deletion re-writeKeith Busch-170/+81
2016-01-12NVMe: Remove queue freezing on resetsKeith Busch-11/+8
2016-01-12NVMe: Use a retryable error code on resetKeith Busch-1/+1
2016-01-12NVMe: Fix admin queue ring wrapKeith Busch-1/+6
2016-01-12nvme: make SG_IO support optionalChristoph Hellwig-1/+15
2016-01-12nvme: fixes for NVME_IOCTL_IO_CMD on the char deviceChristoph Hellwig-5/+34
2016-01-12nvme: synchronize access to ctrl->namespacesChristoph Hellwig-0/+18
2016-01-12nvme: Move nvme_freeze/unfreeze_queues to nvme coreSagi Grimberg-30/+33
2016-01-12lightnvm: introduce mlc lower page table mappingsMatias Bjørling-1/+21
2016-01-12lightnvm: return the get_bb_tbl return valueMatias Bjørling-5/+0
2016-01-12lightnvm: refactor end_io functions for syncMatias Bjørling-4/+1
2015-12-22NVMe: IO ending fixes on surprise removalKeith Busch-1/+19
2015-12-22NVMe: Export namespace attributes to sysfsKeith Busch-2/+70
2015-12-22NVMe: Add pci error handlersKeith Busch-10/+44
2015-12-22nvme: merge iod and cmd_infoChristoph Hellwig-111/+73
2015-12-22nvme: meta_sg doesn't have to be an arrayChristoph Hellwig-6/+6
2015-12-22nvme: properly free resources for cancelled commandChristoph Hellwig-39/+40
2015-12-22nvme: simplify completion handlingChristoph Hellwig-115/+26
2015-12-22nvme: special case AEN requestsChristoph Hellwig-35/+40
2015-12-22nvme: switch abort to blk_execute_rq_nowaitChristoph Hellwig-35/+26
2015-12-22nvme: switch delete SQ/CQ to blk_execute_rq_nowaitChristoph Hellwig-34/+15
2015-12-22nvme: factor out a few helpers from req_completionChristoph Hellwig-10/+20
2015-12-22nvme: fix admin queue depthChristoph Hellwig-1/+1
2015-12-22NVMe: Simplify metadata setupKeith Busch-25/+3
2015-12-22NVMe: Remove device management handles on removeKeith Busch-4/+11
2015-12-22NVMe: Use unbounded work queue for all workKeith Busch-6/+6
2015-12-22NVMe: Implement namespace list scanningKeith Busch-9/+79
2015-12-22nvme: switch abort_limit to an atomic_tChristoph Hellwig-6/+7
2015-12-22nvme: remove dead controllers from a work itemChristoph Hellwig-13/+9