docs: nvme: fix grammar in nvme-pci-endpoint-target.rstNotable changes: - Use "an NVMe" instead of "a NVMe" throughout the document - Fix incorrect phrasing such as "will is discoverable" -> "is
docs: nvme: fix grammar in nvme-pci-endpoint-target.rstNotable changes: - Use "an NVMe" instead of "a NVMe" throughout the document - Fix incorrect phrasing such as "will is discoverable" -> "is discoverable" - Ensure consistent and proper article usage for clarity.Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>Reviewed-by: Randy Dunlap <rdunlap@infradead.org>Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>Signed-off-by: Christoph Hellwig <hch@lst.de>
show more ...
Documentation: typo fixesFixed some spelling issues in documentations.Signed-off-by: Armin Mahdilou <Armin.Mahdilou@gmail.com>Acked-by: Randy Dunlap <rdunlap@infradead.org>Signed-off-by: Jonath
Documentation: typo fixesFixed some spelling issues in documentations.Signed-off-by: Armin Mahdilou <Armin.Mahdilou@gmail.com>Acked-by: Randy Dunlap <rdunlap@infradead.org>Signed-off-by: Jonathan Corbet <corbet@lwn.net>Link: https://lore.kernel.org/r/20250210192754.30283-1-Armin.Mahdilou@gmail.com
Documentation: Document the NVMe PCI endpoint target driverAdd a documentation file(Documentation/nvme/nvme-pci-endpoint-target.rst) for the new NVMe PCIendpoint target driver. This provides an o
Documentation: Document the NVMe PCI endpoint target driverAdd a documentation file(Documentation/nvme/nvme-pci-endpoint-target.rst) for the new NVMe PCIendpoint target driver. This provides an overview of the driverrequirements, capabilities and limitations. A user guide describing howto setup a NVMe PCI endpoint device using this driver is also provided.This document is made accessible also from the PCI endpointdocumentation using a link. Furthermore, since the existing nvmedocumentation was not accessible from the top documentation index, anindex file is added to Documentation/nvme and this index listed as"NVMe Subsystem" in the "Storage interfaces" section of the subsystemAPI index.Signed-off-by: Damien Le Moal <dlemoal@kernel.org>Reviewed-by: Christoph Hellwig <hch@lst.de>Acked-by: Bjorn Helgaas <bhelgaas@google.com>Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>Signed-off-by: Keith Busch <kbusch@kernel.org>
Remove duplicate "and" in 'Linux NVMe docs.Remove duplicate occurrence of 'and' in'Linux NVMe Feature and Quirk Policy' title heading.tested: Not breaking anything.Signed-off-by: Shivam Chaudh
Remove duplicate "and" in 'Linux NVMe docs.Remove duplicate occurrence of 'and' in'Linux NVMe Feature and Quirk Policy' title heading.tested: Not breaking anything.Signed-off-by: Shivam Chaudhary <cvam0000@gmail.com>Signed-off-by: Jonathan Corbet <corbet@lwn.net>Message-ID: <20240910052737.30579-1-cvam0000@gmail.com>
docs, nvme: add a feature and quirk policy documentThis adds a document about what specification features are supported bythe Linux NVMe driver, and what qualifies for a quirk if an implementation
docs, nvme: add a feature and quirk policy documentThis adds a document about what specification features are supported bythe Linux NVMe driver, and what qualifies for a quirk if an implementationhas problems following the specification.Signed-off-by: Jens Axboe <axboe@kernel.dk>Signed-off-by: Keith Busch <kbusch@kernel.org>Signed-off-by: Sagi Grimberg <sagi@grimberg.me>Signed-off-by: Christoph Hellwig <hch@lst.de>Reviewed-by: Randy Dunlap <rdunlap@infradead.org>Acked-by: Jonathan Corbet <corbet@lwn.net>