summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Added loop check when mounting DFS tree.Igor Mammedov2009-04-301-0/+13
* [CIFS] Remove older session setup implementationSteve French2009-04-301-374/+7Star
* cifs: convert CIFSTCon to use new unicode helper functionsJeff Layton2009-04-301-35/+14Star
* cifs: remove unneeded bcc_ptr update in CIFSTConJeff Layton2009-04-171-1/+0Star
* 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/+2Star
* [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/+12Star
* [CIFS] Fix memory overwrite when saving nativeFileSystem field during mountSteve French2009-03-181-1/+1
* [CIFS] fix build errorSteve French2009-03-121-1/+1
* [CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flushSteve French2009-03-121-0/+7
* [CIFS] Prevent OOPs when mounting with remote prefixpath.Igor Mammedov2009-02-211-0/+45
* [CIFS] ipv6_addr_equal for address comparisonSteve French2009-01-301-3/+3
* cifs: make sure we allocate enough storage for socket addressJeff Layton2009-01-291-8/+8
* [CIFS] Make socket retry timeouts consistent between blocking and nonblocking...Steve French2009-01-291-2/+2
* cifs: turn smb_send into a wrapper around smb_sendvJeff Layton2009-01-291-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-4/+4
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-191-414/+411Star
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-071-13/+37
| |\ \