This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6116dea80dfd Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/l [...] new c69cb1d17b62 dm zoned: fix uninitialized pointer dereference new 7b2377486767 dm zoned: assign max_io_len correctly new 39495b12ef1c dm writecache: correct uncommitted_block when discarding u [...] new a143e172b66d dm writecache: skip writecache_wait when using pmem mode new da8996250a7c dm ioctl: use struct_size() helper in retrieve_deps() new e0034433a7e4 docs: device-mapper: add dm-ebs.rst to an index file new b38c0ad57f8e dm zoned: Fix metadata zone size check new 415c79e13b17 dm: update original bio sector on Zone Append new 3ee39573e567 dm zoned: Fix random zone reclaim selection new f2cd9a5e85dc dm zoned: Fix reclaim zone selection new d35bd764e689 dm writecache: add cond_resched to loop in persistent_memo [...] new 5e8eed279f28 Merge tag 'for-5.8/dm-fixes' of git://git.kernel.org/pub/s [...] new 0b8eb629a700 block: release bip in a right way in error path new 4fea243ebce4 nvme: set initial value for controller's numa node new 635333e400e2 nvme-pci: override the value of the controller's numa node new d4ec47f12053 nvme-pci: initialize tagset numa value to the value of the ctrl new 610c823510f7 nvme-tcp: initialize tagset numa value to the value of the ctrl new 1b4ad7a50ab0 nvme-loop: initialize tagset numa value to the value of the ctrl new 032a9966a22a nvme-rdma: assign completion vector correctly new 3b4b19721ec6 nvme: fix possible deadlock when I/O is blocked new 489dd102a2c7 nvme-multipath: fix deadlock between ana_work and scan_work new e164471dcf19 nvme: don't protect ns mutation with ns->head->lock new d8a22f85609f nvme-multipath: fix deadlock due to head->lock new c31244669f57 nvme-multipath: fix bogus request queue reference put new 1b52671d79c4 Merge branch 'nvme-5.8' of git://git.infradead.org/nvme in [...] new 9b8d02079643 Merge tag 'block-5.8-2020-06-26' of git://git.kernel.dk/li [...] new b772f07add1c io_uring: fix io_sq_thread no schedule when busy new cd664b0e35cb io_uring: fix hanging iopoll in case of -EAGAIN new d60b5fbc1ce8 io_uring: fix current->mm NULL dereference on exit new ab0f2473d374 Merge tag 'io_uring-5.8-2020-06-26' of git://git.kernel.dk [...]
The 30 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/device-mapper/index.rst | 1 + block/bio-integrity.c | 23 +++++++----- drivers/md/dm-ioctl.c | 2 +- drivers/md/dm-writecache.c | 10 ++++- drivers/md/dm-zoned-metadata.c | 42 +++++++++++++++------ drivers/md/dm-zoned-reclaim.c | 4 +- drivers/md/dm-zoned-target.c | 2 +- drivers/md/dm.c | 13 +++++++ drivers/nvme/host/core.c | 2 +- drivers/nvme/host/multipath.c | 46 ++++++++++++++--------- drivers/nvme/host/nvme.h | 2 + drivers/nvme/host/pci.c | 6 ++- drivers/nvme/host/rdma.c | 2 +- drivers/nvme/host/tcp.c | 4 +- drivers/nvme/target/loop.c | 4 +- fs/io_uring.c | 22 ++++++----- 16 files changed, 124 insertions(+), 61 deletions(-)