aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-20cifs: add ability to send an echo requestJeff Layton1-0/+47
2011-01-19CIFS: Fix oplock break handling (try #2)Pavel Shilovsky1-1/+3
2011-01-09cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton1-4/+1
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton1-91/+92
2010-10-29NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar1-2/+2
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman1-3/+3
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton1-2/+2
2010-10-14NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar1-2/+2
2010-10-08Merge branch 'for-next'Steve French1-7/+9
2010-10-01cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton1-16/+33
2010-09-29cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar1-7/+9
2010-09-08Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French1-8/+5
2010-08-20[CIFS] Fix ntlmv2 auth with ntlmsspSteve French1-5/+8
2010-05-05cifs: have decode_negTokenInit set flags in server structJeff Layton1-3/+9
2010-05-05cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton1-1/+2
2010-04-27cifs: save the dialect chosen by serverJeff Layton1-6/+5
2010-04-26cifs: rename "extended_security" to "global_secflags"Jeff Layton1-1/+1
2010-04-21[CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French1-11/+11
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-199/+194
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-2/+32
2010-04-06not overwriting file_lock structure after GET_LKPavel Shilovsky1-1/+14
2010-04-03cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman1-0/+16
2010-04-03[CIFS] initialize nbytes at the beginning of CIFSSMBWrite()Steve French1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-1/+134
2010-03-15cifs: trivial white spaceDan Carpenter1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06cifs: add a CIFSSMBUnixQFileInfo functionJeff Layton1-0/+69
2010-03-06cifs: add a CIFSSMBQFileInfo functionJeff Layton1-0/+64
2010-02-25[CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French1-6/+6
2010-02-24[CIFS] Use unsigned ea length for claritySteve French1-1/+1
2010-02-23[CIFS] Minor cleanup to EA patchSteve French1-1/+1
2010-02-23cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton1-167/+47
2010-02-23cifs: verify lengths of QueryAllEAs replyJeff Layton1-18/+31
2010-02-23cifs: increase maximum buffer size in CIFSSMBQAllEAsJeff Layton1-1/+1
2010-02-23cifs: rename name_len to list_len in CIFSSMBQAllEAsJeff Layton1-19/+19
2010-02-23cifs: clean up indentation in CIFSSMBQAllEAsJeff Layton1-76/+75
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton1-0/+1
2009-09-03cifs: consolidate reconnect logic in smb_init routinesJeff Layton1-189/+123
2009-08-31[CIFS] potential NULL dereference in parse_DFS_referrals()Steve French1-0/+4
2009-07-10[CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in statsSteve French1-1/+4
2009-07-09cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton1-0/+63
2009-07-09cifs: make a separate function for filling out FILE_UNIX_BASIC_INFOJeff Layton1-32/+42
2009-07-09cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton1-3/+3
2009-06-25[CIFS] cleanup asn handling for ntlmsspSteve French1-1/+1
2009-06-25[CIFS] Do not send tree disconnect if session is already disconnectedSteve French1-1/+1
2009-05-28cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton1-2/+2
2009-05-26cifs: fix artificial limit on reading symlinksJeff Layton1-2/+1
2009-05-19cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4)Jeff Layton1-1/+1