This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 54f71b0369c9 Merge tag 'rtc-6.10' of git://git.kernel.org/pub/scm/linux [...] new c91ecba9e421 ksmbd: avoid to send duplicate oplock break notifications new 405ee4097c4b ksmbd: ignore trailing slashes in share paths new 6c8b1a2dca0b Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba. [...] new cef359074cad fs/ntfs3: use kcalloc() instead of kzalloc() new 93b4d70f6a41 fs/ntfs3: remove atomic_open new 110b24eb1a74 fs/ntfs3: Taking DOS names into account during link counting new a8948b5450e7 fs/ntfs3: Remove max link count info display during driver init new b0a5ddee56a3 fs/ntfs3: Missed le32_to_cpu conversion new 1cd6c96219c4 fs/ntfs3: Check 'folio' pointer for NULL new e931f6b630ff fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow new 1997cdc3e727 fs/ntfs3: Use variable length array instead of fixed size new c935c6687886 fs/ntfs3: Redesign ntfs_create_inode to return error code [...] new 40bb3c590582 fs/ntfs3: Always make file nonresident on fallocate call new 24f6f5020b0b fs/ntfs3: Mark volume as dirty if xattr is broken new 05afeeebcac8 fs/ntfs3: Fix case when index is reused during tree transf [...] new 302e9dca8428 fs/ntfs3: Break dir enumeration if directory contents error new 89b61ca478dc Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-S [...] new 1d17de9534cb ceph: save cap_auths in MDS client when session is opened new 596afb0b8933 ceph: add ceph_mds_check_access() helper new ded678304037 ceph: check the cephx mds auth access for setattr new 845ae9d4926f ceph: check the cephx mds auth access for open new 2827badaf816 ceph: check the cephx mds auth access for async dirop new d8fc89815f67 ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bit new 93a2221c9c1a doc: ceph: update userspace command to get CephFS metadata new 74eca356f6d4 Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/c [...] new a9b5bb5c2222 ipmi: Convert from tasklet to BH workqueue new c5c76d800a64 char: ipmi: handle HAS_IOPORT dependencies new 2348918407a7 ipmi: bt-bmc: Convert to platform remove callback returning void new 26edd74f5d77 ipmi: ipmi_powernv: Convert to platform remove callback re [...] new f99a99657427 ipmi: ipmi_si_platform: Convert to platform remove callbac [...] new a69da5029931 ipmi: ipmi_ssif: Convert to platform remove callback retur [...] new c61090f4ef06 ipmi: kcs_bmc_aspeed: Convert to platform remove callback [...] new 999dff3c1393 ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback [...] new 56676c4c06f1 Merge tag 'for-linus-6.10-1' of https://github.com/cminyar [...]
The 34 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/ceph.rst | 15 +- drivers/char/ipmi/Makefile | 11 +- drivers/char/ipmi/bt-bmc.c | 5 +- drivers/char/ipmi/ipmi_msghandler.c | 29 ++-- drivers/char/ipmi/ipmi_powernv.c | 6 +- drivers/char/ipmi/ipmi_si_intf.c | 3 +- drivers/char/ipmi/ipmi_si_pci.c | 3 + drivers/char/ipmi/ipmi_si_platform.c | 6 +- drivers/char/ipmi/ipmi_ssif.c | 5 +- drivers/char/ipmi/kcs_bmc_aspeed.c | 6 +- drivers/char/ipmi/kcs_bmc_npcm7xx.c | 6 +- fs/ceph/dir.c | 28 ++++ fs/ceph/file.c | 66 ++++++++- fs/ceph/inode.c | 46 ++++-- fs/ceph/mds_client.c | 270 ++++++++++++++++++++++++++++++++++- fs/ceph/mds_client.h | 28 +++- fs/ntfs3/attrib.c | 32 +++++ fs/ntfs3/dir.c | 1 + fs/ntfs3/file.c | 9 ++ fs/ntfs3/frecord.c | 2 +- fs/ntfs3/fslog.c | 5 +- fs/ntfs3/index.c | 6 + fs/ntfs3/inode.c | 46 +++--- fs/ntfs3/namei.c | 121 ++-------------- fs/ntfs3/ntfs.h | 2 +- fs/ntfs3/ntfs_fs.h | 10 +- fs/ntfs3/record.c | 11 +- fs/ntfs3/super.c | 2 - fs/ntfs3/xattr.c | 5 +- fs/smb/server/mgmt/share_config.c | 6 +- fs/smb/server/oplock.c | 21 +-- 31 files changed, 585 insertions(+), 227 deletions(-)