[PATCH v2 0/3] nvme: add ABI documentation for sysfs and configfs interfaces
Guixin Liu <[email protected]>
| Newsgroups | org.infradead.lists.linux-nvme |
|---|---|
| Message-ID | <[email protected]> |
This series adds ABI documentation for the NVMe host sysfs interfaces and the NVMe target configfs interfaces, and updates MAINTAINERS to route patches touching these files to the NVMe list. Each documented entry has been traced to its original introducing commit to provide accurate Date, KernelVersion, and Contact fields. v1->v2: - sysfs: group all TLS attributes together and reorganize the file by device class (controller, namespace, subsystem), keeping related attributes grouped within each class; split the combined passthru_err_log_enabled entry into controller and namespace entries. - configfs: group attributes by object type (ports, subsystems, hosts), merge dhchap_dhgroup into the DH-HMAC-CHAP host authentication entry, and split the combined ANA and PI-enable entries into separate port and subsystem entries. Guixin Liu (3): nvme: add ABI documentation for host sysfs interfaces nvmet: add ABI documentation for target configfs interfaces MAINTAINERS: add missing NVMe documentation files Documentation/ABI/testing/configfs-nvmet | 352 ++++++++++++++++++ Documentation/ABI/testing/sysfs-nvme | 450 ++++++++++++++++++++++- MAINTAINERS | 4 + 3 files changed, 796 insertions(+), 10 deletions(-) create mode 100644 Documentation/ABI/testing/configfs-nvmet -- 2.43.7