summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
...
* [CIFS] Remove build warningSteve French2010-10-081-1/+1
* cifs: implement recurring workqueue job to prune old tconsJeff Layton2010-10-081-1/+57
* cifs: add "multiuser" mount optionJeff Layton2010-10-071-0/+13
* cifs: add routines to build sessions and tcons on the flyJeff Layton2010-10-071-7/+261
* cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton2010-09-291-2/+2
* cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglersJeff Layton2010-09-291-2/+2
* cifs: add function to get a tcon from cifs_sbJeff Layton2010-09-291-2/+2
* [CIFS] Fix ordering of cleanup on module init failureSteve French2010-09-291-1/+0Star
* cifs: allow matching of tcp sessions in CifsNew stateJeff Layton2010-09-291-9/+0Star
* cifs: add "mfsymlinks" mount optionStefan Metzmacher2010-09-291-0/+11
* cifs: Allow binding to local IP address.Ben Greear2010-09-291-2/+88
* cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar2010-09-291-0/+2
* cifs: fix potential double put of TCP session referenceJeff Layton2010-09-151-3/+3
* cifs: prevent possible memory corruption in cifs_demultiplex_threadJeff Layton2010-09-081-1/+2
* cifs: eliminate some more premature cifsd exitsJeff Layton2010-09-081-29/+12Star
* cifs: prevent cifsd from exiting prematurelyJeff Layton2010-09-081-9/+7Star
* Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French2010-09-081-12/+1Star
* cifs: check for NULL session passwordJeff Layton2010-08-231-0/+1
* [CIFS] Fix ntlmv2 auth with ntlmsspSteve French2010-08-201-1/+12
* cifs: fix NULL pointer dereference in cifs_find_smb_sesJeff Layton2010-08-181-1/+2
* CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells2010-08-051-0/+1
* cifs: fsc should not default to "on"Jeff Layton2010-08-021-3/+0Star
* cifs: ignore the "mand", "nomand" and "_netdev" mount optionsJeff Layton2010-08-021-0/+6
* [CIFS] relinquish fscache cookie before freeing CIFSTconInfoSteve French2010-08-021-1/+1
* cifs: add separate cred_uid field to sesInfoJeff Layton2010-08-021-2/+5
* cifs: add mount option to enable local cachingSuresh Jayaraman2010-08-021-0/+8
* cifs: define superblock-level cache index objects and register themSuresh Jayaraman2010-08-021-0/+3
* cifs: clean up cifs_find_smb_ses (try #2)Jeff Layton2010-08-021-8/+18
* cifs: match secType when searching for existing tcp sessionJeff Layton2010-08-021-2/+53
* cifs: move address comparison into separate functionJeff Layton2010-08-021-37/+36Star
* cifs: set the port in sockaddr in a more clearly defined fashionJeff Layton2010-08-021-7/+5Star
* cifs: define server-level cache index objects and register themSuresh Jayaraman2010-08-021-0/+5
* cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton2010-05-061-31/+47
* cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton2010-04-281-3/+1Star
* cifs: change && to ||Dan Carpenter2010-04-261-1/+1
* cifs: rename "extended_security" to "global_secflags"Jeff Layton2010-04-261-1/+1
* cifs: move tcon find/create into separate functionJeff Layton2010-04-261-70/+86
* cifs: move SMB session creation code into separate functionJeff Layton2010-04-261-65/+93
* cifs: track local_nls in volume infoJeff Layton2010-04-261-5/+6
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-129/+125Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French2010-02-251-4/+4
* [CIFS] Add support for TCP_NODELAYSteve French2010-01-011-4/+26
* cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referralsJeff Layton2009-12-031-4/+9
* cifs: don't use CIFSGetSrvInodeNumber in is_path_accessibleJeff Layton2009-11-061-8/+0Star
* [CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session()Steve French2009-10-061-1/+2
* cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton2009-09-241-1/+0Star
* [CIFS] Fix checkpatch warningsSteve French2009-09-011-6/+6
* PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4)Suresh Jayaraman2009-09-011-12/+33
* cifs: reinstate original behavior when uid=/gid= options are specifiedJeff Layton2009-08-021-12/+30