summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton2010-12-071-1/+1
* cifs: fix check of error return from is_path_accessableJeff Layton2010-12-071-1/+1
* cifs: remove Local_System_NameJeff Layton2010-12-061-13/+10
* cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman2010-12-021-0/+15
* cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is setSuresh Jayaraman2010-11-301-0/+5
* cifs: trivial comment fix: tlink_tree is now a rbtreeSuresh Jayaraman2010-11-041-1/+1
* cifs: convert tlink_tree to a rbtreeJeff Layton2010-11-021-81/+96
* cifs: store pointer to master tlink in superblock (try #2)Jeff Layton2010-11-021-16/+4
* cifs: Cleanup and thus reduce smb session structure and fields used during au...Shirish Pargaonkar2010-10-291-6/+5
* NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar2010-10-291-2/+2
* NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar2010-10-271-4/+4
* NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar2010-10-261-3/+13
* cifs: cifs_convert_address() returns zero on errorDan Carpenter2010-10-261-1/+1
* NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar2010-10-261-3/+15
* cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman2010-10-211-35/+35
* NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar2010-10-141-4/+14
* [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/+0
* cifs: allow matching of tcp sessions in CifsNew stateJeff Layton2010-09-291-9/+0
* 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-141-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/+12
* cifs: prevent cifsd from exiting prematurelyJeff Layton2010-09-081-9/+7
* Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French2010-09-081-12/+1
* 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/+0
* 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/+36
* cifs: set the port in sockaddr in a more clearly defined fashionJeff Layton2010-08-021-7/+5
* 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-051-31/+47
* cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton2010-04-281-3/+1
OpenPOWER on IntegriCloud