aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-0/+2
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 24-260/+652
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-20/+19
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHGravatar Christoph Hellwig 1-0/+8
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidGravatar Christoph Hellwig 5-46/+31
2022-03-16nvme: cleanup how disk->disk_name is assignedGravatar Christoph Hellwig 3-33/+21
2022-03-15nvmet: revert "nvmet: make discovery NQN configurable"Gravatar Hannes Reinecke 2-41/+1
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateGravatar Christoph Hellwig 5-7/+15
2022-03-14nvmet: use snprintf() with PAGE_SIZE in configfsGravatar Chaitanya Kulkarni 1-5/+8
2022-03-14nvmet: don't fold linesGravatar Chaitanya Kulkarni 1-9/+5
2022-03-14nvmet-rdma: fix kernel-doc warning for nvmet_rdma_device_removalGravatar Chaitanya Kulkarni 1-1/+1
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetportGravatar Chaitanya Kulkarni 1-1/+1
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetportGravatar Chaitanya Kulkarni 1-1/+1
2022-03-14nvme-tcp: lockdep: annotate in-kernel socketsGravatar Chris Leech 1-0/+40
2022-03-14nvme-tcp: don't fold the lineGravatar Chaitanya Kulkarni 1-2/+1
2022-03-14nvme-tcp: don't initialize ret variableGravatar Chaitanya Kulkarni 1-1/+1
2022-03-14nvme-multipath: call bio_io_error in nvme_ns_head_submit_bioGravatar Guoqing Jiang 1-2/+1
2022-03-14nvme-multipath: use vmalloc for ANA log bufferGravatar Hannes Reinecke 1-2/+3
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Gravatar Christoph Hellwig 2-0/+2
2022-02-28nvme: check that EUI/GUID/UUID are globally uniqueGravatar Christoph Hellwig 1-2/+36
2022-02-28nvme: check for duplicate identifiers earlierGravatar Christoph Hellwig 1-7/+6
2022-02-28nvme: fix the check for duplicate unique identifiersGravatar Christoph Hellwig 1-8/+10
2022-02-28nvme: cleanup __nvme_check_idsGravatar Christoph Hellwig 1-5/+4
2022-02-28nvme: remove nssa from struct nvme_ctrlGravatar Keith Busch 2-5/+5
2022-02-28nvme: explicitly set non-error for directivesGravatar Keith Busch 1-0/+2
2022-02-28nvme: expose cntrltype and dctype through sysfsGravatar Martin Belanger 2-0/+42
2022-02-28nvme: send uevent on connection upGravatar Martin Belanger 1-0/+9
2022-02-28nvme: add vectored-io support for user-passthroughGravatar Kanchan Joshi 1-9/+26
2022-02-28nvme: add verbose error loggingGravatar Alan Adamson 5-1/+246
2022-02-28nvme: add a helper to initialize connect_qGravatar Chaitanya Kulkarni 5-16/+16
2022-02-28nvme-rdma: add helpers for mapping/unmapping requestGravatar Max Gurtovoy 1-46/+65
2022-02-28nvmet-tcp: replace ida_simple[get|remove] with the simler ida_[alloc|free]Gravatar Sagi Grimberg 1-3/+3
2022-02-28nvmet-rdma: replace ida_simple[get|remove] with the simler ida_[alloc|free]Gravatar Sagi Grimberg 1-3/+3
2022-02-28nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Gravatar Sagi Grimberg 1-6/+6
2022-02-28nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]Gravatar Sagi Grimberg 1-2/+2
2022-02-28nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Gravatar Sagi Grimberg 1-8/+8
2022-02-28nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]Gravatar Sagi Grimberg 1-9/+9
2022-02-28nvmet: allow bdev in buffered_io modeGravatar Chaitanya Kulkarni 1-0/+8
2022-02-28nvmet: use i_size_read() to set size for file-nsGravatar Chaitanya Kulkarni 2-14/+5
2022-02-28nvme-fabrics: remove unnecessary braces for caseGravatar Chaitanya Kulkarni 1-1/+1
2022-02-28nvme-fabrics: use consistent zeroout patternGravatar Chaitanya Kulkarni 1-2/+1
2022-02-28nvme-fabrics: use unsigned int typeGravatar Chaitanya Kulkarni 1-1/+1
2022-02-28nvme-fabrics: use unsigned int typeGravatar Chaitanya Kulkarni 1-1/+1
2022-02-28nvme-core: remove unnecessary function parameterGravatar Chaitanya Kulkarni 1-5/+3
2022-02-28nvme-core: remove unnecessary semicolonGravatar Chaitanya Kulkarni 1-1/+1
2022-02-23nvme-tcp: send H2CData PDUs based on MAXH2CDATAGravatar Varun Prakash 1-14/+49
2022-02-23nvme: also mark passthrough-only namespaces ready in nvme_update_ns_infoGravatar Christoph Hellwig 1-3/+3
2022-02-23nvme: don't return an error from nvme_configure_metadataGravatar Christoph Hellwig 1-8/+5
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingGravatar Christoph Hellwig 2-2/+2
2022-02-09nvme-tcp: fix bogus request completion when failing to send AERGravatar Sagi Grimberg 1-1/+9