summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2013-09-26cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton
2013-08-14cifs: extend the buffer length enought for sprintf() usingChen Gang
2013-04-16cifs: Allow passwords which begin with a delimitorSachin Prabhu
2012-10-13cifs: reinstate the forcegid optionJeff Layton
2012-08-09cifs: reinstate sec=ntlmv2 mount optionJeff Layton
2012-07-29cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton
2012-07-16cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton
2012-07-16cifs: fix parsing of password mount optionSuresh Jayaraman
2012-05-16cifs: fix misspelling of "forcedirectio"Jeff Layton
2012-05-03cifs: make sure we ignore the credentials= and cred= optionsJeff Layton
2012-05-01cifs: add missing initialization of server->req_lockJeff Layton
2012-05-01cifs: don't cap ra_pages at the same level as default_backing_dev_infoJeff Layton
2012-04-24CIFS: Show backupuid/gid in /proc/mountsSachin Prabhu
2012-04-13Fix number parsing in cifs_parse_mount_optionsSachin Prabhu
2012-04-11Cleanup handling of NULL value passed for a mount optionSachin Prabhu
2012-04-03Fix UNC parsing on mountSachin Prabhu
2012-04-03Remove unnecessary check for NULL in password parserSachin Prabhu
2012-03-27CIFS: Add missed forcemand mount optionPavel Shilovsky
2012-03-23cifs: handle "sloppy" option appropriatelyJeff Layton
2012-03-23cifs: use standard token parser for mount optionsSachin Prabhu
2012-03-23cifs: add new cifsiod_wq workqueueJeff Layton
2012-03-23CIFS: Change mid_q_entry structure fieldsPavel Shilovsky
2012-03-23CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky
2012-03-23CIFS: Separate protocol-specific code from demultiplex codePavel Shilovsky
2012-03-21CIFS: Delete echo_retries module parmPavel Shilovsky
2012-03-21CIFS: Introduce credit-based flow controlPavel Shilovsky
2012-03-21CIFS: Simplify inFlight logicPavel Shilovsky
2012-03-21cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton
2012-03-20CIFS: Respect negotiated MaxMpxCountPavel Shilovsky
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