blob: 6a60661cc101c9bda8f90b08f2e2375a329e7910 [file] [log] [blame]
Miklos Szeredid3dd2d52004-06-22 18:46:02 +000012004-06-22 Miklos Szeredi <mszeredi@inf.bme.hu>
2
3 * No request allocation needed on inode and file release
4
Miklos Szeredi2778f6c2004-06-21 09:45:30 +000052004-06-21 Miklos Szeredi <mszeredi@inf.bme.hu>
6
7 * Fix possible inode leak in userspace in case of unfinished
8 lookup/mknod/mkdir/symlink/link operation.
9
Miklos Szeredied62d862004-06-20 08:57:39 +0000102004-06-20 Miklos Szeredi <mszeredi@inf.bme.hu>
11
12 * Fix some races and cleanups in fuse_read_super()
13
Miklos Szeredi7eafcce2004-06-19 22:42:38 +0000142004-06-19 Miklos Szeredi <mszeredi@inf.bme.hu>
15
16 * Requests are allocated at open time
17
Miklos Szeredi203afbf2004-06-03 13:21:08 +0000182004-06-03 Miklos Szeredi <mszeredi@inf.bme.hu>
19
20 * Build shared library as well as static (using libtool)
21
22 * Change FUSE_MINOR_VERSION from 1 to 0. I know it's illegal but
23 there has not been a release with the previous minor number, and I
24 hope nobody is using it for anything.
Miklos Szerediff875352004-06-03 13:52:40 +000025
26 * Change fuse_main(), so that default behavior is to go into
27 background if mount is successful. '-f' and '-d' options disable
28 backgrounding. This fixes the "Why does my FUSE daemon hang?"
29 newbie complaint.
Miklos Szeredi63b8c1c2004-06-03 14:45:04 +000030
31 * Cache ENOSYS (function not implemented) errors on *xattr, flush
32 and fsync
Miklos Szeredi152f29e2004-06-03 17:52:32 +000033
34 * Don't call getdir method from open() only from first readdir().
35 Open is sometimes just used to store the current directory
36 (e.g. find)
Miklos Szeredi203afbf2004-06-03 13:21:08 +000037
Miklos Szeredie2e4ac22004-05-18 08:45:28 +0000382004-05-18 Miklos Szeredi <mszeredi@inf.bme.hu>
39
40 * Added flush() call
41
Miklos Szeredi689f5632004-05-04 08:49:16 +0000422004-05-04 Miklos Szeredi <mszeredi@inf.bme.hu>
43
44 * Extended attributes support for 2.4 (patch by Cody Pisto)
45
Miklos Szeredid30a0f22004-04-20 08:25:43 +0000462004-04-20 Miklos Szeredi <mszeredi@inf.bme.hu>
47
48 * Fixed parser with modversions (Mattias Wadman)
49
Miklos Szeredi8ec48ec2004-04-19 10:24:41 +0000502004-04-19 Miklos Szeredi <mszeredi@inf.bme.hu>
51
52 * Added mount option parser to 2.4 build
53
Miklos Szeredi87f30a92004-04-13 10:49:54 +0000542004-04-13 Miklos Szeredi <mszeredi@inf.bme.hu>
55
56 * Replaced binary mount data with text options
57
58 * Show FUSE specific mount options in /proc/mounts
59
60 * Check in fuse.h whether _FILE_OFFSET_BITS is set to 64
61
Miklos Szeredic26c14d2004-04-09 17:48:32 +0000622004-04-09 Miklos Szeredi <mszeredi@inf.bme.hu>
63
64 * Check some limits so userspace won't get too big requests
65
Miklos Szeredi2ac5e2a2004-04-05 11:24:24 +0000662004-04-05 Miklos Szeredi <mszeredi@inf.bme.hu>
67
68 * Kill compile warning
69
70 * Upgraded user-mount patch for 2.6.5
71
Miklos Szeredi851948c2004-04-02 14:58:22 +0000722004-04-02 Miklos Szeredi <mszeredi@inf.bme.hu>
73
74 * Add detection of user-mode-linux to configure
75
Miklos Szeredi03cebae2004-03-31 10:19:18 +0000762004-03-31 Miklos Szeredi <mszeredi@inf.bme.hu>
77
78 * fixed zero size case for getxattr and listxattr
79
Miklos Szeredi98667e22004-03-30 07:24:29 +0000802004-03-30 Miklos Szeredi <mszeredi@inf.bme.hu>
81
82 * new fusermount flag '-z': lazy unmount, default is not lazy
83
Miklos Szeredi3ed84232004-03-30 15:17:26 +000084 * Extended attributes operations added (getxattr, setxattr,
85 listxattr, removexattr)
86
Miklos Szeredi77f39942004-03-25 11:17:52 +0000872004-03-25 Miklos Szeredi <mszeredi@inf.bme.hu>
88
89 * If filesystem doesn't define a statfs operation, then an
90 all-zero default statfs is returned instead of ENOSYS
91
Miklos Szeredi4df9cf22004-03-24 09:19:27 +0000922004-03-24 Miklos Szeredi <mszeredi@inf.bme.hu>
93
94 * Add FS_BINARY_MOUNTDATA filesystem flag for kernels > 2.6.4
95
Miklos Szeredif79d8992004-03-12 15:21:44 +0000962004-03-09 Miklos Szeredi <mszeredi@inf.bme.hu>
Miklos Szeredi254d5ed2004-03-02 11:11:24 +000097
Miklos Szeredi8af63ae2004-03-09 10:54:17 +000098 * Fix for uClinux (Christian Magnusson)
99
1002004-03-02 Miklos Szeredi <mszeredi@inf.bme.hu>
101
Miklos Szeredi18c1e4d2004-03-02 16:18:30 +0000102 * fuse_main() adds "-n progname" to the fusermount command line
103
Miklos Szeredi254d5ed2004-03-02 11:11:24 +0000104 * More kernel interface changes:
105
106 * Lookup/getattr return cache timeout values
107
Miklos Szeredie970f302004-02-25 08:39:42 +00001082004-02-25 Miklos Szeredi <mszeredi@inf.bme.hu>
109
110 * Clean up option parsing in fuse_main()
111
Miklos Szeredi33c319c2004-02-25 09:19:29 +0000112 * Added fuse_get() function which returns the fuse object created
113 by fuse_main()
114
Miklos Szeredib5958612004-02-20 14:10:49 +00001152004-02-20 Miklos Szeredi <mszeredi@inf.bme.hu>
116
Miklos Szeredic40748a2004-02-20 16:38:45 +0000117 * removed old way of mounting (fusermount mountpoint program)
118
Miklos Szeredib5958612004-02-20 14:10:49 +0000119 * more kernel interface changes:
120
121 * added nanosecond precision to file times
122
Miklos Szeredic40748a2004-02-20 16:38:45 +0000123 * removed interface version from mount data
124
125 * added /proc/fs/fuse/version which contains MAJOR.MINOR
126
Miklos Szeredi18e75e42004-02-19 14:23:27 +00001272004-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
128
129 * statfs library API changed to match other methods. Since this
130 is not backward compatible FUSE_MAJOR_VERSION is changed to 2
131
Miklos Szeredi76f65782004-02-19 16:55:40 +0000132 * kernel interface changes follow:
133
134 * statfs changed to 64 bits, added 'bavail' field
135
136 * add generation number to lookup result
137
138 * optimized mknod/mkdir/symlink/link (no separate lookup is
139 needed)
140
141 * rdev size increased to 32 bits for mknod
142
143 * kernel interface version changed to 3.1
Miklos Szeredi18e75e42004-02-19 14:23:27 +0000144
Miklos Szeredifa39e902004-02-18 13:29:36 +00001452004-02-18 Miklos Szeredi <mszeredi@inf.bme.hu>
146
147 * user-mount upgraded for 2.6.3 kernel
148
Miklos Szeredi69cc79a2004-02-17 08:57:29 +00001492004-02-17 Miklos Szeredi <mszeredi@inf.bme.hu>
150
151 * Added user-mount.2.6.2-rc3.patch
152
153 * Add FS_SAFE flag to fuse filesystem
154
155 * fusermount should allow (un)mounting for non-root even if not
156 suid-root
157
Miklos Szeredi4c7f7622004-02-12 13:41:30 +00001582004-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
159
160 * Remove MS_PERMISSION mount flag (that means something else now)
161
Miklos Szeredi9a2b08d2004-02-10 09:36:07 +00001622004-02-10 Miklos Szeredi <mszeredi@inf.bme.hu>
163
164 * Added check for i_size_read/write functions to configure.in
165 (patch by Valient Gough)
166
Miklos Szeredi377b2ea2004-02-06 09:48:51 +00001672004-02-06 Miklos Szeredi <mszeredi@inf.bme.hu>
168
169 * Fixed writing >= 2G files
Miklos Szeredif58cc612004-02-06 13:52:00 +0000170
171 * Check file size on open (with generic_file_open())
Miklos Szeredid1199f82004-02-06 15:29:22 +0000172
173 * Readpage calls flush_dcache_page() after storing data
174
175 * Use i_size_read/write for accessing inode->i_size
Miklos Szeredi89b86af2004-02-06 17:02:08 +0000176
177 * Make loopback mount of a fuse file work
Miklos Szeredi377b2ea2004-02-06 09:48:51 +0000178
Miklos Szeredi88124792004-02-04 11:06:17 +00001792004-02-04 Miklos Szeredi <mszeredi@inf.bme.hu>
180
181 * Released 1.1
182
Miklos Szeredi72f6a932004-01-29 11:29:18 +00001832004-01-29 Miklos Szeredi <mszeredi@inf.bme.hu>
184
185 * Properly check if the inode exists in fuse_invalidate
186
Miklos Szerediedf26632004-01-27 14:54:47 +00001872004-01-27 Miklos Szeredi <mszeredi@inf.bme.hu>
188
189 * Added -q option for fusermount
190
191 * fuse_unmount() now uses -q option of fusermount, so no error is
192 printed if the cause of the program exit is that the filesystem
193 has already been unmounted
194
Miklos Szeredif4f8b892004-01-27 17:04:59 +0000195 * Fix i_nlink correctness after rmdir/unlink
196
Miklos Szeredi307242f2004-01-26 11:28:44 +00001972004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
198
Miklos Szeredib1158392004-01-26 14:43:12 +0000199 * Released 1.1-pre2
200
2012004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
202
Miklos Szeredi307242f2004-01-26 11:28:44 +0000203 * Fix typo (thanks Marcos Dione)
Miklos Szeredib1158392004-01-26 14:43:12 +0000204
205 * Compile fixes for 2.4 kernels
Miklos Szeredi307242f2004-01-26 11:28:44 +0000206
2072004-01-23 Miklos Szeredi <mszeredi@inf.bme.hu>
208
209 * Fix CONFIG_MODVERSIONS compile on 2.6
210
2112004-01-22 Miklos Szeredi <mszeredi@inf.bme.hu>
212
213 * Write all pending data before a RELEASE operation
214
215 * Suppress 'Bad file descriptor' warning on exit
216
217 * Replaced fusermount option '-d xxx' with '-n xxx' so it doesn't
Miklos Szeredib1158392004-01-26 14:43:12 +0000218 get confused with '-d' of fuse_main() (sorry about this change)
Miklos Szeredi307242f2004-01-26 11:28:44 +0000219
Miklos Szeredib1158392004-01-26 14:43:12 +0000220 * New fusermount option '-l' which enables big reads. Big reads
221 are now disabled by default.
Miklos Szeredi307242f2004-01-26 11:28:44 +0000222
223 * fuse_main() can accept fusermount arguments after a '--'
224
Miklos Szeredie815c032004-01-19 18:20:49 +00002252004-01-19 Miklos Szeredi <mszeredi@inf.bme.hu>
226
227 * Support for exporting filesystem over NFS (see README.NFS)
228
Miklos Szeredi7c35cf92004-01-14 16:56:49 +00002292004-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
230
231 * Support non-blocking writepage on 2.6. This makes FUSE behave
232 much more nicely in low-memory situations
233
234 * Fix 32-bit dev handling in getattr and mknod for 2.6 kernels.
235 (Note: the mknod method does not yet use 32bit device number)
236
Miklos Szeredie8663f32004-01-13 15:33:12 +00002372004-01-13 Miklos Szeredi <mszeredi@inf.bme.hu>
238
239 * Code cleanups
240
Miklos Szeredi4b7abe32004-01-07 16:49:12 +00002412004-01-07 Miklos Szeredi <mszeredi@inf.bme.hu>
242
243 * Released 1.1-pre1
244
Miklos Szeredif85ab242004-01-07 12:16:45 +00002452004-01-06 Miklos Szeredi <mszeredi@inf.bme.hu>
246
247 * Integrated 2.6 kernel support patch by Michael Grigoriev
248
249 * Improvements and cleanups for 2.6 kernels
250
Miklos Szeredi7ffb8cf2004-01-05 15:07:12 +00002512004-01-05 Miklos Szeredi <mszeredi@inf.bme.hu>
252
253 * Added -d option to fusermount
254
Miklos Szeredi2f3d9402003-12-15 12:11:33 +00002552003-12-15 Miklos Szeredi <mszeredi@inf.bme.hu>
256
257 * Added major+minor version to library API, and minor version to
258 kernel API
259
David McNab7a19caf2003-12-13 02:05:46 +00002602003-12-13 David McNab <david@rebirthing.co.nz>
261
262 * Implemented fsync support in examples/example.py
263
264 * Implemented 'fsync' and 'statfs' methods in python
265 interface
266
Miklos Szeredie4cf7332003-12-12 11:53:31 +00002672003-12-12 Miklos Szeredi <mszeredi@inf.bme.hu>
268
269 * Make it compile on 2.4.19.
270
Miklos Szeredi5e43f2c2003-12-12 14:06:41 +0000271 * Add fsync operation (write file failed on xemacs & vi)
Miklos Szeredie4cf7332003-12-12 11:53:31 +0000272
David McNab8bf62632003-12-11 22:49:22 +00002732003-12-12 David McNab <david@rebirthing.co.nz>
274
275 * Added distutils support to the python module, as per standard
276 python development practice
277
Miklos Szeredi874d95d2003-12-11 14:27:57 +00002782003-12-11 Miklos Szeredi <mszeredi@inf.bme.hu>
279
280 * Add file locking for mount/unmount (based on patch by Valient
281 Gough)
282
2832003-12-11 David McNab <david@rebirthing.co.nz>
284
285 * Python filesystem - was broken with python2.3, now fixed:
286 - changed PyTuple_* calls to PySequence_*, because os.lstat
287 is no longer returning a pure tuple
288 - changed PyInt_Check() calls to also call PyLong_Check,
289 to cover for cases (eg os.lstat) where longs are returned
290 - Added support for file 'release' handling, which IMO is
291 essential since this signals to a FS that writes to a file
292 are complete (and therefore the file can now be disposed of
293 meaningfully at the python filesystem's discretion)
294 - Added '__init__' handler to base Fuse class, which allows
295 your Python class to know the mountpoint and mount args,
296 as attributes myfs.mountpoint, myfs.optlist, myfs.optdict
297
298 * General:
299 - added 'mount.fuse' script (in util/ dir), which is meant to be
300 symlinked from /sbin, and which allows FUSE filesystems to
301 be mounted with the 'mount' command, and listed in fstab;
302 also, mount arguments get passed to your filesystem
303
304
Miklos Szeredif27ec7d2003-11-04 13:46:32 +00003052003-11-04 Miklos Szeredi <mszeredi@inf.bme.hu>
306
307 * Fix kernel version detection (again). Bugreport by Peter Levart
308
Miklos Szeredi36ca5562003-11-03 19:32:14 +00003092003-11-03 Miklos Szeredi <mszeredi@inf.bme.hu>
310
311 * Applied read combining patch by Michael Grigoriev (tested by
312 Valient Gough and Vincent Wagelaar)
313
Miklos Szeredif08ace02003-10-22 11:11:57 +00003142003-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
315
316 * Mtab handling fix in fusermount by "Valient Gough" (SF patch
317 #766443)
318
Miklos Szeredi0e535082003-10-13 10:08:06 +00003192003-10-13 Miklos Szeredi <mszeredi@inf.bme.hu>
320
321 * Error code fixes in kernel module
322
Miklos Szeredi27af48b2003-10-04 17:31:38 +00003232003-10-04 Miklos Szeredi <mszeredi@inf.bme.hu>
324
325 * kernel version detection fix
326
327 * fusermount now uses "lazy" umount option
328
329 * fusermount can use modprobe with module-init-tools
330
Miklos Szeredida4e4862003-09-08 11:14:11 +00003312003-09-08 Miklos Szeredi <mszeredi@inf.bme.hu>
332
333 * Integrated caching patch by Michael Grigoriev
334
Miklos Szeredida4e4862003-09-08 11:14:11 +0000335 * Added "Filesystems" file with descriptions of projects using
336 FUSE
337
Miklos Szeredi02ceb112003-09-08 13:52:25 +0000338 * Added patch by Michael Grigoriev to allow compliation of FUSE
339 kernel module for 2.6 kernels
340
Miklos Szeredi84838472003-06-02 06:12:27 +00003412003-06-02 Miklos Szeredi <mszeredi@inf.bme.hu>
342
343 * And another spec-file fix by Achim Settelmeier
344
Miklos Szeredi21c282b2003-05-26 07:12:57 +00003452003-05-26 Miklos Szeredi <mszeredi@inf.bme.hu>
346
347 * Spec-file fix by Achim Settelmeier
348
Miklos Szeredi79b461a2003-03-10 09:35:34 +00003492003-03-10 Miklos Szeredi <mszeredi@inf.bme.hu>
350
351 * Fix umount oops (found by Samuli Kärkkäinen)
352
Miklos Szeredi941ae4c2003-03-05 08:29:58 +00003532003-03-05 Miklos Szeredi <mszeredi@inf.bme.hu>
354
355 * Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
356
Miklos Szeredia9b2f262003-03-04 09:37:20 +00003572003-03-04 Miklos Szeredi <mszeredi@inf.bme.hu>
358
359 * Updated fuse.spec file (Achim Settelmeier)
360
Miklos Szeredic0226bb2003-02-19 16:05:06 +00003612003-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
362
363 * Version 1.0 released
364
Miklos Szeredifa84e0d2003-02-13 09:53:33 +00003652003-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
366
367 * SuSE compilation fix by Juan-Mariano de Goyeneche
368
Miklos Szeredic8ba2372002-12-10 12:26:00 +00003692002-12-10 Miklos Szeredi <mszeredi@inf.bme.hu>
370
371 * The release() VFS call is now exported to the FUSE interface
372
Miklos Szeredi0f48a262002-12-05 14:23:01 +00003732002-12-05 Miklos Szeredi <mszeredi@inf.bme.hu>
374
375 * 64 bit file offset fixes in the fuse kernel module
376
377 * Added function 'fuse_exit()' which can be used to exit the main
378 loop
379
Miklos Szeredi5f054812002-12-03 18:45:21 +00003802002-12-03 Miklos Szeredi <mszeredi@inf.bme.hu>
381
382 * Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is
383 an incompatible interface change.
384
Miklos Szeredi6bf8b682002-10-28 08:49:39 +00003852002-10-28 Miklos Szeredi <mszeredi@inf.bme.hu>
386
387 * Portablility fix (bug reported by C. Chris Erway)
388
Miklos Szeredid6e9f882002-10-25 11:40:14 +00003892002-10-25 Miklos Szeredi <mszeredi@inf.bme.hu>
390
391 * Use Mark Glines' fd passing method for default operation instead
392 of old reexec
393
Miklos Szeredi60c23522002-10-24 09:19:43 +00003942002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
395
Miklos Szeredi5e5d61f2002-10-24 11:50:33 +0000396 * fix "Stale NFS file handle" bug caused by changes in 2.4.19
397
3982002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
399
Miklos Szeredi60c23522002-10-24 09:19:43 +0000400 * fix incompatiblity with Red Hat kernels, with help from Nathan
401 Thompson-Amato.
402
Mark Glines65ba2192002-04-18 14:41:48 +00004032002-04-18 Mark Glines <mark@glines.org>
404
405 * added an alternative to fuse_mount(), called
406 fuse_mount_ioslave(), which does not need to reexec the
407 FUSE program.
408 * added a small helper util needed by fuse_mount_ioslave().
409
Mark Glines220635a2002-03-17 07:01:14 +00004102002-03-16 Mark Glines <mark@glines.org>
411
412 * use struct fuse_statfs everywhere possible to avoid problems
413 with the headerfiles changing struct statfs member sizes
414
Miklos Szeredi081f3c22002-03-01 07:47:35 +00004152002-03-01 Miklos Szeredi <mszeredi@inf.bme.hu>
416
417 * Another RPM spec file for RedHat >= 7 by Ian Pilcher
418
Miklos Szeredif782fc42002-01-14 08:48:46 +00004192002-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
420
421 * RPM support by Achim Settelmeier
422
Miklos Szeredi4b2bef42002-01-09 12:23:27 +00004232002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
424
Miklos Szerediddc862a2002-01-09 13:46:10 +0000425 * Version 0.95 released
426
4272002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
428
Miklos Szeredi4b2bef42002-01-09 12:23:27 +0000429 * Revaidate all path components not just the last, this means a
430 very small performance penalty for being more up-to-date.
431
4322002-01-08 Miklos Szeredi <mszeredi@inf.bme.hu>
433
434 * Update and fix python interface
435
Mark Glinesd84b39a2002-01-07 16:32:02 +00004362002-01-07 Mark Glines <mark@glines.org>
437
438 * Added statfs() support to kernel, lib, examples, and perl!
439
Miklos Szeredi46a46dc2002-01-08 09:55:14 +00004402001-12-26 Miklos Szeredi <mszeredi@inf.bme.hu>
441
442 * Better cross compilation support
443
444 * Ported to Compaq IPAQ
445
Miklos Szeredife25def2001-12-20 15:38:05 +00004462001-12-20 Miklos Szeredi <mszeredi@inf.bme.hu>
447
448 * Added function fuse_get_context() to library API (inspired by
449 patch from Matt Ryan)
450
451 * Added flags to fusermount and to kernel interface to control
452 permission checking
Miklos Szeredi8cffdb92001-11-09 14:49:18 +0000453
Miklos Szeredife25def2001-12-20 15:38:05 +0000454 * Integrated fuse_set_operations() into fuse_new()
455
4562001-12-08 Miklos Szeredi <mszeredi@inf.bme.hu>
457
458 * Applied header protection + extern "C" patch by Roland
459 Bauerschmidt
460
4612001-12-02 Miklos Szeredi <mszeredi@inf.bme.hu>
462
463 * Added perl bindings by Mark Glines
464
4652001-11-21 Miklos Szeredi <mszeredi@inf.bme.hu>
466
467 * Cleaned up way of mounting simple filesystems.
468
469 * fuse_main() helper function added
470
4712001-11-18 Miklos Szeredi <mszeredi@inf.bme.hu>
472
473 * Optimized read/write operations, so that minimal copying of data
474 is done
475
4762001-11-14 Miklos Szeredi <mszeredi@inf.bme.hu>
477
478 * Python bindings by Jeff Epler added
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000479
4802001-11-13 Miklos Szeredi <mszeredi@inf.bme.hu>
481
482 * Fixed vfsmount reference leak in fuse_follow_link
483
484 * FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
485 userspace is ignored
486
Miklos Szeredife25def2001-12-20 15:38:05 +00004872001-11-09 Miklos Szeredi <mszeredi@inf.bme.hu>
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000488
Miklos Szeredife25def2001-12-20 15:38:05 +0000489 * Started ChangeLog