aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-03cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBufferSizeJeff Layton1-6/+3
2012-06-12cifs: fix parsing of password mount optionSuresh Jayaraman1-15/+17
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky1-1/+1
2012-06-01CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safePavel Shilovsky1-2/+4
2012-05-23CIFS: Introduce SMB2 mounts as vers=2.1Steve French1-1/+8
2012-05-23CIFS: Move add/set_credits and get_credits_field to ops structurePavel Shilovsky1-2/+2
2012-05-23CIFS: Move protocol specific demultiplex thread calls to ops structPavel Shilovsky1-23/+4
2012-05-23CIFS: Move header_size/max_header_size to ops structurePavel Shilovsky1-8/+9
2012-05-16cifs: add a smb_version_operations/values structures and a smb_version enumJeff Layton1-1/+41
2012-05-16cifs: remove the vers= and version= synonyms for ver=Jeff Layton1-4/+1
2012-05-16cifs: add warning about change in default cache semantics in 3.7Jeff Layton1-0/+13
2012-05-16cifs: add deprecation warnings to strictcache and forcedirectioJeff Layton1-0/+6
2012-05-16cifs: add a cache= option to better describe the different cache flavorsJeff Layton1-3/+54
2012-05-16cifs: fix misspelling of "forcedirectio"Jeff Layton1-1/+2
2012-05-03cifs: make sure we ignore the credentials= and cred= optionsJeff Layton1-0/+2
2012-05-01cifs: add missing initialization of server->req_lockJeff Layton1-0/+1
2012-05-01cifs: don't cap ra_pages at the same level as default_backing_dev_infoJeff Layton1-17/+1
2012-04-24CIFS: Show backupuid/gid in /proc/mountsSachin Prabhu1-6/+6
2012-04-13Fix number parsing in cifs_parse_mount_optionsSachin Prabhu1-1/+1
2012-04-11Cleanup handling of NULL value passed for a mount optionSachin Prabhu1-61/+19
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