This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 917167ed1211 Merge tag 'xtensa-20251010' of https://github.com/jcmvbkbc [...] new e7933f5b019c smb: client: Reduce the scopes for a few variables in two [...] new 61da08ecb552 smb: client: Use common code in cifs_lookup() new 0a98b40b8fe1 smb: client: Return a status code only as a constant in ci [...] new e2080b70c585 smb: client: Improve unlocking of a mutex in cifs_get_swn_reg() new ce47f7498598 smb: client: Use common code in cifs_do_create() new 4468490251c0 smb: client: Return directly after a failed genlmsg_new() [...] new 1643cd51ba97 smb: client: Omit an if branch in smb2_find_smb_tcon() new 68d2e2ca1cba smb: client: batch SRV_COPYCHUNK entries to cut round trips new 0cc380d0e1d3 cifs: Fix copy_to_iter return value check new 110fee6b9bb5 smb: client: fix missing timestamp updates with O_TRUNC new 57ce9f7793b7 smb: client: fix missing timestamp updates after ftruncate(2) new b95cd1bdf5aa smb: client: fix missing timestamp updates after utime(2) new dba9f997c9d9 smb: client: fix race with fallocate(2) and AIO+DIO new be3898a395f8 smb: client: remove redudant assignment in cifs_strict_fsync() new 7ae6152b7831 smb: client: remove cfids_invalidation_worker new 057ac50638bc cifs: Query EA $LXMOD in cifs_query_path_info() for WSL re [...] new 88cae132dc05 cifs: Allow fallback code in smb_set_file_info() also for [...] new 92210ccd877b cifs: Add fallback code path for cifs_mkdir_setinfo() new fa9fe8715055 cifs: Add comments for DeletePending assignments in open f [...] new b30c32c784bf cifs: update internal version number new 91b436fc925c Merge tag 'v6.18-rc-part2-smb-client-fixes' of git://git.s [...] new 27c0a7b05d13 libceph: Use HMAC-SHA256 library instead of crypto_shash new fa073039466f ceph: make ceph_start_io_*() killable new b7ed1e29cfe7 ceph: add checking of wait_for_completion_killable() return value new 1ed4471a4ee6 ceph: fix wrong sizeof argument issue in register_session() new 5b2d1377d6cc ceph: fix overflowed constant issue in ceph_do_objects_copy() new 5824ccba9a39 ceph: fix potential race condition in ceph_ioctl_lazyio() new 53db6f25ee47 ceph: refactor wake_up_bit() pattern of calling new fbeafe782bd9 ceph: fix potential race condition on operations with CEPH [...] new 59699a5a7114 libceph: make ceph_con_get_out_msg() return the message pointer new 7399212dcf64 libceph: pass the message pointer instead of loading con->out_msg new 6140f1d43ba9 libceph: add empty check to ceph_con_get_out_msg() new 98a2850de49c ceph: fix potential NULL dereference issue in ceph_fill_trace() new c66120c84295 ceph: cleanup in ceph_alloc_readdir_reply_buffer() new 22c73d52a6d0 ceph: fix multifs mds auth caps issue new d74d6c0e9895 ceph: add bug tracking system info to MAINTAINERS new 8bd9238e511d Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/c [...]
The 37 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: MAINTAINERS | 3 + fs/ceph/dir.c | 3 +- fs/ceph/file.c | 30 ++-- fs/ceph/inode.c | 11 ++ fs/ceph/io.c | 100 +++++++++--- fs/ceph/io.h | 8 +- fs/ceph/ioctl.c | 17 ++- fs/ceph/locks.c | 5 +- fs/ceph/mds_client.c | 22 ++- fs/ceph/mdsmap.c | 14 +- fs/ceph/super.c | 14 -- fs/ceph/super.h | 17 ++- fs/smb/client/cached_dir.c | 37 ++--- fs/smb/client/cached_dir.h | 1 - fs/smb/client/cifs_spnego.c | 12 +- fs/smb/client/cifs_swn.c | 20 +-- fs/smb/client/cifsfs.c | 22 ++- fs/smb/client/cifsfs.h | 4 +- fs/smb/client/cifsglob.h | 5 + fs/smb/client/cifssmb.c | 4 +- fs/smb/client/dir.c | 38 ++--- fs/smb/client/file.c | 105 +++++++++---- fs/smb/client/inode.c | 151 ++++++++++--------- fs/smb/client/smb1ops.c | 69 ++++++++- fs/smb/client/smb2inode.c | 24 +-- fs/smb/client/smb2ops.c | 334 +++++++++++++++++++++++++---------------- fs/smb/client/smb2pdu.c | 2 +- fs/smb/client/smb2pdu.h | 16 +- fs/smb/client/smb2transport.c | 5 - fs/smb/client/trace.h | 2 +- include/linux/ceph/messenger.h | 10 +- net/ceph/Kconfig | 3 +- net/ceph/messenger.c | 12 +- net/ceph/messenger_v1.c | 56 ++++--- net/ceph/messenger_v2.c | 246 ++++++++++++++---------------- 35 files changed, 845 insertions(+), 577 deletions(-)