lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 3 Nov 2015 17:20:35 -0700
From:	Jens Axboe <axboe@...com>
To:	<torvalds@...uxfoundation.org>
CC:	<linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Generic block reservation support

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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists