[CIFS] Fix paths when share is in DFS to include proper prefix
[safe/jmp/linux-2.6] / fs / cifs / connect.c
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
2006-06-23 Steve French[CIFS] Enable sec flags on mount for cifs (part one)
2006-06-13 Pavel Machek[CIFS] Fix suspend/resume problem which causes EIO...
2006-06-01 Steve French[CIFS] Support for setting up SMB sessions to legacy...
2006-05-31 Steve French[CIFS] Support for setting up SMB sessions to legacy...
2006-05-30 Steve French[CIFS] Fix typos in previous fix
2006-05-30 Steve French[CIFS] fix memory leak in cifs session info struct...
2006-05-30 Steve French[CIFS] Do not limit the length of share names (was...
2006-04-24 Steve French[CIFS] Fix compile error when CONFIG_CIFS_EXPERIMENTAL...
2006-04-22 Steve French[CIFS] Readdir fixes to allow search to start at arbitr...
2006-03-05 Steve French[CIFS] Always match oplock break (cache notification...
2006-03-03 Steve French[CIFS] Fix slow oplock break response when mounts to...
2006-03-03 Steve French[CIFS] Workaround various server bugs found in testing...
2006-03-02 Steve French[CIFS] Make POSIX CIFS Extensions SetFSInfo match exact...
2006-02-24 Steve French[CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffe...
2006-02-22 Steve FrenchMerge ... /linux/kernel/git/torvalds/linux-2.6.git
2006-02-22 Steve French[PATCH] CIFS: CIFSSMBRead was returning an invalid...
2006-02-14 Steve French[CIFS] SessionSetup cleanup part 2
2006-02-09 Steve French[CIFS] Cleanup NTLMSSP session setup handling
2006-01-28 Steve French[CIFS] Remove compiler warning
2006-01-25 Steve French[CIFS] Make cifs default wsize match what we actually...
2006-01-14 Steve French[CIFS] Fix CIFS to recognize share mode security
2006-01-12 Steve French[CIFS] Add worker function for Get ACL cifs style
2005-12-13 Steve French[CIFS] Avoid extra large buffer allocation (and memcpy...
2005-12-02 Steve French[CIFS] Kerberos and CIFS ACL support part 1
2005-11-11 Steve French[CIFS] Cleanup sparse warnings for unicode little endia...
2005-11-10 Steve French[CIFS] Reserve upcall IDX value for CIFS with connector...
next