aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-07cifs: don't return error from standard_receive3 after marking response malformedJeff Layton1-3/+4
2012-02-07cifs: fix error handling when cifscreds key payload is an errorJeff Layton1-1/+1
2012-01-31cifs: fix printk format warningsRandy Dunlap1-4/+4
2012-01-24cifs: NULL dereference on allocation failureDan Carpenter1-4/+2
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French1-2/+2
2012-01-17cifs: fetch credentials out of keyring for non-krb5 auth multiuser mountsJeff Layton1-10/+165
2012-01-17cifs: sanitize username handlingJeff Layton1-7/+12
2012-01-17cifs: lower default wsize when unix extensions are not usedJeff Layton1-4/+19
2012-01-17cifs: better instrumentation for coalesce_t2Jeff Layton1-34/+50
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-04[CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French1-1/+1
2012-01-03cifs: propagate umode_tAl Viro1-1/+1
2012-01-03cifs: fix bad buffer length check in coalesce_t2Jeff Layton1-1/+1
2011-12-08cifs: attempt to freeze while looping on a receive attemptJeff Layton1-0/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker1-0/+1
2011-10-29cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar1-1/+1
2011-10-28Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-273/+424
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-10-19cifs: tune bdi.ra_pages in accordance with the rsizeJeff Layton1-2/+19
2011-10-19cifs: allow for larger rsize= options and change defaultsJeff Layton1-47/+73
2011-10-19cifs: add cifs_async_readvJeff Layton1-13/+13
2011-10-19cifs: add a callback function to receive the rest of the frameJeff Layton1-1/+5
2011-10-19cifs: break out 3rd receive phase into separate functionJeff Layton1-42/+59
2011-10-19cifs: find mid earlier in receive codepathJeff Layton1-15/+9
2011-10-19cifs: move buffer pointers into TCP_Server_InfoJeff Layton1-55/+46
2011-10-19cifs: eliminate is_multi_rsp parm to find_cifs_midJeff Layton1-20/+16
2011-10-19cifs: move mid finding into separate routineJeff Layton1-47/+66
2011-10-19cifs: add a third receive phase to cifs_demultiplex_threadJeff Layton1-7/+24
2011-10-19cifs: keep a reusable kvec array for receivesJeff Layton1-2/+20
2011-10-19cifs: turn read_from_socket into a wrapper around a vectorized versionJeff Layton1-7/+61
2011-10-13cifs: clean up check_rfc1002_headerJeff Layton1-33/+30
2011-10-13CIFS: Fix incorrect max RFC1002 write size valuePavel Shilovsky1-2/+2
2011-10-13cifs: simplify read_from_socketJeff Layton1-53/+24
2011-10-12cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar1-0/+27
2011-10-12cifs: check for unresponsive server every time we call kernel_recvmsgJeff Layton1-11/+22
2011-10-12cifs: make smb_msg local to read_from_socketJeff Layton1-9/+8
2011-10-12cifs: trivial: remove obsolete commentJeff Layton1-6/+0
2011-10-12cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton1-6/+5
2011-10-07[CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2Steve French1-1/+1
2011-09-27CIFS: Don't free volume_info->UNC until we are entirely done with it.Jesper Juhl1-1/+1
2011-09-19Fix the conflict between rwpidforward and rw mount optionsSteve French1-2/+2
2011-08-18[CIFS] possible memory corruption on mountSteve French1-1/+2
2011-08-01CIFS: Cleanup demupltiplex thread exiting codePavel Shilovsky1-77/+96
2011-08-01CIFS: Move mid search to a separate functionPavel Shilovsky1-65/+61
2011-08-01CIFS: Move RFC1002 check to a separate functionPavel Shilovsky1-49/+67
2011-08-01CIFS: Simplify socket reading in demultiplex threadPavel Shilovsky1-83/+71
2011-08-01CIFS: Move buffer allocation to a separate functionPavel Shilovsky1-37/+55
2011-07-31cifs: trivial: goto out here is unnecessaryJeff Layton1-6/+0
2011-07-20cifs: fix the type of cifs_demultiplex_thread()Al Viro1-2/+3