linux_dsm_epyc7002/drivers/nvme/host
Linus Torvalds ccf21b69a8 Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block
Pull block reservation support from Jens Axboe:
 "This adds support for persistent reservations, both at the core level,
  as well as for sd and NVMe"

[ Background from the docs: "Persistent Reservations allow restricting
  access to block devices to specific initiators in a shared storage
  setup.  All implementations are expected to ensure the reservations
  survive a power loss and cover all connections in a multi path
  environment" ]

* 'for-4.4/reservations' of git://git.kernel.dk/linux-block:
  NVMe: Precedence error in nvme_pr_clear()
  nvme: add missing endianess annotations in nvme_pr_command
  NVMe: Add persistent reservation ops
  sd: implement the Persistent Reservation API
  block: add an API for Persistent Reservations
  block: cleanup blkdev_ioctl
2015-11-04 21:01:27 -08:00
..
Kconfig
lightnvm.c nvme: lightnvm: clean up a data type 2015-11-03 16:01:38 -07:00
Makefile nvme: LightNVM support 2015-10-29 17:57:29 +09:00
nvme.h nvme: LightNVM support 2015-10-29 17:57:29 +09:00
pci.c Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block 2015-11-04 21:01:27 -08:00
scsi.c