aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-04[CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French
2012-01-03cifs: propagate umode_tAl Viro
2012-01-03cifs: fix bad buffer length check in coalesce_t2Jeff Layton
2011-12-08cifs: attempt to freeze while looping on a receive attemptJeff Layton
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker
2011-10-29cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar
2011-10-28Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-19cifs: tune bdi.ra_pages in accordance with the rsizeJeff Layton
2011-10-19cifs: allow for larger rsize= options and change defaultsJeff Layton
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-19cifs: break out 3rd receive phase into separate functionJeff Layton
2011-10-19cifs: find mid earlier in receive codepathJeff Layton
2011-10-19cifs: move buffer pointers into TCP_Server_InfoJeff Layton
2011-10-19cifs: eliminate is_multi_rsp parm to find_cifs_midJeff Layton
2011-10-19cifs: move mid finding into separate routineJeff Layton
2011-10-19cifs: add a third receive phase to cifs_demultiplex_threadJeff Layton
2011-10-19cifs: keep a reusable kvec array for receivesJeff Layton
2011-10-19cifs: turn read_from_socket into a wrapper around a vectorized versionJeff Layton
2011-10-13cifs: clean up check_rfc1002_headerJeff Layton
2011-10-13CIFS: Fix incorrect max RFC1002 write size valuePavel Shilovsky
2011-10-13cifs: simplify read_from_socketJeff Layton
2011-10-12cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar
2011-10-12cifs: check for unresponsive server every time we call kernel_recvmsgJeff Layton
2011-10-12cifs: make smb_msg local to read_from_socketJeff Layton
2011-10-12cifs: trivial: remove obsolete commentJeff Layton
2011-10-12cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton
2011-10-07[CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2Steve French
2011-09-27CIFS: Don't free volume_info->UNC until we are entirely done with it.Jesper Juhl
2011-09-19Fix the conflict between rwpidforward and rw mount optionsSteve French
2011-08-18[CIFS] possible memory corruption on mountSteve French
2011-08-01CIFS: Cleanup demupltiplex thread exiting codePavel Shilovsky
2011-08-01CIFS: Move mid search to a separate functionPavel Shilovsky
2011-08-01CIFS: Move RFC1002 check to a separate functionPavel Shilovsky
2011-08-01CIFS: Simplify socket reading in demultiplex threadPavel Shilovsky
2011-08-01CIFS: Move buffer allocation to a separate functionPavel Shilovsky
2011-07-31cifs: trivial: goto out here is unnecessaryJeff Layton
2011-07-20cifs: fix the type of cifs_demultiplex_thread()Al Viro
2011-07-12[CIFS] update limit for snprintf in cifs_construct_tconSteve French
2011-07-11cifs: drop spinlock before calling cifs_put_tlinkJeff Layton
2011-07-09cifs: fix expand_dfs_referralJeff Layton
2011-07-09cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALLJeff Layton
2011-07-08cifs: factor smb_vol allocation out of cifs_setup_volume_infoJeff Layton
2011-07-06cifs: have cifs_cleanup_volume_info not take a double pointerJeff Layton
2011-07-06cifs: fix build_unc_path_to_root to account for a prefixpathJeff Layton
2011-07-06cifs: remove bogus call to cifs_cleanup_volume_infoJeff Layton
2011-07-01cifs: set socket send and receive timeouts before attempting connectJeff Layton