Hi Linus,

Last topic branch for now, this is support at the block level for
persistent reservations. This branch adds support at the core, as well
as for sd and NVMe.

Please pull!


  git://git.kernel.dk/linux-block.git for-4.4/reservations


----------------------------------------------------------------
Christoph Hellwig (4):
      block: cleanup blkdev_ioctl
      block: add an API for Persistent Reservations
      sd: implement the Persistent Reservation API
      nvme: add missing endianess annotations in nvme_pr_command

Dan Carpenter (1):
      NVMe: Precedence error in nvme_pr_clear()

Keith Busch (1):
      NVMe: Add persistent reservation ops

 Documentation/block/pr.txt | 119 ++++++++++++++++
 block/ioctl.c              | 330 +++++++++++++++++++++++++++++++--------------
 drivers/nvme/host/pci.c    |  95 +++++++++++++
 drivers/scsi/sd.c          |  96 +++++++++++++
 include/linux/blkdev.h     |   2 +
 include/linux/pr.h         |  18 +++
 include/uapi/linux/pr.h    |  48 +++++++
 7 files changed, 608 insertions(+), 100 deletions(-)
 create mode 100644 Documentation/block/pr.txt
 create mode 100644 include/linux/pr.h
 create mode 100644 include/uapi/linux/pr.h

-- 
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to