This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from af6e7de0c7d1 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] new 3dd1680d1418 io-wq: cancel request if it's asking for files and we don' [...] new fdaf083cdfb5 io_uring: properly handle SQPOLL request cancelations new 4b70cf9dea4c io_uring: ensure consistent view of original task ->mm fro [...] new cb8a8ae31074 io_uring: drop req/tctx io_identity separately new 99b328084f6a io_uring: fix overflowed cancel w/ linked ->files new ef9865a44228 io_uring: don't forget to task-cancel drained reqs new 6b47ab81c9a9 io_uring: use correct pointer for io_uring_show_cred() new 9a472ef7a369 io_uring: fix link lookup racing with link timeout new e9c02d68cc26 Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.d [...] new 38210800bf66 Revert "nvme-pci: remove last_sq_tail" new 04800fbff476 nvme: introduce nvme_sync_io_queues new 3017013dcc82 nvme-rdma: avoid race between time out and tear down new d6f66210f4b1 nvme-tcp: avoid race between time out and tear down new fdf58e02adec nvme-rdma: avoid repeated request completion new 0a8a2c85b835 nvme-tcp: avoid repeated request completion new 7ae7a8de0542 Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.or [...] new e1777d099728 null_blk: Fix scheduling in atomic with zoned mode new 4429f14aeea9 Merge tag 'block-5.10-2020-11-07' of git://git.kernel.dk/l [...]
The 18 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: drivers/block/null_blk.h | 2 +- drivers/block/null_blk_zoned.c | 47 +++++++---- drivers/nvme/host/core.c | 8 +- drivers/nvme/host/nvme.h | 1 + drivers/nvme/host/pci.c | 23 +++++- drivers/nvme/host/rdma.c | 14 +--- drivers/nvme/host/tcp.c | 16 +--- fs/io-wq.c | 4 + fs/io_uring.c | 183 ++++++++++++++++++++++++++++++----------- include/linux/io_uring.h | 3 +- 10 files changed, 207 insertions(+), 94 deletions(-)