This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3a5879d495b2 Merge tag 'ata-6.8-rc2' of git://git.kernel.org/pub/scm/li [...] new 5d390df3bdd1 smb: client: delete "true", "false" defines new 8deb05c84b63 smb: Work around Clang __bdos() type confusion new 966cc171c8be cifs: Share server EOF pos with netfslib new fc43a8ac396d cifs: cifs_pick_channel should try selecting active channels new a68106a6928e cifs: translate network errors on send to -ECONNABORTED new 64cc377b7628 cifs: helper function to check replayable error codes new 4f1fffa23769 cifs: commands that are retried should have replay flag set new 4cdad8026186 cifs: set replay flag for retries of write command new 993d1c346b1a cifs: fix stray unlock in cifs_chan_skip_or_disable new d1bba17e20d5 Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.o [...] new 72b0cbf6b810 smb: Fix some kernel-doc comments new ebeae8adf89d ksmbd: fix global oob in ksmbd_nl_policy new 8c6f6a76465a Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.o [...] new 612e1110d689 bcachefs: Add gfp flags param to bch2_prt_task_backtrace() new 3e44f325f6f7 bcachefs: fix incorrect usage of REQ_OP_FLUSH new 096386a5bcf0 bcachefs: discard path uses unlock_long() new d2fda304bb73 bcachefs: __lookup_dirent() works in snapshot, not subvol new 064a4a5bfac8 Merge tag 'bcachefs-2024-01-26' of https://evilpiepirate.o [...] new d8d222e09dab xfs: read only mounts with fsopen mount API are busted new cd2286fc5775 Merge tag 'xfs-6.8-fixes-1' of git://git.kernel.org/pub/sc [...]
The 20 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/alloc_background.c | 2 +- fs/bcachefs/btree_locking.c | 4 +- fs/bcachefs/debug.c | 2 +- fs/bcachefs/fs-io.c | 2 +- fs/bcachefs/fsck.c | 23 ++-- fs/bcachefs/journal.c | 2 +- fs/bcachefs/journal_io.c | 3 +- fs/bcachefs/str_hash.h | 22 ++-- fs/bcachefs/util.c | 10 +- fs/bcachefs/util.h | 4 +- fs/smb/client/cached_dir.c | 24 +++- fs/smb/client/cifsencrypt.c | 2 +- fs/smb/client/cifsfs.c | 17 ++- fs/smb/client/cifsglob.h | 14 ++- fs/smb/client/file.c | 9 +- fs/smb/client/inode.c | 8 +- fs/smb/client/readdir.c | 2 +- fs/smb/client/smb2inode.c | 33 ++++- fs/smb/client/smb2ops.c | 141 +++++++++++++++++++--- fs/smb/client/smb2pdu.c | 265 ++++++++++++++++++++++++++++++++++++----- fs/smb/client/smb2proto.h | 5 + fs/smb/client/smbencrypt.c | 7 -- fs/smb/client/transport.c | 14 ++- fs/smb/server/ksmbd_netlink.h | 3 +- fs/smb/server/transport_ipc.c | 4 +- fs/smb/server/transport_tcp.c | 2 + fs/xfs/xfs_super.c | 27 +++-- 27 files changed, 532 insertions(+), 119 deletions(-)