summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-162-2/+3
|\
| * Merge tag 'v5.10-rc5' into rdma.git for-nextJason Gunthorpe2020-11-233-15/+33
| |\
| * | RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-171-1/+2
| * | Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-178-209/+162
| |\ \
| * | | nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_deviceChristoph Hellwig2020-11-121-1/+1
* | | | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-1619-105/+324
|\ \ \ \
| * | | | nvme: export zoned namespaces without Zone Append support read-onlyJavier González2020-12-013-5/+12
| * | | | nvme: rename bdev operationsJavier González2020-12-011-4/+4
| * | | | nvme: rename controller base dev_t char deviceJavier González2020-12-011-5/+7
| * | | | nvme: remove unnecessary return valuesJavier González2020-12-011-5/+3
| * | | | nvme: print a warning for when listing active namespaces failsMinwoo Im2020-12-011-1/+4
| * | | | nvme: improve an error message on Identify failureMinwoo Im2020-12-011-1/+2
| * | | | nvme-fabrics: reject I/O to offline deviceVictor Gladkov2020-12-015-4/+77
| * | | | nvmet: fix a spelling mistake "incuding" -> "including" in KconfigColin Ian King2020-12-011-1/+1
| * | | | nvmet: make sure discovery change log event is protectedMax Gurtovoy2020-12-011-0/+1
| * | | | nvmet: remove unused ctrl->cqsAmit2020-12-012-14/+2
| * | | | nvme-pci: don't allocate unused I/O queuesNiklas Schnelle2020-12-011-9/+7
| * | | | nvme-pci: drop min() from nr_io_queues assignmentNiklas Schnelle2020-12-011-2/+1
| * | | | nvmet: use inline bio for passthru fast pathChaitanya Kulkarni2020-12-012-3/+10
| * | | | nvmet: use blk_rq_bio_prep instead of blk_rq_append_bioChaitanya Kulkarni2020-12-011-6/+2
| * | | | nvmet: remove op_flags for passthru commandsChaitanya Kulkarni2020-12-011-7/+1
| * | | | nvme: split nvme_alloc_request()Chaitanya Kulkarni2020-12-015-23/+42
| * | | | nvmet: add passthru io timeout value attrChaitanya Kulkarni2020-12-013-1/+23
| * | | | nvmet: add passthru admin timeout value attrChaitanya Kulkarni2020-12-013-0/+27
| * | | | nvme: use consistent macro name for timeoutChaitanya Kulkarni2020-12-017-10/+10
| * | | | nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni2020-12-013-5/+11
| * | | | nvme: simplify nvme_req_qid()Baolin Wang2020-12-011-1/+2
| * | | | nvme-fcloop: add sysfs attribute to inject command dropJames Smart2020-12-011-2/+79
* | | | | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-164-28/+23
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock classMing Lei2020-12-071-0/+10
| * | | | block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-2/+1
| * | | | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-10/+10
| * | | | nvme: use set_capacity_and_notify in nvme_set_queue_dyingChristoph Hellwig2020-11-161-12/+1
| * | | | block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-161-1/+1
| * | | | nvme: let set_capacity_revalidate_and_notify update the bdev sizeChristoph Hellwig2020-11-161-4/+1
| |/ / /
* | | | nvme: fix memory leak freeing command effectsKeith Busch2020-11-141-2/+14
* | | | nvme: directly cache command effects logKeith Busch2020-11-142-11/+4
* | | | nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im2020-11-141-0/+15
|/ / /
* | / nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg2020-11-091-2/+0
| |/ |/|
* | Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10Jens Axboe2020-11-055-29/+33
|\ \
| * | nvme-tcp: avoid repeated request completionSagi Grimberg2020-11-031-1/+1
| * | nvme-rdma: avoid repeated request completionSagi Grimberg2020-11-031-1/+1
| * | nvme-tcp: avoid race between time out and tear downChao Leng2020-11-031-11/+3
| * | nvme-rdma: avoid race between time out and tear downChao Leng2020-11-031-10/+2
| * | nvme: introduce nvme_sync_io_queuesChao Leng2020-11-032-2/+7
| * | Revert "nvme-pci: remove last_sq_tail"Keith Busch2020-11-021-4/+19
* | | Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-305-178/+127
|\| |
| * | nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni2020-10-272-16/+9
| * | nvme-fc: remove nvme_fc_terminate_io()James Smart2020-10-271-33/+16
| * | nvme-fc: eliminate terminate_io use by nvme_fc_error_recoveryJames Smart2020-10-271-103/+84