Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs fixes from Steve French: "A set of cifs/smb3 fixes, 4 for stable, most from Pavel. His patches fix an important set of crediting (flow control) problems, and also two problems in cifs_writepages, ddressing some large i/o and also compounding issues" * tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6: cifs: update internal module version number CIFS: Fix error paths in writeback code CIFS: Move credit processing to mid callbacks for SMB3 CIFS: Fix credits calculation for cancelled requests cifs: Fix potential OOB access of lock element array cifs: Limit memory used by lock request calls to a page cifs: move large array from stack to heap CIFS: Do not hide EINTR after sending network packets CIFS: Fix credit computation for compounded requests CIFS: Do not set credits to 1 if the server didn't grant anything CIFS: Fix adjustment of credits for MTU requests cifs: Fix a tiny potential memory leak cifs: Fix a debug message
Showing
- fs/cifs/cifsfs.h 1 addition, 1 deletionfs/cifs/cifsfs.h
- fs/cifs/cifsglob.h 20 additions, 0 deletionsfs/cifs/cifsglob.h
- fs/cifs/cifssmb.c 20 additions, 10 deletionsfs/cifs/cifssmb.c
- fs/cifs/connect.c 4 additions, 3 deletionsfs/cifs/connect.c
- fs/cifs/dfs_cache.c 1 addition, 0 deletionsfs/cifs/dfs_cache.c
- fs/cifs/file.c 35 additions, 10 deletionsfs/cifs/file.c
- fs/cifs/inode.c 10 additions, 0 deletionsfs/cifs/inode.c
- fs/cifs/smb2file.c 6 additions, 2 deletionsfs/cifs/smb2file.c
- fs/cifs/smb2pdu.c 22 additions, 9 deletionsfs/cifs/smb2pdu.c
- fs/cifs/transport.c 92 additions, 30 deletionsfs/cifs/transport.c
Loading
Please register or sign in to comment