blob: dcdfacf490a862b82a6a7a674df902fe143dd89d [file] [log] [blame]
Miklos Szeredi4b7abe32004-01-07 16:49:12 +000012004-01-07 Miklos Szeredi <mszeredi@inf.bme.hu>
2
3 * Released 1.1-pre1
4
Miklos Szeredif85ab242004-01-07 12:16:45 +000052004-01-06 Miklos Szeredi <mszeredi@inf.bme.hu>
6
7 * Integrated 2.6 kernel support patch by Michael Grigoriev
8
9 * Improvements and cleanups for 2.6 kernels
10
Miklos Szeredi7ffb8cf2004-01-05 15:07:12 +0000112004-01-05 Miklos Szeredi <mszeredi@inf.bme.hu>
12
13 * Added -d option to fusermount
14
Miklos Szeredi2f3d9402003-12-15 12:11:33 +0000152003-12-15 Miklos Szeredi <mszeredi@inf.bme.hu>
16
17 * Added major+minor version to library API, and minor version to
18 kernel API
19
David McNab7a19caf2003-12-13 02:05:46 +0000202003-12-13 David McNab <david@rebirthing.co.nz>
21
22 * Implemented fsync support in examples/example.py
23
24 * Implemented 'fsync' and 'statfs' methods in python
25 interface
26
Miklos Szeredie4cf7332003-12-12 11:53:31 +0000272003-12-12 Miklos Szeredi <mszeredi@inf.bme.hu>
28
29 * Make it compile on 2.4.19.
30
Miklos Szeredi5e43f2c2003-12-12 14:06:41 +000031 * Add fsync operation (write file failed on xemacs & vi)
Miklos Szeredie4cf7332003-12-12 11:53:31 +000032
David McNab8bf62632003-12-11 22:49:22 +0000332003-12-12 David McNab <david@rebirthing.co.nz>
34
35 * Added distutils support to the python module, as per standard
36 python development practice
37
Miklos Szeredi874d95d2003-12-11 14:27:57 +0000382003-12-11 Miklos Szeredi <mszeredi@inf.bme.hu>
39
40 * Add file locking for mount/unmount (based on patch by Valient
41 Gough)
42
432003-12-11 David McNab <david@rebirthing.co.nz>
44
45 * Python filesystem - was broken with python2.3, now fixed:
46 - changed PyTuple_* calls to PySequence_*, because os.lstat
47 is no longer returning a pure tuple
48 - changed PyInt_Check() calls to also call PyLong_Check,
49 to cover for cases (eg os.lstat) where longs are returned
50 - Added support for file 'release' handling, which IMO is
51 essential since this signals to a FS that writes to a file
52 are complete (and therefore the file can now be disposed of
53 meaningfully at the python filesystem's discretion)
54 - Added '__init__' handler to base Fuse class, which allows
55 your Python class to know the mountpoint and mount args,
56 as attributes myfs.mountpoint, myfs.optlist, myfs.optdict
57
58 * General:
59 - added 'mount.fuse' script (in util/ dir), which is meant to be
60 symlinked from /sbin, and which allows FUSE filesystems to
61 be mounted with the 'mount' command, and listed in fstab;
62 also, mount arguments get passed to your filesystem
63
64
Miklos Szeredif27ec7d2003-11-04 13:46:32 +0000652003-11-04 Miklos Szeredi <mszeredi@inf.bme.hu>
66
67 * Fix kernel version detection (again). Bugreport by Peter Levart
68
Miklos Szeredi36ca5562003-11-03 19:32:14 +0000692003-11-03 Miklos Szeredi <mszeredi@inf.bme.hu>
70
71 * Applied read combining patch by Michael Grigoriev (tested by
72 Valient Gough and Vincent Wagelaar)
73
Miklos Szeredif08ace02003-10-22 11:11:57 +0000742003-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
75
76 * Mtab handling fix in fusermount by "Valient Gough" (SF patch
77 #766443)
78
Miklos Szeredi0e535082003-10-13 10:08:06 +0000792003-10-13 Miklos Szeredi <mszeredi@inf.bme.hu>
80
81 * Error code fixes in kernel module
82
Miklos Szeredi27af48b2003-10-04 17:31:38 +0000832003-10-04 Miklos Szeredi <mszeredi@inf.bme.hu>
84
85 * kernel version detection fix
86
87 * fusermount now uses "lazy" umount option
88
89 * fusermount can use modprobe with module-init-tools
90
Miklos Szeredida4e4862003-09-08 11:14:11 +0000912003-09-08 Miklos Szeredi <mszeredi@inf.bme.hu>
92
93 * Integrated caching patch by Michael Grigoriev
94
Miklos Szeredida4e4862003-09-08 11:14:11 +000095 * Added "Filesystems" file with descriptions of projects using
96 FUSE
97
Miklos Szeredi02ceb112003-09-08 13:52:25 +000098 * Added patch by Michael Grigoriev to allow compliation of FUSE
99 kernel module for 2.6 kernels
100
Miklos Szeredi84838472003-06-02 06:12:27 +00001012003-06-02 Miklos Szeredi <mszeredi@inf.bme.hu>
102
103 * And another spec-file fix by Achim Settelmeier
104
Miklos Szeredi21c282b2003-05-26 07:12:57 +00001052003-05-26 Miklos Szeredi <mszeredi@inf.bme.hu>
106
107 * Spec-file fix by Achim Settelmeier
108
Miklos Szeredi79b461a2003-03-10 09:35:34 +00001092003-03-10 Miklos Szeredi <mszeredi@inf.bme.hu>
110
111 * Fix umount oops (found by Samuli Kärkkäinen)
112
Miklos Szeredi941ae4c2003-03-05 08:29:58 +00001132003-03-05 Miklos Szeredi <mszeredi@inf.bme.hu>
114
115 * Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
116
Miklos Szeredia9b2f262003-03-04 09:37:20 +00001172003-03-04 Miklos Szeredi <mszeredi@inf.bme.hu>
118
119 * Updated fuse.spec file (Achim Settelmeier)
120
Miklos Szeredic0226bb2003-02-19 16:05:06 +00001212003-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
122
123 * Version 1.0 released
124
Miklos Szeredifa84e0d2003-02-13 09:53:33 +00001252003-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
126
127 * SuSE compilation fix by Juan-Mariano de Goyeneche
128
Miklos Szeredic8ba2372002-12-10 12:26:00 +00001292002-12-10 Miklos Szeredi <mszeredi@inf.bme.hu>
130
131 * The release() VFS call is now exported to the FUSE interface
132
Miklos Szeredi0f48a262002-12-05 14:23:01 +00001332002-12-05 Miklos Szeredi <mszeredi@inf.bme.hu>
134
135 * 64 bit file offset fixes in the fuse kernel module
136
137 * Added function 'fuse_exit()' which can be used to exit the main
138 loop
139
Miklos Szeredi5f054812002-12-03 18:45:21 +00001402002-12-03 Miklos Szeredi <mszeredi@inf.bme.hu>
141
142 * Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is
143 an incompatible interface change.
144
Miklos Szeredi6bf8b682002-10-28 08:49:39 +00001452002-10-28 Miklos Szeredi <mszeredi@inf.bme.hu>
146
147 * Portablility fix (bug reported by C. Chris Erway)
148
Miklos Szeredid6e9f882002-10-25 11:40:14 +00001492002-10-25 Miklos Szeredi <mszeredi@inf.bme.hu>
150
151 * Use Mark Glines' fd passing method for default operation instead
152 of old reexec
153
Miklos Szeredi60c23522002-10-24 09:19:43 +00001542002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
155
Miklos Szeredi5e5d61f2002-10-24 11:50:33 +0000156 * fix "Stale NFS file handle" bug caused by changes in 2.4.19
157
1582002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
159
Miklos Szeredi60c23522002-10-24 09:19:43 +0000160 * fix incompatiblity with Red Hat kernels, with help from Nathan
161 Thompson-Amato.
162
Mark Glines65ba2192002-04-18 14:41:48 +00001632002-04-18 Mark Glines <mark@glines.org>
164
165 * added an alternative to fuse_mount(), called
166 fuse_mount_ioslave(), which does not need to reexec the
167 FUSE program.
168 * added a small helper util needed by fuse_mount_ioslave().
169
Mark Glines220635a2002-03-17 07:01:14 +00001702002-03-16 Mark Glines <mark@glines.org>
171
172 * use struct fuse_statfs everywhere possible to avoid problems
173 with the headerfiles changing struct statfs member sizes
174
Miklos Szeredi081f3c22002-03-01 07:47:35 +00001752002-03-01 Miklos Szeredi <mszeredi@inf.bme.hu>
176
177 * Another RPM spec file for RedHat >= 7 by Ian Pilcher
178
Miklos Szeredif782fc42002-01-14 08:48:46 +00001792002-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
180
181 * RPM support by Achim Settelmeier
182
Miklos Szeredi4b2bef42002-01-09 12:23:27 +00001832002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
184
Miklos Szerediddc862a2002-01-09 13:46:10 +0000185 * Version 0.95 released
186
1872002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
188
Miklos Szeredi4b2bef42002-01-09 12:23:27 +0000189 * Revaidate all path components not just the last, this means a
190 very small performance penalty for being more up-to-date.
191
1922002-01-08 Miklos Szeredi <mszeredi@inf.bme.hu>
193
194 * Update and fix python interface
195
Mark Glinesd84b39a2002-01-07 16:32:02 +00001962002-01-07 Mark Glines <mark@glines.org>
197
198 * Added statfs() support to kernel, lib, examples, and perl!
199
Miklos Szeredi46a46dc2002-01-08 09:55:14 +00002002001-12-26 Miklos Szeredi <mszeredi@inf.bme.hu>
201
202 * Better cross compilation support
203
204 * Ported to Compaq IPAQ
205
Miklos Szeredife25def2001-12-20 15:38:05 +00002062001-12-20 Miklos Szeredi <mszeredi@inf.bme.hu>
207
208 * Added function fuse_get_context() to library API (inspired by
209 patch from Matt Ryan)
210
211 * Added flags to fusermount and to kernel interface to control
212 permission checking
Miklos Szeredi8cffdb92001-11-09 14:49:18 +0000213
Miklos Szeredife25def2001-12-20 15:38:05 +0000214 * Integrated fuse_set_operations() into fuse_new()
215
2162001-12-08 Miklos Szeredi <mszeredi@inf.bme.hu>
217
218 * Applied header protection + extern "C" patch by Roland
219 Bauerschmidt
220
2212001-12-02 Miklos Szeredi <mszeredi@inf.bme.hu>
222
223 * Added perl bindings by Mark Glines
224
2252001-11-21 Miklos Szeredi <mszeredi@inf.bme.hu>
226
227 * Cleaned up way of mounting simple filesystems.
228
229 * fuse_main() helper function added
230
2312001-11-18 Miklos Szeredi <mszeredi@inf.bme.hu>
232
233 * Optimized read/write operations, so that minimal copying of data
234 is done
235
2362001-11-14 Miklos Szeredi <mszeredi@inf.bme.hu>
237
238 * Python bindings by Jeff Epler added
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000239
2402001-11-13 Miklos Szeredi <mszeredi@inf.bme.hu>
241
242 * Fixed vfsmount reference leak in fuse_follow_link
243
244 * FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
245 userspace is ignored
246
Miklos Szeredife25def2001-12-20 15:38:05 +00002472001-11-09 Miklos Szeredi <mszeredi@inf.bme.hu>
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000248
Miklos Szeredife25def2001-12-20 15:38:05 +0000249 * Started ChangeLog