This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 274295c6e53f Merge tag 'for-5.19/dm-fixes-3' of git://git.kernel.org/pu [...] new 27cfa258951a ext2: fix fs corruption when trying to remove a non-empty [...] new 4bca7e80b645 init: Initialize noop_backing_dev_info early new 5c0cd3d4a976 Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/s [...] new 97da4a537924 io_uring: fix index calculation new c6e9fa5c0ab8 io_uring: fix types in provided buffer ring new f9437ac0f851 io_uring: limit size of provided buffer ring new b0380bf6dad4 io_uring: fix races with file table unregister new d11d31fc5d8a io_uring: fix races with buffer table unregister new 05b538c1765f io_uring: fix not locked access to fixed buf table new e71d7c56dd69 io_uring: openclose: fix bug of closing wrong fixed file new 42db0c00e275 io_uring: kbuf: fix bug of not consuming ring buffer in pa [...] new fc9375e3f763 io_uring: fix double unlock for pbuf select new feaf625e7055 Merge branch 'io_uring/io_uring-5.19' of https://github.co [...] new 8899ce4b2f73 Revert "io_uring: support CQE32 for nop operation" new aa165d6d2bb5 Revert "io_uring: add buffer selection support to IORING_OP_NOP" new d884b6498d2f io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOT new 91ef75a7db0d io_uring: get rid of __io_fill_cqe{32}_req() new f43de1f88841 io_uring: unite fill_cqe and the 32B version new 29ede2014c87 io_uring: fill extra big cqe fields from req new 2caf9822f050 io_uring: fix ->extra{1,2} misuse new cd94903d3ba5 io_uring: remove __io_fill_cqe() helper new c5595975b53a io_uring: make io_fill_cqe_aux honour CQE32 new a76c0b31eef5 io_uring: commit non-pollable provided mapped buffers upfront new 32fc810b364f io_uring: do not use prio task_work_add in uring_cmd new 6436c770f120 io_uring: recycle provided buffer if we punt to io-wq new f8e174c3071d Merge tag 'io_uring-5.19-2022-06-16' of git://git.kernel.d [...] new 1fc766b5c084 nvme: add device name to warning in uuid_show() new 2f0dad1719cb nvme: add bug report info for global duplicate id new 4641a8e6e145 nvme-pci: add trouble shooting steps for timeouts new 3765fad50896 nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50 new 2cf7a77ed5f8 nvme-pci: phison e12 has bogus namespace ids new c98a879312ca nvme-pci: smi has bogus namespace ids new c4f01a776b28 nvme-pci: sk hynix p31 has bogus namespace ids new 6b961bce50e4 nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDs new 43047e082b90 nvme-pci: disable write zeros support on UMIC and Samsung SSDs new 2396e958c816 Merge tag 'nvme-5.19-2022-06-15' of git://git.infradead.or [...] new d0a180341fe0 Revert "md: don't unregister sync_thread with reconfig_mut [...] new f34fdcd4a0e7 md/raid5-ppl: Fix argument order in bio_alloc_bioset() new 04cb45b49567 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/ [...] new 14dc7a18abbe block: Fix handling of offline queues in blk_mq_alloc_requ [...] new 5fd7a84a09e6 blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_ [...] new 4d337cebcb1c blk-mq: avoid to touch q->elevator without any protection new 6cfeadbff3f8 blk-mq: don't clear flush_rq from tags->rqs[] new b96f3cab5965 block/bfq: Enable I/O statistics new 462abc9de7a1 Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/l [...]
The 45 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/bfq-iosched.c | 6 + block/blk-mq-sched.c | 1 + block/blk-mq.c | 29 ++-- block/kyber-iosched.c | 3 +- block/mq-deadline.c | 3 + drivers/base/init.c | 2 + drivers/md/dm-raid.c | 2 +- drivers/md/md.c | 14 +- drivers/md/md.h | 2 +- drivers/md/raid5-ppl.c | 4 +- drivers/nvme/host/core.c | 5 +- drivers/nvme/host/nvme.h | 28 ++++ drivers/nvme/host/pci.c | 43 +++++- fs/ext2/dir.c | 9 +- fs/io_uring.c | 347 +++++++++++++++++------------------------- include/linux/backing-dev.h | 2 + include/linux/blkdev.h | 4 +- include/uapi/linux/io_uring.h | 6 - mm/backing-dev.c | 11 +- 19 files changed, 257 insertions(+), 264 deletions(-)