summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| * | | fs: replace NIPQUAD()Harvey Harrison2008-10-311-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-12-281-311/+370
|\ \ \ \
| * | | | cifs: store password in tconJeff Layton2008-12-261-7/+18
| * | | | cifs: have calc_lanman_hash take more granular argsJeff Layton2008-12-261-1/+4
| * | | | [CIFS] various minor cleanups pointed out by checkpatch scriptSteve French2008-12-261-11/+7Star
| * | | | [CIFS] add mount option to send mandatory rather than advisory locksSteve French2008-12-261-0/+14
| * | | | cifs: make ipv6_connect take a TCP_Server_Info argJeff Layton2008-12-261-53/+50Star
| * | | | cifs: make ipv4_connect take a TCP_Server_Info argJeff Layton2008-12-261-77/+69Star
| * | | | cifs: don't declare smb_vol info on the stackJeff Layton2008-12-261-42/+49
| * | | | cifs: move allocation of new TCP_Server_Info into separate functionJeff Layton2008-12-261-132/+150
| * | | | cifs: account for IPv6 in ses->serverName and clean up netbios name handlingJeff Layton2008-12-261-12/+26
| * | | | cifs: convert tcpSem to a mutexJeff Layton2008-12-261-3/+3
| * | | | cifs: take module reference when starting cifsdJeff Layton2008-12-261-1/+8
| | |_|/ | |/| |
* | | | Merge branch 'master' into nextJames Morris2008-11-181-414/+411Star
|\| | |
| * | | [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earl...Steve French2008-11-171-3/+4
| * | | cifs: reinstate sharing of tree connectionsJeff Layton2008-11-171-31/+62
| * | | [CIFS] minor cleanup to cifs_mountSteve French2008-11-151-40/+34Star
| * | | cifs: reinstate sharing of SMB sessions sans racesJeff Layton2008-11-151-101/+125
| * | | cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton2008-11-151-133/+72Star
| * | | [CIFS] clean up server protocol handlingSteve French2008-11-141-27/+30
| * | | [CIFS] Fix cifs reconnection flagsSteve French2008-11-131-131/+131
| * | | [CIFS] Can't rely on iov length and base when kernel_recvmsg returns errorSteve French2008-11-031-2/+7
| | |/ | |/|
* / | CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells2008-11-141-2/+2
|/ /
* / [CIFS] Reduce number of socket retries in large write pathSteve French2008-10-291-13/+37
|/
* cifs: handle the TCP_Server_Info->tsk field more carefullyJeff Layton2008-10-231-13/+28
* [CIFS] improve setlease handlingSteve French2008-10-231-1/+7
* [CIFS] eliminate usage of kthread_stop for cifsdJeff Layton2008-10-161-29/+15Star
* [CIFS] Add nodfs mount optionSteve French2008-10-161-0/+9
* cifs: add local server pointer to cifs_setup_sessionJeff Layton2008-08-191-16/+17
* [CIFS] list entry can not return nullSteve French2008-08-081-5/+3Star
* [CIFS] Code cleanup in old sessionsetup codeSteve French2008-08-061-78/+72Star