Merge tag '5.17-rc-part2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs fixes from Steve French: - multichannel fixes, addressing additional reconnect and DFS scenarios - reenabling fscache support (indexing rewrite, metadata caching e.g.) - send additional version information during NTLMSSP negotiate to improve debugging - fix for a mount race - DFS fixes - fix for a memory leak for stable * tag '5.17-rc-part2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6: cifs: update internal module number smb3: send NTLMSSP version information cifs: Support fscache indexing rewrite cifs: cifs_ses_mark_for_reconnect should also update reconnect bits cifs: update tcpStatus during negotiate and sess setup cifs: make status checks in version independent callers cifs: remove repeated state change in dfs tree connect cifs: fix the cifs_reconnect path for DFS cifs: remove unused variable ses_selected cifs: protect all accesses to chan_* with chan_lock cifs: fix the connection state transitions with multichannel cifs: check reconnects for channels of active tcons too smb3: add new defines from protocol specification cifs: serialize all mount attempts cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs cifs: alloc_path_with_tree_prefix: do not append sep. if the path is empty cifs: clean up an inconsistent indenting cifs: free ntlmsspblob allocated in negotiate
Showing
- fs/cifs/Kconfig 1 addition, 1 deletionfs/cifs/Kconfig
- fs/cifs/Makefile 1 addition, 1 deletionfs/cifs/Makefile
- fs/cifs/cache.c 0 additions, 105 deletionsfs/cifs/cache.c
- fs/cifs/cifs_swn.c 3 additions, 6 deletionsfs/cifs/cifs_swn.c
- fs/cifs/cifsfs.c 11 additions, 8 deletionsfs/cifs/cifsfs.c
- fs/cifs/cifsfs.h 2 additions, 1 deletionfs/cifs/cifsfs.h
- fs/cifs/cifsglob.h 3 additions, 4 deletionsfs/cifs/cifsglob.h
- fs/cifs/cifsproto.h 8 additions, 0 deletionsfs/cifs/cifsproto.h
- fs/cifs/connect.c 95 additions, 47 deletionsfs/cifs/connect.c
- fs/cifs/dfs_cache.c 1 addition, 1 deletionfs/cifs/dfs_cache.c
- fs/cifs/dir.c 5 additions, 0 deletionsfs/cifs/dir.c
- fs/cifs/file.c 41 additions, 25 deletionsfs/cifs/file.c
- fs/cifs/fs_context.c 7 additions, 1 deletionfs/cifs/fs_context.c
- fs/cifs/fscache.c 80 additions, 253 deletionsfs/cifs/fscache.c
- fs/cifs/fscache.h 45 additions, 83 deletionsfs/cifs/fscache.h
- fs/cifs/inode.c 18 additions, 7 deletionsfs/cifs/inode.c
- fs/cifs/misc.c 49 additions, 0 deletionsfs/cifs/misc.c
- fs/cifs/netmisc.c 1 addition, 4 deletionsfs/cifs/netmisc.c
- fs/cifs/ntlmssp.h 29 additions, 1 deletionfs/cifs/ntlmssp.h
- fs/cifs/sess.c 82 additions, 30 deletionsfs/cifs/sess.c
Loading
Please register or sign in to comment