Hi Linus,
Here are a set of changes that should go into this release. This pull
request contains:
- Mandate timespec64 for the io_uring timeout ABI (Arnd)
- Set of NVMe changes via Sagi:
- controller removal race fix from Balbir
- quirk additions from Gabriel and Jian-Hong
- nvme-pci power state save fix from Mario
- Add 64bit user commands (for 64bit registers) from Marta
- nvme-rdma/nvme-tcp fixes from Max, Mark and Me
- Minor cleanups and nits from James, Dan and John
- Two s390 dasd fixes (Jan, Stefan)
- Have loop change block size in DIO mode (Martijn)
- paride pg header ifdef guard (Masahiro)
- Two blk-mq queue scheduler tweaks, fixing an ordering issue on zoned
devices and suboptimal performance on others (Ming)
Please pull!
git://git.kernel.dk/linux-block.git tags/for-linus-2019-10-03
----------------------------------------------------------------
Arnd Bergmann (1):
io_uring: use __kernel_timespec in timeout ABI
Balbir Singh (1):
nvme-pci: Fix a race in controller removal
Dan Carpenter (1):
nvme: fix an error code in nvme_init_subsystem()
Gabriel Craciunescu (1):
Added QUIRKs for ADATA XPG SX8200 Pro 512GB
James Smart (1):
nvme: Add ctrl attributes for queue_count and sqsize
Jan Höppner (1):
s390/dasd: Fix error handling during online processing
Jens Axboe (1):
Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linus
Jian-Hong Pan (1):
nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T
John Pittman (1):
nvmet: change ppl to lpp
Keith Busch (1):
nvme: Move ctrl sqsize to generic space
Mario Limonciello (1):
nvme-pci: Save PCI state before putting drive into deepest state
Marta Rybczynska (1):
nvme: allow 64-bit results in passthru commands
Martijn Coenen (1):
loop: change queue block size to match when using DIO
Masahiro Yamada (1):
block: pg: add header include guard
Max Gurtovoy (1):
nvme-rdma: Fix max_hw_sectors calculation
Ming Lei (2):
blk-mq: honor IO scheduler for multiqueue devices
blk-mq: apply normal plugging for HDD
Randy Dunlap (2):
block: sed-opal: fix sparse warning: obsolete array init.
block: sed-opal: fix sparse warning: convert __be64 data
Sagi Grimberg (2):
nvmet-tcp: remove superflous check on request sgl
nvme-rdma: fix possible use-after-free in connect timeout
Stefan Haberland (1):
Revert "s390/dasd: Add discard support for ESE volumes"
Wunderlich, Mark (1):
nvme-tcp: fix wrong stop condition in io_work
block/blk-mq.c | 12 +++-
block/sed-opal.c | 6 +-
drivers/block/loop.c | 10 +++
drivers/nvme/host/core.c | 132 ++++++++++++++++++++++++++++++++------
drivers/nvme/host/nvme.h | 2 +-
drivers/nvme/host/pci.c | 20 ++++--
drivers/nvme/host/rdma.c | 19 ++++--
drivers/nvme/host/tcp.c | 4 +-
drivers/nvme/target/io-cmd-bdev.c | 16 ++---
drivers/nvme/target/tcp.c | 12 ++--
drivers/s390/block/dasd_eckd.c | 81 ++++-------------------
fs/io_uring.c | 8 +--
include/uapi/linux/nvme_ioctl.h | 23 +++++++
include/uapi/linux/pg.h | 5 +-
14 files changed, 218 insertions(+), 132 deletions(-)
--
Jens Axboe