[CIFS] Neaten cERROR and cFYI macros, reduce text space
[safe/jmp/linux-2.6] / fs / cifs / connect.c
2010-04-21 Joe Perches[CIFS] Neaten cERROR and cFYI macros, reduce text space
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-25 Steve French[CIFS] pSesInfo->sesSem is used as mutex. Rename it...
2010-01-01 Steve French[CIFS] Add support for TCP_NODELAY
2009-12-03 Jeff Laytoncifs: NULL out tcon, pSesInfo, and srvTcp pointers...
2009-11-06 Jeff Laytoncifs: don't use CIFSGetSrvInodeNumber in is_path_accessible
2009-10-06 Steve French[CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_...
2009-09-24 Jeff Laytoncifs: convert oplock breaks to use slow_work facility...
2009-09-01 Steve French[CIFS] Fix checkpatch warnings
2009-09-01 Suresh JayaramanPATCH] cifs: fix broken mounts when a SSH tunnel is...
2009-08-02 Jeff Laytoncifs: reinstate original behavior when uid=/gid= option...
2009-07-28 Jeff Laytoncifs: fix error handling in mount-time DFS referral...
2009-07-22 Jeff Laytoncifs: fix sb->s_maxbytes so that it casts properly...
2009-07-20 Jeff Laytoncifs: free nativeFileSystem field before allocating...
2009-06-26 Steve French[CIFS] remove unknown mount option warning message
2009-06-25 Simo Leone[CIFS] Copy struct *after* setting the port, instead...
2009-06-25 Jeff Laytoncifs: remove rw/ro options
2009-06-25 Jeff Laytoncifs: have cifs parse scope_id out of IPv6 addresses...
2009-06-13 Jeff Laytoncifs: add new routine for converting AF_INET and AF_INE...
2009-06-10 Jeff Laytoncifs: remove never-used in6_addr option
2009-06-10 Jeff Laytoncifs: add addr= mount option alias for ip=
2009-06-06 Jeff Laytoncifs: make overriding of ownership conditional on new...
2009-06-02 Jeff Laytoncifs: fix IPv6 address length check
2009-05-28 Jeff Laytoncifs: make serverino the default when mounting
2009-05-26 Jeff Laytoncifs: tighten up default file_mode/dir_mode
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
next