summaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
AgeCommit message (Expand)Author
2012-07-24CIFS: Process reconnects for SMB2 sharesPavel Shilovsky
2012-07-24CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky
2012-07-24CIFS: Move protocol specific tcon/tdis code to ops structPavel Shilovsky
2012-07-24CIFS: Move protocol specific session setup/logoff code to ops structPavel Shilovsky
2012-07-24CIFS: Move protocol specific negotiate code to ops structPavel Shilovsky
2012-07-24CIFS: Extend credit mechanism to process request typePavel Shilovsky
2012-07-23cifs: move file_lock off stack in cifs_push_posix_locksJeff Layton
2012-07-23cifs: remove extraneous newlines from cERROR and cFYI callsJeff Layton
2012-07-16cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky
2012-05-23CIFS: Move protocol specific part from cifs_readv_receive to ops structPavel Shilovsky
2012-05-23CIFS: Move header_size/max_header_size to ops structurePavel Shilovsky
2012-05-17cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar
2012-05-16cifs: add refcounting to cifs_readdata structuresJeff Layton
2012-05-16cifs: abstract out function to marshal the iovec for readv receivesJeff Layton
2012-05-16cifs: make cifs_readdata_alloc take a work_func_t argJeff Layton
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