summaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
AgeCommit message (Expand)Author
2012-05-03fs/cifs: fix parsing of dfs referralsStefan Metzmacher
2012-03-31cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton
2012-03-23cifs: convert cifs_iovec_write to use async writesJeff Layton
2012-03-23cifs: call cifs_update_eof with i_lock heldJeff Layton
2012-03-23cifs: abstract out function to marshal up the iovec array for async writesJeff Layton
2012-03-23cifs: allow caller to specify completion op when allocating writedataJeff Layton
2012-03-23cifs: add pid field to cifs_writedataJeff Layton
2012-03-23cifs: add new cifsiod_wq workqueueJeff Layton
2012-03-23CIFS: Change mid_q_entry structure fieldsPavel Shilovsky
2012-03-23CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky
2012-03-23CIFS: Separate protocol-specific code from transport routinesPavel Shilovsky
2012-03-21CIFS: Introduce credit-based flow controlPavel Shilovsky
2012-03-21CIFS: Simplify inFlight logicPavel Shilovsky
2012-03-20CIFS: Respect negotiated MaxMpxCountPavel Shilovsky
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French
2011-10-24CIFS: Send as many mandatory unlock ranges at once as possiblePavel Shilovsky
2011-10-24CIFS: Implement caching mechanism for posix brlocksPavel Shilovsky
2011-10-21CIFS: Fix error handling in cifs_readv_completePavel Shilovsky
2011-10-19cifs: add cifs_async_readvJeff Layton
2011-10-19cifs: add a callback function to receive the rest of the frameJeff Layton
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar
2011-10-13CIFS: Simplify byte range locking codePavel Shilovsky
2011-10-12cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton
2011-10-12cifs: switch CIFSSMBQAllEAs to use memcmpJeff Layton
2011-09-19cifs: fix possible memory corruption in CIFSFindNextJeff Layton
2011-07-31cifs: remove unneeded variable initialization in cifs_reconnect_tconJeff Layton
2011-07-31cifs: fix compiler warning in CIFSSMBQAllEAsJeff Layton
2011-07-31cifs: fix name parsing in CIFSSMBQAllEAsJeff 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