aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2012-02-07cifs: don't return error from standard_receive3 after marking response malformedJeff Layton
2012-02-07cifs: fix error handling when cifscreds key payload is an errorJeff Layton
2012-01-31cifs: fix printk format warningsRandy Dunlap
2012-01-24cifs: NULL dereference on allocation failureDan Carpenter
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French
2012-01-17cifs: fetch credentials out of keyring for non-krb5 auth multiuser mountsJeff Layton
2012-01-17cifs: sanitize username handlingJeff Layton
2012-01-17cifs: lower default wsize when unix extensions are not usedJeff Layton
2012-01-17cifs: better instrumentation for coalesce_t2Jeff Layton
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