summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2020-12-01nvme: export zoned namespaces without Zone Append support read-onlyJavier González3-5/+12
2020-12-01nvme: rename bdev operationsJavier González1-4/+4
2020-12-01nvme: rename controller base dev_t char deviceJavier González1-5/+7
2020-12-01nvme: remove unnecessary return valuesJavier González1-5/+3
2020-12-01nvme: print a warning for when listing active namespaces failsMinwoo Im1-1/+4
2020-12-01nvme: improve an error message on Identify failureMinwoo Im1-1/+2
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov5-4/+77
2020-12-01nvmet: fix a spelling mistake "incuding" -> "including" in KconfigColin Ian King1-1/+1
2020-12-01nvmet: make sure discovery change log event is protectedMax Gurtovoy1-0/+1
2020-12-01nvmet: remove unused ctrl->cqsAmit2-14/+2
2020-12-01nvme-pci: don't allocate unused I/O queuesNiklas Schnelle1-9/+7
2020-12-01nvme-pci: drop min() from nr_io_queues assignmentNiklas Schnelle1-2/+1
2020-12-01nvmet: use inline bio for passthru fast pathChaitanya Kulkarni2-3/+10
2020-12-01nvmet: use blk_rq_bio_prep instead of blk_rq_append_bioChaitanya Kulkarni1-6/+2
2020-12-01nvmet: remove op_flags for passthru commandsChaitanya Kulkarni1-7/+1
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni5-23/+42
2020-12-01nvmet: add passthru io timeout value attrChaitanya Kulkarni3-1/+23
2020-12-01nvmet: add passthru admin timeout value attrChaitanya Kulkarni3-0/+27
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni7-10/+10
2020-12-01nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni3-5/+11
2020-12-01nvme: simplify nvme_req_qid()Baolin Wang1-1/+2
2020-12-01nvme-fcloop: add sysfs attribute to inject command dropJames Smart1-2/+79
2020-11-09nvme: fix incorrect behavior when BLKROSET is called by the userSagi Grimberg1-2/+0
2020-11-05Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10Jens Axboe5-29/+33
2020-11-03nvme-tcp: avoid repeated request completionSagi Grimberg1-1/+1
2020-11-03nvme-rdma: avoid repeated request completionSagi Grimberg1-1/+1
2020-11-03nvme-tcp: avoid race between time out and tear downChao Leng1-11/+3
2020-11-03nvme-rdma: avoid race between time out and tear downChao Leng1-10/+2
2020-11-03nvme: introduce nvme_sync_io_queuesChao Leng2-2/+7
2020-11-02Revert "nvme-pci: remove last_sq_tail"Keith Busch1-4/+19
2020-10-31Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds5-178/+127
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-2/+2
2020-10-27nvmet: fix a NULL pointer dereference when tracing the flush commandChaitanya Kulkarni2-16/+9
2020-10-27nvme-fc: remove nvme_fc_terminate_io()James Smart1-33/+16
2020-10-27nvme-fc: eliminate terminate_io use by nvme_fc_error_recoveryJames Smart1-103/+84
2020-10-27nvme-fc: remove err_work work itemJames Smart1-30/+10
2020-10-27nvme-fc: track error_recovery while connectingJames Smart1-5/+9
2020-10-27nvme-rdma: handle unexpected nvme completion data lengthzhenwei pi1-0/+8
2020-10-27nvme: ignore zone validate errors on subsequent scansKeith Busch1-1/+1
2020-10-23nvme-fc: shorten reconnect delay if possible for FCJames Smart1-1/+18
2020-10-23nvme-fc: wait for queues to freeze before calling update_hr_hw_queuesJames Smart1-2/+5
2020-10-23nvme-fc: fix error loop in create_hw_io_queuesJames Smart1-2/+2
2020-10-23nvme-fc: fix io timeout to abort I/OJames Smart1-39/+69
2020-10-22nvmet: don't use BLK_MQ_REQ_NOWAIT for passthruChaitanya Kulkarni1-1/+1
2020-10-22nvmet: cleanup nvmet_passthru_map_sg()Logan Gunthorpe1-3/+4
2020-10-22nvmet: limit passthru MTDS by BIO_MAX_PAGESLogan Gunthorpe1-1/+8
2020-10-22nvmet: fix uninitialized work for zero katozhenwei pi1-1/+2
2020-10-22nvme-pci: disable Write Zeroes on Sandisk SkyhawkKai-Heng Feng1-0/+2
2020-10-22nvme: use queuedata for nvme_req_qidKeith Busch1-1/+1
2020-10-22nvme-rdma: fix crash due to incorrect cqeChao Leng1-2/+3