This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 610347effc2e Merge tag 'Wstringop-overflow-for-6.8-rc2' of git://git.ke [...] new b271fee9a41c btrfs: zoned: factor out prepare_allocation_zoned() new 02444f2ac26e btrfs: zoned: optimize hint byte for zoned allocator new 6ff09b6b8c2f btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() new f03e274a8b29 btrfs: ref-verify: free ref cache before clearing mount opt new d967c914a633 btrfs: fix unbalanced unlock of mapping_tree_lock new b18f3b60b35a btrfs: zoned: fix lock ordering in btrfs_zone_activate() new 7081929ab257 btrfs: don't abort filesystem when attempting to snapshot [...] new 3324d0547861 btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapsh [...] new 173431b274a9 btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_ [...] new 2c25716dcc25 btrfs: zlib: fix and simplify the inline extent decompression new 6a69631ec9b1 btrfs: lzo: fix and simplify the inline extent decompression new 1e7f6def8b23 btrfs: zstd: fix and simplify the inline extent decompression new f398e70dd69e btrfs: tree-checker: fix inline ref size in error messages new a208b3f132b4 btrfs: don't warn if discard range is not aligned to sector new 2018ef1d9ac3 btrfs: use the original mount's mount options for the lega [...] new 1e61b8c672ab btrfs: don't unconditionally call folio_start_writeback in [...] new f546c4282673 btrfs: scrub: avoid use-after-free when chunk length is no [...] new 7f2d219e78e9 btrfs: scrub: limit RST scrub to chunk boundary new 5d9248eed480 Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/sc [...]
The 19 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/compression.c | 23 +++++++++----- fs/btrfs/compression.h | 6 ++-- fs/btrfs/extent-tree.c | 53 +++++++++++++++++++++++--------- fs/btrfs/inode.c | 22 ++++++++------ fs/btrfs/ioctl.c | 7 +++++ fs/btrfs/lzo.c | 34 ++++++--------------- fs/btrfs/ref-verify.c | 6 ++-- fs/btrfs/scrub.c | 36 +++++++++++++++++----- fs/btrfs/send.c | 4 +-- fs/btrfs/subpage.c | 3 +- fs/btrfs/super.c | 8 +++++ fs/btrfs/tree-checker.c | 2 +- fs/btrfs/volumes.c | 2 -- fs/btrfs/zlib.c | 73 ++++++++++++-------------------------------- fs/btrfs/zoned.c | 8 ++--- fs/btrfs/zstd.c | 75 ++++++++++++++-------------------------------- include/uapi/linux/btrfs.h | 3 ++ 17 files changed, 179 insertions(+), 186 deletions(-)