This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3a0e92207940 Merge tag 'char-misc-6.8-rc3' of git://git.kernel.org/pub/ [...] new 82ef1a535657 xfs: reset XFS_ATTR_INCOMPLETE filter on node removal new 881f78f47255 xfs: remove conditional building of rt geometry validator [...] new fc86e5c9909b Merge tag 'xfs-6.8-fixes-2' of git://git.kernel.org/pub/sc [...] new ee36a3b345c4 cifs: make sure that channel scaling is done only once new e77e15fa5eb1 cifs: avoid redundant calls to disable multichannel new 88675b22d34e cifs: do not search for channel if server is terminating new 6aac002bcfd5 cifs: failure to add channel on iface should bump up weight new 11d4d1dba331 smb: client: increase number of PDUs allowed in a compound [...] new 9e28c7a23bac Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.o [...] new 55583e899a53 ext4: fix double-free of blocks due to wrong extents moved_len new 172202152a12 ext4: do not trim the group with corrupted block bitmap new c9b528c35795 ext4: regenerate buddy after block freeing failed if under [...] new 2331fd4a4986 ext4: avoid bb_free and bb_fragments inconsistency in mb_f [...] new 993bf0f4c393 ext4: avoid dividing by 0 in mb_update_avg_fragment_size() [...] new 4530b3660d39 ext4: avoid allocating blocks from corrupted group in ext4 [...] new 832698373a25 ext4: avoid allocating blocks from corrupted group in ext4 [...] new c5f3a3821de4 ext4: mark the group block bitmap as corrupted before repo [...] new 133de5a0d8f8 ext4: remove unused return value of __mb_check_buddy new 438a35e72d09 ext4: remove unused parameter ngroup in ext4_mb_choose_nex [...] new 11fd1a5d6423 ext4: remove unneeded return value of ext4_mb_release_context new 97c32dbffce1 ext4: remove unused ext4_allocation_context::ac_groups_considered new 908177175a2a ext4: remove unused return value of ext4_mb_release new 820c280896ea ext4: remove unused return value of ext4_mb_release_inode_pa new 20427949b9b5 ext4: remove unused return value of ext4_mb_release_group_pa new 2ffd2a6ad1d3 ext4: remove unnecessary parameter "needed" in ext4_discar [...] new f0e54b6087de ext4: remove 'needed' in trace_ext4_discard_preallocations new 3fcc2b887a1b ext4: refactor ext4_da_map_blocks() new acf795dc161f ext4: convert to exclusive lock while inserting delalloc extents new 6430dea07e85 ext4: correct the hole length returned by ext4_map_blocks() new 9f1118223aa0 ext4: add a hole extent entry in cache after punch new 874eaba96d39 ext4: make ext4_map_blocks() distinguish delalloc only extent new ec9d669eba4c ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type new 3f24fcdacd40 Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/ [...]
The 33 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/ext4/ext4.h | 8 ++- fs/ext4/extents.c | 124 ++++++++++++++++++++++++-------------- fs/ext4/file.c | 2 +- fs/ext4/indirect.c | 2 +- fs/ext4/inode.c | 90 ++++++++++------------------ fs/ext4/ioctl.c | 2 +- fs/ext4/mballoc.c | 140 ++++++++++++++++++++++++------------------- fs/ext4/mballoc.h | 1 - fs/ext4/move_extent.c | 10 ++-- fs/ext4/super.c | 2 +- fs/smb/client/cifsglob.h | 5 +- fs/smb/client/sess.c | 6 ++ fs/smb/client/smb2pdu.c | 24 ++++++-- fs/smb/client/transport.c | 4 +- fs/xfs/libxfs/xfs_attr.c | 6 +- fs/xfs/libxfs/xfs_rtbitmap.c | 14 ----- fs/xfs/libxfs/xfs_rtbitmap.h | 16 ----- fs/xfs/libxfs/xfs_sb.c | 14 +++++ fs/xfs/libxfs/xfs_sb.h | 2 + fs/xfs/libxfs/xfs_types.h | 12 ++++ fs/xfs/scrub/rtbitmap.c | 1 + fs/xfs/scrub/rtsummary.c | 1 + include/trace/events/ext4.h | 11 ++-- 23 files changed, 267 insertions(+), 230 deletions(-)