update to 2.6.9-rc1
[linux-flexiantxendom0-3.2.10.git] / fs / cifs / connect.c
2004-08-30 Hubert Mantelupdate to 2.6.9-rc1
2004-07-28 Steve French[CIFS] Resize cifs request buffer mempools as tcp sessi...
2004-07-18 Steve FrenchCIFS: Add missing mount option for optionally cifs...
2004-07-16 Alexander Viro[PATCH] sparse: iovec cleanups - cifs
2004-07-12 Steve FrenchSet Type field when creating block/char/pipe e.g. via...
2004-07-11 Steve Frenchclean up NULL vs. 0 warnings generated by sparse tool
2004-06-25 Steve FrenchDo not loop in cifsd demultiplex thread when someone...
2004-06-20 Steve FrenchDo not kill cifsd thread until last smb session on...
2004-06-18 Steve FrenchDo not send junk in bcc area of oplock break SMB Lock...
2004-06-15 Olaf Kirch- vgettimeofday patch from John Stultz to fix LTP getti...
2004-06-13 Steve Frenchdo not filemap_fdatawrite when reconnecting in write...
2004-06-13 Steve Frenchlock session when reconnecting so we do not oops in...
2004-06-10 Steve FrenchFix sparse tool compile warnings for cifs
2004-06-09 Olaf Kirch- IPv6 Fix from Shirley Ma to use proper ip6_output...
2004-06-07 Steve FrenchAdd 2 missing kmalloc failure checks during cifs mount...
2004-06-07 Steve FrenchFix race in updating tcpStatus field
2004-06-03 Steve Frenchwhitespace and comment cleanup
2004-05-27 Olaf Kirch- Updated to cifs 1.16 to fix the prepare write bug...
2004-05-26 Steve Frenchmissing init for new request_q
2004-05-26 Steve FrenchKeep number of active (on the network at one time)...
2004-05-25 Olaf Kirch- Fix lustre patch to work with updated cifs patch
2004-05-19 Olaf Kirch- Updated CIFS to cifs-1.15-suse provided by Steve...
2004-05-18 Steve Frenchdo not recurse into the filesystem allocating sk buffs
2004-05-18 Olaf Kirch- Merged several CIFS fixes from Steve French:
2004-05-14 Steve FrenchAdd missing mount parameters
2004-05-08 James Morris[NET]: Add sock_create_kern()
2004-05-02 Andreas Gruenbacher- Add move-job-control-stuff-tosignal_struct.patch.
2004-05-01 Steve Frencheven if O_CREAT specified do not reset mode when file...
2004-05-01 Steve Frenchfix ppc64 build problem due to missing header
2004-04-29 Andreas Gruenbacher- Update cifs to 1.12.
2004-04-27 Steve Frenchfixes for socket retry and error handling of misc....
2004-04-26 Steve FrenchMerge bk://cifs.bkbits.net/linux-2.5cifs
2004-04-26 Steve Frenchdo not block (writing back to the filesystem potentiall...
2004-04-26 Steve Frenchrfc1001 session init name parsing fix
2004-04-26 Steve Frenchfix memory allocation of rfc1002 sess init struct
2004-04-25 Steve FrenchRemove unneeded debug statement
2004-04-25 Steve FrenchFix port 139 connections to Windows 2K adding missing...
2004-04-23 Andreas Gruenbacher- Update cifs to version 1.10.
2004-04-22 Steve Frenchfix timeout on close operation when pending signal
2004-04-22 Steve Frenchexit from waiting on smb response when session dead
2004-04-22 Steve Frenchresolve merge conflict
2004-04-22 Steve FrenchRFC1002 fixup
2004-04-21 Steve FrenchRetry 2nd time after failure on correct port
2004-04-16 Andreas Gruenbacher- Update cifs to version 1.0.8.
2004-04-15 Steve Frenchcheck permission locally for servers that do not suppor...
2004-04-15 Steve FrenchFix major page leak in read code caused by extra page_c...
2004-04-14 Steve FrenchFix misc. minor memory leaks in error paths
2004-04-05 Kurt GarloffCVS head is 2.6.5 now.
2004-04-03 Kurt GarloffUpdate CIFS to version 1.05, which is reported to work...
2004-04-02 Steve FrenchMerge bk://linux.bkbits.net/linux-2.5
2004-03-31 Alexander Stohr[PATCH] double semicolon cleanup
2004-02-17 Steve FrenchFix the exec, suid, dev mount parms to not log warnings...
2004-02-16 Steve Frenchfix problem with inode revalidation and cache page...
2004-02-10 Steve Frenchallow nosuid mounts
2004-02-07 Steve FrenchSpurious white space and duplicated line cleanup
2004-02-06 Steve Frenchipv6 enablement for cifs vfs fixes
2004-02-06 Steve Frenchfix problem not connecting to server when port not...
2004-02-03 Steve Frenchremove spurious debug messages
2004-01-26 Steve Frenchfinish off mount parm sep override
2004-01-23 Steve Frenchfinish handling commas in passwords
2004-01-22 Steve FrenchAllow null password string pointer and passwords longer...
2004-01-08 Steve FrenchFix global kernel name space pollution
2004-01-07 Steve Frenchfix failed mounts to win98 part II
2004-01-06 Steve Frenchgracefully exit on failed mounts to win98 (which closes...
2003-12-06 Steve Frenchallow disabling cifs Linux extensions via proc
2003-11-26 Steve Frenchinvalidate locally cached pages when server breaks...
2003-11-25 Steve Frenchrcvtimeout set improperly for some cifs servers
2003-11-20 Steve FrenchAvoid smb data corruption under heavy stress
2003-11-18 Steve FrenchMissing soft vs. hard retry mount option
2003-11-14 Steve Frenchcorrect retry on remaining handles based calls
2003-11-11 Steve Frenchhave to reconnect open files safely, one at a time...
2003-11-03 Steve FrenchDo not return buffer if request has already timed out.
2003-11-03 Steve FrenchMerge bk://cifs.bkbits.net/linux-2.5cifs
2003-11-03 Steve Frenchfix to not retime out the same session twice since...
2003-11-02 Steve Frenchfix oops in send_sig on unmount of cifs vfs due to...
2003-10-15 Steve French fixes to not prematurely exit demultiplex captive...
2003-10-14 Steve Frenchfix loop on mount failure of session setup
2003-10-14 Steve Frenchmissing check for eagain on sock ops
2003-10-13 Steve Frenchdon't kill demultiplex thread on ERESTARTSYS
2003-10-10 Steve FrenchFix case where server hung but tcpip session still...
2003-09-22 Steve Frenchadd missing mount option iocharset to cifs vfs
2003-09-16 Steve Frenchmissing cifs mount options
2003-09-08 Steve FrenchFix spinlock usage for SMP safety
2003-08-21 Steve Frenchretry socket write on EAGAIN. Fix oops in write when...
2003-08-15 Steve Frenchfix rename of open files
2003-08-11 Gerd Hoffmanncommented early_printk patch because of rejects.
2003-07-29 Steve FrenchFix oops in cifs reopen files (restoring state after...
2003-07-16 Steve FrenchFix inverted kmalloc parm ordering (noticed by Zwane...
2003-07-09 Steve FrenchMore NTLMv2
2003-07-08 Steve Frenchntlmssp signing
2003-07-07 Steve FrenchNTLMv2 password support and NTLMSSP signing part 1
2003-07-06 Steve FrenchSigning fixes part 4 of 4
2003-07-04 Steve FrenchSigning fixes part 2
2003-06-10 Steve FrenchDo not generate warning on ro (read only) cifs mount...
2003-05-27 Steve FrenchCleanup compiler warnings generated by new gcc
2003-05-27 Steve Frenchadjust for change of devname to const char (new mount...
2003-05-25 Andries E. Brouwer[PATCH] change get_sb prototype
2003-05-13 Steve FrenchFix readlink of dfs junctions
2003-04-27 Steve FrenchFix cifs_show_options to display mount options in a...
2003-03-31 Steve FrenchAdd resume key support for readdir to workaround Window...
next