From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Generic block reservation support
Date: Tue, 3 Nov 2015 17:20:35 -0700 [thread overview]
Message-ID: <20151104002035.GE13194@kernel.dk> (raw)
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
reply other threads:[~2015-11-04 0:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151104002035.GE13194@kernel.dk \
--to=axboe@fb.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox