This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a1fd058b07d5 Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://g [...] new d9bc0d11e33b fs/9p: Consolidate file operations and add readahead and w [...] new 740b8bf87322 fs/9p: Remove unnecessary superblock flags new 8142db4f2792 fs/9p: allow disable of xattr support on mount new 46c30cb8f539 9p: Add additional debug flags and open modes new 6deffc8924b5 fs/9p: Add new mount modes new 1543b4c5071c fs/9p: remove writeback fid and fix per-file modes new 4eb3117888a9 fs/9p: Rework cache modes and add new options to Documentation new 21e26d5e54ab fs/9p: Fix bit operation logic error new 8e15605be8ba Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/s [...] new 7a6c3a035a2e ceph: do not print the whole xattr value if it's too long new 7d41870d65db ceph: implement writeback livelock avoidance using page tagging new aaf67de78807 ceph: fix potential use-after-free bug when trimming caps new a5ffd7b6e91a ceph: pass ino# instead of old_dentry if it's disconnected new db2993a423e3 ceph: reorder fields in 'struct ceph_snapid_map' new 3c4aa4434377 Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ce [...]
The 15 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/9p.rst | 52 +++++++--- fs/9p/cache.h | 3 +- fs/9p/fid.c | 48 ++++----- fs/9p/fid.h | 31 +++++- fs/9p/v9fs.c | 59 +++++------ fs/9p/v9fs.h | 62 ++++++++---- fs/9p/v9fs_vfs.h | 4 - fs/9p/vfs_addr.c | 50 +++++----- fs/9p/vfs_dir.c | 10 +- fs/9p/vfs_file.c | 206 ++++++++------------------------------- fs/9p/vfs_inode.c | 111 +++++++++++---------- fs/9p/vfs_inode_dotl.c | 90 +++++++++-------- fs/9p/vfs_super.c | 44 +++------ fs/ceph/addr.c | 11 ++- fs/ceph/caps.c | 2 +- fs/ceph/debugfs.c | 18 ++-- fs/ceph/dir.c | 13 ++- fs/ceph/mds_client.c | 78 ++++++++++----- fs/ceph/mds_client.h | 5 +- fs/ceph/super.h | 2 + fs/ceph/xattr.c | 20 ++-- include/net/9p/9p.h | 6 ++ net/9p/client.c | 8 +- 23 files changed, 470 insertions(+), 463 deletions(-)