aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-12/+12
* cifs: fix possible memory corruption in CIFSFindNextJeff Layton2011-10-031-1/+2
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-83/+83
* Fix extended security auth failureSteve French2011-05-271-11/+6
* CIFS: Add rwpidforward mount optionPavel Shilovsky2011-05-271-5/+12
* CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky2011-05-261-7/+26
* cifs: add cifs_async_writevJeff Layton2011-05-251-0/+236
* cifs: add ignore_pend flag to cifs_call_asyncJeff Layton2011-05-231-1/+1
* cifs: make cifs_send_async take a kvec arrayJeff Layton2011-05-231-2/+4
* 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/+0
* 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/+1
* cifs: clean up some compiler warningsJeff Layton2011-01-311-3/+0
* 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/+5
* cifs: TCP_Server_Info dietJeff Layton2011-01-201-2/+0
* 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-091-4/+1
* 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/+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
|\