summaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
AgeCommit message (Expand)Author
2011-10-03cifs: fix possible memory corruption in CIFSFindNextJeff Layton
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French
2011-05-27Fix extended security auth failureSteve French
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky
2011-05-25cifs: add cifs_async_writevJeff Layton
2011-05-23cifs: add ignore_pend flag to cifs_call_asyncJeff Layton
2011-05-23cifs: make cifs_send_async take a kvec arrayJeff Layton
2011-05-19cifs: keep BCC in little-endian formatJeff Layton
2011-05-19consistently use smb_buf_length as be32 for cifs (try 3)Steve French
2011-05-19cifs: fix comment in validate_t2Jeff Layton
2011-05-19cifs: cleanup: Rename and remove config flagsShirish Pargaonkar
2011-05-19Don't compile in unused reparse point symlink codeSteve French
2011-05-19Remove unused CIFSSMBNotify worker functionSteve French
2011-04-12[CIFS] cifs: clarify the meaning of tcpStatus == CifsGoodSteve French
2011-04-12various endian fixes to cifsSteve French
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-07cifs: remove checks for ses->status == CifsExitingJeff Layton
2011-01-31cifs: clean up some compiler warningsJeff Layton
2011-01-21cifs: fix up CIFSSMBEcho for unaligned accessJeff Layton
2011-01-20cifs: clean up unaligned accesses in validate_t2Jeff Layton
2011-01-20cifs: use get/put_unaligned functions to access ByteCountJeff Layton
2011-01-20cifs: TCP_Server_Info dietJeff Layton
2011-01-20cifs: remove code for setting timeouts on requestsJeff Layton
2011-01-20cifs: add ability to send an echo requestJeff Layton
2011-01-19CIFS: Fix oplock break handling (try #2)Pavel Shilovsky
2011-01-09cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton
2010-10-29NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar
2010-10-21cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton
2010-10-14NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar
2010-10-08Merge branch 'for-next'Steve French
2010-10-01cifs: prevent infinite recursion in cifs_reconnect_tconJeff Layton
2010-09-29cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar
2010-09-08Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French
2010-08-20[CIFS] Fix ntlmv2 auth with ntlmsspSteve French
2010-05-05cifs: have decode_negTokenInit set flags in server structJeff Layton
2010-05-05cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton
2010-04-27cifs: save the dialect chosen by serverJeff Layton
2010-04-26cifs: rename "extended_security" to "global_secflags"Jeff Layton
2010-04-21[CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-04-06not overwriting file_lock structure after GET_LKPavel Shilovsky
2010-04-03cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman
2010-04-03[CIFS] initialize nbytes at the beginning of CIFSSMBWrite()Steve French
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-03-15cifs: trivial white spaceDan Carpenter