-
- Downloads
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
No related branches found
No related tags found
Showing
- Documentation/block/pr.txt 119 additions, 0 deletionsDocumentation/block/pr.txt
- block/ioctl.c 230 additions, 100 deletionsblock/ioctl.c
- drivers/nvme/host/pci.c 95 additions, 0 deletionsdrivers/nvme/host/pci.c
- drivers/scsi/sd.c 96 additions, 0 deletionsdrivers/scsi/sd.c
- include/linux/blkdev.h 2 additions, 0 deletionsinclude/linux/blkdev.h
- include/linux/pr.h 18 additions, 0 deletionsinclude/linux/pr.h
- include/uapi/linux/pr.h 48 additions, 0 deletionsinclude/uapi/linux/pr.h
Loading
Please register or sign in to comment