Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
* 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: [CIFS] list entry can not return null turn cifs_setattr into a multiplexor that calls the correct function move file time and dos attribute setting logic into new function spin off cifs_setattr with unix extensions to its own function [CIFS] Code cleanup in old sessionsetup code [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg change CIFSSMBSetTimes to CIFSSMBSetPathInfo [CIFS] fix trailing whitespace bundle up Unix SET_PATH_INFO args into a struct and change name Fix missing braces in cifs_revalidate() remove locking around tcpSesAllocCount atomic variable [CIFS] properly account for new user= field in SPNEGO upcall string allocation [CIFS] remove level of indentation from decode_negTokenInit [CIFS] cifs send2 not retrying enough in some cases on full socket [CIFS] oid should also be checked against class in cifs asn
Showing
- fs/cifs/CHANGES 8 additions, 0 deletionsfs/cifs/CHANGES
- fs/cifs/asn1.c 124 additions, 134 deletionsfs/cifs/asn1.c
- fs/cifs/cifs_debug.c 24 additions, 29 deletionsfs/cifs/cifs_debug.c
- fs/cifs/cifs_spnego.c 11 additions, 7 deletionsfs/cifs/cifs_spnego.c
- fs/cifs/cifsfs.c 33 additions, 38 deletionsfs/cifs/cifsfs.c
- fs/cifs/cifsfs.h 1 addition, 1 deletionfs/cifs/cifsfs.h
- fs/cifs/cifspdu.h 1 addition, 1 deletionfs/cifs/cifspdu.h
- fs/cifs/cifsproto.h 18 additions, 6 deletionsfs/cifs/cifsproto.h
- fs/cifs/cifssmb.c 21 additions, 25 deletionsfs/cifs/cifssmb.c
- fs/cifs/connect.c 81 additions, 92 deletionsfs/cifs/connect.c
- fs/cifs/dir.c 40 additions, 27 deletionsfs/cifs/dir.c
- fs/cifs/file.c 10 additions, 9 deletionsfs/cifs/file.c
- fs/cifs/inode.c 279 additions, 140 deletionsfs/cifs/inode.c
- fs/cifs/transport.c 1 addition, 0 deletionsfs/cifs/transport.c
Please register or sign in to comment