summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig
2022-03-16nvme: cleanup how disk->disk_name is assignedChristoph Hellwig
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig
2022-03-14nvmet: use snprintf() with PAGE_SIZE in configfsChaitanya Kulkarni
2022-03-14nvmet: don't fold linesChaitanya Kulkarni
2022-03-14nvmet-rdma: fix kernel-doc warning for nvmet_rdma_device_removalChaitanya Kulkarni
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetportChaitanya Kulkarni
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetportChaitanya Kulkarni
2022-03-14nvme-tcp: lockdep: annotate in-kernel socketsChris Leech
2022-03-14nvme-tcp: don't fold the lineChaitanya Kulkarni
2022-03-14nvme-tcp: don't initialize ret variableChaitanya Kulkarni
2022-03-14nvme-multipath: call bio_io_error in nvme_ns_head_submit_bioGuoqing Jiang
2022-03-14nvme-multipath: use vmalloc for ANA log bufferHannes Reinecke
2022-02-28nvme: check that EUI/GUID/UUID are globally uniqueChristoph Hellwig
2022-02-28nvme: check for duplicate identifiers earlierChristoph Hellwig
2022-02-28nvme: fix the check for duplicate unique identifiersChristoph Hellwig
2022-02-28nvme: cleanup __nvme_check_idsChristoph Hellwig
2022-02-28nvme: remove nssa from struct nvme_ctrlKeith Busch
2022-02-28nvme: explicitly set non-error for directivesKeith Busch
2022-02-28nvme: expose cntrltype and dctype through sysfsMartin Belanger
2022-02-28nvme: send uevent on connection upMartin Belanger
2022-02-28nvme: add vectored-io support for user-passthroughKanchan Joshi
2022-02-28nvme: add verbose error loggingAlan Adamson
2022-02-28nvme: add a helper to initialize connect_qChaitanya Kulkarni
2022-02-28nvme-rdma: add helpers for mapping/unmapping requestMax Gurtovoy
2022-02-28nvmet-tcp: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvmet-rdma: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg
2022-02-28nvmet: allow bdev in buffered_io modeChaitanya Kulkarni
2022-02-28nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni
2022-02-28nvme-fabrics: remove unnecessary braces for caseChaitanya Kulkarni
2022-02-28nvme-fabrics: use consistent zeroout patternChaitanya Kulkarni
2022-02-28nvme-fabrics: use unsigned int typeChaitanya Kulkarni
2022-02-28nvme-fabrics: use unsigned int typeChaitanya Kulkarni
2022-02-28nvme-core: remove unnecessary function parameterChaitanya Kulkarni
2022-02-28nvme-core: remove unnecessary semicolonChaitanya Kulkarni
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni
2022-01-27nvme-fabrics: remove the unneeded ret variable in nvmf_dev_showChangcheng Deng
2022-01-27nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-05nvme-pci: fix queue_rqs list splittingKeith Busch
2021-12-23nvme: add 'iopolicy' module parameterHannes Reinecke
2021-12-23nvme: drop unused variable ctrl in nvme_setup_cmdGeliang Tang