aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-11nvme: fix NULL deref for fabrics optionsMinwoo Im1-1/+1
2019-07-10nvme: fix regression upon hot device removal and insertionSagi Grimberg1-2/+2
2019-07-09nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii1-0/+5
2019-07-09nvme: set physical block size and optimal I/O sizeBart Van Assche1-2/+32
2019-06-21nvme: enable to inject errors into admin commandsAkinobu Mita1-0/+3
2019-06-21nvme: prepare for fault injection into admin commandsAkinobu Mita1-2/+2
2019-06-21nvme: export get and set featuresKeith Busch1-3/+21
2019-06-21nvme: fix possible io failures when removing multipathed nsAnton Eidelman1-6/+8
2019-06-06nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee1-1/+2
2019-05-21nvme: copy MTFA field from identify controllerLaine Walker-Avina1-0/+1
2019-05-17nvme: fix memory leak for power latency toleranceYufen Yu1-0/+1
2019-05-17nvme: release namespace SRCU protection before performing controller ioctlsChristoph Hellwig1-5/+20
2019-05-17nvme: merge nvme_ns_ioctl into nvme_ioctlChristoph Hellwig1-23/+24
2019-05-17nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig1-2/+0
2019-05-17nvme: fix srcu locking on error return in nvme_get_ns_from_diskChristoph Hellwig1-4/+9
2019-05-17nvme: Fix known effectsKeith Busch1-1/+1
2019-05-17nvme-pci: Sync queues on resetKeith Busch1-0/+12
2019-05-16Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds1-39/+40
2019-05-14nvme: validate cntlid during controller initialisationChristoph Hellwig1-17/+24
2019-05-14nvme: change locking for the per-subsystem controller listChristoph Hellwig1-18/+14
2019-05-14nvme: trace all async notice eventsChaitanya Kulkarni1-3/+2
2019-05-13nvme-pci: add known admin effects to augument admin effects log pageMaxim Levitsky1-2/+1
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+38
2019-05-01nvme: mark nvme_core_init and nvme_core_exit staticChristoph Hellwig1-2/+2
2019-05-01nvme: move command size checks to the coreChristoph Hellwig1-0/+27
2019-04-25nvme: set 0 capacity if namespace block size exceeds PAGE_SIZESagi Grimberg1-1/+6
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe1-1/+1
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2019-04-10nvme: cancel request synchronouslyMing Lei1-1/+1
2019-04-05nvme: log the error status on Identify Namespace failureKenneth Heitke1-1/+1
2019-04-05nvme: avoid double dereference to convert le to cpuMax Gurtovoy1-2/+2
2019-03-26srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney1-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