aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French1-78/+84
2011-10-24CIFS: Send as many mandatory unlock ranges at once as possiblePavel Shilovsky1-0/+40
2011-10-24CIFS: Implement caching mechanism for posix brlocksPavel Shilovsky1-4/+4
2011-10-21CIFS: Fix error handling in cifs_readv_completePavel Shilovsky1-1/+1
2011-10-19cifs: add cifs_async_readvJeff Layton1-0/+359
2011-10-19cifs: add a callback function to receive the rest of the frameJeff Layton1-2/+3
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar1-2/+2
2011-10-13CIFS: Simplify byte range locking codePavel Shilovsky1-2/+2
2011-10-12cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton1-23/+9
2011-10-12cifs: switch CIFSSMBQAllEAs to use memcmpJeff Layton1-1/+1
2011-09-19cifs: fix possible memory corruption in CIFSFindNextJeff Layton1-1/+2
2011-07-31cifs: remove unneeded variable initialization in cifs_reconnect_tconJeff Layton1-1/+1
2011-07-31cifs: fix compiler warning in CIFSSMBQAllEAsJeff Layton1-5/+1
2011-07-31cifs: fix name parsing in CIFSSMBQAllEAsJeff Layton1-1/+7
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-83/+83
2011-05-27Fix extended security auth failureSteve French1-11/+6
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky1-5/+12
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky1-7/+26
2011-05-25cifs: add cifs_async_writevJeff Layton1-0/+236
2011-05-23cifs: add ignore_pend flag to cifs_call_asyncJeff Layton1-1/+1
2011-05-23cifs: make cifs_send_async take a kvec arrayJeff Layton1-2/+4
2011-05-19cifs: keep BCC in little-endian formatJeff Layton1-30/+32
2011-05-19consistently use smb_buf_length as be32 for cifs (try 3)Steve French1-58/+65
2011-05-19cifs: fix comment in validate_t2Jeff Layton1-2/+3
2011-05-19cifs: cleanup: Rename and remove config flagsShirish Pargaonkar1-4/+0
2011-05-19Don't compile in unused reparse point symlink codeSteve French1-2/+12
2011-05-19Remove unused CIFSSMBNotify worker functionSteve French1-74/+95
2011-04-12[CIFS] cifs: clarify the meaning of tcpStatus == CifsGoodSteve French1-2/+2
2011-04-12various endian fixes to cifsSteve French1-5/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-07cifs: remove checks for ses->status == CifsExitingJeff Layton1-4/+1
2011-01-31cifs: clean up some compiler warningsJeff Layton1-3/+0
2011-01-21cifs: fix up CIFSSMBEcho for unaligned accessJeff Layton1-3/+3
2011-01-20cifs: clean up unaligned accesses in validate_t2Jeff Layton1-21/+23
2011-01-20cifs: use get/put_unaligned functions to access ByteCountJeff Layton1-9/+5
2011-01-20cifs: TCP_Server_Info dietJeff Layton1-2/+0
2011-01-20cifs: remove code for setting timeouts on requestsJeff Layton1-4/+4
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