ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / fs / smbfs / ChangeLog
1 ChangeLog for smbfs.
2
3 2002-04-19 John Newbigin <jn@it.swin.edu.au>
4
5         * Implementation of CIFS Extensions for UNIX systems, including soft
6           and hard links.
7
8 2001-08-03 Urban Widmark <urban@teststation.com>
9
10         * *.c: Unicode support
11
12 2001-08-23 Jochen Dolze <dolze@epcnet.de>
13
14         * proc.c: Correct rsize/wsize computation for readX/writeX
15
16 2001-0?-?? Urban Widmark <urban@teststation.com>
17
18         * *.c: Add LFS
19         * *.c: Move to a "driver" style handling of different servertypes.
20                (Not all operations are done this way. yet.)
21 2001-12-31 RenĂ© Scharfe <l.s.r@web.de>
22
23         * inode.c: added smb_show_options to show mount options in /proc/mounts
24         * inode.c, getopt.c, getopt.h: merged flag and has_arg in struct option
25         * inode.c: use S_IRWXUGO where appropriate
26
27 2001-12-22 Urban Widmark <urban@teststation.com>
28
29         * file.c, proc.c: Fix problems triggered by the "fsx test"
30
31 2001-09-17 Urban Widmark <urban@teststation.com>
32
33         * proc.c: Use 4096 (was 512) as the blocksize for better write
34           performance (patch originally by Jan Kratochvil)
35         * proc.c: Skip disconnect smb, allows umount on unreachable servers.
36         * proc.c: Go back to the interruptible sleep as reconnects seem to
37           handle it now.
38         * *.c: use autogenerated and private proto.h
39
40 2000-11-22 Igor Zhbanov <bsg@uniyar.ac.ru>
41
42         * proc.c: fixed date_unix2dos for dates earlier than 01/01/1980
43           and date_dos2unix for date==0 (from 2.2)
44
45 2001-07-13 Rob Radez <rob@osinvestor.com>
46
47         * proc.c: make smb_errno return negative error values
48
49 2001-07-09 Jochen Dolze <dolze@epcnet.de>
50
51         * inode.c: smb_statfs always returned success.
52         * proc.c, ioctl.c: Allow smbmount to signal failure to reconnect with
53           a NULL argument to SMB_IOC_NEWCONN (speeds up error detection).
54         * proc.c: Add some of the missing error codes to smb_errno
55
56 2001-06-12 Urban Widmark <urban@teststation.com>
57
58         * proc.c: replace the win95-flush fix with smb_seek, when needed.
59         * proc.c: readdir 'lastname' bug (NetApp dir listing fix)
60
61 2001-05-08 Urban Widmark <urban@teststation.com>
62
63         * inode.c: Fix for changes on the server side not being detected
64           properly. Must always drop cached pages when updating an inode with
65           new size.
66
67 2001-05-05 Urban Widmark <urban@teststation.com>
68
69         * file.c, proc.c: Drop SMB_F_LOCALWRITE to detect changes made on
70           both server and client, using flush with to force win9x to remember
71           the right filesize.
72
73 2001-04-25 RenĂ© Scharfe <l.s.r@web.de>
74
75         * inode.c: Don't clear s_flags and allow ro mounts
76
77 2001-04-21 Urban Widmark <urban@teststation.com>
78
79         * dir.c, proc.c: replace tests on conn_pid with tests on state to
80           fix smbmount reconnect on smb_retry timeout and up the timeout to 30s.
81         * proc.c: smb_newconn must have the server locked while updating it.
82         * inode.c, proc.c: need flush after truncate on some servers (win9x)
83         * file.c: add call to send SMBflush on fsync
84           (as suggested by Jochen Dolze <dolze@epcnet.de>)
85
86 2001-03-06 Urban Widmark <urban@teststation.com>
87
88         * cache.c: d_add on hashed dentries corrupts d_hash list and
89           causes loops in d_lookup. Inherited bug. :)
90         * inode.c: tail -f fix for non-readonly opened files
91           (related to the smb_proc_open change).
92         * inode.c: tail -f fix for fast size changes with the same mtime.
93
94 2001-03-02 Michael Kockelkorn <m.kockelkorn@biodata.com>
95
96         * proc.c: fix smb_proc_open to allow open being called more than once
97           with different modes (O_RDONLY -> O_WRONLY) without closing.
98
99 2001-02-10 Urban Widmark <urban@teststation.com>
100
101         * dir.c, cache.c: replace non-bigmem safe cache with cache code
102           from ncpfs and fix some other bigmem bugs in smbfs.
103         * inode.c: root dentry not properly initialized
104         * proc.c, sock.c: adjust max parameters & max data to follow max_xmit
105           lots of servers were having find_next trouble with this.
106         * proc.c: use documented write method of truncating (NetApp fix)
107
108 2000-08-14 Urban Widmark <urban@svenskatest.se>
109
110         * dir.c: support case sensitive shares
111         * inode.c: ascii mount options
112         * proc.c: check length of paths to avoid buffer overflow
113         * proc.c: don't do interruptable_sleep in smb_retry to avoid signal
114           problem/race.
115         * proc.c: O_RDONLY & smb_revalidate_inode fix (tail -f)
116         * proc.c: add nls support
117         * sock.c: attempt to fix smb_data_callback (avoid infinite loop)
118
119 2000-07-25 Urban Widmark <urban@svenskatest.se>
120
121         * proc.c: fix 3 places where bad server responses could cause an Oops.
122
123 2000-07-15 Urban Widmark <urban@svenskatest.se>
124
125         * *.c: more debug (%.*s) & indent fixes
126
127 2000-06-24: Matt Maynard <matthewm@corel.com>
128
129         * dir.c: dentry->d_inode->i_mtime isn't updated for all servers
130           (NT?) and all operations (mv oldfile.txt newfile.txt) Removed for
131           less efficient but better working directory cache.
132         * proc.c: included aDIR smbclient fix for renaming directories on
133           OS/2 servers (win95/98?) (orig by John Janosik)
134
135 2000-07-01 Urban Widmark <urban@svenskatest.se>
136
137         * *.c: replace ugly #ifdef's with less ugly debug macros.
138
139 2000-01-03 Christian Groessler <cpg@aladdin.de>
140
141         * proc.c: added posix semantics for unlink
142
143 1999-11-16 Andrew Tridgell
144
145         * proc.c: use level 260 for most conns, or level 1 for <NT1
146         * proc.c: don't sleep every time with win95 on a FINDNEXT
147         * proc.c: fixed loop_count bug
148         * proc.c: got rid of resume_key
149
150 [there are a few missing here :) ]
151
152 1997-09-28 Riccardo Facchetti
153
154         * proc.c: Fixed smb_d_path [now smb_build_path()] to be non-recursive
155
156 1996-06-28 Yuri Per
157
158         * proc.c: Fixed long file name support (smb_proc_readdir_long)
159
160 You are in the wrong end for adding new entries. New entries at the top.