aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
2019-05-16Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-14nvme: validate cntlid during controller initialisationChristoph Hellwig
2019-05-14nvme: change locking for the per-subsystem controller listChristoph Hellwig
2019-05-14nvme: trace all async notice eventsChaitanya Kulkarni
2019-05-13nvme-pci: add known admin effects to augument admin effects log pageMaxim Levitsky
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-01nvme: mark nvme_core_init and nvme_core_exit staticChristoph Hellwig
2019-05-01nvme: move command size checks to the coreChristoph Hellwig
2019-04-25nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-04-10nvme: cancel request synchronouslyMing Lei
2019-04-05nvme: log the error status on Identify Namespace failureKenneth Heitke
2019-04-05nvme: avoid double dereference to convert le to cpuMax Gurtovoy
2019-03-26srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney
2019-03-13nvme: add proper write zeroes setup for the multipath deviceChristoph Hellwig
2019-03-13nvme: add proper discard setup for the multipath deviceChristoph Hellwig
2019-03-13nvme: remove nvme_ns_config_oncsChristoph Hellwig
2019-03-13nvme: disable Write Zeroes for qemu controllersChristoph Hellwig
2019-03-13nvme: update comment to make the code easier to readYufen Yu
2019-03-13nvme: put ns_head ref if namespace fails allocationSagi Grimberg
2019-03-13nvme: don't warn on block content change effectsKeith Busch
2019-02-20nvme: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme: return error from nvme_alloc_ns()Hannes Reinecke
2019-02-20nvme: avoid that deleting a controller triggers a circular locking complaintBart Van Assche
2019-02-20nvme: introduce a helper function for controller deletionBart Van Assche
2019-02-20nvme: unexport nvme_delete_ctrl_sync()Bart Van Assche
2019-02-20nvme-multipath: round-robin I/O policyHannes Reinecke
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe
2019-02-06nvme: lock NS list changes while handling command effectsKeith Busch
2019-02-04nvme: remove the .stop_ctrl calloutSagi Grimberg
2019-02-04nvme: add support for the Write Zeroes commandChaitanya Kulkarni
2019-01-09nvme: don't initlialize ctrl->cntlid twiceAndrey Smirnov
2019-01-09nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall
2019-01-09nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch
2018-12-18nvme-core: optionally poll sync commandsSagi Grimberg
2018-12-13nvme: fix kernel paging oopsSagi Grimberg
2018-12-13nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni
2018-12-13nvme: provide fallback for discard alloc failureJens Axboe
2018-12-13nvme: add __exit annotationChengguang Xu
2018-12-11lightnvm: simplify geometry enumerationMatias Bjørling
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe
2018-12-07nvme: implement Enhanced Command RetryKeith Busch
2018-12-07nvme: Remove unused forward declarationIsrael Rukshin
2018-12-07nvme: support traffic based keep-aliveSagi Grimberg
2018-12-07nvme: cache controller attributesSagi Grimberg
2018-12-07nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke
2018-12-07nvme: consolidate memset calls in the nvme_setup_cmd pathChaitanya Kulkarni
2018-12-07nvme: validate controller state before rescheduling keep aliveJames Smart
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe