This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 87a132e73910 Merge tag 'mm-hotfixes-stable-2025-02-19-17-49' of git://g [...] new 66314e9a57a0 xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n new 6e33017c3276 xfs: fix data fork format filtering during inode repair new 9e00163c3167 xfs: do not check NEEDSREPAIR if ro,norecovery mount. new 9f0902091c33 xfs: Do not allow norecovery mount with quotacheck new 3cd6a8056f5a xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activate new 2d873efd174b xfs: flush inodegc before swapon new 770b7eec04c9 Merge tag 'xfs-fixes-6.14-rc4' of git://git.kernel.org/pub [...] new b9ddb3e1a8aa bcachefs: Fix fsck directory i_size checking new 4fd509c10f96 bcachefs: Fix bch2_indirect_extent_missing_error() new b04974f759ac bcachefs: Fix srcu lock warning in btree_update_nodes_written() new bf0e5ed0082e Merge tag 'bcachefs-2025-02-20' of git://evilpiepirate.org [...] new 654292a0b264 smb: client: fix chmod(2) regression with ATTR_READONLY new 7330195e6018 smb: client, common: Avoid multiple -Wflex-array-member-no [...] new 9df23801c83d smb311: failure to open files of length 1040 when mounting [...] new cad3fc0a4c8c cifs: Throw -EOPNOTSUPP error on unsupported reparse point [...] new b587fd128660 cifs: Treat unhandled directory name surrogate reparse poi [...] new e9a8cac0bf89 Merge tag 'v6.14-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: fs/bcachefs/btree_update_interior.c | 2 + fs/bcachefs/fsck.c | 78 +++++++++++++++---------------------- fs/bcachefs/reflink.c | 18 ++++----- fs/bcachefs/sb-downgrade.c | 2 +- fs/smb/client/cifsglob.h | 5 ++- fs/smb/client/inode.c | 17 +++++++- fs/smb/client/reparse.c | 5 +-- fs/smb/client/reparse.h | 28 ++++++++++--- fs/smb/client/smb2inode.c | 4 ++ fs/smb/client/smb2ops.c | 3 +- fs/smb/common/smb2pdu.h | 30 +++++++++----- fs/smb/common/smbfsctl.h | 3 ++ fs/xfs/scrub/common.h | 5 --- fs/xfs/scrub/inode_repair.c | 12 +++++- fs/xfs/scrub/repair.h | 11 +++++- fs/xfs/scrub/scrub.c | 12 ++++++ fs/xfs/xfs_aops.c | 41 +++++++++++++++++-- fs/xfs/xfs_qm_bhv.c | 55 ++++++++++++++++++-------- fs/xfs/xfs_super.c | 8 +++- 19 files changed, 227 insertions(+), 112 deletions(-)