summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-10nvme: cancel request synchronouslyMing Lei1-1/+1
2019-03-13nvme: add proper write zeroes setup for the multipath deviceChristoph Hellwig1-3/+3
2019-03-13nvme: add proper discard setup for the multipath deviceChristoph Hellwig1-3/+3
2019-03-13nvme: remove nvme_ns_config_oncsChristoph Hellwig1-7/+3
2019-03-13nvme: disable Write Zeroes for qemu controllersChristoph Hellwig1-1/+2
2019-03-13nvme: update comment to make the code easier to readYufen Yu1-2/+2
2019-03-13nvme: put ns_head ref if namespace fails allocationSagi Grimberg1-0/+1
2019-03-13nvme: don't warn on block content change effectsKeith Busch1-1/+1
2019-02-20nvme: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme: return error from nvme_alloc_ns()Hannes Reinecke1-10/+21
2019-02-20nvme: avoid that deleting a controller triggers a circular locking complaintBart Van Assche1-2/+3
2019-02-20nvme: introduce a helper function for controller deletionBart Van Assche1-4/+9
2019-02-20nvme: unexport nvme_delete_ctrl_sync()Bart Van Assche1-2/+1
2019-02-20nvme-multipath: round-robin I/O policyHannes Reinecke1-0/+6
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe1-1/+7
2019-02-06nvme: lock NS list changes while handling command effectsKeith Busch1-1/+7
2019-02-04nvme: remove the .stop_ctrl calloutSagi Grimberg1-2/+0
2019-02-04nvme: add support for the Write Zeroes commandChaitanya Kulkarni1-2/+50
2019-01-09nvme: don't initlialize ctrl->cntlid twiceAndrey Smirnov1-1/+0
2019-01-09nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall1-7/+9
2019-01-09nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch1-1/+1
2018-12-18nvme-core: optionally poll sync commandsSagi Grimberg1-5/+33
2018-12-13nvme: fix kernel paging oopsSagi Grimberg1-1/+1
2018-12-13nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni1-9/+9
2018-12-13nvme: provide fallback for discard alloc failureJens Axboe1-6/+35
2018-12-13nvme: add __exit annotationChengguang Xu1-1/+1
2018-12-11lightnvm: simplify geometry enumerationMatias Bjørling1-9/+9
2018-12-10Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe1-1/+9
2018-12-08nvme: implement Enhanced Command RetryKeith Busch1-2/+45
2018-12-08nvme: Remove unused forward declarationIsrael Rukshin1-1/+0
2018-12-08nvme: support traffic based keep-aliveSagi Grimberg1-0/+13
2018-12-08nvme: cache controller attributesSagi Grimberg1-0/+1
2018-12-08nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke1-1/+3
2018-12-08nvme: consolidate memset calls in the nvme_setup_cmd pathChaitanya Kulkarni1-3/+1
2018-12-07nvme: validate controller state before rescheduling keep aliveJames Smart1-1/+9
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-3/+5
2018-11-30nvme: flush namespace scanning work just before removing namespacesSagi Grimberg1-1/+3
2018-11-27nvme-pci: fix surprise removalIgor Konopko1-1/+1
2018-11-27nvme: Free ctrl device name on init failureKeith Busch1-1/+1
2018-11-19Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe1-1/+3
2018-11-09nvme: make sure ns head inherits underlying device limitsSagi Grimberg1-1/+3
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe1-2/+2
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+28
2018-10-17nvme-pci: Add support for P2P memory in requestsLogan Gunthorpe1-0/+4
2018-10-17nvme-core: make implicit seed truncation explicitBart Van Assche1-1/+1
2018-10-17nvme-core: rework a NQN copying operationBart Van Assche1-1/+1
2018-10-17nvme-core: declare local symbols staticBart Van Assche1-1/+1
2018-10-08nvme: remove ns sibling before clearing pathKeith Busch1-1/+1
2018-10-02nvme: take node locality into account when selecting a pathChristoph Hellwig1-1/+6