aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-03Fix UNC parsing on mountSachin Prabhu1-7/+7
2012-04-03Remove unnecessary check for NULL in password parserSachin Prabhu1-2/+1
2012-03-27CIFS: Add missed forcemand mount optionPavel Shilovsky1-2/+5
2012-03-23cifs: handle "sloppy" option appropriatelyJeff Layton1-3/+18
2012-03-23cifs: use standard token parser for mount optionsSachin Prabhu1-524/+814
2012-03-23cifs: add new cifsiod_wq workqueueJeff Layton1-4/+4
2012-03-23CIFS: Change mid_q_entry structure fieldsPavel Shilovsky1-11/+11
2012-03-23CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky1-12/+0
2012-03-23CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky1-36/+42
2012-03-21CIFS: Delete echo_retries module parmPavel Shilovsky1-4/+14
2012-03-21CIFS: Introduce credit-based flow controlPavel Shilovsky1-8/+6
2012-03-21CIFS: Simplify inFlight logicPavel Shilovsky1-5/+5
2012-03-21cifs: fix issue mounting of DFS ROOT when redirecting from one domain controller to the nextJeff Layton1-1/+2
2012-03-20CIFS: Respect negotiated MaxMpxCountPavel Shilovsky1-7/+4
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