aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-19/+55
2018-07-25nvmet: only check for filebacking on -ENOTBLKGravatar Hannes Reinecke 1-1/+1
2018-07-25nvmet: fixup crash on NULL device pathGravatar Hannes Reinecke 1-2/+7
2018-07-24nvme: if_ready checks to fail io to deleting controllerGravatar James Smart 5-7/+12
2018-07-24nvmet-fc: fix target sgl list on large transfersGravatar James Smart 1-9/+35
2018-07-20nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMDGravatar Roland Dreier 1-1/+1
2018-07-17nvme: don't enable AEN if not supportedGravatar Weiping Zhang 1-4/+7
2018-07-17nvme: ensure forward progress during Admin passthruGravatar Scott Bauer 1-24/+26
2018-07-12nvme-pci: fix memory leak on probe failureGravatar Keith Busch 1-5/+7
2018-06-28nvme-rdma: fix possible double free of controller async event bufferGravatar Sagi Grimberg 1-2/+5
2018-06-21nvme-pci: limit max IO size and segments to avoid high order allocationsGravatar Jens Axboe 3-5/+39
2018-06-21nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrlGravatar Jianchao Wang 1-1/+1
2018-06-21nvme-fc: release io queues to allow fast failGravatar James Smart 1-3/+3
2018-06-20nvmet: reset keep alive timer in controller enableGravatar Max Gurtuvoy 1-0/+8
2018-06-20nvme-rdma: don't override opts->queue_sizeGravatar Sagi Grimberg 1-11/+10
2018-06-20nvme-rdma: Fix command completion race at error recoveryGravatar Israel Rukshin 1-2/+6
2018-06-20nvme-rdma: fix possible free of a non-allocated async event bufferGravatar Sagi Grimberg 1-13/+11
2018-06-20nvme-rdma: fix possible double free condition when failing to create a contro...Gravatar Sagi Grimberg 1-10/+10
2018-06-15Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusGravatar Jens Axboe 9-193/+154
2018-06-15nvme-fabrics: fix and refine state checks in __nvmf_check_readyGravatar Christoph Hellwig 1-20/+19
2018-06-15nvme-fabrics: handle the admin-only case properly in nvmf_check_readyGravatar Christoph Hellwig 1-1/+2
2018-06-15nvme-fabrics: refactor queue ready checkGravatar Christoph Hellwig 5-50/+45
2018-06-14nvme: remove nvme_reinit_tagsetGravatar Christoph Hellwig 2-12/+0
2018-06-14nvme-fc: fix nulling of queue data on reconnectGravatar James Smart 1-6/+5
2018-06-14nvme-fc: remove reinit_request routineGravatar James Smart 1-20/+0
2018-06-14nvme-fc: change controllers first connect to use reconnect pathGravatar James Smart 1-57/+47
2018-06-13nvme: don't rely on the changed namespace list logGravatar Christoph Hellwig 1-25/+11
2018-06-11nvmet: free smart-log buffer after useGravatar Chaitanya Kulkarni 1-1/+3
2018-06-11nvme-rdma: fix error flow during mapping request dataGravatar Max Gurtovoy 1-7/+24
2018-06-11nvme: add bio remapping tracepointGravatar Hannes Reinecke 1-0/+4
2018-06-11nvme: fix NULL pointer dereference in nvme_init_subsystemGravatar Israel Rukshin 1-1/+1
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-42/+38
2018-06-08nvme: cleanup double shift issueGravatar Dan Carpenter 2-3/+2
2018-06-08nvme-pci: make CMB SQ mod-param read-onlyGravatar Keith Busch 1-1/+1
2018-06-08nvme-pci: unquiesce dead controller queuesGravatar Keith Busch 1-1/+1
2018-06-08nvme-pci: remove HMB teardown on resetGravatar Keith Busch 1-8/+0
2018-06-08nvme-pci: queue creation fixesGravatar Keith Busch 1-3/+4
2018-06-08nvme-pci: remove unnecessary completion doorbell checkGravatar Keith Busch 1-5/+3
2018-06-08nvme-pci: remove unnecessary nested lockingGravatar Keith Busch 1-7/+1
2018-06-08nvmet: filter newlines from user inputGravatar Sagi Grimberg 1-5/+9
2018-06-08nvme-rdma: correctly check for target keyed sgl supportGravatar Steve Wise 1-2/+3
2018-06-08nvme: don't hold nvmf_transports_rwsem for more than transport lookupsGravatar Johannes Thumshirn 2-1/+5
2018-06-08nvmet: return all zeroed buffer when we can't find an active namespaceGravatar Christoph Hellwig 1-6/+9
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-19/+1
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 18-403/+923
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 2-2/+2
2018-06-01Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockGravatar Jens Axboe 10-191/+337
2018-06-01nvme: use the changed namespaces list log to clear ns data changed AENsGravatar Christoph Hellwig 2-4/+49
2018-06-01nvme: mark nvme_queue_scan staticGravatar Christoph Hellwig 2-11/+9