This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d0e60d46bc03 Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux new 8378a51e3f81 cifs: fix potential double free during failed mount new 0d5106a80e08 cifs: remove repeated debug message on cifs_put_smb_ses() new f66f8b94e7f2 cifs: when extending a file with falloc we should make fil [...] new cc391b694ff0 cifs: fix potential deadlock in direct reclaim new 387ba9bf4cb8 cifs: do not build smb1ops if legacy support is disabled new 7ef93ffccd55 cifs: version operations for smb20 unneeded when legacy su [...] new 096c956b0d7a cifs: update internal module number new ef605e868212 cifs: skip trailing separators of prefix paths new ee3c8019cce2 cifs: fix uninitialized pointer in error case in dfs_cache [...] new d66016c5cd3d Merge tag '5.19-rc-smb3-client-fixes-part2' of git://git.s [...] new 4329490a78b6 io_uring_enter(): don't leave f.flags uninitialized new 81132a39c152 fs: remove fget_many and fput_many interface new 6319194ec57b Unify the primitives for file descriptor closing new dbe0ee466140 Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pu [...] new a5f85d7834f7 uninline may_mount() and don't opencode it in fspick(2)/fsopen(2) new 59df85d5fbae linux/mount.h: trim includes new f6957b7191ed m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb... new 279b192c23d2 blob_to_mnt(): kern_unmount() is needed to undo kern_mount() new 70f8d9c5750b move mount-related externs from fs.h to mount.h new cbd76edeabd5 Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org [...] new e5ca024e165d fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy() new 52dba645ca3a get rid of dead code in legitimize_root() new 30476f7e6dbc namei: cleanup double word in comment new 952923ddc011 Merge tag 'pull-18-rc1-work.namei' of git://git.kernel.org [...]
The 24 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: arch/alpha/kernel/osf_sys.c | 1 + drivers/android/binder.c | 2 +- fs/cifs/Makefile | 4 +- fs/cifs/cifs_swn.c | 4 +- fs/cifs/cifsencrypt.c | 8 ++-- fs/cifs/cifsfs.c | 10 ++-- fs/cifs/cifsfs.h | 5 +- fs/cifs/cifsglob.h | 24 +++++++++- fs/cifs/connect.c | 27 ++++++----- fs/cifs/dfs_cache.c | 90 +++++++++++++++++++++--------------- fs/cifs/sess.c | 6 +-- fs/cifs/smb1ops.c | 6 +-- fs/cifs/smb2ops.c | 9 +++- fs/cifs/smb2pdu.c | 6 +-- fs/cifs/smbdirect.c | 4 +- fs/cifs/transport.c | 40 ++++++++-------- fs/file.c | 110 +++++++++++++++++--------------------------- fs/file_table.c | 9 +--- fs/fsopen.c | 4 +- fs/internal.h | 3 +- fs/io_uring.c | 18 +++----- fs/namei.c | 11 +---- fs/namespace.c | 2 +- fs/nfs/nfs4file.c | 4 +- include/linux/fdtable.h | 2 +- include/linux/file.h | 2 - include/linux/fs.h | 15 +----- include/linux/mount.h | 29 +++++++----- kernel/usermode_driver.c | 4 +- security/smack/smackfs.c | 1 + 30 files changed, 227 insertions(+), 233 deletions(-)