Merge commit 'v2.6.30' into for-2.6.31
[safe/jmp/linux-2.6] / fs / cifs / connect.c
2009-05-06 Steve French[CIFS] Allow raw ntlmssp code to be enabled with sec...
2009-05-02 Steve French[CIFS] NTLMSSP support moving into new file, old dead...
2009-05-01 Steve French[CIFS] Remove sparse endian warnings
2009-05-01 Steve French[CIFS] Add remaining ntlmssp flags and standardize...
2009-04-30 Steve French[CIFS] Remove unneeded QuerySymlink call and fix mappin...
2009-04-30 Steve French[CIFS] rename cifs_strndup to cifs_strndup_from_ucs
2009-04-30 Igor MammedovAdded loop check when mounting DFS tree.
2009-04-30 Steve French[CIFS] Remove older session setup implementation
2009-04-30 Jeff Laytoncifs: convert CIFSTCon to use new unicode helper functions
2009-04-17 Jeff Laytoncifs: remove unneeded bcc_ptr update in CIFSTCon
2009-04-17 Jeff Laytoncifs: add cFYI messages with some of the saved strings...
2009-04-17 Jeff Laytoncifs: fix buffer size for tcon->nativeFileSystem field
2009-04-17 Steve French[CIFS] remove some build warnings
2009-04-17 Steve French[CIFS] Fix build break from recent DFS patch when DFS...
2009-04-17 Igor MammedovRemote DFS root support.
2009-04-17 Wei Yongjuncifs: remove some pointless conditionals before kfree()
2009-03-18 Steve French[CIFS] Fix memory overwrite when saving nativeFileSyste...
2009-03-12 Steve French[CIFS] fix build error
2009-03-12 Steve French[CIFS] Add new nostrictsync cifs mount option to avoid...
2009-02-21 Igor Mammedov[CIFS] Prevent OOPs when mounting with remote prefixpath.
2009-01-30 Steve French[CIFS] ipv6_addr_equal for address comparison
2009-01-29 Jeff Laytoncifs: make sure we allocate enough storage for socket...
2009-01-29 Steve French[CIFS] Make socket retry timeouts consistent between...
2009-01-29 Jeff Laytoncifs: turn smb_send into a wrapper around smb_sendv
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2008-12-26 Jeff Laytoncifs: store password in tcon
2008-12-26 Jeff Laytoncifs: have calc_lanman_hash take more granular args
2008-12-26 Steve French[CIFS] various minor cleanups pointed out by checkpatch...
2008-12-26 Steve French[CIFS] add mount option to send mandatory rather than...
2008-12-26 Jeff Laytoncifs: make ipv6_connect take a TCP_Server_Info arg
2008-12-26 Jeff Laytoncifs: make ipv4_connect take a TCP_Server_Info arg
2008-12-26 Jeff Laytoncifs: don't declare smb_vol info on the stack
2008-12-26 Jeff Laytoncifs: move allocation of new TCP_Server_Info into separ...
2008-12-26 Jeff Laytoncifs: account for IPv6 in ses->serverName and clean...
2008-12-26 Jeff Laytoncifs: convert tcpSem to a mutex
2008-12-26 Jeff Laytoncifs: take module reference when starting cifsd
2008-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-18 James MorrisMerge branch 'master' into next
2008-11-17 Steve French[CIFS] Fix check for tcon seal setting and fix oops...
2008-11-17 Jeff Laytoncifs: reinstate sharing of tree connections
2008-11-15 Steve French[CIFS] minor cleanup to cifs_mount
2008-11-14 Jeff Laytoncifs: reinstate sharing of SMB sessions sans races
2008-11-14 Jeff Laytoncifs: disable sharing session and tcon and add new...
2008-11-14 Steve French[CIFS] clean up server protocol handling
2008-11-13 David HowellsCRED: Wrap task credential accesses in the CIFS filesystem
2008-11-13 Steve French[CIFS] Fix cifs reconnection flags
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-03 Steve French[CIFS] Can't rely on iov length and base when kernel_re...
2008-10-31 Harvey Harrisonfs: replace NIPQUAD()
2008-10-29 Steve French[CIFS] Reduce number of socket retries in large write...
2008-10-23 Jeff Laytoncifs: handle the TCP_Server_Info->tsk field more carefully
2008-10-23 Steve French[CIFS] improve setlease handling
2008-10-16 Jeff Layton[CIFS] eliminate usage of kthread_stop for cifsd
2008-10-16 Steve French[CIFS] Add nodfs mount option
2008-08-19 Jeff Laytoncifs: add local server pointer to cifs_setup_session
2008-08-08 Steve French[CIFS] list entry can not return null
2008-08-06 Steve French[CIFS] Code cleanup in old sessionsetup code
2008-08-04 Jeff Laytonremove locking around tcpSesAllocCount atomic variable
2008-07-24 Harvey Harrisoncifs: assorted endian annotations
2008-07-23 Jeff Laytonlockdep: annotate cifs in-kernel sockets
2008-06-10 Steve French[CIFS] Fix hang in mount when negprot causes server...
2008-05-23 Steve French[CIFS] warn if both dynperm and cifsacl mount options...
2008-05-15 Steve French[CIFS] enable parsing for transport encryption mount...
2008-05-15 Steve French[CIFS] Finishup DFS code
2008-05-15 Steve French[CIFS] Fix paths when share is in DFS to include proper...
2008-05-13 Steve French[CIFS] cleanup old checkpatch warnings
2008-05-12 Jeff Layton[CIFS] CIFS currently allows for permissions to be...
2008-05-11 Steve French[CIFS] don't allow demultiplex thread to exit until...
2008-05-11 Jeff Layton[CIFS] add local struct inode pointer to cifs_setattr
2008-05-11 Cyrill Gorcunov[CIFS] cifs_find_tcp_session cleanup
2008-05-08 Igor Mammedov[CIFS] Fixed build warning in is_ip
2008-05-06 Steve French[CIFS] cleanup cifsd completion
2008-05-06 Steve French[CIFS] Remove over-indented code in find_unc().
2008-04-29 Steve French[CIFS] convert usage of implicit booleans to bool
2008-04-15 Steve French[CIFS] Fix oops when slow oplock process races with...
2008-02-15 Steve French[CIFS] fix prepath conversion when server supports...
2008-02-15 Igor Mammedov[CIFS] Only convert / when server does not support...
2008-02-14 Steve French[CIFS] fixup prefixpaths which contain multiple path...
2008-02-12 Steve French[CIFS] clean up some hard to read ifdefs
2008-01-25 Steve French[CIFS] DFS build fixes
2008-01-03 Steve French[CIFS] hold ses sem on tcp session reconnect during...
2007-12-31 Jeff Layton[CIFS] redo existing session setup if needed in cifs_mount
2007-11-20 Petr Tesarik[CIFS] Fix spurious reconnect on 2nd peek from read...
2007-11-16 Steve French[CIFS] minor checkpatch cleanup
2007-11-16 Jeff Layton[CIFS] add hostname field to TCP_Server_Info struct
2007-11-16 Jeff Layton[CIFS] clean up error handling in cifs_mount
2007-11-13 Steve French[CIFS] Fix buffer overflow if server sends corrupt...
2007-11-13 Trond Myklebust[NET]: Add the helper kernel_sock_shutdown()
2007-11-09 Jeff Layton[CIFS] fix oops on second mount to same server when...
2007-11-01 Steve French[CIFS] If no Access Control Entries, set mode perm...
2007-10-19 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-17 Steve French[CIFS] fix bad handling of EAGAIN error on kernel_recvm...
2007-10-16 Cyrill Gorcunov[CIFS] formatting fixes
2007-10-04 Steve French[CIFS] Fix cifsd so shuts down when signing fails durin...
2007-10-03 Mariusz Kozlowski[CIFS] remove some redundant argument checks
2007-09-28 Steve French[CIFS] CIFS support for named pipes (part 1)
2007-09-24 Steve French[CIFS] Support for CIFS ACLs (part 1)
2007-09-20 Steve French[CIFS] fix typo in previous commit
next