summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
...
* cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton2012-07-161-1/+29
* CIFS: Move get_next_mid to ops structPavel Shilovsky2012-06-011-4/+4
* CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky2012-05-231-5/+5
* CIFS: Move protocol specific part from cifs_readv_receive to ops structPavel Shilovsky2012-05-231-27/+7
* CIFS: Move header_size/max_header_size to ops structurePavel Shilovsky2012-05-231-3/+4
* cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar2012-05-171-7/+5
* cifs: add refcounting to cifs_readdata structuresJeff Layton2012-05-161-0/+3
* cifs: abstract out function to marshal the iovec for readv receivesJeff Layton2012-05-161-63/+4
* cifs: make cifs_readdata_alloc take a work_func_t argJeff Layton2012-05-161-50/+0
* fs/cifs: fix parsing of dfs referralsStefan Metzmacher2012-05-031-1/+5
* cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton2012-03-311-12/+12
* cifs: convert cifs_iovec_write to use async writesJeff Layton2012-03-231-1/+3
* cifs: call cifs_update_eof with i_lock heldJeff Layton2012-03-231-0/+2
* cifs: abstract out function to marshal up the iovec array for async writesJeff Layton2012-03-231-10/+7
* cifs: allow caller to specify completion op when allocating writedataJeff Layton2012-03-231-3/+3
* cifs: add pid field to cifs_writedataJeff Layton2012-03-231-2/+2
* cifs: add new cifsiod_wq workqueueJeff Layton2012-03-231-2/+2
* CIFS: Change mid_q_entry structure fieldsPavel Shilovsky2012-03-231-6/+6
* CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky2012-03-231-20/+38
* CIFS: Separate protocol-specific code from transport routinesPavel Shilovsky2012-03-231-11/+10
* CIFS: Introduce credit-based flow controlPavel Shilovsky2012-03-211-8/+5
* CIFS: Simplify inFlight logicPavel Shilovsky2012-03-211-3/+3
* CIFS: Respect negotiated MaxMpxCountPavel Shilovsky2012-03-201-2/+7
* CIFS: Rename *UCS* functions to *UTF16*Steve French2012-01-181-78/+84
* CIFS: Send as many mandatory unlock ranges at once as possiblePavel Shilovsky2011-10-241-0/+40
* CIFS: Implement caching mechanism for posix brlocksPavel Shilovsky2011-10-241-4/+4
* CIFS: Fix error handling in cifs_readv_completePavel Shilovsky2011-10-211-1/+1
* cifs: add cifs_async_readvJeff Layton2011-10-191-0/+359
* cifs: add a callback function to receive the rest of the frameJeff Layton2011-10-191-2/+3
* cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar2011-10-171-2/+2
* CIFS: Simplify byte range locking codePavel Shilovsky2011-10-131-2/+2
* cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton2011-10-121-23/+9
* cifs: switch CIFSSMBQAllEAs to use memcmpJeff Layton2011-10-121-1/+1
* cifs: fix possible memory corruption in CIFSFindNextJeff Layton2011-09-191-1/+2
* cifs: remove unneeded variable initialization in cifs_reconnect_tconJeff Layton2011-07-311-1/+1
* cifs: fix compiler warning in CIFSSMBQAllEAsJeff Layton2011-07-311-5/+1
* cifs: fix name parsing in CIFSSMBQAllEAsJeff Layton2011-07-311-1/+7
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-83/+83
* Fix extended security auth failureSteve French2011-05-271-11/+6
* CIFS: Add rwpidforward mount optionPavel Shilovsky2011-05-271-5/+12
* CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky2011-05-261-7/+26
* cifs: add cifs_async_writevJeff Layton2011-05-251-0/+236
* cifs: add ignore_pend flag to cifs_call_asyncJeff Layton2011-05-231-1/+1
* cifs: make cifs_send_async take a kvec arrayJeff Layton2011-05-231-2/+4
* cifs: keep BCC in little-endian formatJeff Layton2011-05-191-30/+32
* consistently use smb_buf_length as be32 for cifs (try 3)Steve French2011-05-191-58/+65
* cifs: fix comment in validate_t2Jeff Layton2011-05-191-2/+3
* cifs: cleanup: Rename and remove config flagsShirish Pargaonkar2011-05-191-4/+0
* Don't compile in unused reparse point symlink codeSteve French2011-05-191-2/+12
* Remove unused CIFSSMBNotify worker functionSteve French2011-05-191-74/+95
OpenPOWER on IntegriCloud