This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5e9ab267bec1 Merge tag 'pm-6.12-rc4' of git://git.kernel.org/pub/scm/li [...] new 0fb823f1cf34 xfs: fix integer overflow in xrep_bmap new c0adf8c3a9bf iomap: factor out a iomap_last_written_block helper new caf0ea451d97 iomap: remove iomap_file_buffered_write_punch_delalloc new b78495166264 iomap: move locking out of iomap_write_delalloc_release new 3c399374af28 xfs: factor out a xfs_file_write_zero_eof helper new acfbac776496 xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof new abd7d651ad2c xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lock new 8fe3b21efa07 xfs: support the COW fork in xfs_bmap_punch_delalloc_range new c29440ff66d6 xfs: share more code in xfs_buffered_write_iomap_begin new 7d6fe5c586e6 xfs: set IOMAP_F_SHARED for all COW fork allocations new f6f91d290c8b xfs: punch delalloc extents from the COW fork for COW writes new 568570fdf2b9 Merge tag 'xfs-6.12-fixes-4' of git://git.kernel.org/pub/s [...] new 19ebc1e6cab3 smb: client: fix possible double free in smb2_set_ea() new 1ab60323c520 smb: client: fix OOBs when building SMB2_IOCTL request new 3dfea293f427 smb/client: Fix logically dead code new 6aca91c416f6 cifs: Remove unused functions new b04ae0f45168 Merge tag 'v6.12-rc3-smb3-client-fixes' of git://git.samba [...]
The 17 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: Documentation/filesystems/iomap/operations.rst | 2 +- fs/iomap/buffered-io.c | 111 ++++++------------- fs/smb/client/cifsproto.h | 9 -- fs/smb/client/compress.c | 4 - fs/smb/client/connect.c | 12 -- fs/smb/client/sess.c | 32 ------ fs/smb/client/smb2ops.c | 3 +- fs/smb/client/smb2pdu.c | 9 ++ fs/xfs/scrub/bmap_repair.c | 2 +- fs/xfs/xfs_aops.c | 4 +- fs/xfs/xfs_bmap_util.c | 10 +- fs/xfs/xfs_bmap_util.h | 2 +- fs/xfs/xfs_file.c | 146 +++++++++++++++---------- fs/xfs/xfs_iomap.c | 67 ++++++++---- include/linux/iomap.h | 20 +++- 15 files changed, 210 insertions(+), 223 deletions(-)