summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton2010-05-051-31/+47
* cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton2010-04-281-3/+1
* 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/+125
* 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/+0
* [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/+0
* [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/+0
* 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/+4
* cifs: remove never-used in6_addr optionJeff Layton2009-06-101-11/+0
* 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/+0
* [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/+0
* [CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French2009-04-301-2/+3
* Added loop check when mounting DFS tree.Igor Mammedov2009-04-301-0/+13
* [CIFS] Remove older session setup implementationSteve French2009-04-301-374/+7
* cifs: convert CIFSTCon to use new unicode helper functionsJeff Layton2009-04-301-35/+14
* cifs: remove unneeded bcc_ptr update in CIFSTConJeff Layton2009-04-171-1/+0
* cifs: add cFYI messages with some of the saved strings from ssetup/tconJeff Layton2009-04-171-1/+4
* cifs: fix buffer size for tcon->nativeFileSystem fieldJeff Layton2009-04-171-5/+2
* [CIFS] remove some build warningsSteve French2009-04-171-3/+5
* [CIFS] Fix build break from recent DFS patch when DFS support not enabledSteve French2009-04-171-0/+4
* Remote DFS root support.Igor Mammedov2009-04-171-32/+120
* cifs: remove some pointless conditionals before kfree()Wei Yongjun2009-04-171-24/+12
* [CIFS] Fix memory overwrite when saving nativeFileSystem field during mountSteve French2009-03-181-1/+1
* [CIFS] fix build errorSteve French2009-03-121-1/+1
OpenPOWER on IntegriCloud