This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 20fbb11fe4ea don't make the syscall checking produce errors from warnings new 94ffb0a28287 io-wq: fix race between adding work and activating a free worker new 7b3188e7ed54 io_uring: IORING_OP_WRITE needs hash_reg_file set new 7db304375e11 io_uring: retry in case of short read on block device new 08bdbd39b584 io-wq: ensure that hash wait lock is IRQ disabling new c6d3d9cbd659 io_uring: fix queueing half-created requests new b8ce1b9d25cc io_uring: don't submit half-prepared drain request new 0242f6426ea7 io-wq: fix queue stalling race new f95dc207b93d io-wq: split bounded and unbounded work into separate lists new 15e20db2e0ce io-wq: only exit on fatal signals new 05c5f4ee4da7 io-wq: get rid of FIXED worker flag new 3146cba99aa2 io-wq: make worker creation resilient against signals new fa84693b3c89 io_uring: ensure IORING_REGISTER_IOWQ_MAX_WORKERS works wi [...] new 636378535afb io_uring: don't disable kiocb_done() CQE batching new 8d4ad41e3e8e io_uring: prolong tctx_task_work() with flushing new 31efe48eb5dc io_uring: fix possible poll event lost in multi shot mode new 2fc2a7a62eb5 io_uring: io_uring_complete() trace should take an integer new 60f8fbaa9544 Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kern [...] new 8a6430ab9c9c libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDs new 7a8526a5cd51 libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and [...] new eebb4159a2bf Merge tag 'libata-5.15-2021-09-05' of git://git.kernel.dk/ [...] new 55d1308bdff7 cdrom: update uniform CD-ROM maintainership in MAINTAINERS file new 03085b3d5a45 Merge tag 'misc-5.15-2021-09-05' of git://git.kernel.dk/li [...] new 55a51ea14094 block/mq-deadline: Move dd_queued() to fix defined but not [...] new 2d52c58b9c9b block, bfq: honor already-setup queue merges new 0ef47db1cb64 bio: fix kerneldoc documentation for bio_alloc_kiocb() new 1c500ad70638 loop: reduce the loop_ctl_mutex scope new 1dbe7e386f50 Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/l [...]
The 27 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: MAINTAINERS | 3 +- block/bfq-iosched.c | 16 +- block/bio.c | 2 +- block/mq-deadline.c | 12 +- drivers/ata/libata-core.c | 34 ++++ drivers/block/loop.c | 75 ++++--- drivers/block/loop.h | 1 + fs/io-wq.c | 424 ++++++++++++++++++++++++---------------- fs/io_uring.c | 76 ++++++- include/linux/libata.h | 1 + include/trace/events/io_uring.h | 6 +- 11 files changed, 429 insertions(+), 221 deletions(-)