]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.13/block
authorJens Axboe <axboe@kernel.dk>
Wed, 13 Nov 2024 17:43:11 +0000 (10:43 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 13 Nov 2024 17:43:11 +0000 (10:43 -0700)
commit15da3dd3f5d22328654a690db1f9ed211aaecfd6
tree1b2406e4f436d8587ca64c4e38121043a096bd46
parent6975c1a486a40446b5bc77a89d9c520f8296fd08
parent50bee3857d081ab1b83f93c64cb5c10a4babe2d9
Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.13/block

Pull NVMe updates from Keith:

"nvme updates for Linux 6.13

 - Use uring_cmd helper (Pavel)
 - Host Memory Buffer allocation enhancements (Christoph)
 - Target persistent reservation support (Guixin)
 - Persistent reservation tracing (Guixen)
 - NVMe 2.1 specification support (Keith)
 - Rotational Meta Support (Matias, Wang, Keith)
 - Volatile cache detection enhancment (Guixen)"

* tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme: (22 commits)
  nvmet: add tracing of reservation commands
  nvme: parse reservation commands's action and rtype to string
  nvmet: report ns's vwc not present
  nvme: check ns's volatile write cache not present
  nvme: add rotational support
  nvme: use command set independent id ns if available
  nvmet: support for csi identify ns
  nvmet: implement rotational media information log
  nvmet: implement endurance groups
  nvmet: declare 2.1 version compliance
  nvmet: implement crto property
  nvmet: implement supported features log
  nvmet: implement supported log pages
  nvmet: implement active command set ns list
  nvmet: implement id ns for nvm command set
  nvmet: support reservation feature
  nvme: add reservation command's defines
  nvme-core: remove repeated wq flags
  nvmet: make nvmet_wq visible in sysfs
  nvme-pci: use dma_alloc_noncontigous if possible
  ...
drivers/nvme/host/core.c
drivers/nvme/host/ioctl.c