-
- Downloads
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs fixes from Steve French: "SMB3 "validate negotiate" is needed to prevent certain types of downgrade attacks. Also changes SMB2/SMB3 copy offload from using the BTRFS copy ioctl (BTRFS_IOC_CLONE) to a cifs specific ioctl (CIFS_IOC_COPYCHUNK_FILE) to address Christoph's comment that there are semantic differences between requesting copy offload in which copy-on-write is mandatory (as in the BTRFS ioctl) and optional in the SMB2/SMB3 case. Also fixes SMB2/SMB3 copychunk for large files" * 'for-next' of git://git.samba.org/sfrench/cifs-2.6: [CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offload Check SMB3 dialects against downgrade attacks Removed duplicated (and unneeded) goto CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large files
Showing
- fs/cifs/cifsglob.h 1 addition, 0 deletionsfs/cifs/cifsglob.h
- fs/cifs/ioctl.c 4 additions, 2 deletionsfs/cifs/ioctl.c
- fs/cifs/smb2ops.c 86 additions, 13 deletionsfs/cifs/smb2ops.c
- fs/cifs/smb2pdu.c 87 additions, 5 deletionsfs/cifs/smb2pdu.c
- fs/cifs/smb2pdu.h 9 additions, 3 deletionsfs/cifs/smb2pdu.h
- fs/cifs/smb2proto.h 1 addition, 0 deletionsfs/cifs/smb2proto.h
- fs/cifs/smbfsctl.h 1 addition, 1 deletionfs/cifs/smbfsctl.h
Please register or sign in to comment