aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman2010-10-211-3/+3
* cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton2010-10-181-2/+2
* NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar2010-10-141-2/+2
* Merge branch 'for-next'Steve French2010-10-081-7/+9
|\
| * cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar2010-09-291-7/+9
* | cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton2010-10-011-16/+33
|/
* Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French2010-09-081-8/+5
* [CIFS] Fix ntlmv2 auth with ntlmsspSteve French2010-08-201-5/+8
* cifs: have decode_negTokenInit set flags in server structJeff Layton2010-05-051-3/+9
* cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton2010-05-051-1/+2
* cifs: save the dialect chosen by serverJeff Layton2010-04-271-6/+5
* cifs: rename "extended_security" to "global_secflags"Jeff Layton2010-04-261-1/+1
* [CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French2010-04-211-11/+11
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-199/+194
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-04-081-2/+32
|\
| * not overwriting file_lock structure after GET_LKPavel Shilovsky2010-04-061-1/+14
| * cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman2010-04-031-0/+16
| * [CIFS] initialize nbytes at the beginning of CIFSSMBWrite()Steve French2010-04-031-1/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-03-191-1/+134
|\
| * cifs: trivial white spaceDan Carpenter2010-03-151-1/+1
| * cifs: add a CIFSSMBUnixQFileInfo functionJeff Layton2010-03-061-0/+69
| * cifs: add a CIFSSMBQFileInfo functionJeff Layton2010-03-061-0/+64
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French2010-02-251-6/+6
* | [CIFS] Use unsigned ea length for claritySteve French2010-02-241-1/+1
* | [CIFS] Minor cleanup to EA patchSteve French2010-02-231-1/+1
* | cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton2010-02-231-167/+47
* | cifs: verify lengths of QueryAllEAs replyJeff Layton2010-02-231-18/+31
* | cifs: increase maximum buffer size in CIFSSMBQAllEAsJeff Layton2010-02-231-1/+1
* | cifs: rename name_len to list_len in CIFSSMBQAllEAsJeff Layton2010-02-231-19/+19
* | cifs: clean up indentation in CIFSSMBQAllEAsJeff Layton2010-02-231-76/+75
|/
* cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton2009-09-241-0/+1
* cifs: consolidate reconnect logic in smb_init routinesJeff Layton2009-09-031-189/+123
* [CIFS] potential NULL dereference in parse_DFS_referrals()Steve French2009-08-311-0/+4
* [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in statsSteve French2009-07-101-1/+4
* cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton2009-07-091-0/+63
* cifs: make a separate function for filling out FILE_UNIX_BASIC_INFOJeff Layton2009-07-091-32/+42
* cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton2009-07-091-3/+3
* [CIFS] cleanup asn handling for ntlmsspSteve French2009-06-251-1/+1
* [CIFS] Do not send tree disconnect if session is already disconnectedSteve French2009-06-251-1/+1
* cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton2009-05-281-2/+2
* cifs: fix artificial limit on reading symlinksJeff Layton2009-05-261-2/+1
* cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4)Jeff Layton2009-05-191-1/+1
* cifs: fix error handling in parse_DFS_referralsJeff Layton2009-05-141-8/+4
* [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmsspSteve French2009-05-061-0/+10
* [CIFS] Remove sparse warningSteve French2009-05-021-1/+0
* [CIFS] remove checkpatch warningSteve French2009-05-021-1/+1
* [CIFS] Fix final user of old string conversion codeSteve French2009-05-021-42/+38