mbox series

[0/3,v2] nvme: add rotational support

Message ID 20241010123951.1226105-1-m@bjorling.me (mailing list archive)
Headers show
Series nvme: add rotational support | expand

Message

Matias Bjørling Oct. 10, 2024, 12:39 p.m. UTC
From: Matias Bjørling <matias.bjorling@wdc.com>

Enable support for NVMe devices that identifies as rotational.

Changes since v1:

 - Removed random entropy addition.
 - Replaced the nvme rotational patch with the work of Wang Yugui.
 - Included Keith's nvmet test code.

Note: Please expect delay on v3 as I'll be out next week.

Keith Busch (1):
  nvmet: add rotational support

Matias Bjørling (1):
  nvme: make independent ns identify default

Wang Yugui (1):
  nvme: add rotational support

 drivers/nvme/host/core.c        | 13 +++++++++----
 drivers/nvme/host/nvme.h        |  1 +
 drivers/nvme/target/admin-cmd.c | 32 ++++++++++++++++++++++++++++++++
 include/linux/nvme.h            |  1 +
 4 files changed, 43 insertions(+), 4 deletions(-)