Documentation: typo fixesFixed some spelling issues in documentations.Signed-off-by: Armin Mahdilou <[email protected]>Acked-by: Randy Dunlap <[email protected]>Signed-off-by: Jonath
Documentation: typo fixesFixed some spelling issues in documentations.Signed-off-by: Armin Mahdilou <[email protected]>Acked-by: Randy Dunlap <[email protected]>Signed-off-by: Jonathan Corbet <[email protected]>Link: https://lore.kernel.org/r/[email protected]
show more ...
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 <[email protected]>Reviewed-by: Christoph Hellwig <[email protected]>Acked-by: Bjorn Helgaas <[email protected]>Reviewed-by: Manivannan Sadhasivam <[email protected]>Signed-off-by: Keith Busch <[email protected]>
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 <[email protected]>Signed-off-by: Jonathan Corbet <[email protected]>Message-ID: <[email protected]>
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 <[email protected]>Signed-off-by: Keith Busch <[email protected]>Signed-off-by: Sagi Grimberg <[email protected]>Signed-off-by: Christoph Hellwig <[email protected]>Reviewed-by: Randy Dunlap <[email protected]>Acked-by: Jonathan Corbet <[email protected]>