blob: e9fa924be8409f43a4a73043fb64eb5a614d7514 [file] [log] [blame]
Miklos Szeredi69cc79a2004-02-17 08:57:29 +000012004-02-17 Miklos Szeredi <mszeredi@inf.bme.hu>
2
3 * Added user-mount.2.6.2-rc3.patch
4
5 * Add FS_SAFE flag to fuse filesystem
6
7 * fusermount should allow (un)mounting for non-root even if not
8 suid-root
9
Miklos Szeredi4c7f7622004-02-12 13:41:30 +0000102004-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
11
12 * Remove MS_PERMISSION mount flag (that means something else now)
13
Miklos Szeredi9a2b08d2004-02-10 09:36:07 +0000142004-02-10 Miklos Szeredi <mszeredi@inf.bme.hu>
15
16 * Added check for i_size_read/write functions to configure.in
17 (patch by Valient Gough)
18
Miklos Szeredi377b2ea2004-02-06 09:48:51 +0000192004-02-06 Miklos Szeredi <mszeredi@inf.bme.hu>
20
21 * Fixed writing >= 2G files
Miklos Szeredif58cc612004-02-06 13:52:00 +000022
23 * Check file size on open (with generic_file_open())
Miklos Szeredid1199f82004-02-06 15:29:22 +000024
25 * Readpage calls flush_dcache_page() after storing data
26
27 * Use i_size_read/write for accessing inode->i_size
Miklos Szeredi89b86af2004-02-06 17:02:08 +000028
29 * Make loopback mount of a fuse file work
Miklos Szeredi377b2ea2004-02-06 09:48:51 +000030
Miklos Szeredi88124792004-02-04 11:06:17 +0000312004-02-04 Miklos Szeredi <mszeredi@inf.bme.hu>
32
33 * Released 1.1
34
Miklos Szeredi72f6a932004-01-29 11:29:18 +0000352004-01-29 Miklos Szeredi <mszeredi@inf.bme.hu>
36
37 * Properly check if the inode exists in fuse_invalidate
38
Miklos Szerediedf26632004-01-27 14:54:47 +0000392004-01-27 Miklos Szeredi <mszeredi@inf.bme.hu>
40
41 * Added -q option for fusermount
42
43 * fuse_unmount() now uses -q option of fusermount, so no error is
44 printed if the cause of the program exit is that the filesystem
45 has already been unmounted
46
Miklos Szeredif4f8b892004-01-27 17:04:59 +000047 * Fix i_nlink correctness after rmdir/unlink
48
Miklos Szeredi307242f2004-01-26 11:28:44 +0000492004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
50
Miklos Szeredib1158392004-01-26 14:43:12 +000051 * Released 1.1-pre2
52
532004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
54
Miklos Szeredi307242f2004-01-26 11:28:44 +000055 * Fix typo (thanks Marcos Dione)
Miklos Szeredib1158392004-01-26 14:43:12 +000056
57 * Compile fixes for 2.4 kernels
Miklos Szeredi307242f2004-01-26 11:28:44 +000058
592004-01-23 Miklos Szeredi <mszeredi@inf.bme.hu>
60
61 * Fix CONFIG_MODVERSIONS compile on 2.6
62
632004-01-22 Miklos Szeredi <mszeredi@inf.bme.hu>
64
65 * Write all pending data before a RELEASE operation
66
67 * Suppress 'Bad file descriptor' warning on exit
68
69 * Replaced fusermount option '-d xxx' with '-n xxx' so it doesn't
Miklos Szeredib1158392004-01-26 14:43:12 +000070 get confused with '-d' of fuse_main() (sorry about this change)
Miklos Szeredi307242f2004-01-26 11:28:44 +000071
Miklos Szeredib1158392004-01-26 14:43:12 +000072 * New fusermount option '-l' which enables big reads. Big reads
73 are now disabled by default.
Miklos Szeredi307242f2004-01-26 11:28:44 +000074
75 * fuse_main() can accept fusermount arguments after a '--'
76
Miklos Szeredie815c032004-01-19 18:20:49 +0000772004-01-19 Miklos Szeredi <mszeredi@inf.bme.hu>
78
79 * Support for exporting filesystem over NFS (see README.NFS)
80
Miklos Szeredi7c35cf92004-01-14 16:56:49 +0000812004-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
82
83 * Support non-blocking writepage on 2.6. This makes FUSE behave
84 much more nicely in low-memory situations
85
86 * Fix 32-bit dev handling in getattr and mknod for 2.6 kernels.
87 (Note: the mknod method does not yet use 32bit device number)
88
Miklos Szeredie8663f32004-01-13 15:33:12 +0000892004-01-13 Miklos Szeredi <mszeredi@inf.bme.hu>
90
91 * Code cleanups
92
Miklos Szeredi4b7abe32004-01-07 16:49:12 +0000932004-01-07 Miklos Szeredi <mszeredi@inf.bme.hu>
94
95 * Released 1.1-pre1
96
Miklos Szeredif85ab242004-01-07 12:16:45 +0000972004-01-06 Miklos Szeredi <mszeredi@inf.bme.hu>
98
99 * Integrated 2.6 kernel support patch by Michael Grigoriev
100
101 * Improvements and cleanups for 2.6 kernels
102
Miklos Szeredi7ffb8cf2004-01-05 15:07:12 +00001032004-01-05 Miklos Szeredi <mszeredi@inf.bme.hu>
104
105 * Added -d option to fusermount
106
Miklos Szeredi2f3d9402003-12-15 12:11:33 +00001072003-12-15 Miklos Szeredi <mszeredi@inf.bme.hu>
108
109 * Added major+minor version to library API, and minor version to
110 kernel API
111
David McNab7a19caf2003-12-13 02:05:46 +00001122003-12-13 David McNab <david@rebirthing.co.nz>
113
114 * Implemented fsync support in examples/example.py
115
116 * Implemented 'fsync' and 'statfs' methods in python
117 interface
118
Miklos Szeredie4cf7332003-12-12 11:53:31 +00001192003-12-12 Miklos Szeredi <mszeredi@inf.bme.hu>
120
121 * Make it compile on 2.4.19.
122
Miklos Szeredi5e43f2c2003-12-12 14:06:41 +0000123 * Add fsync operation (write file failed on xemacs & vi)
Miklos Szeredie4cf7332003-12-12 11:53:31 +0000124
David McNab8bf62632003-12-11 22:49:22 +00001252003-12-12 David McNab <david@rebirthing.co.nz>
126
127 * Added distutils support to the python module, as per standard
128 python development practice
129
Miklos Szeredi874d95d2003-12-11 14:27:57 +00001302003-12-11 Miklos Szeredi <mszeredi@inf.bme.hu>
131
132 * Add file locking for mount/unmount (based on patch by Valient
133 Gough)
134
1352003-12-11 David McNab <david@rebirthing.co.nz>
136
137 * Python filesystem - was broken with python2.3, now fixed:
138 - changed PyTuple_* calls to PySequence_*, because os.lstat
139 is no longer returning a pure tuple
140 - changed PyInt_Check() calls to also call PyLong_Check,
141 to cover for cases (eg os.lstat) where longs are returned
142 - Added support for file 'release' handling, which IMO is
143 essential since this signals to a FS that writes to a file
144 are complete (and therefore the file can now be disposed of
145 meaningfully at the python filesystem's discretion)
146 - Added '__init__' handler to base Fuse class, which allows
147 your Python class to know the mountpoint and mount args,
148 as attributes myfs.mountpoint, myfs.optlist, myfs.optdict
149
150 * General:
151 - added 'mount.fuse' script (in util/ dir), which is meant to be
152 symlinked from /sbin, and which allows FUSE filesystems to
153 be mounted with the 'mount' command, and listed in fstab;
154 also, mount arguments get passed to your filesystem
155
156
Miklos Szeredif27ec7d2003-11-04 13:46:32 +00001572003-11-04 Miklos Szeredi <mszeredi@inf.bme.hu>
158
159 * Fix kernel version detection (again). Bugreport by Peter Levart
160
Miklos Szeredi36ca5562003-11-03 19:32:14 +00001612003-11-03 Miklos Szeredi <mszeredi@inf.bme.hu>
162
163 * Applied read combining patch by Michael Grigoriev (tested by
164 Valient Gough and Vincent Wagelaar)
165
Miklos Szeredif08ace02003-10-22 11:11:57 +00001662003-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
167
168 * Mtab handling fix in fusermount by "Valient Gough" (SF patch
169 #766443)
170
Miklos Szeredi0e535082003-10-13 10:08:06 +00001712003-10-13 Miklos Szeredi <mszeredi@inf.bme.hu>
172
173 * Error code fixes in kernel module
174
Miklos Szeredi27af48b2003-10-04 17:31:38 +00001752003-10-04 Miklos Szeredi <mszeredi@inf.bme.hu>
176
177 * kernel version detection fix
178
179 * fusermount now uses "lazy" umount option
180
181 * fusermount can use modprobe with module-init-tools
182
Miklos Szeredida4e4862003-09-08 11:14:11 +00001832003-09-08 Miklos Szeredi <mszeredi@inf.bme.hu>
184
185 * Integrated caching patch by Michael Grigoriev
186
Miklos Szeredida4e4862003-09-08 11:14:11 +0000187 * Added "Filesystems" file with descriptions of projects using
188 FUSE
189
Miklos Szeredi02ceb112003-09-08 13:52:25 +0000190 * Added patch by Michael Grigoriev to allow compliation of FUSE
191 kernel module for 2.6 kernels
192
Miklos Szeredi84838472003-06-02 06:12:27 +00001932003-06-02 Miklos Szeredi <mszeredi@inf.bme.hu>
194
195 * And another spec-file fix by Achim Settelmeier
196
Miklos Szeredi21c282b2003-05-26 07:12:57 +00001972003-05-26 Miklos Szeredi <mszeredi@inf.bme.hu>
198
199 * Spec-file fix by Achim Settelmeier
200
Miklos Szeredi79b461a2003-03-10 09:35:34 +00002012003-03-10 Miklos Szeredi <mszeredi@inf.bme.hu>
202
203 * Fix umount oops (found by Samuli Kärkkäinen)
204
Miklos Szeredi941ae4c2003-03-05 08:29:58 +00002052003-03-05 Miklos Szeredi <mszeredi@inf.bme.hu>
206
207 * Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
208
Miklos Szeredia9b2f262003-03-04 09:37:20 +00002092003-03-04 Miklos Szeredi <mszeredi@inf.bme.hu>
210
211 * Updated fuse.spec file (Achim Settelmeier)
212
Miklos Szeredic0226bb2003-02-19 16:05:06 +00002132003-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
214
215 * Version 1.0 released
216
Miklos Szeredifa84e0d2003-02-13 09:53:33 +00002172003-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
218
219 * SuSE compilation fix by Juan-Mariano de Goyeneche
220
Miklos Szeredic8ba2372002-12-10 12:26:00 +00002212002-12-10 Miklos Szeredi <mszeredi@inf.bme.hu>
222
223 * The release() VFS call is now exported to the FUSE interface
224
Miklos Szeredi0f48a262002-12-05 14:23:01 +00002252002-12-05 Miklos Szeredi <mszeredi@inf.bme.hu>
226
227 * 64 bit file offset fixes in the fuse kernel module
228
229 * Added function 'fuse_exit()' which can be used to exit the main
230 loop
231
Miklos Szeredi5f054812002-12-03 18:45:21 +00002322002-12-03 Miklos Szeredi <mszeredi@inf.bme.hu>
233
234 * Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is
235 an incompatible interface change.
236
Miklos Szeredi6bf8b682002-10-28 08:49:39 +00002372002-10-28 Miklos Szeredi <mszeredi@inf.bme.hu>
238
239 * Portablility fix (bug reported by C. Chris Erway)
240
Miklos Szeredid6e9f882002-10-25 11:40:14 +00002412002-10-25 Miklos Szeredi <mszeredi@inf.bme.hu>
242
243 * Use Mark Glines' fd passing method for default operation instead
244 of old reexec
245
Miklos Szeredi60c23522002-10-24 09:19:43 +00002462002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
247
Miklos Szeredi5e5d61f2002-10-24 11:50:33 +0000248 * fix "Stale NFS file handle" bug caused by changes in 2.4.19
249
2502002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
251
Miklos Szeredi60c23522002-10-24 09:19:43 +0000252 * fix incompatiblity with Red Hat kernels, with help from Nathan
253 Thompson-Amato.
254
Mark Glines65ba2192002-04-18 14:41:48 +00002552002-04-18 Mark Glines <mark@glines.org>
256
257 * added an alternative to fuse_mount(), called
258 fuse_mount_ioslave(), which does not need to reexec the
259 FUSE program.
260 * added a small helper util needed by fuse_mount_ioslave().
261
Mark Glines220635a2002-03-17 07:01:14 +00002622002-03-16 Mark Glines <mark@glines.org>
263
264 * use struct fuse_statfs everywhere possible to avoid problems
265 with the headerfiles changing struct statfs member sizes
266
Miklos Szeredi081f3c22002-03-01 07:47:35 +00002672002-03-01 Miklos Szeredi <mszeredi@inf.bme.hu>
268
269 * Another RPM spec file for RedHat >= 7 by Ian Pilcher
270
Miklos Szeredif782fc42002-01-14 08:48:46 +00002712002-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
272
273 * RPM support by Achim Settelmeier
274
Miklos Szeredi4b2bef42002-01-09 12:23:27 +00002752002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
276
Miklos Szerediddc862a2002-01-09 13:46:10 +0000277 * Version 0.95 released
278
2792002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
280
Miklos Szeredi4b2bef42002-01-09 12:23:27 +0000281 * Revaidate all path components not just the last, this means a
282 very small performance penalty for being more up-to-date.
283
2842002-01-08 Miklos Szeredi <mszeredi@inf.bme.hu>
285
286 * Update and fix python interface
287
Mark Glinesd84b39a2002-01-07 16:32:02 +00002882002-01-07 Mark Glines <mark@glines.org>
289
290 * Added statfs() support to kernel, lib, examples, and perl!
291
Miklos Szeredi46a46dc2002-01-08 09:55:14 +00002922001-12-26 Miklos Szeredi <mszeredi@inf.bme.hu>
293
294 * Better cross compilation support
295
296 * Ported to Compaq IPAQ
297
Miklos Szeredife25def2001-12-20 15:38:05 +00002982001-12-20 Miklos Szeredi <mszeredi@inf.bme.hu>
299
300 * Added function fuse_get_context() to library API (inspired by
301 patch from Matt Ryan)
302
303 * Added flags to fusermount and to kernel interface to control
304 permission checking
Miklos Szeredi8cffdb92001-11-09 14:49:18 +0000305
Miklos Szeredife25def2001-12-20 15:38:05 +0000306 * Integrated fuse_set_operations() into fuse_new()
307
3082001-12-08 Miklos Szeredi <mszeredi@inf.bme.hu>
309
310 * Applied header protection + extern "C" patch by Roland
311 Bauerschmidt
312
3132001-12-02 Miklos Szeredi <mszeredi@inf.bme.hu>
314
315 * Added perl bindings by Mark Glines
316
3172001-11-21 Miklos Szeredi <mszeredi@inf.bme.hu>
318
319 * Cleaned up way of mounting simple filesystems.
320
321 * fuse_main() helper function added
322
3232001-11-18 Miklos Szeredi <mszeredi@inf.bme.hu>
324
325 * Optimized read/write operations, so that minimal copying of data
326 is done
327
3282001-11-14 Miklos Szeredi <mszeredi@inf.bme.hu>
329
330 * Python bindings by Jeff Epler added
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000331
3322001-11-13 Miklos Szeredi <mszeredi@inf.bme.hu>
333
334 * Fixed vfsmount reference leak in fuse_follow_link
335
336 * FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
337 userspace is ignored
338
Miklos Szeredife25def2001-12-20 15:38:05 +00003392001-11-09 Miklos Szeredi <mszeredi@inf.bme.hu>
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000340
Miklos Szeredife25def2001-12-20 15:38:05 +0000341 * Started ChangeLog