Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs fixes from Steve French: "Nine cifs/smb3 fixes: - one fix for stable (oops during oplock break) - two timestamp fixes including important one for updating mtime at close to avoid stale metadata caching issue on dirty files (also improves perf by using SMB2_CLOSE_FLAG_POSTQUERY_ATTRIB over the wire) - two fixes for "modefromsid" mount option for file create (now allows mode bits to be set more atomically and accurately on create by adding "sd_context" on create when modefromsid specified on mount) - two fixes for multichannel found in testing this week against different servers - two small cleanup patches" * tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6: smb3: improve check for when we send the security descriptor context on create smb3: fix mode passed in on create for modetosid mount option cifs: fix possible uninitialized access and race on iface_list cifs: Fix lookup of SMB connections on multichannel smb3: query attributes on file close smb3: remove unused flag passed into close functions cifs: remove redundant assignment to pointer pneg_ctxt fs: cifs: Fix atime update check vs mtime CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
Showing
- fs/cifs/cifsacl.c 26 additions, 16 deletionsfs/cifs/cifsacl.c
- fs/cifs/cifsacl.h 16 additions, 16 deletionsfs/cifs/cifsacl.h
- fs/cifs/cifsglob.h 4 additions, 0 deletionsfs/cifs/cifsglob.h
- fs/cifs/cifsproto.h 1 addition, 0 deletionsfs/cifs/cifsproto.h
- fs/cifs/connect.c 5 additions, 1 deletionfs/cifs/connect.c
- fs/cifs/file.c 7 additions, 4 deletionsfs/cifs/file.c
- fs/cifs/inode.c 1 addition, 1 deletionfs/cifs/inode.c
- fs/cifs/sess.c 29 additions, 3 deletionsfs/cifs/sess.c
- fs/cifs/smb2inode.c 1 addition, 1 deletionfs/cifs/smb2inode.c
- fs/cifs/smb2ops.c 45 additions, 4 deletionsfs/cifs/smb2ops.c
- fs/cifs/smb2pdu.c 105 additions, 23 deletionsfs/cifs/smb2pdu.c
- fs/cifs/smb2pdu.h 21 additions, 0 deletionsfs/cifs/smb2pdu.h
- fs/cifs/smb2proto.h 4 additions, 3 deletionsfs/cifs/smb2proto.h
Please register or sign in to comment