Commit Graph

766 Commits (0496e02d8791e7f06673a19a181be30dad6eff70)

Author SHA1 Message Date
Steve French 3d2af3465e [CIFS] Kerberos support not considered experimental anymore 17 years ago
Steve French c16fefa563 [CIFS] distinguish between Kerberos and MSKerberos in upcall 17 years ago
Jeff Layton cb7691b648 cifs: add local server pointer to cifs_setup_session 17 years ago
Ilpo Järvinen aab3a8c7a3 [CIFS] reindent misindented statement 17 years ago
Steve French ad661334b8 [CIFS] mount of IPC$ breaks with iget patch 17 years ago
Steve French 54b4602d5f [CIFS] remove trailing whitespace 17 years ago
Steve French 2c731afb0d [CIFS] if get root inode fails during mount, cleanup tree connection 17 years ago
Steve French ad8b15f0ff [CIFS] list entry can not return null 17 years ago
Jeff Layton 0510eeb736 turn cifs_setattr into a multiplexor that calls the correct function 17 years ago
Jeff Layton feb3e20cee move file time and dos attribute setting logic into new function 17 years ago
Jeff Layton 3fe5c1dd0a spin off cifs_setattr with unix extensions to its own function 17 years ago
Steve French 26b994fad6 [CIFS] Code cleanup in old sessionsetup code 17 years ago
Jeff Layton 9508991093 [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir 17 years ago
Jeff Layton 2dd2dfa060 Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg 17 years ago
Jeff Layton 6fc000e519 change CIFSSMBSetTimes to CIFSSMBSetPathInfo 17 years ago
Steve French 063ea27925 [CIFS] fix trailing whitespace 17 years ago
Jeff Layton 4e1e7fb9e8 bundle up Unix SET_PATH_INFO args into a struct and change name 17 years ago
Suresh Jayaraman 9e96af8525 Fix missing braces in cifs_revalidate() 17 years ago
Nick Piggin 529ae9aaa0 mm: rename page trylock 17 years ago
Jeff Layton 93d0ec8518 remove locking around tcpSesAllocCount atomic variable 17 years ago
Jeff Layton 66b8bd3c40 [CIFS] properly account for new user= field in SPNEGO upcall string allocation 17 years ago
Al Viro 8d66bf5481 [PATCH] pass struct path * to do_add_mount() 17 years ago
Jeff Layton 2f0e58ac3a [CIFS] remove level of indentation from decode_negTokenInit 17 years ago
Shirish Pargaonkar 176803562b [CIFS] cifs send2 not retrying enough in some cases on full socket 17 years ago
Steve French 44051fed57 [CIFS] oid should also be checked against class in cifs asn 17 years ago
Al Viro e6305c43ed [PATCH] sanitize ->permission() prototype 17 years ago
Alexey Dobriyan 51cc50685a SL*B: drop kmem cache argument from constructor 17 years ago
Chris Wright e2d2867ff8 When verifying the decoded header before decoding the object identifier 17 years ago
Shirish Pargaonkar ef571cadd5 [CIFS] Fix warnings from checkpatch 17 years ago
Shirish Pargaonkar b1910ad622 [CIFS] Fix improper endian conversion of ACL subauth field 17 years ago
Shirish Pargaonkar 76c510ad2e [CIFS] Fix possible double free if search immediately after search rewind fails 17 years ago
Steve French 99b1f5b2f6 [CIFS] remove checkpatch warning 17 years ago
Alexey Dobriyan f984c7b982 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> 17 years ago
Harvey Harrison 5ca33c6ac3 cifs: assorted endian annotations 17 years ago
Jeff Layton 8efdbde647 [CIFS] break ATTR_SIZE changes out into their own function 17 years ago
Jeff Layton 09e50d55a9 lockdep: annotate cifs in-kernel sockets 17 years ago
Jan Beulich 04e1e0ccca [CIFS] Fix compiler warning on 64-bit 17 years ago
Jeff Layton 536abdb080 cifs: fix wksidarr declaration to be big-endian friendly 17 years ago
Jeff Layton e911d0cc87 cifs: fix inode leak in cifs_get_inode_info_unix 17 years ago
Andi Kleen 9465efc9e9 Remove BKL from remote_llseek v2 17 years ago
Steve French 79ee9a8b2d [CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabled 17 years ago
Steve French dbdbb87636 [CIFS] Fix hang in mount when negprot causes server to kill tcp session 17 years ago
Chris Wright ddb2c43594 asn1: additional sanity checking during BER decoding 17 years ago
Al Viro 1d92cfd54a cifs endianness fixes 17 years ago
Jeff Layton 5132861a7a disable most mode changes on non-unix/non-cifsacl mounts 17 years ago
Steve French b7206153f6 [CIFS] Correct incorrect obscure open flag 17 years ago
Steve French 27adb44c4f [CIFS] warn if both dynperm and cifsacl mount options specified 17 years ago
Jeff Layton 4ca691a892 silently ignore ownership changes unless unix extensions are enabled or we're faking uid changes 17 years ago
Steve French 4e94a105ed [CIFS] remove trailing whitespace 17 years ago
Jeff Layton b0fd30d3e7 when creating new inodes, use file_mode/dir_mode exclusively on mount without unix extensions 17 years ago