There was an error fetching the commit references. Please try again later.
Merge tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6
Pull smb client updates from Steve French: - Deferred close fix - Debugging improvements: display missing mount option, dump rc on invalidate inode failures, print client_guid in DebugData, log session id when matching session not found in reconnect, new dynamic tracepoint for session not found - Mount fixes including: potential null dereference, and possible memory leak and path name parsing when double slashes - Fix potential use after free in compounding - Two crediting (flow control) fixes: fix for crediting leak (stress scenario with excess lease credits) and better locking around updating credits - Three cleanups from issues pointed out by the kernel test robot - Session state check improvements (including for potential use after free) - DFS fixes: Fix for getattr on link when DFS disabled, fix for DFS mounts to same share with different prefix paths, DFS mount error checking improvement * tag '6.5-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6: cifs: new dynamic tracepoint to track ses not found errors cifs: log session id when a matching ses is not found smb: client: improve DFS mount check smb: client: fix shared DFS root mounts with different prefixes smb: client: fix parsing of source mount option smb: client: fix broken file attrs with nodfs mounts cifs: print client_guid in DebugData cifs: fix session state check in smb2_find_smb_ses cifs: fix session state check in reconnect to avoid use-after-free issue cifs: do all necessary checks for credits within or before locking cifs: prevent use-after-free by freeing the cfile later smb: client: fix warning in generic_ip_connect() smb: client: fix warning in CIFSFindNext() smb: client: fix warning in CIFSFindFirst() smb3: do not reserve too many oplock credits cifs: print more detail when invalidate_inode_mapping fails smb: client: fix warning in cifs_smb3_do_mount() smb: client: fix warning in cifs_match_super() cifs: print nosharesock value while dumping mount options SMB3: Do not send lease break acknowledgment if all file handles have been closed
Showing
- fs/smb/client/cifs_debug.c 10 additions, 7 deletionsfs/smb/client/cifs_debug.c
- fs/smb/client/cifs_dfs_ref.c 14 additions, 6 deletionsfs/smb/client/cifs_dfs_ref.c
- fs/smb/client/cifsfs.c 12 additions, 18 deletionsfs/smb/client/cifsfs.c
- fs/smb/client/cifsglob.h 4 additions, 6 deletionsfs/smb/client/cifsglob.h
- fs/smb/client/cifsproto.h 3 additions, 1 deletionfs/smb/client/cifsproto.h
- fs/smb/client/cifssmb.c 96 additions, 115 deletionsfs/smb/client/cifssmb.c
- fs/smb/client/connect.c 52 additions, 40 deletionsfs/smb/client/connect.c
- fs/smb/client/dfs.c 26 additions, 70 deletionsfs/smb/client/dfs.c
- fs/smb/client/dfs.h 9 additions, 10 deletionsfs/smb/client/dfs.h
- fs/smb/client/dfs_cache.c 5 additions, 3 deletionsfs/smb/client/dfs_cache.c
- fs/smb/client/file.c 12 additions, 13 deletionsfs/smb/client/file.c
- fs/smb/client/fs_context.c 50 additions, 9 deletionsfs/smb/client/fs_context.c
- fs/smb/client/inode.c 2 additions, 2 deletionsfs/smb/client/inode.c
- fs/smb/client/misc.c 40 additions, 15 deletionsfs/smb/client/misc.c
- fs/smb/client/smb2inode.c 3 additions, 6 deletionsfs/smb/client/smb2inode.c
- fs/smb/client/smb2ops.c 19 additions, 12 deletionsfs/smb/client/smb2ops.c
- fs/smb/client/smb2pdu.c 6 additions, 0 deletionsfs/smb/client/smb2pdu.c
- fs/smb/client/smb2transport.c 10 additions, 2 deletionsfs/smb/client/smb2transport.c
- fs/smb/client/trace.h 20 additions, 0 deletionsfs/smb/client/trace.h
- fs/smb/client/transport.c 10 additions, 10 deletionsfs/smb/client/transport.c
Please register or sign in to comment