summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: keep BCC in little-endian formatJeff Layton2011-05-191-30/+32
* consistently use smb_buf_length as be32 for cifs (try 3)Steve French2011-05-191-58/+65
* cifs: fix comment in validate_t2Jeff Layton2011-05-191-2/+3
* cifs: cleanup: Rename and remove config flagsShirish Pargaonkar2011-05-191-4/+0Star
* Don't compile in unused reparse point symlink codeSteve French2011-05-191-2/+12
* Remove unused CIFSSMBNotify worker functionSteve French2011-05-191-74/+95
* [CIFS] cifs: clarify the meaning of tcpStatus == CifsGoodSteve French2011-04-121-2/+2
* various endian fixes to cifsSteve French2011-04-121-5/+5
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* cifs: remove checks for ses->status == CifsExitingJeff Layton2011-02-071-4/+1Star
* cifs: clean up some compiler warningsJeff Layton2011-01-311-3/+0Star
* cifs: fix up CIFSSMBEcho for unaligned accessJeff Layton2011-01-211-3/+3
* cifs: clean up unaligned accesses in validate_t2Jeff Layton2011-01-201-21/+23
* cifs: use get/put_unaligned functions to access ByteCountJeff Layton2011-01-201-9/+5Star
* cifs: TCP_Server_Info dietJeff Layton2011-01-201-2/+0Star
* cifs: remove code for setting timeouts on requestsJeff Layton2011-01-201-4/+4
* cifs: add ability to send an echo requestJeff Layton2011-01-201-0/+47
* CIFS: Fix oplock break handling (try #2)Pavel Shilovsky2011-01-191-1/+3
* cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton2011-01-101-4/+1Star
* cifs: fix use of CONFIG_CIFS_ACLJeff Layton2010-12-061-91/+92
* NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar2010-10-291-2/+2
* 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/+5Star
* [CIFS] Fix ntlmv2 auth with ntlmsspSteve French2010-08-201-5/+8
* cifs: have decode_negTokenInit set flags in server structJeff Layton2010-05-061-3/+9
* cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton2010-05-061-1/+2
* cifs: save the dialect chosen by serverJeff Layton2010-04-271-6/+5Star
* 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/+194Star
* 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/+47Star