This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4f6b6c2b2f86 Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.or [...] new 69562eb0bd3e fanotify: disallow mount/sb marks on kernel internal pseudo fs new 986ffe6070d6 Merge tag 'fsnotify_for_v6.5-rc2' of git://git.kernel.org/ [...] new 3c675ddffb17 ntfs: Fix panic about slab-out-of-bounds caused by ntfs_li [...] new f39244e2f21e fs/ntfs3: Use wrapper i_blocksize() in ntfs_zero_range() new fdec309c7672 fs/ntfs3: Enhance sanity check while generating attr_list new c9db0ff04649 fs/ntfs3: Return error for inconsistent extended attributes new 97498cd610c0 fs: ntfs3: Fix possible null-pointer dereferences in mi_read() new ea303f72d70c fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list() new 14f527d44de6 fs/ntfs3: Correct checking while generating attr_list new d6cd7cecfd5e fs/ntfs3: Fix ntfs_atomic_open new e0f363a98830 fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted new 6a4cd3ea7d77 fs/ntfs3: Alternative boot if primary boot is corrupted new f1d325b8c75e fs/ntfs3: Do not update primary boot in ntfs_init_from_boot() new f037776165b0 fs/ntfs3: Code formatting new a81f47c4406e fs/ntfs3: Code refactoring new 33e70701ed31 fs/ntfs3: Add ability to format new mft records with bigge [...] new d5ca77335846 fs/ntfs3: Fix endian problem new 7832e123490a fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /pr [...] new 44b4494d5c59 fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/ new 36b93aed9ec0 Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-So [...] new f7c2f4f6ce16 ceph: only send metrics when the MDS rank is ready new 8b0da5c549ae ceph: try to dump the msgs when decoding fails new d9d00f71ab5a ceph: voluntarily drop Xx caps for requests those touch pa [...] new 23ee27dce30e ceph: add a dedicated private data for netfs rreq new dc94bb8f271c ceph: fix blindly expanding the readahead windows new 2d12ad950b0c ceph: trigger to flush the buffer when making snapshot new ce72d4e0f179 ceph: issue a cap release immediately if no cap exists new 257e6172ab36 ceph: don't let check_caps skip sending responses for revoke msgs new 3290badd1bb8 Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ce [...]
The 29 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/ceph/addr.c | 85 ++++++++--- fs/ceph/caps.c | 55 ++++++-- fs/ceph/dir.c | 17 ++- fs/ceph/file.c | 3 +- fs/ceph/mds_client.c | 4 + fs/ceph/metric.c | 8 ++ fs/ceph/snap.c | 9 +- fs/ceph/super.h | 13 ++ fs/notify/fanotify/fanotify_user.c | 14 ++ fs/ntfs3/attrib.c | 2 +- fs/ntfs3/attrlist.c | 7 +- fs/ntfs3/bitmap.c | 10 +- fs/ntfs3/file.c | 6 +- fs/ntfs3/frecord.c | 58 ++++---- fs/ntfs3/fslog.c | 40 +++--- fs/ntfs3/fsntfs.c | 99 ++++++++++--- fs/ntfs3/index.c | 20 ++- fs/ntfs3/inode.c | 23 ++- fs/ntfs3/lznt.c | 6 +- fs/ntfs3/namei.c | 31 ++-- fs/ntfs3/ntfs.h | 117 +++++++++------- fs/ntfs3/ntfs_fs.h | 31 ++-- fs/ntfs3/record.c | 14 +- fs/ntfs3/run.c | 4 +- fs/ntfs3/super.c | 280 ++++++++++++++++++++++++++++++++----- fs/ntfs3/xattr.c | 20 +-- 26 files changed, 699 insertions(+), 277 deletions(-)