[BACK]Return to ChangeLog CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / fs / smbfs

File: [Development] / linux-2.4-xfs / fs / smbfs / ChangeLog (download)

Revision 1.2, Fri Jan 30 00:27:42 2004 UTC (13 years, 8 months ago) by nathans
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +8 -0 lines

Merge up to 2.4.25-pre8

ChangeLog for smbfs.

2004-01-24 Urban Widmark <urban@teststation.com>

	* file.c, inode.c, proc.c: Large File Support

2004-01-24 John Newbigin <jn@it.swin.edu.au>

	* *.c: Implementation of CIFS Extensions for UNIX systems

2001-12-31 René Scharfe <l.s.r@web.de>

	* inode.c: added smb_show_options to show mount options in /proc/mounts
	* inode.c, getopt.c, getopt.h: merged flag and has_arg in struct option
	* inode.c: use S_IRWXUGO where appropriate

2001-12-22 Urban Widmark <urban@teststation.com>

	* file.c, proc.c: Fix problems triggered by the "fsx test"

2001-09-17 Urban Widmark <urban@teststation.com>

	* proc.c: Use 4096 (was 512) as the blocksize for better write
	  performance (patch originally by Jan Kratochvil)
	* proc.c: Skip disconnect smb, allows umount on unreachable servers.
	* proc.c: Go back to the interruptible sleep as reconnects seem to
	  handle it now.
	* *.c: use autogenerated and private proto.h

2000-11-22 Igor Zhbanov <bsg@uniyar.ac.ru>

	* proc.c: fixed date_unix2dos for dates earlier than 01/01/1980
	  and date_dos2unix for date==0 (from 2.2)

2001-07-13 Rob Radez <rob@osinvestor.com>

	* proc.c: make smb_errno return negative error values

2001-07-09 Jochen Dolze <dolze@epcnet.de>

	* inode.c: smb_statfs always returned success.
	* proc.c, ioctl.c: Allow smbmount to signal failure to reconnect with
	  a NULL argument to SMB_IOC_NEWCONN (speeds up error detection).
	* proc.c: Add some of the missing error codes to smb_errno

2001-06-12 Urban Widmark <urban@teststation.com>

	* proc.c: replace the win95-flush fix with smb_seek, when needed.
	* proc.c: readdir 'lastname' bug (NetApp dir listing fix)

2001-05-08 Urban Widmark <urban@teststation.com>

	* inode.c: Fix for changes on the server side not being detected
	  properly. Must always drop cached pages when updating an inode with
	  new size.

2001-05-05 Urban Widmark <urban@teststation.com>

	* file.c, proc.c: Drop SMB_F_LOCALWRITE to detect changes made on
	  both server and client, using flush with to force win9x to remember
	  the right filesize.

2001-04-25 René Scharfe <l.s.r@web.de>

	* inode.c: Don't clear s_flags and allow ro mounts

2001-04-21 Urban Widmark <urban@teststation.com>

	* dir.c, proc.c: replace tests on conn_pid with tests on state to
	  fix smbmount reconnect on smb_retry timeout and up the timeout to 30s.
	* proc.c: smb_newconn must have the server locked while updating it.
	* inode.c, proc.c: need flush after truncate on some servers (win9x)
	* file.c: add call to send SMBflush on fsync
	  (as suggested by Jochen Dolze <dolze@epcnet.de>)

2001-03-06 Urban Widmark <urban@teststation.com>

	* cache.c: d_add on hashed dentries corrupts d_hash list and
	  causes loops in d_lookup. Inherited bug. :)
	* inode.c: tail -f fix for non-readonly opened files
	  (related to the smb_proc_open change).
	* inode.c: tail -f fix for fast size changes with the same mtime.

2001-03-02 Michael Kockelkorn <m.kockelkorn@biodata.com>

	* proc.c: fix smb_proc_open to allow open being called more than once
	  with different modes (O_RDONLY -> O_WRONLY) without closing.

2001-02-10 Urban Widmark <urban@teststation.com>

	* dir.c, cache.c: replace non-bigmem safe cache with cache code
	  from ncpfs and fix some other bigmem bugs in smbfs.
	* inode.c: root dentry not properly initialized
	* proc.c, sock.c: adjust max parameters & max data to follow max_xmit
	  lots of servers were having find_next trouble with this.
	* proc.c: use documented write method of truncating (NetApp fix)

2000-08-14 Urban Widmark <urban@svenskatest.se>

	* dir.c: support case sensitive shares
	* inode.c: ascii mount options
	* proc.c: check length of paths to avoid buffer overflow
	* proc.c: don't do interruptable_sleep in smb_retry to avoid signal
	  problem/race.
	* proc.c: O_RDONLY & smb_revalidate_inode fix (tail -f)
	* proc.c: add nls support
	* sock.c: attempt to fix smb_data_callback (avoid infinite loop)

2000-07-25 Urban Widmark <urban@svenskatest.se>

	* proc.c: fix 3 places where bad server responses could cause an Oops.

2000-07-15 Urban Widmark <urban@svenskatest.se>

	* *.c: more debug (%.*s) & indent fixes

2000-06-24: Matt Maynard <matthewm@corel.com>

	* dir.c: dentry->d_inode->i_mtime isn't updated for all servers
	  (NT?) and all operations (mv oldfile.txt newfile.txt) Removed for
	  less efficient but better working directory cache.
	* proc.c: included aDIR smbclient fix for renaming directories on
	  OS/2 servers (win95/98?) (orig by John Janosik)

2000-07-01 Urban Widmark <urban@svenskatest.se>

	* *.c: replace ugly #ifdef's with less ugly debug macros.

2000-01-03 Christian Groessler <cpg@aladdin.de>

	* proc.c: added posix semantics for unlink

1999-11-16 Andrew Tridgell

	* proc.c: use level 260 for most conns, or level 1 for <NT1
	* proc.c: don't sleep every time with win95 on a FINDNEXT
	* proc.c: fixed loop_count bug
	* proc.c: got rid of resume_key

[there are a few missing here :) ]

1997-09-28 Riccardo Facchetti

	* proc.c: Fixed smb_d_path [now smb_build_path()] to be non-recursive

1996-06-28 Yuri Per

	* proc.c: Fixed long file name support (smb_proc_readdir_long)

You are in the wrong end for adding new entries. New entries at the top.