This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dcb85f85fa6f gcc-plugins/stackleak: Use noinstr in favor of notrace new 483529f3209f Fix a warning about a malformed kernel doc comment in cifs new 489f710a738e cifs: unlock chan_lock before calling cifs_put_tcp_session new 052e04a52dcd cifs: Transition from ->readpages() to ->readahead() new bee9f6552321 netfs, cachefiles: Add a method to query presence of data [...] new 0174ee9947bd cifs: Implement cache I/O by accessing the cache directly new 46f5cbdef7d4 cifs: Fix the readahead conversion to manage the batch whe [...] new 40c845c17695 Invalidate fscache cookie only when inode attributes are changed. new d3b331fb51f3 cifs: fix workstation_name for multiuser mounts new 633a8e8986ea Merge tag '5.17-rc3-smb3-client-fixes' of git://git.samba. [...] new 22e424feb665 Revert "fs/9p: search open fids first" new 1eb7de177d40 Merge tag '9p-for-5.17-rc3' of git://github.com/martinetd/linux new 2ea88716369a libceph: make recv path in secure mode work the same as send path new 038b8d1d1ab1 libceph: optionally use bounce buffer on recv path in crc mode new cff7f2237c2b Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/cep [...]
The 14 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/netfs_library.rst | 16 ++ fs/9p/fid.c | 9 +- fs/cachefiles/io.c | 59 +++++++ fs/cifs/connect.c | 23 ++- fs/cifs/file.c | 221 +++++++++--------------- fs/cifs/fscache.c | 126 ++++++++++++-- fs/cifs/fscache.h | 79 +++++---- fs/cifs/inode.c | 8 +- fs/cifs/sess.c | 6 +- include/linux/ceph/libceph.h | 1 + include/linux/ceph/messenger.h | 5 + include/linux/netfs.h | 7 + net/ceph/ceph_common.c | 7 + net/ceph/messenger.c | 4 + net/ceph/messenger_v1.c | 54 +++++- net/ceph/messenger_v2.c | 250 +++++++++++++++++++++------- 16 files changed, 601 insertions(+), 274 deletions(-)