summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-2/+3
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-105/+324
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-28/+23
2020-12-07nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock classMing Lei-0/+10
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig-2/+1
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig-10/+10
2020-12-01nvme: export zoned namespaces without Zone Append support read-onlyJavier González-5/+12
2020-12-01nvme: rename bdev operationsJavier González-4/+4
2020-12-01nvme: rename controller base dev_t char deviceJavier González-5/+7
2020-12-01nvme: remove unnecessary return valuesJavier González-5/+3
2020-12-01nvme: print a warning for when listing active namespaces failsMinwoo Im-1/+4
2020-12-01nvme: improve an error message on Identify failureMinwoo Im-1/+2
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov-4/+77
2020-12-01nvmet: fix a spelling mistake "incuding" -> "including" in KconfigColin Ian King-1/+1
2020-12-01nvmet: make sure discovery change log event is protectedMax Gurtovoy-0/+1
2020-12-01nvmet: remove unused ctrl->cqsAmit-14/+2
2020-12-01nvme-pci: don't allocate unused I/O queuesNiklas Schnelle-9/+7
2020-12-01nvme-pci: drop min() from nr_io_queues assignmentNiklas Schnelle-2/+1
2020-12-01nvmet: use inline bio for passthru fast pathChaitanya Kulkarni-3/+10
2020-12-01nvmet: use blk_rq_bio_prep instead of blk_rq_append_bioChaitanya Kulkarni-6/+2
2020-12-01nvmet: remove op_flags for passthru commandsChaitanya Kulkarni-7/+1
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni-23/+42
2020-12-01nvmet: add passthru io timeout value attrChaitanya Kulkarni-1/+23
2020-12-01nvmet: add passthru admin timeout value attrChaitanya Kulkarni-0/+27
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni-10/+10
2020-12-01nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni-5/+11
2020-12-01nvme: simplify nvme_req_qid()Baolin Wang-1/+2
2020-12-01nvme-fcloop: add sysfs attribute to inject command dropJames Smart-2/+79
2020-11-23Merge tag 'v5.10-rc5' into rdma.git for-nextJason Gunthorpe-15/+33
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig-1/+2
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe-209/+162
2020-11-16nvme: use set_capacity_and_notify in nvme_set_queue_dyingChristoph Hellwig-12/+1
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig-1/+1
2020-11-16nvme: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig-4/+1
2020-11-14nvme: fix memory leak freeing command effectsKeith Busch-2/+14
2020-11-14nvme: directly cache command effects logKeith Busch-11/+4
2020-11-14nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im-0/+15
2020-11-12nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_deviceChristoph Hellwig-1/+1
2020-11-09nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg-2/+0
2020-11-05Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10Jens Axboe-29/+33
2020-11-03nvme-tcp: avoid repeated request completionSagi Grimberg-1/+1
2020-11-03nvme-rdma: avoid repeated request completionSagi Grimberg-1/+1
2020-11-03nvme-tcp: avoid race between time out and tear downChao Leng-11/+3
2020-11-03nvme-rdma: avoid race between time out and tear downChao Leng-10/+2
2020-11-03nvme: introduce nvme_sync_io_queuesChao Leng-2/+7
2020-11-02Revert "nvme-pci: remove last_sq_tail"Keith Busch-4/+19
2020-10-30Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds-178/+127
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe-2/+2
2020-10-27nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni-16/+9
2020-10-27nvme-fc: remove nvme_fc_terminate_io()James Smart-33/+16