This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4356e9f841f7 work around gcc bugs with 'asm goto' with outputs new c39de951282d fs/ntfs3: Improve alternative boot processing new 22457c047ed9 fs/ntfs3: Modified fix directory element type detection new 6a799c928b78 fs/ntfs3: Improve ntfs_dir_count new 1918c10e137e fs/ntfs3: Correct hard links updating when dealing with DOS names new 85ba2a75faee fs/ntfs3: Print warning while fixing hard links count new 865e7a7700d9 fs/ntfs3: Reduce stack usage new a8b0c9fc3a2d fs/ntfs3: Fix multithreaded stress test new d155617006eb fs/ntfs3: Fix detected field-spanning write (size 8) of si [...] new a40b73f608e7 fs/ntfs3: Correct use bh_read new 4dea9cd52242 fs/ntfs3: Add file_modified new e50f9560b816 fs/ntfs3: Drop suid and sgid bits as a part of fpunch new 6c3684e70383 fs/ntfs3: Implement super_operations::shutdown new 97ec56d390a3 fs/ntfs3: ntfs3_forced_shutdown use int instead of bool new d6ca2d253900 fs/ntfs3: Add and fix comments new aaab47f204aa fs/ntfs3: Add NULL ptr dereference checking at the end of [...] new 652483bfbc45 fs/ntfs3: Fix c/mtime typo new 4cdfb6e7bc9c fs/ntfs3: Disable ATTR_LIST_ENTRY size check new ddb17dc880ee fs/ntfs3: Use kvfree to free memory allocated by kvmalloc new d6d33f03baa4 fs/ntfs3: use non-movable memory for ntfs3 MFT buffer cache new 5ca87d01eba7 fs/ntfs3: Prevent generic message "attempt to access beyon [...] new 4fd6c08a16d7 fs/ntfs3: Use i_size_read and i_size_write new 1b7dd28e14c4 fs/ntfs3: Correct function is_rst_area_valid new 652cfeb43d6b fs/ntfs3: Fixed overflow check in mi_enum_attr() new d68968440b1a fs/ntfs3: Update inode->i_size after success write into co [...] new b2dd7b953c25 fs/ntfs3: Fix an NULL dereference bug new 731ab1f98288 fs/ntfs3: Fix oob in ntfs_listxattr new 1f5fa4b3b85c fs/ntfs3: Add ioctl operation for directories (FITRIM) new 622cd3daa8ea fs/ntfs3: Slightly simplify ntfs_inode_printk() new a2343df3fb1e Merge tag 'ntfs3_for_6.8' of https://github.com/Paragon-So [...] new cd7d469c2570 libceph: fail sparse-read if the data length doesn't match new ee97302fbc0c libceph: rename read_sparse_msg_*() to read_partial_sparse [...] new 8e46a2d068c9 libceph: just wait for more data to be available on the socket new bbb20ea993f4 ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFT new cda4672da1c2 ceph: prevent use-after-free in encode_cap_msg() new 07045648c07c ceph: always check dir caps asynchronously new e1e3f530a17f Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ce [...] new 45be0882c5f9 smb3: add missing null server pointer check new 55c7788c3724 smb: client: set correct d_type for reparse points under D [...] new c6e02eefd6ac cifs: change tcon status when need_reconnect is set on it new a39c757bf059 cifs: handle cases where multiple sessions share connection new a5cc98eba259 smb3: clarify mount warning new ca00c700c521 Merge tag '6.8-rc3-smb3-client-fixes' of git://git.samba.o [...]
The 42 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/caps.c | 9 +- fs/ceph/inode.c | 2 + fs/ceph/mds_client.c | 9 +- fs/ceph/mds_client.h | 2 +- fs/ceph/super.h | 2 - fs/ntfs3/attrib.c | 45 +++++--- fs/ntfs3/attrlist.c | 12 +-- fs/ntfs3/bitmap.c | 4 +- fs/ntfs3/dir.c | 48 ++++++--- fs/ntfs3/file.c | 76 ++++++++++--- fs/ntfs3/frecord.c | 19 ++-- fs/ntfs3/fslog.c | 232 ++++++++++++++++++---------------------- fs/ntfs3/fsntfs.c | 29 ++++- fs/ntfs3/index.c | 8 +- fs/ntfs3/inode.c | 32 ++++-- fs/ntfs3/namei.c | 12 +++ fs/ntfs3/ntfs.h | 4 +- fs/ntfs3/ntfs_fs.h | 29 +++-- fs/ntfs3/record.c | 18 +++- fs/ntfs3/super.c | 54 ++++++---- fs/ntfs3/xattr.c | 6 ++ fs/smb/client/connect.c | 11 ++ fs/smb/client/dfs.c | 7 +- fs/smb/client/file.c | 3 + fs/smb/client/fs_context.c | 2 +- fs/smb/client/readdir.c | 15 +-- fs/smb/client/sess.c | 3 +- fs/smb/client/smb2pdu.c | 6 ++ include/linux/ceph/messenger.h | 2 +- include/linux/ceph/osd_client.h | 3 +- net/ceph/messenger_v1.c | 33 +++--- net/ceph/messenger_v2.c | 4 +- net/ceph/osd_client.c | 27 +++-- 33 files changed, 466 insertions(+), 302 deletions(-)