This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ff9c18e435b0 Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ce [...] new 55e565c42dce dm-integrity: fix a memory leak when rechecking the data new 6e7132ed3c07 dm snapshot: fix lockup in dm_exception_table_exit new b4d78cfeb304 dm-integrity: align the outgoing bio in integrity_recheck new 64f799ffb44b Merge tag 'for-6.9/dm-fixes' of git://git.kernel.org/pub/s [...] new 6f0974eccbf7 io_uring: don't save/restore iowait state new 0a3737db8479 io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry new cef59d1ea717 io_uring: clean rings on NO_MMAP alloc fail new 2c5c0ba1179d io_uring: simplify io_pages_free new 9219e4a9d4ad io_uring/kbuf: rename is_mapped new 67d1189d1095 io_uring: Fix release of pinned pages when __io_uaddr_map fails new 5e3afe580a9f io_uring: fix poll_remove stalled req completion new 30dab608c3cb io_uring/futex: always remove futex entry for cancel all new 2b35b8b43e07 io_uring/waitid: always remove waitid entry for cancel all new f3a640cca951 io_uring/net: ensure async prep handlers always initialize [...] new e21e1c45e1fe io_uring: clear opcode specific data for an early failure new 1251d2025c3e io_uring/sqpoll: early exit thread if task_context wasn't [...] new 19dba097071e Merge tag 'io_uring-6.9-20240322' of git://git.kernel.dk/linux new 50171b866773 floppy: remove duplicated code in redo_fd_request() new 34485c37ea93 nvme: change shutdown timeout setting message new 0889d13b9e1c nvmet-tcp: do not continue for invalid icreq new 1843671f86e9 nvme-apple: Convert to platform remove callback returning void new 8fc3b0f1f47b nvmet: add tracing of authentication commands new 2bc917430967 nvmet: add tracing of zns commands new de105068fead nvme: fix reconnection fail due to reserved tag allocation new dcad6f5f4303 nvme: use nvme_disk_is_ns_head helper new 8d539f755c31 nvme: parse zns command's zsa and zrasf to string new 6a0164f9f4a0 nvme: add tracing of reservation commands new 798edad968ac nvme: parse format command's lbafu when tracing new e89086c43f05 drivers/nvme: Add quirks for device 126f:2262 new ec58afb49e90 nvme-tcp: Export the nvme_tcp_wq to sysfs new 0c29f9fa46bb nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq new 1e1c4bd16e38 nvme: remove redundant BUILD_BUG_ON check new 910934da9444 nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flag new 07602678091c Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org [...] new e3111d9c3f72 Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linux
The 35 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/floppy.c | 1 - drivers/md/dm-integrity.c | 18 +++++--- drivers/md/dm-snap.c | 4 +- drivers/nvme/host/apple.c | 6 +-- drivers/nvme/host/core.c | 11 +++-- drivers/nvme/host/fabrics.h | 7 --- drivers/nvme/host/pci.c | 3 ++ drivers/nvme/host/pr.c | 3 +- drivers/nvme/host/sysfs.c | 3 +- drivers/nvme/host/tcp.c | 21 +++++++-- drivers/nvme/host/trace.c | 105 ++++++++++++++++++++++++++++++++++++++++++-- drivers/nvme/target/rdma.c | 8 ++-- drivers/nvme/target/tcp.c | 1 + drivers/nvme/target/trace.c | 98 +++++++++++++++++++++++++++++++++++++++++ io_uring/futex.c | 1 + io_uring/io_uring.c | 63 ++++++++++++++------------ io_uring/kbuf.c | 20 ++++----- io_uring/kbuf.h | 2 +- io_uring/net.c | 9 +++- io_uring/poll.c | 4 +- io_uring/rw.c | 2 + io_uring/sqpoll.c | 6 ++- io_uring/waitid.c | 7 +-- 23 files changed, 314 insertions(+), 89 deletions(-)