Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs updates from Steve French: "Ten CIFS/SMB3 changes - including two marked for stable - including some important multichannel fixes, as well as support for handle leases (deferred close) and shutdown support: - some important multichannel fixes - support for handle leases (deferred close) - shutdown support (which is also helpful since it enables multiple xfstests) - enable negotiating stronger encryption by default (GCM256) - improve wireshark debugging by allowing more options for root to dump decryption keys SambaXP and the SMB3 Plugfest test event are going on now so I am expecting more patches over the next few days due to extra testing (including more multichannel fixes)" * tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6: fs/cifs: Fix resource leak Cifs: Fix kernel oops caused by deferred close for files. cifs: fix regression when mounting shares with prefix paths cifs: use echo_interval even when connection not ready. cifs: detect dead connections only when echoes are enabled. smb3.1.1: allow dumping keys for multiuser mounts smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted shares cifs: add shutdown support cifs: Deferred close for files smb3.1.1: enable negotiating stronger encryption by default
Showing
- fs/cifs/cifs_fs_sb.h 1 addition, 0 deletionsfs/cifs/cifs_fs_sb.h
- fs/cifs/cifs_ioctl.h 35 additions, 0 deletionsfs/cifs/cifs_ioctl.h
- fs/cifs/cifsfs.c 16 additions, 9 deletionsfs/cifs/cifsfs.c
- fs/cifs/cifsglob.h 17 additions, 0 deletionsfs/cifs/cifsglob.h
- fs/cifs/cifsproto.h 13 additions, 0 deletionsfs/cifs/cifsproto.h
- fs/cifs/connect.c 20 additions, 17 deletionsfs/cifs/connect.c
- fs/cifs/dir.c 10 additions, 0 deletionsfs/cifs/dir.c
- fs/cifs/file.c 98 additions, 4 deletionsfs/cifs/file.c
- fs/cifs/fs_context.c 5 additions, 0 deletionsfs/cifs/fs_context.c
- fs/cifs/inode.c 25 additions, 2 deletionsfs/cifs/inode.c
- fs/cifs/ioctl.c 112 additions, 0 deletionsfs/cifs/ioctl.c
- fs/cifs/link.c 12 additions, 1 deletionfs/cifs/link.c
- fs/cifs/misc.c 79 additions, 0 deletionsfs/cifs/misc.c
- fs/cifs/xattr.c 4 additions, 0 deletionsfs/cifs/xattr.c
Please register or sign in to comment