This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from eea6e4b4dfb8 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new dadf03cfd4ea io_uring/cmd: rename struct uring_cache to io_uring_cmd_data new 3347fa658a1b io_uring/cmd: add per-op data to struct io_uring_cmd_data new b0af20d33f63 io_uring: add io_uring_cmd_get_async_data helper new c21b89d495ba btrfs: don't read from userspace twice in btrfs_uring_enco [...] new 6aecd91a5c5b btrfs: avoid NULL pointer dereference if no valid extent tree new 7467bc5959bf btrfs: zoned: calculate max_extent_size properly on non-zo [...] new 0ee4736c003d btrfs: zlib: fix avail_in bytes for s390 zlib HW compression path new 643e2e259c2b Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/s [...]
The 8 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: fs/btrfs/ioctl.c | 122 +++++++++++++++++++++++-------------------- fs/btrfs/scrub.c | 4 ++ fs/btrfs/zlib.c | 4 +- fs/btrfs/zoned.c | 5 +- include/linux/io_uring/cmd.h | 10 ++++ io_uring/io_uring.c | 2 +- io_uring/opdef.c | 3 +- io_uring/uring_cmd.c | 23 +++++--- io_uring/uring_cmd.h | 4 -- 9 files changed, 103 insertions(+), 74 deletions(-)