summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: fix error handling in mount-time DFS referral chasing codeJeff Layton2009-07-281-3/+10
* cifs: fix sb->s_maxbytes so that it casts properly to a signed valueJeff Layton2009-07-221-4/+4
* cifs: free nativeFileSystem field before allocating a new oneJeff Layton2009-07-201-0/+1
* [CIFS] remove unknown mount option warning messageSteve French2009-06-261-0/+4
* [CIFS] Copy struct *after* setting the port, instead of before.Simo Leone2009-06-251-2/+2
* cifs: remove rw/ro optionsJeff Layton2009-06-251-6/+0Star
* cifs: have cifs parse scope_id out of IPv6 addresses and use itJeff Layton2009-06-251-2/+4
* cifs: add new routine for converting AF_INET and AF_INET6 addrsJeff Layton2009-06-131-17/+4Star
* cifs: remove never-used in6_addr optionJeff Layton2009-06-101-11/+0Star
* cifs: add addr= mount option alias for ip=Jeff Layton2009-06-101-1/+2
* cifs: make overriding of ownership conditional on new mount optionsJeff Layton2009-06-061-4/+4
* cifs: fix IPv6 address length checkJeff Layton2009-06-021-1/+3
* cifs: make serverino the default when mountingJeff Layton2009-05-281-0/+2
* cifs: tighten up default file_mode/dir_modeJeff Layton2009-05-261-3/+3
* [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmsspSteve French2009-05-061-0/+7
* [CIFS] NTLMSSP support moving into new file, old dead code removedSteve French2009-05-021-730/+0Star
* [CIFS] Remove sparse endian warningsSteve French2009-05-011-10/+13
* [CIFS] Add remaining ntlmssp flags and standardize field namesSteve French2009-05-011-15/+15
* [CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped statusSteve French2009-04-301-2/+0Star
* [CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French2009-04-301-2/+3