aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2016-02-12NVMe: Rate limit nvme IO warningsGravatar Keith Busch 1-1/+1
2016-02-12NVMe: Poll device while still active during removeGravatar Keith Busch 1-5/+1
2016-02-12NVMe: Requeue requests on suspended queuesGravatar Keith Busch 1-0/+5
2016-02-11NVMe: Allow request mergesGravatar Keith Busch 1-1/+0
2016-02-11NVMe: Fix io incapable return valuesGravatar Keith Busch 1-2/+2
2016-02-09nvme: fix Kconfig description for BLK_DEV_NVME_SCSIGravatar Christoph Hellwig 1-2/+3
2016-02-04lightnvm: check overflow and correct mlc pairsGravatar Matias Bjørling 1-3/+9
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-2150/+2527
2016-01-21Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+22
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-6/+7
2016-01-12NVMe: Export NVMe attributes to sysfs groupGravatar Keith Busch 1-11/+33
2016-01-12NVMe: Shutdown controller only for power-offGravatar Keith Busch 1-21/+19
2016-01-12NVMe: IO queue deletion re-writeGravatar Keith Busch 1-170/+81
2016-01-12NVMe: Remove queue freezing on resetsGravatar Keith Busch 3-11/+8
2016-01-12NVMe: Use a retryable error code on resetGravatar Keith Busch 1-1/+1
2016-01-12NVMe: Fix admin queue ring wrapGravatar Keith Busch 1-1/+6
2016-01-12nvme: make SG_IO support optionalGravatar Christoph Hellwig 3-1/+15
2016-01-12nvme: fixes for NVME_IOCTL_IO_CMD on the char deviceGravatar Christoph Hellwig 1-5/+34
2016-01-12nvme: synchronize access to ctrl->namespacesGravatar Christoph Hellwig 2-0/+18
2016-01-12nvme: Move nvme_freeze/unfreeze_queues to nvme coreGravatar Sagi Grimberg 3-30/+33
2016-01-12lightnvm: introduce mlc lower page table mappingsGravatar Matias Bjørling 1-1/+21
2016-01-12lightnvm: return the get_bb_tbl return valueGravatar Matias Bjørling 1-5/+0
2016-01-12lightnvm: refactor end_io functions for syncGravatar Matias Bjørling 1-4/+1
2015-12-22NVMe: IO ending fixes on surprise removalGravatar Keith Busch 1-1/+19
2015-12-22NVMe: Export namespace attributes to sysfsGravatar Keith Busch 2-2/+70
2015-12-22NVMe: Add pci error handlersGravatar Keith Busch 1-10/+44
2015-12-22nvme: merge iod and cmd_infoGravatar Christoph Hellwig 1-111/+73
2015-12-22nvme: meta_sg doesn't have to be an arrayGravatar Christoph Hellwig 1-6/+6
2015-12-22nvme: properly free resources for cancelled commandGravatar Christoph Hellwig 1-39/+40
2015-12-22nvme: simplify completion handlingGravatar Christoph Hellwig 1-115/+26
2015-12-22nvme: special case AEN requestsGravatar Christoph Hellwig 1-35/+40
2015-12-22nvme: switch abort to blk_execute_rq_nowaitGravatar Christoph Hellwig 1-35/+26
2015-12-22nvme: switch delete SQ/CQ to blk_execute_rq_nowaitGravatar Christoph Hellwig 1-34/+15
2015-12-22nvme: factor out a few helpers from req_completionGravatar Christoph Hellwig 3-10/+20
2015-12-22nvme: fix admin queue depthGravatar Christoph Hellwig 1-1/+1
2015-12-22NVMe: Simplify metadata setupGravatar Keith Busch 1-25/+3
2015-12-22NVMe: Remove device management handles on removeGravatar Keith Busch 3-4/+11
2015-12-22NVMe: Use unbounded work queue for all workGravatar Keith Busch 1-6/+6
2015-12-22NVMe: Implement namespace list scanningGravatar Keith Busch 3-9/+79
2015-12-22nvme: switch abort_limit to an atomic_tGravatar Christoph Hellwig 3-6/+7
2015-12-22nvme: remove dead controllers from a work itemGravatar Christoph Hellwig 1-13/+9
2015-12-22nvme: merge probe_work and reset_workGravatar Christoph Hellwig 1-35/+39
2015-12-22nvme: do not restart the request timeout if we're resetting the controllerGravatar Keith Busch 1-9/+16
2015-12-22nvme: simplify resetsGravatar Christoph Hellwig 1-26/+13
2015-12-22nvme: add NVME_SC_CANCELLEDGravatar Christoph Hellwig 2-1/+11
2015-12-22nvme: merge nvme_abort_req and nvme_timeoutGravatar Christoph Hellwig 1-29/+18
2015-12-22nvme: don't take the I/O queue q_lock in nvme_timeoutGravatar Christoph Hellwig 1-4/+2
2015-12-22nvme: protect against simultaneous shutdown invocationsGravatar Keith Busch 1-0/+5
2015-12-22nvme: only add a controller to dev_list after it's been fully initializedGravatar Christoph Hellwig 1-21/+30
2015-12-22nvme: only ignore hardware errors in nvme_create_io_queuesGravatar Christoph Hellwig 1-15/+20