Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs fixes from Steve French: "Including: - nine bug fixes for stable. Some of these we found at the recent two weeks of SMB3 test events/plugfests. - significant improvements in reconnection (e.g. if server or network crashes) especially when mounted with "persistenthandles" or to server which advertises Continuous Availability on the share. - a new mount option "idsfromsid" which improves POSIX compatibility in some cases (when winbind not configured e.g.) by better (and faster) fetching uid/gid from acl (when "cifsacl" mount option is enabled). NB: we are almost complete work on "cifsacl" (querying mode/uid/gid from ACL) for SMB3, but SMB3 support for cifsacl is not included in this set. - improved handling for SMB3 "credits" (even if server is buggy) Still working on two sets of changes: - cifsacl enablement for SMB3 - cleanup of RFC1001 length calculation (so we can handle encryption and multichannel and RDMA) And a couple of new bugs were reported recently (unrelated to above) so will probably have another merge request next week" * 'for-next' of git://git.samba.org/sfrench/cifs-2.6: (21 commits) CIFS: Retrieve uid and gid from special sid if enabled CIFS: Add new mount option to set owner uid and gid from special sids in acl CIFS: Reset read oplock to NONE if we have mandatory locks after reopen CIFS: Fix persistent handles re-opening on reconnect SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup SMB2: Separate Kerberos authentication from SMB2_sess_setup Expose cifs module parameters in sysfs Cleanup missing frees on some ioctls Enable previous version support Do not send SMB3 SET_INFO request if nothing is changing SMB3: Add mount parameter to allow user to override max credits fs/cifs: reopen persistent handles on reconnect Clarify locking of cifs file and tcon structures and make more granular Fix regression which breaks DFS mounting fs/cifs: keep guid when assigning fid to fileinfo SMB3: GUIDs should be constructed as random but valid uuids Set previous session id correctly on SMB3 reconnect cifs: Limit the overall credit acquired Display number of credits available Add way to query creation time of file via cifs xattr ...
Showing
- fs/cifs/cifs_debug.c 1 addition, 0 deletionsfs/cifs/cifs_debug.c
- fs/cifs/cifs_fs_sb.h 1 addition, 0 deletionsfs/cifs/cifs_fs_sb.h
- fs/cifs/cifs_ioctl.h 8 additions, 0 deletionsfs/cifs/cifs_ioctl.h
- fs/cifs/cifsacl.c 123 additions, 0 deletionsfs/cifs/cifsacl.c
- fs/cifs/cifsfs.c 6 additions, 5 deletionsfs/cifs/cifsfs.c
- fs/cifs/cifsglob.h 34 additions, 16 deletionsfs/cifs/cifsglob.h
- fs/cifs/cifsproto.h 2 additions, 0 deletionsfs/cifs/cifsproto.h
- fs/cifs/cifssmb.c 2 additions, 2 deletionsfs/cifs/cifssmb.c
- fs/cifs/connect.c 32 additions, 11 deletionsfs/cifs/connect.c
- fs/cifs/file.c 78 additions, 27 deletionsfs/cifs/file.c
- fs/cifs/ioctl.c 14 additions, 2 deletionsfs/cifs/ioctl.c
- fs/cifs/misc.c 8 additions, 7 deletionsfs/cifs/misc.c
- fs/cifs/readdir.c 3 additions, 3 deletionsfs/cifs/readdir.c
- fs/cifs/smb2inode.c 6 additions, 0 deletionsfs/cifs/smb2inode.c
- fs/cifs/smb2misc.c 8 additions, 8 deletionsfs/cifs/smb2misc.c
- fs/cifs/smb2ops.c 57 additions, 5 deletionsfs/cifs/smb2ops.c
- fs/cifs/smb2pdu.c 380 additions, 207 deletionsfs/cifs/smb2pdu.c
- fs/cifs/smb2pdu.h 1 addition, 1 deletionfs/cifs/smb2pdu.h
- fs/cifs/xattr.c 60 additions, 2 deletionsfs/cifs/xattr.c
Loading
Please register or sign in to comment