This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f5d808567a51 Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/s [...] new 8e4c309f9f33 ata: sata_nv: Fix retrieving of active qcs new 8f9a2a196bc3 Merge tag 'libata-5.10-2020-10-30' of git://git.kernel.dk/ [...] new e08102d507f3 io_uring: remove opcode check on ltimeout kill new ac877d2edd09 io_uring: don't adjust LINK_HEAD in cancel ltimeout new cdfcc3ee0459 io_uring: always clear LINK_TIMEOUT after cancel new c9abd7ad832b io_uring: don't defer put of cancelled ltimeout new feaadc4fc2eb io_uring: don't miss setting IO_WQ_WORK_CONCURRENT new 9aaf354352f1 io_uring: simplify nxt propagation in io_queue_sqe new 0d63c148d6d9 io_uring: simplify __io_queue_sqe() new c8b5e2600a2c io_uring: use type appropriate io_kiocb handler for double poll new cf9446cc8e6d Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.d [...] new 52abfcbd57ee blk-cgroup: Fix memleak on error path new f255c19b3ab4 blk-cgroup: Pre-allocate tree node on blkg_conf_prep new 35bc10b2eafb null_blk: synchronization fix for zoned device new 4977d121bc9b block: advance iov_iter on bio_add_hw_page failure new b40813ddcd6b nbd: don't update block size after device is started new f9c9104288da null_blk: Fix zone reset all tracing new aa1c09cb65e2 null_blk: Fix locking in zoned mode new 7cb6e22ba011 xsysace: use platform_get_resource() and platform_get_irq_ [...] new 8685699c28d7 nvme: ignore zone validate errors on subsequent scans new 25c1ca6ecaba nvme-rdma: handle unexpected nvme completion data length new caf1cbe36775 nvme-fc: track error_recovery while connecting new 9c2bb2577d81 nvme-fc: remove err_work work item new 95ced8a2c72d nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery new ac9b820e713b nvme-fc: remove nvme_fc_terminate_io() new 3c3751f2daf6 nvmet: fix a NULL pointer dereference when tracing the flu [...] new 24bb45fddc09 Merge tag 'nvme-5.10-2020-10-29' of git://git.infradead.or [...] new 1f41be7d4e90 lib/scatterlist: use consistent sg_copy_buffer() return type new 65ff5cd04551 blk-mq: mark flush request as IDLE in flush_end_io() new 5fc6b075e165 Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/l [...]
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: block/bio.c | 11 +- block/blk-cgroup.c | 15 ++- block/blk-flush.c | 1 + drivers/ata/sata_nv.c | 2 +- drivers/block/nbd.c | 9 +- drivers/block/null_blk.h | 2 + drivers/block/null_blk_zoned.c | 123 +++++++++++++++---- drivers/block/xsysace.c | 49 ++++---- drivers/nvme/host/core.c | 2 +- drivers/nvme/host/fc.c | 270 +++++++++++++++++------------------------ drivers/nvme/host/rdma.c | 8 ++ drivers/nvme/target/core.c | 4 +- drivers/nvme/target/trace.h | 21 ++-- fs/io_uring.c | 108 ++++++----------- lib/scatterlist.c | 2 +- 15 files changed, 320 insertions(+), 307 deletions(-)