index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
sysfs.c
Age
Commit message (
Expand
)
Author
2026-06-10
nvme: make some sysfs diagnostic structures static
John Garry
2026-06-04
nvme: export controller reconnect event count via sysfs
Nilay Shroff
2026-06-04
nvme: export controller reset event count via sysfs
Nilay Shroff
2026-06-04
nvme: export I/O failure count when no path is available via sysfs
Nilay Shroff
2026-06-04
nvme: export I/O requeue count when no path is usable via sysfs
Nilay Shroff
2026-06-04
nvme: export command error counters via sysfs
Nilay Shroff
2026-06-04
nvme: export multipath failover count via sysfs
Nilay Shroff
2026-06-04
nvme: export command retry count via sysfs
Nilay Shroff
2026-06-04
nvme: add diag attribute group under sysfs
Nilay Shroff
2026-05-27
nvme: use DEFINE_SIMPLE_SYSFS_GROUP_VISIBLE for multipath_sysfs
John Garry
2026-05-20
nvme: add sysfs attribute to change IO timeout per controller
Maurizio Lombardi
2026-05-20
nvme: add sysfs attribute to change admin timeout per nvme controller
Maurizio Lombardi
2026-04-16
nvme: expose TLS mode
Daniel Wagner
2026-03-27
nvme: Allow reauth from sysfs
Alistair Francis
2026-03-27
nvme: Expose the tls_configured sysfs for secure concat connections
Alistair Francis
2026-03-27
nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()
Eric Biggers
2026-01-13
nvme: expose active quirks in sysfs
Maurizio Lombardi
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-21
nvme: avoid creating multipath sysfs group under namespace path devices
Nilay Shroff
2025-05-20
nvme-multipath: introduce delayed removal of the multipath head node
Nilay Shroff
2025-03-20
nvme-multipath: Add visibility for queue-depth io-policy
Nilay Shroff
2025-03-20
nvme-multipath: Add visibility for numa io-policy
Nilay Shroff
2025-03-20
nvme-multipath: Add visibility for round-robin io-policy
Nilay Shroff
2025-03-20
nvme-tcp: request secure channel concatenation
Hannes Reinecke
2025-01-31
nvme: make nvme_tls_attrs_group static
Keith Busch
2024-09-24
nvme: null terminate nvme_tls_attrs
Shin'ichiro Kawasaki
2024-08-22
nvme-sysfs: add 'tls_keyring' attribute
Hannes Reinecke
2024-08-22
nvme-sysfs: add 'tls_configured_key' sysfs attribute
Hannes Reinecke
2024-08-22
nvme: split off TLS sysfs attributes into a separate group
Hannes Reinecke
2024-08-22
nvme: add a newline to the 'tls_key' sysfs attribute
Hannes Reinecke
2024-08-22
nvme-tcp: sanitize TLS key handling
Hannes Reinecke
2024-07-15
nvme: remove redundant bdev local variable
Israel Rukshin
2024-03-21
Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9
Jens Axboe
2024-03-14
nvme: use nvme_disk_is_ns_head helper
Guixin Liu
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-06
nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()
Shin'ichiro Kawasaki
2024-02-07
nvme: move passthrough logging attribute to head
Keith Busch
2024-02-01
nvme: allow passthru cmd error logging
Alan Adamson
2024-01-29
nvme: use ctrl state accessor
Keith Busch
2024-01-05
nvme: introduce nvme_disk_is_ns_head helper
Guixin Liu
2023-12-19
nvme: add csi, ms and nuse to sysfs
Daniel Wagner
2023-12-19
nvme: rename ns attribute group
Daniel Wagner
2023-10-12
nvme: rework NVME_AUTH Kconfig selection
Hannes Reinecke
2023-10-11
nvme-tcp: enable TLS handshake upcall
Hannes Reinecke
2023-07-12
nvme: warn only once for legacy uuid attribute
Keith Busch
2023-06-16
nvme: forward port sysfs delete fix
Keith Busch
2023-06-12
nvme: move sysfs code to a dedicated sysfs.c file
Max Gurtovoy