Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs fixes from Steve French: "Ten cifs/smb fixes: - five RDMA (smbdirect) related fixes - add experimental support for swap over SMB3 mounts - also a fix which improves performance of signed connections" * tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6: smb3: enable swap on SMB3 mounts smb3: change noisy error message to FYI smb3: smbdirect support can be configured by default cifs: smbd: Do not schedule work to send immediate packet on every receive cifs: smbd: Properly process errors on ib_post_send cifs: Allocate crypto structures on the fly for calculating signatures of incoming packets cifs: smbd: Update receive credits before sending and deal with credits roll back on failure before sending cifs: smbd: Check send queue size before posting a send cifs: smbd: Merge code to track pending packets cifs: ignore cached share root handle closing errors
No related branches found
No related tags found
Showing
- fs/cifs/Kconfig 1 addition, 1 deletionfs/cifs/Kconfig
- fs/cifs/cifs_debug.c 2 additions, 4 deletionsfs/cifs/cifs_debug.c
- fs/cifs/cifsfs.c 4 additions, 0 deletionsfs/cifs/cifsfs.c
- fs/cifs/cifsglob.h 3 additions, 1 deletionfs/cifs/cifsglob.h
- fs/cifs/file.c 61 additions, 0 deletionsfs/cifs/file.c
- fs/cifs/inode.c 4 additions, 0 deletionsfs/cifs/inode.c
- fs/cifs/readdir.c 1 addition, 1 deletionfs/cifs/readdir.c
- fs/cifs/smb2misc.c 14 additions, 0 deletionsfs/cifs/smb2misc.c
- fs/cifs/smb2proto.h 4 additions, 2 deletionsfs/cifs/smb2proto.h
- fs/cifs/smb2transport.c 54 additions, 33 deletionsfs/cifs/smb2transport.c
- fs/cifs/smbdirect.c 123 additions, 190 deletionsfs/cifs/smbdirect.c
- fs/cifs/smbdirect.h 1 addition, 6 deletionsfs/cifs/smbdirect.h
Loading
Please register or sign in to comment