aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-23cifs: allow caller to specify completion op when allocating writedataGravatar Jeff Layton 1-3/+3
2012-03-23cifs: add pid field to cifs_writedataGravatar Jeff Layton 1-2/+2
2012-03-23cifs: add new cifsiod_wq workqueueGravatar Jeff Layton 1-2/+2
2012-03-23CIFS: Change mid_q_entry structure fieldsGravatar Pavel Shilovsky 1-6/+6
2012-03-23CIFS: Separate protocol-specific code from cifs_readv_receive codeGravatar Pavel Shilovsky 1-20/+38
2012-03-23CIFS: Separate protocol-specific code from transport routinesGravatar Pavel Shilovsky 1-11/+10
2012-03-21CIFS: Introduce credit-based flow controlGravatar Pavel Shilovsky 1-8/+5
2012-03-21CIFS: Simplify inFlight logicGravatar Pavel Shilovsky 1-3/+3
2012-03-20CIFS: Respect negotiated MaxMpxCountGravatar Pavel Shilovsky 1-2/+7
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Gravatar Steve French 1-78/+84
2011-10-24CIFS: Send as many mandatory unlock ranges at once as possibleGravatar Pavel Shilovsky 1-0/+40
2011-10-24CIFS: Implement caching mechanism for posix brlocksGravatar Pavel Shilovsky 1-4/+4
2011-10-21CIFS: Fix error handling in cifs_readv_completeGravatar Pavel Shilovsky 1-1/+1
2011-10-19cifs: add cifs_async_readvGravatar Jeff Layton 1-0/+359
2011-10-19cifs: add a callback function to receive the rest of the frameGravatar Jeff Layton 1-2/+3
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Gravatar Shirish Pargaonkar 1-2/+2
2011-10-13CIFS: Simplify byte range locking codeGravatar Pavel Shilovsky 1-2/+2
2011-10-12cifs: untangle server->maxBuf and CIFSMaxBufSizeGravatar Jeff Layton 1-23/+9
2011-10-12cifs: switch CIFSSMBQAllEAs to use memcmpGravatar Jeff Layton 1-1/+1
2011-09-19cifs: fix possible memory corruption in CIFSFindNextGravatar Jeff Layton 1-1/+2
2011-07-31cifs: remove unneeded variable initialization in cifs_reconnect_tconGravatar Jeff Layton 1-1/+1
2011-07-31cifs: fix compiler warning in CIFSSMBQAllEAsGravatar Jeff Layton 1-5/+1
2011-07-31cifs: fix name parsing in CIFSSMBQAllEAsGravatar Jeff Layton 1-1/+7
2011-05-27[CIFS] Rename three structures to avoid camel caseGravatar Steve French 1-83/+83
2011-05-27Fix extended security auth failureGravatar Steve French 1-11/+6
2011-05-27CIFS: Add rwpidforward mount optionGravatar Pavel Shilovsky 1-5/+12
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizeGravatar Pavel Shilovsky 1-7/+26
2011-05-25cifs: add cifs_async_writevGravatar Jeff Layton 1-0/+236
2011-05-23cifs: add ignore_pend flag to cifs_call_asyncGravatar Jeff Layton 1-1/+1
2011-05-23cifs: make cifs_send_async take a kvec arrayGravatar Jeff Layton 1-2/+4
2011-05-19cifs: keep BCC in little-endian formatGravatar Jeff Layton 1-30/+32
2011-05-19consistently use smb_buf_length as be32 for cifs (try 3)Gravatar Steve French 1-58/+65
2011-05-19cifs: fix comment in validate_t2Gravatar Jeff Layton 1-2/+3
2011-05-19cifs: cleanup: Rename and remove config flagsGravatar Shirish Pargaonkar 1-4/+0
2011-05-19Don't compile in unused reparse point symlink codeGravatar Steve French 1-2/+12
2011-05-19Remove unused CIFSSMBNotify worker functionGravatar Steve French 1-74/+95
2011-04-12[CIFS] cifs: clarify the meaning of tcpStatus == CifsGoodGravatar Steve French 1-2/+2
2011-04-12various endian fixes to cifsGravatar Steve French 1-5/+5
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-02-07cifs: remove checks for ses->status == CifsExitingGravatar Jeff Layton 1-4/+1
2011-01-31cifs: clean up some compiler warningsGravatar Jeff Layton 1-3/+0
2011-01-21cifs: fix up CIFSSMBEcho for unaligned accessGravatar Jeff Layton 1-3/+3
2011-01-20cifs: clean up unaligned accesses in validate_t2Gravatar Jeff Layton 1-21/+23
2011-01-20cifs: use get/put_unaligned functions to access ByteCountGravatar Jeff Layton 1-9/+5
2011-01-20cifs: TCP_Server_Info dietGravatar Jeff Layton 1-2/+0
2011-01-20cifs: remove code for setting timeouts on requestsGravatar Jeff Layton 1-4/+4
2011-01-20cifs: add ability to send an echo requestGravatar Jeff Layton 1-0/+47
2011-01-19CIFS: Fix oplock break handling (try #2)Gravatar Pavel Shilovsky 1-1/+3
2011-01-09cifs: move "ntlmssp" and "local_leases" options out of experimental codeGravatar Jeff Layton 1-4/+1
2010-12-06cifs: fix use of CONFIG_CIFS_ACLGravatar Jeff Layton 1-91/+92