* [GIT PULL] Generic block reservation support
@ 2015-11-04 0:20 Jens Axboe
0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2015-11-04 0:20 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-11-04 0:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04 0:20 [GIT PULL] Generic block reservation support Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox