cifs: account for IPv6 in ses->serverName and clean up netbios name handling
[safe/jmp/linux-2.6] / fs / cifs / connect.c
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-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 Steve French[CIFS] Fix cifs reconnection flags
2008-11-03 Steve French[CIFS] Can't rely on iov length and base when kernel_re...
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
2007-09-20 Steve French[CIFS] Add warning message when broken server fails...
2007-09-15 Steve French[CIFS] Fix potential NULL pointer usage if kzalloc...
2007-09-15 Steve French[CIFS] typo in earlier cifs_reconnect fix
2007-08-31 Steve French[CIFS] Fix warnings shown by newer version of sparse
2007-08-30 Steve French[CIFS] formatting cleanup found by checkpatch
2007-08-30 Steve French[CIFS] fix for incorrect session reconnects
2007-07-19 Steve FrenchMerge branch 'master' of /linux/kernel/git/torvalds...
2007-07-18 Steve French[CIFS] Allow disabling CIFS Unix Extensions as mount...
2007-07-17 Steve French[CIFS] More whitespace/formatting fixes (noticed by...
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-13 Steve French[CIFS] whitespace/formatting fixes
2007-07-10 Steve French[CIFS] whitespace cleanup
2007-07-09 Steve French[CIFS] Fix packet signatures for NTLMv2 case
2007-06-27 Steve French[CIFS] whitespace cleanup
2007-06-25 Jeff[CIFS] Do not allow signals in cifs_demultiplex_thread
2007-06-24 Steve French[CIFS] Add in some missing flags and cifs README and...
2007-05-24 Steve French[CIFS] typo in previous patch
2007-05-23 Steve French[CIFS] Fix oops on failed cifs mount (in kthread_stop)
2007-05-05 Jeff Layton[CIFS] Make sec=none force an anonymous mount
2007-05-03 Steve French[CIFS] Fix oops in reset_cifs_unix_caps on reconnect
2007-04-30 Steve French[CIFS] UID/GID override on CIFS mounts to Samba
2007-04-26 Steve French[CIFS] prefixpath mounts to servers supporting posix...
2007-04-25 Steve French[CIFS] Add IPv6 support
2007-04-03 Igor Mammedov[CIFS] Switch cifsd to kthread_run from kernel_thread
2007-02-14 Steve French[CIFS] on reconnect to Samba - reset the unix capabilities
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-10-30 Steve French[CIFS] Allow null user connections
2006-10-13 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2006-10-12 Steve French[CIFS] Missing flags2 for DFS
2006-10-02 Serge E. Hallyn[PATCH] namespaces: utsname: switch to using uts namespaces
2006-09-30 Steve French[CIFS] Do not send newer QFSInfo to legacy servers...
2006-09-30 Steve French[CIFS] Rename server time zone field
2006-09-28 Steve French[CIFS] Remove static and unused symbols
2006-09-21 Steve French[CIFS] Support deep tree mounts (e.g. mounts to //serve...
2006-08-15 Steve French[CIFS] Fix oops in cifs_close due to unitialized lock...
2006-08-11 Steve French[CIFS] Allow cifsd to suspend if connection is lost
2006-08-11 Steve French[CIFS] Do not time out posix brl requests when using...
2006-06-27 Steve French[CIFS] Fix allocation of buffers for new session setup...
2006-06-26 Steve French[CIFS] remove some redundant null pointer checks
next