libfuse: get ref for req
[fuse.git] / ChangeLog
blob8a6576371c4d2124ba5057877ee5072e36dacd4a
1 2015-05-23  Miklos Szeredi <miklos@szeredi.hu>
3         * libfuse: refcount fuse_chan objects.  New functions:
4         fuse_chan_get(), fuse_chan_put().  Removed function:
5         fuse_chan_destroy().
7 2015-04-23  Miklos Szeredi <miklos@szeredi.hu>
9         * libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()
11 2015-02-26  Miklos Szeredi <miklos@szeredi.hu>
13         * libfuse: fix fuse_remove_signal_handlers() to properly restore
14         the default signal handler.  Reported by: Chris Johnson
16         * libfuse: fix handling of '.' and '..' in highlevel readdirplus
18 2014-07-21  Miklos Szeredi <miklos@szeredi.hu>
20         * libfuse: highlevel API: fix directory file handle passed to
21         ioctl() method.  Reported by Eric Biggers
23 2014-07-15  Miklos Szeredi <miklos@szeredi.hu>
25         * libfuse: document deadlock avoidance for
26         fuse_notify_inval_entry() and fuse_notify_delete()
28         * fusermount, libfuse: send value as unsigned in "user_id=" and
29         "group_id=" options.  Uids/gids larger than 2147483647 would
30         result in EINVAL when mounting the filesystem.  This also needs a
31         fix in the kernel.
33         * libfuse: add "time_gran" option.  This allows the filesystem to
34         specify the time granularity it supports when the kernel is
35         responsible for updating times ("writeback_cache" option).
37         * libfuse: allow setting ctime in ->setattr()
39         * libfuse: add flags to ->rename().  See renameat2() system call
40         in linux-3.15 and later kernels.
42 2014-03-26  Miklos Szeredi <miklos@szeredi.hu>
44         * Initialize stat buffer passed to ->getattr() and ->fgetattr() to
45         zero in all cases.  Reported by Daniel Iwan
47 2014-03-05  Miklos Szeredi <miklos@szeredi.hu>
49         * libfuse: implement readdirplus for high-level API.  Reuse the
50         old "readdir" callback, but add a flags argument, that has
51         FUSE_READDIR_PLUS in case this is a "plus" version.  Filesystems
52         can safely ignore this flag, but if they want they can add
53         optimizations based on it: i.e. only retrieve the full attributes
54         in PLUS mode.  The filler function is also given a flags argument
55         and the filesystem can set FUSE_FILL_DIR_PLUS if all the
56         attributes in "stat" are valid.  Original patch by Eric Wong
58 2014-02-21  Miklos Szeredi <miklos@szeredi.hu>
60         * libfuse: added fuse_lo-plus.c to the examples
62 2014-02-04  Miklos Szeredi <miklos@szeredi.hu>
64         * libfuse: Don't use constructor functions for loading modules.
65         Original patch by Fabrice Bauzac
67 2014-01-29  Miklos Szeredi <miklos@szeredi.hu>
69         * libfuse: Add "async_dio" and "writeback_cache" options.
70         Asynchronous direct I/O is supported by linux kernels 3.13 and
71         later, writeback caching is supported by 3.14 and later.
73 2013-08-26  Miklos Szeredi <miklos@szeredi.hu>
75         * libfuse: Add missing includes.  This allows compiling fuse with
76         musl.  Patch by Daniel Thau
78 2013-07-26  Miklos Szeredi <miklos@szeredi.hu>
80         * Print help on stdout instead of stderr
82 2013-07-25  Miklos Szeredi <miklos@szeredi.hu>
84         * libfuse: fuse -> fuse3.  Allow 2.X and 3.X to coexist.  Includes
85         are now stored under /usr/include/fuse3 and library is named
86         libfuse3.*.  Invoke pkg-config with "fuse3" as the first argument
87         to build with version 3 of the library.
89         * ulockmgr: strip ulockmgr support from this source package and
90         distribute it separately.  It is not needed for the building of
91         libfuse, only fusexmp_fh.  Check ulockmgr library in ./configure
92         and if not disable remote-lock suport in fusexmp_fh.
94 2013-07-24  Miklos Szeredi <miklos@szeredi.hu>
96         * libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc, add
97         AC_SYS_LARGEFILE to your configure.ac instead.
99 2013-06-21  Miklos Szeredi <miklos@szeredi.hu>
101         * libfuse: set FD_CLOEXEC also when receiving device fd from
102         fusermount
104 2013-06-20  Miklos Szeredi <miklos@szeredi.hu>
106         * libfuse: fix multiple close of device fd.  Reported by Dan
107         Greenfield
109 2013-03-19  Miklos Szeredi <miklos@szeredi.hu>
111         * libfuse: fix thread cancel race.  Exiting a worker my race with
112         cancelling that same worker.  This caused a segmenation
113         fault. Reported and tested by Anatol Pomozov
115 2013-02-20  Miklos Szeredi <miklos@szeredi.hu>
117         * libfuse: change the type of fuse_ino_t from 'unsigned long' to
118         'uint64_t'
120         * libfuse: use O_CLOEXEC flag when opening /dev/fuse device.
121         Patch by Richard W.M. Jones
123         * libfuse: don't force -D_FILE_OFFSET_BITS=64 in pkgconfig file.
124         Patch by Richard W.M. Jones
126 2013-02-19  Miklos Szeredi <miklos@szeredi.hu>
128         * fuse_daemonize(): chdir to "/" even if not running in the
129         background for consistency.  Reported by Vladimir Rutsky
131 2013-02-18  Miklos Szeredi <miklos@szeredi.hu>
133         * fuse_opt_parse(): when storing a newly allocated string for
134         format "%s", free the previous value stored at that location.
135         Reported by Marco Schuster
137 2013-02-07  Miklos Szeredi <miklos@szeredi.hu>
139         * libfuse: add readdirplus support in fuse_lowlevel_ops.  Patch by
140         Feng Shuo
142         * libfuse: add poll_events to fuse_file_info.  Patch by Enke Chen
144         * libfuse: fix fs cleanup.  Reported by Eric Wong
146         * libfuse: pass security context options to kernel.  Patch by
147         Dalvik Khertel
149         * libfuse: remove deprecated features:
150         - fuse_is_lib_option()
151         - fuse_invalidate()
152         - fuse_set_getcontext_func()
153         - fuse_loop_mt_proc()
154         - fuse_read_cmd()
155         - fuse_process_cmd()
156         - fuse_setup()
157         - fuse_teardown()
158         - fuse_exited()
159         - fuse_lowlevel_is_lib_option()
160         - fuse_operations.getdir()
161         - fuse_operations.utime()
162         - fuse_operations.utime_omit_ok
164 2013-02-06  Miklos Szeredi <miklos@szeredi.hu>
166         * libfuse: set close-on-exec flag on pipe file descriptors.  Patch
167         by Eric Wong
169         * libfuse: add missing INIT flags
171 2013-02-05  Miklos Szeredi <miklos@szeredi.hu>
173         * libfuse: fix fuse_get_context() in non fuse threads.  Reported
174         by Michael Berlin
176 2013-02-04  Miklos Szeredi <miklos@szeredi.hu>
178         * libfuse: fix crash in unlock_path().  Patch by Ratna Manoj
180         * libfuse: fix the 'remember' option.  The lru list was not
181         initialized for the "/" path.  This resulted in remove_node_lru()
182         crashing on LOOKUP-DOTDOT.  Patch by Madan Valluri
184         * libfuse: configure: detect new util-linux
186         * libfuse: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.
187         Patch by Anatol Pomozov
189         * libfuse: rename ./configure.in to ./configure.ac.  Patch by
190         Anatol Pomozov
192 2012-10-01  Miklos Szeredi <miklos@szeredi.hu>
194         * Released 2.9.2
196 2012-10-01  Miklos Szeredi <miklos@szeredi.hu>
198         * Fix deadlock in libfuse.  Running "svn update" on a fuse
199         filesystem could deadlock because of a bug in the way the paths
200         are locked.  Reported by Kazuaki Anami
202 2012-08-23  Miklos Szeredi <miklos@szeredi.hu>
204         * Fix missing config.h in buffer.c.  Reported by Matthew Gabeler-Lee
206 2012-08-14  Miklos Szeredi <miklos@szeredi.hu>
208         * Not unhashing the name in forget (commit on 2011-12-09) broke
209         the forget logic in a subtle way, resulting in "fuse internal
210         error: node NNN not found" and causing the filesystem daemon to
211         abort.  Fix by incrementing the node refcount if nlookup goes from
212         zero to one.  Reported by Kyle Lippincott
214 2012-08-13  Miklos Szeredi <miklos@szeredi.hu>
216         * Fix linking against GNU libiconv.  Patch by Natanael Copa
218 2012-07-19  Miklos Szeredi <miklos@szeredi.hu>
220         * Start of 3.0 series.  This is going to be a new major version of
221         the library breaking backward compatibility on the binary level as
222         well as the source level.
224 2012-07-19  Miklos Szeredi <miklos@szeredi.hu>
226         * Released 2.9.1
228 2012-07-19  Miklos Szeredi <miklos@szeredi.hu>
230         * Fix crash caused by freeing a stack address.  Reported by Itay
231         Perl
233 2012-07-04  Miklos Szeredi <miklos@szeredi.hu>
235         * Fix install of mount.fuse from out-of-tree build.  Patch by
236         Olivier Blin
238         * Fix build with automake >= 1.12.1.  Patch by Olivier Blin
240 2012-04-24  Miklos Szeredi <miklos@szeredi.hu>
242         * Add fallocate operation.  Only works on linux kernels 3.5 or
243         later.  Patch by Anatol Pomozov
245 2012-05-16  Miklos Szeredi <miklos@szeredi.hu>
247         * Linking to a library that uses threads requires the application
248         to be linked with -pthreads otherwise some pthread functions will
249         be linked to stubs in glibc.  So move -pthread from Libs.private
250         to Libs in fuse.pc.  Reported by Werner Fink
252         * Fix the compile command in the examples. Reported by Luciano
253         Dalle Ore
255 2012-04-20  Miklos Szeredi <miklos@szeredi.hu>
257         * Released 2.9.0
259 2012-04-20  Miklos Szeredi <miklos@szeredi.hu>
261         * Add missing fuse_fs_flock to fuse_versionscript
263 2012-04-10  Miklos Szeredi <miklos@szeredi.hu>
265         * Check protocol version before sending notifications and return
266         -ENOSYS if a particular notification is not supported.
268         * Add 'flag_utime_omit_ok' flag to fuse_operations.  If the
269         filesystem sets this flag then ->utimens() will receive UTIME_OMIT
270         and UTIME_NOW values as specified in utimensat(2).
272 2012-01-27  Miklos Szeredi <miklos@szeredi.hu>
274         * Interpret octal escape codes in options.  Requested by Jan
275         Engelhardt
277 2012-01-26  Miklos Szeredi <miklos@szeredi.hu>
279         * Add man pages for fusermount, mount.fuse and ulockmgr_server.
280         Lifted from the Debian package.  The man pages were written by
281         Daniel Baumann and Bastien Roucaries
283 2012-01-13  Miklos Szeredi <miklos@szeredi.hu>
285         * Disable symbol versions on MacOSX.  Patch by Anatol Pomozov
287 2012-01-02  Miklos Szeredi <miklos@szeredi.hu>
289         * Remove unnecessary mutex unlock at the end of multithreaded
290         event loop.
292 2011-12-09  Miklos Szeredi <miklos@szeredi.hu>
294         * Fix hang in wait_on_path().  Reported by Ville Silventoinen
296         * Don't unhash name in FORGET.  This resulted in ENOENT being
297         returned for unlinked but still open files if the kernel sent a
298         FORGET request for the parent directory.
300         * Free request in fuse_reply_data().
302 2011-12-08  Miklos Szeredi <miklos@szeredi.hu>
304         * Fix build if FUSE_NODE_SLAB is not defined.  Patch by Emmanuel
305         Dreyfus
307         * Check for availability of utimensat() function.  Patch by
308         Emmanuel Dreyfus
310 2011-12-07  Miklos Szeredi <miklos@szeredi.hu>
312         * Add fuse_lowlevel_notify_delete() which tells the kernel that a
313         file or directory is deleted.  Patch by John Muir
315 2011-12-06  Miklos Szeredi <miklos@szeredi.hu>
317         * Update retrieve_reply() method
319 2011-12-05  Miklos Szeredi <miklos@szeredi.hu>
321         * Low level API: lock argument of fuse_reply_lock should have a
322         'const' qualifier.  Reported by Shachar Sharon
324         * Add support for ioctl on directories.  Reported by Antonio SJ
325         Musumeci
327 2011-10-13  Miklos Szeredi <miklos@szeredi.hu>
329         * Reply to request with ENOMEM in case of failure to allocate
330         request structure.  Otherwise the task issuing the request will
331         just freeze up until the filesystem daemon is killed.  Reported by
332         Stephan Kulow
334 2011-09-23  Miklos Szeredi <miklos@szeredi.hu>
336         * Replace daemon() function with fork().  Patch by Anatol Pomozov
338 2011-08-26  Miklos Szeredi <miklos@szeredi.hu>
340         * If configured with --disable-mtab then don't call mount(8) from
341         libfuse to update the mtab.  Reported by: James Sierp
343 2011-08-24  Miklos Szeredi <miklos@szeredi.hu>
345         * Use LRU list for cleaning up the cache if the "remember=T"
346         option was given.  Patch by therealneworld@gmail.com
348 2011-07-06  Miklos Szeredi <miklos@szeredi.hu>
350         * Add ->flock() operation to low and high level interfaces.  This
351         fixes problems with emulating flock() with POSIX locking.
352         Reported by Sebastian Pipping.  As with lock/setlk/getlk most
353         filesystems don't need to implement this, as the kernel takes care
354         of file locking.  The only reason to implement locking operations
355         is for network filesystems which want file locking to work between
356         clients.
358 2011-07-02  Sebastian Pipping <sebastian@pipping.org>
360         * Make xmp_utimens of examples "fusexmp" and "fusexmp_fh"
361         not follow symlinks as other layers do that already.
363 2011-06-02  Miklos Szeredi <miklos@szeredi.hu>
365         * Add "remember" option.  This works similar to "noforget" except
366         that eventually the node will be allowed to expire from the cache.
367         Patch by therealneworld@gmail.com
369 2011-05-27  Miklos Szeredi <miklos@szeredi.hu>
371         * Check if splice/vmsplice are supported
373 2011-05-26  Miklos Szeredi <miklos@szeredi.hu>
375         * Remove -lrt -ldl from fuse.pc for dynamic linking since
376         libfuse.so is already linked with these libraries.  Reported by:
377         Nikolaus Rath
379 2011-05-20  Miklos Szeredi <miklos@szeredi.hu>
381         * Cleaner build output.  Patch by Reuben Hawkins
383 2011-05-19  Miklos Szeredi <miklos@szeredi.hu>
385         * Disable splice by default, add "splice_read", "splice_write" and
386         "splice_move" options.  Keep the "no_splice_*" variants, which can
387         disable splice even if the filesystem explicitly enables it.
389 2011-04-15  Max Krasnyansky <maxk@kernel.org>
390         * Added support for "auto_unmount" option which unmounts the
391         filesystem automatically on process exit (or crash).
393 2011-03-30  Miklos Szeredi <miklos@szeredi.hu>
395         * Patches by Laszlo Papp fixing various issues found by the
396         Coverity checker
398 2011-03-11  Miklos Szeredi <miklos@szeredi.hu>
400         * In case of failure to add to /etc/mtab don't umount.  Reported
401         by Marc Deslauriers
403 2011-02-02  Miklos Szeredi <miklos@szeredi.hu>
405         * libfuse: In fuse_session_loop_mt() don't pause when exiting the
406         worker threads.  The pause() was added in 2.2.1 to prevent
407         segfault on pthread_cancel() on an exited, detached thread.  Now
408         worker threads are not detached and pthread_cancel() should work
409         fine even after the thread exited.  Reported by Boris Protopopov
411 2011-01-31  Miklos Szeredi <miklos@szeredi.hu>
413         * fusermount: chdir to / before performing mount/umount
415         * fusermount: only allow mount and umount if util-linux supports
416         --no-canonicalize
418 2010-12-16  Miklos Szeredi <miklos@szeredi.hu>
420         * Highlevel lib: allow hash tables to shrink
422         * Highlevel lib: add slab allocation for node cache.  This will
423         allow the memory used by the filesystem to grow and shrink
424         depending on how many inodes are currently cached.
426 2010-12-13  Miklos Szeredi <miklos@szeredi.hu>
428         * Highlevel lib: use dynamically resized hash table for looking up
429         by name and node ID.
431 2010-12-07  Miklos Szeredi <miklos@szeredi.hu>
433         * Allow batching of forget requests.  This allows forget requests
434         to be processed faster and doesn't require a modification to fuse
435         filesystems.  Reported by Terje Malmedal
437         * Add ->forget_multi() operation to the lowlevel API.  The
438         filesystem may implement this to process multiple forget requests
439         in one call
441         * Fix the ambiguity of ioctl ABI on the kernel/userspace boundary
442         for 32bit vs. 64bit userspace
444 2010-11-10  Miklos Szeredi <miklos@szeredi.hu>
446         * Add new write_buf() method to the highlevel API.  Similarly to
447         the lowlevel write_buf() method, this allows implementing zero
448         copy writes.
450         * Add a new read_buf() method to the highlevel API.  This allows
451         returning a generic buffer from the read method, which in turn
452         allows zero copy reads.
454         * In fusexmp_fh implement the ->read_buf() and ->write_buf()
455         methods.  Leave the ->read() and ->write() implementations for
456         reference, even though they are not necessary.
458 2010-11-08  Miklos Szeredi <miklos@szeredi.hu>
460         * Fix check for read-only fs in mtab update
462         * Open /dev/null for write instead of read for redirecting stdout
463         and stderr
465         * If umount(8) supports --fake and --no-canonicalize (util-linux-ng
466         version 2.18 or later), and umount(2) supports the
467         UMOUNT_NOFOLLOW flag (linux kernel version 2.6.35 or later)  then,
468         "fusermount -u" will call the umount(2) system call and use
469         "umount --fake ..." to update /etc/mtab
471         * Added --disable-legacy-umount option to configure.  This
472         disables the runtime checking of umount(8) version.  When built
473         with this option then "fusermount -u" will fail if umount(8)
474         doesn't support the --fake and --no-canonicalize options.
476         * Fix fuse_buf_copy() if already at the end of the buffers
478         * Add new ->write_buf() method to low level interface.  This
479         allows passig a generic buffer, either containing a memory buffer
480         or a file descriptor.  This allows implementing zero copy writes.
482         * Add fuse_session_receive_buf() and fuse_session_process_buf()
483         which may be used in event loop implementations to replace
484         fuse_chan_recv() and fuse_session_process() respectively.
486         * Remove unnecessary restoring of current working directory in
487         "fusermount -u"
489         * Add ctx->pid to debug output
491         * Fix st_nlink value in high level lib if file is unlinked but
492         still open
494         * libfuse: add store request.  Request data to be stored in the
495         kernel buffers for a given inode.
497         * libfuse: add retrieve request.  Retrieve data stored in the
498         kernel buffers for a given inode.
500 2010-10-14  Miklos Szeredi <miklos@szeredi.hu>
502         * Use LTLIBICONV when linking libfuse.  This fixes building against
503         uclibc + libiconv.  Patch by Natanael Copa
505 2010-10-05  Miklos Szeredi <miklos@szeredi.hu>
507         * Add missing argument check in ulockmgr.c to prevent calling
508         ulockmgr_server with illegal arguments. This would cause an ever
509         growing list of ulockmgr_server processes with an endless list of
510         open files which finally exceeds the open file handle limit.
511         Patch by Markus Ammer
513 2010-09-28  Miklos Szeredi <miklos@szeredi.hu>
515         * Fix ambiguous symbol version for fuse_chan_new.
516         fuse_versionscript included fuse_chan_new in both FUSE_2.4 and
517         FUSE_2.6.  Remove the FUSE_2.4, which is invalid.
519 2010-09-28  Miklos Szeredi <miklos@szeredi.hu>
521         * Fix option escaping for fusermount.  If the "fsname=" option
522         contained a comma then the option parser in fusermount was
523         confused (Novell bugzilla #641480).  Fix by escaping commas when
524         passing them over to fusermount.  Reported by Jan Engelhardt
526 2010-08-27  Miklos Szeredi <miklos@szeredi.hu>
528         * Add NetBSD support.  Patch from Emmanuel Dreyfus
530 2010-07-12  Miklos Szeredi <miklos@szeredi.hu>
532         * libfuse: add buffer interface.  Add a generic buffer interface
533         for use with I/O.  Buffer vectors are supplied and each buffer in
534         the vector may be a memory pointer or a file descriptor.
536         * The fuse_reply_fd() interface is converted to using buffers.
538 2010-06-23  Miklos Szeredi <miklos@szeredi.hu>
540         * Make the number of max background requests and congestion
541         threshold tunable.  New options are "max_background" and
542         "congestion_threshold".  Only effective on linux kernel versions
543         2.6.32 or greater.  Patch by Csaba Henk
545 2010-06-17  Miklos Szeredi <miklos@szeredi.hu>
547         * Add fuse_reply_fd() reply function to the low level interface.
548         On linux version 2.6.35 or greater this will use splice() to move
549         data directly from a file descriptor to the fuse device without
550         needing to go though a userspace buffer.  With the
551         FUSE_REPLY_FD_MOVE flag the kernel will attempt to move the data
552         directly into the filesystem's cache.  On earlier kernels it will
553         fall back to an intermediate buffer.  The options
554         "no_splice_write" and "no_splice_move" can be used to disable
555         splicing and moving respectively.
557 2010-06-15  Miklos Szeredi <miklos@szeredi.hu>
559         * Fix out-of-source build.  Patch by Jörg Faschingbauer
561         * Add a "nopath" option and flag, indicating that path argument
562         need not be calculated for the following operations: read, write,
563         flush, release, fsync, readdir, releasedir, fsyncdir, ftruncate,
564         fgetattr, lock, ioctl and poll.
566 2010-05-10  Miklos Szeredi <miklos@szeredi.hu>
568         * Remove "chmod root" from install of fusermount.  Reported by
569         Lucas C. Villa Real
571 2010-04-26  Miklos Szeredi <miklos@szeredi.hu>
573         * Released 2.8.4
575 2010-04-26  Miklos Szeredi <miklos@szeredi.hu>
577         * Fix checking for symlinks in umount from /tmp.  Reported by Al
578         Viro
580         * Fix umounting if /tmp is a symlink.  Reported by Franco Broi
582 2010-02-18  Miklos Szeredi <miklos@szeredi.hu>
584         * Fix definition of FUSE_OPT_END for C++.  Reported by Tim
585         Bruylants
587 2010-02-03  Miklos Szeredi <miklos@szeredi.hu>
589         * Fix stack alignment for clone()
591 2010-02-01  Miklos Szeredi <miklos@szeredi.hu>
593         * Released 2.8.3
595 2010-02-01  Miklos Szeredi <miklos@szeredi.hu>
597         * Using "--no-canonicalize" with umount(8) conflicts with the race
598         fix, sinceit assumes the supplied path is absolute, while the race
599         fix relies on the path being relative to the current directory.
600         Reported by Tom Rindborg
602 2010-01-26  Miklos Szeredi <miklos@szeredi.hu>
604         * Released 2.8.2
606 2010-01-21  Miklos Szeredi <miklos@szeredi.hu>
608         * Fix race if two "fusermount -u" instances are run in parallel.
609         Reported by Dan Rosenberg
611         * Make sure that the path to be unmounted doesn't refer to a
612         symlink
614 2010-01-14  Miklos Szeredi <miklos@szeredi.hu>
616         * Fix compile error on FreeBSD.  Patch by Jay Sullivan
618 2009-12-17  Miklos Szeredi <miklos@szeredi.hu>
620         * Use '--no-canonicalize' option of mount(8) (available in
621         util-linux-ng version 2.17 or greater) to avoid calling
622         readling(2) on the newly mounted filesystem before the mount
623         procedure is finished.  This has caused a deadlock if "audit" was
624         enabled in the kernel.  Also use '--no-canonicalize' for umount to
625         avoid touching the mounted filesystem.
627 2009-09-11  Miklos Szeredi <miklos@szeredi.hu>
629         * Released 2.8.1
631 2009-08-25  Miklos Szeredi <miklos@szeredi.hu>
633         * Fix missing versioned symbol fuse_get_context@FUSE_2.2
635 2009-08-18  Miklos Szeredi <miklos@szeredi.hu>
637         * Released 2.8.0
639 2009-08-18  Miklos Szeredi <miklos@szeredi.hu>
641         * Add missing fuse_session_data to versionscript
643         * Make sure all global symbols are prefixed with "fuse_" or "cuse_"
645 2009-07-16  Miklos Szeredi <miklos@szeredi.hu>
647         * Clarify how the protocol version should be negotiated between
648         kernel and userspace.  Notably libfuse didn't correctly handle the
649         case when the supported major versions didn't match
651         * Add missing pthread link for libulockmgr.  Patch by  Petr Salinger
653 2009-07-02  Miklos Szeredi <miklos@szeredi.hu>
655         * The context is extended with a 'umask' field.  The umask is sent
656         for mknod, mkdir and create requests by linux kernel version
657         2.6.31 or later, otherwise the umask is set to zero.  Also
658         introduce a new feature flag: FUSE_CAP_DONT_MASK.  If the kernel
659         supports this feature, then this flag will be set in conn->capable
660         in the ->init() method.  If the filesystem sets this flag in in
661         conn->want, then the create modes will not be masked.
663         * Add low level interfaces for lookup cache and attribute
664         invalidation.  This feature is available in linux kernels 2.6.31
665         or later.  Patch by John Muir
667         * Kernel interface version is now 7.12
669         * fusermount: Do not silently ignore command line arguments.
670         Patch by Sebastian Harl
672 2009-06-19  Miklos Szeredi <miklos@szeredi.hu>
674         * Released 2.8.0-pre3
676 2009-06-19  Miklos Szeredi <miklos@szeredi.hu>
678         * Add fuse_getgroups (high level lib) and fuse_req_getgroups (low
679         level lib) functions to query the supplementary group IDs for the
680         current request.  Currently this is implemented on Linux by
681         reading from the /proc filesystem.
683 2009-06-18  Miklos Szeredi <miklos@szeredi.hu>
685         * Add "noforget" option to high level lib to prevent ESTALE errors
686         on NFS exported filesystems.  This result in paths being cached
687         forever, resulting in ever growing memory usage.  Use with care.
689         * Add "no_remote_lock" option to disable remote file locking even
690         if the filesystem implements it.  With this option locking
691         primitives (flock, lockf, fcntl(F_SETLK)) will still work, but
692         will ignore remotely locked files.
694         * CUSE patches from Tejun Heo:
696         * Unrestricted ioctl support left some debris.  Clean them up:
697           o No reason to pass around pointer to flags.  Pass flags directly.
698           o Clean up comment and prototype parameter names.
699           o fuse_lib_ioctl() didn't reply when get_path() failed.  Fix it.
700           o Remove unused variables {in|out}_iov from fuse_lib_ioctl().
702         * Add fuse_reply_ioctl_iov()
704         * Move fuse_session, fuse_req and fuse_ll definitions to fuse_i.h
705         and make send_reply_iov() and fuse_setup_common() global (also in
706         fuse_i.h).  These will be used by CUSE support.
708         * Restructure fuse_ll_process()
710         * Implement libfuse side of CUSE support.  CUSE uses subset of FUSE
711         operations as dir operations don't make sense for CUSE where one
712         instance implements single character device.
714         CUSE support comes with its own cuse_lowevel_ops and related
715         initialization and helper functions.  Except for initialization, it
716         usage is basically identical to FUSE.
718         This patch also adds example/cusexmp.c which can create a character
719         device with name and device number specified on command line.  The
720         created device itself is pretty boring.  It's a bit bucket supporting
721         read, write and access via ioctl.
723 2009-06-16  Miklos Szeredi <miklos@szeredi.hu>
725         * Add missing fuse_reply_bmap to versionscript.  Debian
726         Bug#531329.  Reported by Goswin Brederlow
728 2009-05-27  Miklos Szeredi <miklos@szeredi.hu>
730         * Don't call forget_node() if the lookup was negative and write()
731         for the reply returned ENOENT.  Reported by John Haxby
733 2009-05-25  Miklos Szeredi <miklos@szeredi.hu>
735         * Add FUSE_CAP_EXPORT_SUPPORT to fuse_common.h
737 2009-05-08  Miklos Szeredi <miklos@szeredi.hu>
739         * Fix missing newlines in some printfs
741         * Fix 'make install-strip'.  Reported by Dominick Layfield
743 2009-01-05  Miklos Szeredi <miklos@szeredi.hu>
745         * Released 2.8.0-pre2
747 2008-12-08  Miklos Szeredi <miklos@szeredi.hu>
749         * Implement poll support.  Patch by Tejun Heo
751         * Add missing setattr flags to <fuse_lowlevel.h>.
753         * Only pass valid flags to ->setattr().
755 2008-12-05  Miklos Szeredi <miklos@szeredi.hu>
757         * Implement ioctl support.  On high level interface only
758         "restricted" ioctls are supported (which are defined with the
759         _IO(), _IOR(), _IOW() or _IOWR() macros).  Unrestricted ioctls
760         will only be allwed to CUSE (Character Device in Userspace)
761         servers.  Patch by Tejun Heo
763 2008-11-28  Miklos Szeredi <miklos@szeredi.hu>
765         * If open sets fi->nonseekable, libfuse will tell the kernel that
766         the file is not seekable.  Patch by Tejun Heo
768 2008-11-19  Miklos Szeredi <miklos@szeredi.hu>
770         * lowlevel lib: fix deadlock if fuse_reply_* is called from the
771         interrupt handling function.  Reported by Tero Marttila
773 2008-10-16  Miklos Szeredi <miklos@szeredi.hu>
775         * Allow commas in options to be escaped with a backslash
777         * Add new function: fuse_opt_add_opt_escaped()
779         * Add missing fuse_reply_bmap() to the version script
781 2008-10-14  Miklos Szeredi <miklos@szeredi.hu>
783         * Pass current file flags to read and write operations
785 2008-07-24  Miklos Szeredi <miklos@szeredi.hu>
787         * Clean up debug output in highlevel lib
789 2008-07-10  Miklos Szeredi <miklos@szeredi.hu>
791         * Released 2.8.0-pre1
793 2008-06-27  Miklos Szeredi <miklos@szeredi.hu>
795         * Fix handling of (no)suid and (no)dev options if filesystem is
796         mounted from /etc/fstab or via mount(8).  Reported by Jan Ondrej.
798         * Skip calling mount(8) if /etc/mtab doesn't exist or if it's on a
799         read-only filesystem.  This works around issues with certain mount
800         implementations.  Reported by Szabolcs Szakacsits.
802 2008-06-16  Miklos Szeredi <miklos@szeredi.hu>
804         * Remove fuse kernel module sources.  Linux 2.6.27 will support
805         NFS exporting.
807 2008-06-10  Miklos Szeredi <miklos@szeredi.hu>
809         * Fix theoretical infinite loops in libfuse.  Reported by Szabolcs
810         Szakacsits
812         * Fix missing <sys/param.h> include for PATH_MAX.  Reported by
813         Szabolcs Szakacsits
815 2008-05-23  Miklos Szeredi <miklos@szeredi.hu>
817         * Fix mounting over symlink.  Reported by Szabolcs Szakacsits
819 2008-05-09  Miklos Szeredi <miklos@szeredi.hu>
821         * Don't allow bigger than 4kB writes by default on 2.6.26 and
822         later kernels, so that filesystems not expecting this are not
823         broken on a kernel upgrade.  Provide a 'big_writes' mount option
824         to enable this feature.  In future API revisions this may become
825         the default.
827 2008-04-09  Miklos Szeredi <miklos@szeredi.hu>
829         * Update warning message for missing newline at end of fuse.conf
831         * Update debug message for successful operation to not include the
832         string "error:"
834 2008-04-08  Miklos Szeredi <miklos@szeredi.hu>
836         * Update error message for missing mountpoint parameter.  Reported
837         by Allen Pulsifer
839 2008-04-04  Miklos Szeredi <miklos@szeredi.hu>
841         * Print library version information to debug output
843         * Highlevel lib: don't limit paths to 4095 characters
845 2008-03-25  Miklos Szeredi <miklos@szeredi.hu>
847         * Fix memory leaks on mount.  Patch by Szabolcs Szakacsits
849 2008-03-19  Miklos Szeredi <miklos@szeredi.hu>
851         * Fix missing pthread_mutex_destroy in error path of
852         fuse_lib_opendir().  Patch by Szabolcs Szakacsits
854 2008-03-07  Miklos Szeredi <miklos@szeredi.hu>
856         * Add queuing on contention to per-node lock algorithm, to avoid
857         starvation.
859         * Only enable cancelation when reading a request, otherwise
860         cancellation could happen with a mutex held, which could hang the
861         process on umount
863 2008-02-08  Miklos Szeredi <miklos@szeredi.hu>
865         * Block SIGCHLD when executing mount and umount
867         * fusexmp_fh: avoid unnecessary seeking in readdir
869         * Update kernel interface to 7.9:
871         * Support receiving file handle from kernel in GETATTR request
873         * Allow operations with a NULL path argument, if the filesystem
874         supports it
876         * Add support atomic open(O_TRUNC)
878         * Support the st_blksize field in struct stat
880         * If the "FUSE_THREAD_STACK" environment is set, initialize the
881         stack size of threads by this value.  Patch by Florin Malita
883         * Add per-node locking, instead of a global tree lock to protect
884         the path from changing during operations.  Original patch by
885         Rodrigo Castro
887 2008-02-03  Csaba Henk <csaba.henk@creo.hu>
889         * lib/mount_bsd.c:
890         - string formatting fixes
891         - exit if mounting has failed
892           (in FreeBSD a mount failure is not critical per se, as the daemon
893           still could be mounted externally, but waiting for such an event
894           is more confusing than fruitful)
895         - ditch the kvm(8) stuff and simply use forced unmount which just
896           won't block
897         - prettify option specifications
898         - add "-onosync_unmount" kernel option
900 2008-01-07  Csaba Henk <csaba.henk@creo.hu>
902         * lib/mount_bsd.c:
903         - refine device closing in a race-free way
904         - add support for "-osubtype" on FreeBSD
906         * makeconf.sh: make it work under FreeBSD
908 2008-01-03  Csaba Henk <csaba.henk@creo.hu>
910         * lib/mount_bsd.c: close device before unmount
911         (cf. lib/mount.c rev. 1.43) and fix some warnings 
913 2007-12-23  Miklos Szeredi <miklos@szeredi.hu>
915         * Fix './configure --disable-static'.  Patch from Ismail Dönmez
917 2007-12-17  Miklos Szeredi <miklos@szeredi.hu>
919         * Released 2.7.2
921 2007-12-12  Miklos Szeredi <miklos@szeredi.hu>
923         * Fix kernel module compile for 2.6.24
925         * Invalidate attributes of parent directory after create(), since
926         the modification time changes.  Invalidate attributes on rename,
927         since some filesystems may update st_ctime.  Reported by Szabolcs
928         Szakacsits
930         * Fix NFS exporting to handle 64bit node IDs
932         * Disable old symbol versions if __UCLIBC__ is defined.  If a
933         symbol in a library has multiple versions, the runtime linker in
934         uClibc seems to randomly choose between them.
936         * Remove erroneous 'fuse_opt_insert_arg@FUSE_2_5' from
937         fuse_version_script.  fuse_opt_free_args() was added in fuse-2.6.
939         * Close fuse device file descriptor before calling umount(),
940         preventing a deadlock when umount is synchronous.  Reported by
941         Szabolcs Szakacsits
943 2007-11-12  Miklos Szeredi <miklos@szeredi.hu>
945         * 'fusermount -u' did not umount the filesystem if /etc/mtab was a
946         symlink.  This bug was introduced in 2.7.1 by "Don't call
947         /bin/[u]mount if /etc/mtab is a symlink".  Found by robertsong.
949 2007-10-16  Miklos Szeredi <miklos@szeredi.hu>
951         * Released 2.7.1
953 2007-10-16  Miklos Szeredi <miklos@szeredi.hu>
955         * Clarify licence version to be "LGPLv2" for the library
957         * kernel fixes:
959         * After mount set nlink attribute for the root inode to 1
961         * Fix wake up of task waiting for a reserved request
963         * Fix allowing setattr, listxattr and statfs for other users
965 2007-09-18  Miklos Szeredi <miklos@szeredi.hu>
967         * Add missing context initialization in fuse_fs_chmod().  Bug
968         found by "iohead"
970         * Fix kernel module compilation for 2.6.23.  Based on patch by
971         Marian Marinov
973 2007-09-04  Philippe Elie  <phil.el@wanadoo.fr>
975         * lib/fuse_lowlevel.c: fix a fuse_req leak in do_forget()
977 2007-07-31  Miklos Szeredi <miklos@szeredi.hu>
979         * Work around hotplug issue, that it calls filesystem with file
980         descriptors 0, 1 and 2 not open.  Tracked down by Leif Johnson
982 2007-07-25  Miklos Szeredi <miklos@szeredi.hu>
984         * Don't call /bin/[u]mount if /etc/mtab is a symlink.  Reported by
985         Tomas M
987         * Also don't touch /etc/mtab if it is within the mounted
988         filesystem.  Suggested by Jeffrey Law
990 2007-07-12  Miklos Szeredi <miklos@szeredi.hu>
992         * Reset args->argc in fuse_opt_free_args().  Patch by Lucas
993         C. Villa Real
995 2007-07-02  Miklos Szeredi <miklos@szeredi.hu>
997         * Released 2.7.0
999 2007-07-02  Miklos Szeredi <miklos@szeredi.hu>
1001         * Accept a NULL "op" for fuse_main(), etc.  This is useful if
1002         filesystem is only invoking fuse to print a help message, or
1003         version.  Fixes RedHat bugzilla #217343
1005 2007-06-22  Miklos Szeredi <miklos@szeredi.hu>
1007         * lib: fix locking when loading a filesystem module
1009 2007-06-21  Miklos Szeredi <miklos@szeredi.hu>
1011         * Add fs subtype support to mount.fuse
1013 2007-06-20  Miklos Szeredi <miklos@szeredi.hu>
1015         * Add fs subtype support to libfuse and fusermount
1017 2007-06-19  Miklos Szeredi <miklos@szeredi.hu>
1019         * kernel: sync with mainline (2.6.22)
1021 2007-06-18  Miklos Szeredi <miklos@szeredi.hu>
1023         * Send debug output to stderr instead of stdout.  Patch by Jan
1024         Engelhardt
1026 2007-06-03  Miklos Szeredi <miklos@szeredi.hu>
1028         * libulockmgr: Work around a kernel bug in recv(), causing it to
1029         sometimes return zero even if data was available on the socket.
1031 2007-05-29  Miklos Szeredi <miklos@szeredi.hu>
1033         * lib: optimization: store parent pointer in node instead of
1034         parent id
1036 2007-05-25  Miklos Szeredi <miklos@szeredi.hu>
1038         * lib: don't create new thread for each FORGET request.  FORGET
1039         messages sometimes caused so many threads to be created, that
1040         process virtual memory space ran out.  Reported by Chris AtLee
1042 2007-05-24  Miklos Szeredi <miklos@szeredi.hu>
1044         * lib: fix memory leak on thread creation failure in multithreaded
1045         event loop.  Found by Chris AtLee
1047 2007-05-23  Miklos Szeredi <miklos@szeredi.hu>
1049         * lowlevel lib: add fuse_reply_iov function, which is similar to
1050         fuse_reply_buf, but accepts a vector of buffers.  Patch by Roger
1051         Willcocks
1053 2007-05-21  Miklos Szeredi <miklos@szeredi.hu>
1055         * Fix Oops or error if a regular file is created with mknod(2) on
1056         a fuse filesystem.  Kernels 2.6.18 onward are affected.  Thanks to
1057         J. Cameijo Cerdeira for the report
1059 2007-05-11  Csaba Henk <csaba.henk@creo.hu>
1061         * libfuse: fix return value of fuse_loop()/fuse_loop_mt().
1062         Error reported by Csaba Henk, fix by Miklos Szeredi
1064         * libfuse: fix unlock in flush
1066         * libfuse: do unlocking on RELEASE+FLUSH
1068 2007-05-03  Miklos Szeredi <miklos@szeredi.hu>
1070         * Released 2.7.0-rc1
1072 2007-05-02  Miklos Szeredi <miklos@szeredi.hu>
1074         * kernel: sync with mainline:
1076         * Use invalidate_mapping_pages() if available
1078         * Fix BUG when invalid file type is supplied in mount. Patch by
1079         Timo Savola
1081 2007-04-27  Miklos Szeredi <miklos@szeredi.hu>
1083         * libfuse: call umount(8) directly instead of fusermount if
1084         possible
1086         * Clean up init script, make it LSB compliant
1088 2007-04-26  Miklos Szeredi <miklos@szeredi.hu>
1090         * In multithreaded loop, use a semaphore instead of SIGHUP to wake
1091         up the main thread on umount.  This is more elegant, and works
1092         even if signals are blocked.
1094 2007-04-25  Miklos Szeredi <miklos@szeredi.hu>
1096         * Improve mounting support in libfuse:
1097          - check non-empty mountpoint
1098          - only fall back to fusermount when necessary
1100 2007-04-23  Miklos Szeredi <miklos@szeredi.hu>
1102         * Don't chdir to "/" in foreground mode, it causes more trouble
1103         than it's worth
1105 2007-04-18  Miklos Szeredi <miklos@szeredi.hu>
1107         * Replace utils/mount.fuse "sh" script with a "C" program
1109 2007-04-15  Miklos Szeredi <miklos@szeredi.hu>
1111         * Add -lulockmgr to compilation comment in fusexmp_fh.c
1113 2007-04-05  Miklos Szeredi <miklos@szeredi.hu>
1115         * Check for iconv.  Patch by Csaba Henk
1117         * Add direct umounting
1119         * Use "fusectl" as the device for the fusectl filesystem.  Debian
1120         Bug#417945.  Reported by Laurent Bonnaud
1122 2007-04-01  Csaba Henk <csaba.henk@creo.hu>
1124         * Fix some FreeBSD related macros.
1126 2007-03-30  Miklos Szeredi <miklos@szeredi.hu>
1128         * Add support for direct mounting by libfuse.  Fall back on
1129         calling fusermount if it doesn't work
1131 2007-03-14  Miklos Szeredi <miklos@szeredi.hu>
1133         * Released 2.7.0-pre1
1135 2007-03-05  Miklos Szeredi <miklos@szeredi.hu>
1137         * Correctly handle O_APPEND in direct IO mode.  Reported by Greg
1138         Bruno
1140         * mount.fuse should use /bin/bash.  Debian Bug#413403.  Reported
1141         by Thomas Weinbrenner
1143 2007-02-26  Miklos Szeredi <miklos@szeredi.hu>
1145         * Fix detection of installed fuse in init script.  Reported and
1146         fix suggested by Davide Canova
1148 2007-02-05  Miklos Szeredi <miklos@szeredi.hu>
1150         * Fix 2.6.9 RHEL kernels, which have compatibility mutex.h, but
1151         don't define mutex_destroy(), bummer.  Patch from Phil Schwan
1153 2007-02-04  Miklos Szeredi <miklos@szeredi.hu>
1155         * Compile fuseblk for kernels which don't have an option to turn
1156         off the block layer (CONFIG_BLOCK).  Reported by Szakacsits
1157         Szabolcs
1159 2007-02-03  Miklos Szeredi <miklos@szeredi.hu>
1161         * Add filesystem stacking support to high level API.  Filesystem
1162         modules can be built into libfuse or loaded from shared object
1163         (.so) files
1165         * Add 'subdir' and 'iconv' built in modules
1167         * lib/fuse.c: Fix locking for the reply code in create and open
1169 2007-02-02  Miklos Szeredi <miklos@szeredi.hu>
1171         * kernel: make it compile on "strange" kernels which have emulated
1172         mutexes via <linux/mutex.h> but no i_mutex.  Reported by Tomasz
1173         Mateja
1175 2007-01-28  Miklos Szeredi <miklos@szeredi.hu>
1177         * kernel: fix BUG in control filesystem if it is umounted and
1178         mounted again, while some fuse filesystems are present.
1179         Bugreport from Florent Mertens
1181         * kernel: sync with mainline, support 2.6.20
1183 2007-01-22  Miklos Szeredi <miklos@szeredi.hu>
1185         * lib/Makefile.am: actually link libfuse against libfuse_libs
1187 2007-01-19  Miklos Szeredi <miklos@szeredi.hu>
1189         * Build fix for 2.6.16 vanila and 2.6.15 FC5 kernels.  Patch from
1190         Ian Abbott
1192 2007-01-18  Miklos Szeredi <miklos@szeredi.hu>
1194         * Fix abort in fuse_new() compatibility API for opts == NULL case.
1195         Novell bugzilla #233870.  Patch from Takashi Iwai.
1197 2007-01-13  Miklos Szeredi <miklos@szeredi.hu>
1199         * Fix option parsing in mount.fuse.  Patch from Jens M. Noedler
1201 2007-01-02  Miklos Szeredi <miklos@szeredi.hu>
1203         * Fix unaligned access in file desctriptor passing in libfuse,
1204         fusermount and ulockmgr.  Debian bug ID: 404904.  Reported and
1205         tested by Sebastian Fontius
1207 2006-12-16  Miklos Szeredi <miklos@szeredi.hu>
1209         * kernel: don't keep unreferenced inodes in the icache.
1211 2006-12-15  Miklos Szeredi <miklos@szeredi.hu>
1213         * fusermount: Fix detection of fuseblk.  Reported by Szakacsits
1214         Szabolcs
1216         * lib: Fix use after free in fuse_flush().  Reported by Ron
1217         Lindman
1219 2006-12-10  Miklos Szeredi <miklos@szeredi.hu>
1221         * mount.fuse: add "setuid=USER" option which does a "su - USER"
1222         for the filesystem
1224         * fusermount: use "/bin/mount -f" to add entry to /etc/mtab, and
1225         "/bin/umount" to remove entry from /etc/mtab.  This gets rid of
1226         the ugly code dealing with mtab, as well as a possible race
1227         between fusermount and mount trying to modify /etc/mtab at the
1228         same time
1230         * Fix "buffer size too small: 4" warning for users of the
1231         fuse_loop_mt_proc() function.
1233 2006-12-04  Miklos Szeredi <miklos@szeredi.hu>
1235         * Fix warnings with gcc-4.1 on 64bit archs.  Report from
1236         Harshavardhana
1238         * Add extra warning options, and fix resulting warnings
1240         * Really fix fuse_teardown problem
1242 2006-12-02  Miklos Szeredi <miklos@szeredi.hu>
1244         * Add -lrt to fuse.pc (if needed) to fix static linking against
1245         libfuse.  Reported by Szakacsits Szabolcs
1247 2006-12-01  Miklos Szeredi <miklos@szeredi.hu>
1249         * Released 2.6.1
1251 2006-11-30  Miklos Szeredi <miklos@szeredi.hu>
1253         * Fix API version 21 and 22 compatibility for fuse_teardown.
1254         Reported by Bgs
1256 2006-11-29  Miklos Szeredi <miklos@szeredi.hu>
1258         * fusermount: Print a more helpful message in case the kernel
1259         doesn't support the 'fuseblk' filesystem type.  This has been
1260         biting ntfs-3g users.  Reported by Yura Pakhuchiy
1262         * kernel: fix build problem for "make -C ...".  Reported by
1263         Stephen Bryant
1265 2006-11-19  Miklos Szeredi <miklos@szeredi.hu>
1267         * Fix bug in certain error paths of lookup routines.  The request
1268         object was reused for sending FORGET, which is illegal.  This bug
1269         could cause an Oops in linux-2.6.18 or in fuse-2.6.0, and might
1270         silently corrupt memory in earlier versions.  Report and test
1271         program by Russ Cox
1273 2006-11-11  Miklos Szeredi <miklos@szeredi.hu>
1275         * Print an error if an incompatible kernel interface version is
1276         detected in INIT.  This will only show if filesystem is started
1277         with -d or -f
1279         * Fix order of fuse_destroy()/fuse_unmount() in error cleanup of
1280         fuse_setup_common().  Reported by Szakacsits Szabolcs
1282 2006-11-06  Miklos Szeredi <miklos@szeredi.hu>
1284         * Fix recursive locking in fuse_create().  Thanks to Takuya
1285         Ishibashi for the bug report
1287 2006-10-28  Miklos Szeredi <miklos@szeredi.hu>
1289         * Fix automake problem.  Patch from Nix
1291 2006-10-26  Miklos Szeredi <miklos@szeredi.hu>
1293         * Fix mount.fuse to use /bin/sh instead of /bin/bash, which is not
1294         always available on embedded systems.  Patch from Paul Smith
1296         * Fix util/Makefile.am, so that failure to run update-rc.d or
1297         device creation doesn't cause make to fail.  Reported by Paul
1298         Smith
1300 2006-10-21  Miklos Szeredi <miklos@szeredi.hu>
1302         * Released 2.6.0
1304 2006-10-18  Miklos Szeredi <miklos@szeredi.hu>
1306         * fusermount: don't try to create a lock file if /etc/mtab is a
1307         symlink.  Report and patch from Alexei Sheplyakov (debian bug
1308         #393693)
1310 2006-10-17  Miklos Szeredi <miklos@szeredi.hu>
1312         * Minor changes, sync with mainline tree
1314 2006-10-16  Miklos Szeredi <miklos@szeredi.hu>
1316         * Released 2.6.0-rc3
1318 2006-10-15  Miklos Szeredi <miklos@szeredi.hu>
1320         * kernel: cleanups
1322 2006-10-13  Miklos Szeredi <miklos@szeredi.hu>
1324         * kernel: Fix compilation on patched 2.6.18 (fc6) and 2.6.19.
1325         Report from David Shaw
1327         * lib: Fix lost error on renaming a file. Report from David Shaw
1329         * lib: Fix lost error on hiding open files (renaming to
1330         .fuse_hiddenXXXX)
1332         * kernel: Fix a rare hang on SMP/32bit on heavy filesystem
1333         activity.  The cause of the bug was that some calls to
1334         i_size_write() were not protected by a lock, and hence
1335         i_size_seqcount could become corrupted.  This caused subsequent
1336         calls to i_size_read() to spin forever.  This is a long standing
1337         bug was probably introduced in version 2.2, and thought to be
1338         related to NFS exporting (it's not).  It was reported by various
1339         people, but Dana Henriksen has finally helped me to track it down,
1340         so big thanks to him
1342         * kernel: Protect against truncation of a swapfile
1344 2006-10-10  Miklos Szeredi <miklos@szeredi.hu>
1346         * kernel: Check for signature of super_operations->umount_begin().
1347         Ubuntu kernel 2.6.17 seems to use the new signature found in
1348         2.6.18.  Thanks to Florent Mertens for the report
1350 2006-10-08  Miklos Szeredi <miklos@szeredi.hu>
1352         * Make sure inode numers wrap around at 2^32.  This is needed on
1353         dual 64bit/32bit architectures, because 32bit applications using
1354         the non-largefile interface would otherwise break (EOVERFLOW error
1355         would be returned by the stat() system call family)
1357         * ulockmgr: handle the case, when a locking operation fails
1358         because no more file desctriptors are available in
1359         ulockmgr_server.  Also work around a Linux kernel bug (known to
1360         exist for all Linux kernel versions <= 2.6.18) which may cause
1361         sent file descriptors to be lost in the above case
1363         * ulockmgr: optimize file descriptor use
1365         * restore needed cpp flags to util/Makefile.am
1367         * Install udev rules as 99-fuse.rules instead of 60-fuse.rules
1369         * Minor clean up of udev rules
1371         * Add a synchronous DESTROY message to kernel interface.  This is
1372         invoked from umount, when the final instance of the filesystem is
1373         released.  It is only sent for filesystems mounted with the
1374         'blkdev' option for security reasons.
1376         * If the DESTROY message is received, call the filesystem's
1377         ->destroy() method.  In this case it's not called from session
1378         destruction as it would be otherwise.
1380 2006-10-01  Miklos Szeredi <miklos@szeredi.hu>
1382         * Released 2.6.0-rc2
1384 2006-10-01  Miklos Szeredi <miklos@szeredi.hu>
1386         * Add support for FLUSH+RELEASE operation for FreeBSD.  Original
1387         patch by Csaba Henk
1389         * Add init script to insert fuse module and mount the control
1390         filesystem.  The script is installed as /etc/init.d/fuse and on
1391         debian based systems (where update-rc.d is available) symlinks
1392         from /etc/rc*.d/ are also installed.
1394         * Include '#define FUSE_USE_VERSION=XX' into examples so they
1395         become more self contained.
1397 2006-09-30  Miklos Szeredi <miklos@szeredi.hu>
1399         * API changes:
1401         * Move lock_owner from a separate argument into fuse_file_info
1403         * Add a flag to fuse_file_info indicating (1) a highlevel lock
1404         operation (unlock all) was initiated by a flush, (2) a lowlevel
1405         release operation should perform a flush as well.
1407         * fusermount: revert modprobe change (2006-08-18) since it
1408         doesn't work reliably with udev
1410         * Add support for block device backed filesystems.  This mode is
1411         selected with the 'blkdev' option, which is privileged.
1413         * Add support for the bmap (FIBMAP ioctl) operation on block
1414         device backed filesystems.  This allows swapon and lilo to work on
1415         such filesystems.
1417         * kernel changes:
1419         * Drop support for kernels earlier than 2.6.9.  Kernel module from
1420         previous (2.5.x) release can be used with library from this
1421         release
1423         * In fuse_dentry_revalidate() use dget_parent() instead of
1424         dereferencing d_parent, since there's no protection against parent
1425         changing and going away
1427         * Protect nlookup from concurrent updates
1429         * In lookup if a directory alias exists but is unused,
1430         then get rid of it, otherwise return -EBUSY.
1432         * In mkdir if a directory alias exists, return success, but leave
1433         dentry negative.  In reality this could happen if a remote rename
1434         immediately followed the mkdir.
1436         * Don't BUG in fuse_iget() if multiple retries are needed to get a
1437         good inode.  This could happen if several lookups are racing for
1438         the same inode.
1440 2006-09-29  Miklos Szeredi <miklos@szeredi.hu>
1442         * Fix compilation on 2.6.9.  Report from Troy Ayers
1444 2006-09-27  Miklos Szeredi <miklos@szeredi.hu>
1446         * Fix Oops in fuse_readpages().  Reported by David Shaw
1448 2006-09-24  Csaba Henk <csaba.henk@creo.hu>
1450         * Add support for nanosec times on FreeBSD
1452         * Fix FreeBSD compatibility issues
1454 2006-09-23  Miklos Szeredi <miklos@szeredi.hu>
1456         * Fix one more compatibility bug.  Thanks to Ricardo Correia
1458         * Fix utimens compilation with uClibc.  Patch from Jamie Guinan
1460 2006-09-22  Miklos Szeredi <miklos@szeredi.hu>
1462         * Fixed several compatibility bugs in low level interface.
1463         Reported by Ricardo Correia
1465         * Add workaround for ARM caching bug
1467 2006-09-16  Miklos Szeredi <miklos@szeredi.hu>
1469         * Rename new utimes() method to more logical utimens()
1471 2006-09-14  Miklos Szeredi <miklos@szeredi.hu>
1473         * Fuse tried to unlink already unlinked hidden files.  Bug
1474         reported by Milan Svoboda
1476 2006-09-10  Miklos Szeredi <miklos@szeredi.hu>
1478         * Released 2.6.0-rc1
1480 2006-09-10  Miklos Szeredi <miklos@szeredi.hu>
1482         * kernel: Fix unlock on close for kernels < 2.6.18
1484         * Add ulockmgr library & server.  This can be used for handling
1485         file locking requests either directly from libfuse or over a
1486         network, etc.  This first version is not optimized and the number
1487         of file descriptors it uses may get out of hand
1489 2006-09-07  Miklos Szeredi <miklos@szeredi.hu>
1491         * lib: Add interrupt support to high level library, which may be
1492         enabled with the 'intr' mount option.
1494         * When an operation is interrupted the thread handling that
1495         operation will receive SIGUSR1 (or other signal specified with the
1496         'intr_signal=N' option).  The library installs a no-op signal
1497         handler for this signal, unless there's already a handler
1498         installed.
1500         * The filesystem may query interrupt status (regardless of 'intr')
1501         with the fuse_interrupted() function.
1503         * mount.fuse: initialize $HOME if not set.  Report from Sven Goldt
1505 2006-09-03  Miklos Szeredi <miklos@szeredi.hu>
1507         * lib: Multithreaded loop now allows unlimited number of threads.
1508         This is needed for locking operations which may block
1509         indefinitely.  Also the kernel now doesn't limit the number of
1510         outstanding requests so the library shouldn't do so either.
1512 2006-09-01  Miklos Szeredi <miklos@szeredi.hu>
1514         * Fix recursive lock bug in interrupt handling
1516         * Add utimes() method to highlevel interface, which supports
1517         setting times with nanosecond resolution
1519 2006-08-18  Miklos Szeredi <miklos@szeredi.hu>
1521         * kernel: fix page leak if fuse_readpages() failed in it's
1522         initialization.  Bug found and original patch from Alexander
1523         Zarochentsev
1525         * For linux kernels >=2.6.18 (2.6.19 if using the fuse module from
1526         the kernel tree) the statfs method will receive the path within
1527         the filesystem on which the stat(v)fs syscall was called
1529         * fusermount: try to modprobe fuse module if invoked by root and
1530         unable to open device.  This is needed with udev, since the device
1531         node will be created only when the module is inserted, hence
1532         module autoloading won't work.  Reported by Szakacsits Szabolcs
1534 2006-07-30  Miklos Szeredi <miklos@szeredi.hu>
1536         * fusermount: if selinux is active, restore the original file's
1537         security context in unmount_rename().  Redhat bugzilla id 188561.
1538         Patch from Yves Perrenoud
1540         * Add POSIX file locking operation to high level library
1542         * Initialize context for unlink of hidden files on umount.  Bug
1543         reported by Tim Stoakes
1545 2006-07-14  Miklos Szeredi <miklos@szeredi.hu>
1547         * Multiple release() calls can race with each other, resulting in
1548         the hidden file being deleted before the last release finishes.
1549         Bug found and patch tested by Mark Huijgen
1551 2006-07-05  Miklos Szeredi <miklos@szeredi.hu>
1553         * fusermount: if /dev/fuse doesn't exist, suggest modprobing fuse;
1554         this makes sense on systems using udev.  Reported by Szakacsits
1555         Szabolcs
1557 2006-06-29  Miklos Szeredi <miklos@szeredi.hu>
1559         * Released 2.6.0-pre3
1561 2006-06-29  Miklos Szeredi <miklos@szeredi.hu>
1563         * Support in kernel module for file locking and interruption.  The
1564         same functionality is available in official kernels >= 2.6.18
1566 2006-06-28  Miklos Szeredi <miklos@szeredi.hu>
1568         * Add POSIX file locking support
1570         * Add request interruption
1572 2006-06-06  Miklos Szeredi <miklos@szeredi.hu>
1574         * Add missing pthread_rwlock_destroy().  Patch from Remy Blank
1576 2006-06-05  Remy Blank <remy.blank@pobox.com>
1578         * lib: canonicalize mount point in fuse_helper_opt_proc() so that
1579         unmounting succeeds even if mount point was relative.
1581 2006-06-04  Csaba Henk <csaba.henk@creo.hu>
1583         * lib: fix emergency umount in helper.c when malloc fails.
1584         (The way it was done would end up in a segfault.)
1586 2006-06-01  Csaba Henk <csaba.henk@creo.hu>
1588         * lib: adjust threading related compiler flags.
1589         Switch to "-pthread" from "-lpthread" as that's the preferred
1590         one on several platforms. Consulted with Terrence Cole and
1591         Miklos Szeredi
1593 2006-05-08  Miklos Szeredi <miklos@szeredi.hu>
1595         * lib: search fusermount in installation directory (bindir) as
1596         well as in PATH.
1598 2006-05-03  Miklos Szeredi <miklos@szeredi.hu>
1600         * lib: fix compilation if CLOCK_MONOTONIC is not defined.
1601         Reported by Christian Magnusson
1603 2006-04-23  Csaba Henk <csaba.henk@creo.hu>
1605         * lib: make FreeBSD mount routine recognize if kernel features
1606         backgrounded init and if it does, run the mount util in foreground
1607         (similarly to Linux)
1609 2006-04-21  Miklos Szeredi <miklos@szeredi.hu>
1611         * kernel: fix fput deadlock fix, the lockless solution could lead
1612         to "VFS: busy inodes after umount..."
1614         * kernel: fix race between checking and setting file->private_data
1615         for the device.  Found by Al Viro
1617 2006-04-11  Miklos Szeredi <miklos@szeredi.hu>
1619         * kernel: remove request pool, instead allocate requests on
1620         demand.  Account the number of background requests, and if they go
1621         over a limit, block the allocation of new requests.
1623         * kernel: fix deadlock if backgrounded request holds the last
1624         reference to the super block
1626         * kernel: don't use fuse_reset_request() during direct I/O
1628 2006-04-06  Csaba Henk <csaba.henk@creo.hu>
1630         * lib: Let FreeBSD mount option parsing routine recognize "no"
1631         prefixes for FUSE specific options as well
1633 2006-04-01  Miklos Szeredi <miklos@szeredi.hu>
1635         * lib: Add missing rwlock initialization.  Patch by Ryan Bradetich
1637 2006-03-17  Miklos Szeredi <miklos@szeredi.hu>
1639         * API changes:
1641         * fuse_main(), fuse_setup() and fuse_new() have an additionl
1642         user_data parameter
1644         * fuse_mount() returns a 'struct fuse_chan' pointer instead of a
1645         file descriptor
1647         * fuse_unmount() receives a 'struct fuse_chan' pointer.  It
1648         destroys the given channel
1650         * fuse_teardown() no longer has a file descriptor parameter
1652         * new exported functions: fuse_session_remove_chan(),
1653         fuse_get_session(), fuse_daemonize()
1655         * fuse_chan_recv() may now return a new channel which will be used
1656         to send the reply
1658 2006-03-16  Miklos Szeredi <miklos@szeredi.hu>
1660         * Released 2.6.0-pre2
1662 2006-03-16  Miklos Szeredi <miklos@szeredi.hu>
1664         * Don't unmount if already unmounted.  This fixes a problem seen
1665         in the following situation: Lazy unmount a busy filesystem; Mount
1666         a new one in top; When the first finally unmounts, the second also
1667         unmounts.  Reported by Franco Broi
1669 2006-03-15  Miklos Szeredi <miklos@szeredi.hu>
1671         * lowlevel lib: use indirect function calls instead of a
1672         switch/case construct.  Besides increased efficiency it helps
1673         maintainability & readability too.  Patch from Florin Malita
1675 2006-03-13  Miklos Szeredi <miklos@szeredi.hu>
1677         * kernel: replace global spinlock with a per-connection spinlock
1679 2006-03-10  Miklos Szeredi <miklos@szeredi.hu>
1681         * Fix source compatibility breakage for fuse_unmount().  Report
1682         from Yura Pakhuchiy
1684 2006-03-02  Miklos Szeredi <miklos@szeredi.hu>
1686         * Fix O_ASYNC handling in fuse_dev_release().  From Jeff Dike
1688 2006-03-01  Miklos Szeredi <miklos@szeredi.hu>
1690         * Add O_ASYNC and O_NONBLOCK support to FUSE device.  Patch by
1691         Jeff Dike
1693         * Renamed fuse_chan_receive() to fuse_chan_recv() and changed
1694         interface to return -errno in case of error.
1696 2006-03-01  Csaba Henk <csaba.henk@creo.hu>
1698         * libfuse: pass device file descriptor to fuse_unmount(), rewrite
1699         FreeBSD implementation so that it uses libc (sysctl backed) instead
1700         of an embdedded script (kmem backed). Adjust the control flow of
1701         hello_ll so that device doesn't get closed before unmount attempt.
1703 2006-02-25  Miklos Szeredi <miklos@szeredi.hu>
1705         * Lowlevel lib: return all-zero statvfs data if filesystem doesn't
1706         implement method.  This is needed on FreeBSD, and nicer on Linux
1707         too.  Highlevel lib already did this.  Reported by Csaba Henk
1709         * Fix negative entry handling.  There was a bug, that negative
1710         lookups with timeouts (nodeid == 0) returned -EIO.
1712 2006-02-23  Miklos Szeredi <miklos@szeredi.hu>
1714         * Fix race between RELEASE and UNLINK, which might leave
1715         .fuse_hidden* files around
1717 2006-02-21  Miklos Szeredi <miklos@szeredi.hu>
1719         * fusexmp_fh: implement flush() method and call close() on the
1720         open file descriptor.  This is needed if used on an NFS
1721         filesystem, which buffers data until file is closed.  Franco Broi
1722         spotted the situation when 'cp -p' failed to set the modification
1723         time because of this.
1725 2006-02-20  Miklos Szeredi <miklos@szeredi.hu>
1727         * Released 2.6.0-pre1
1729 2006-02-19  Miklos Szeredi <miklos@szeredi.hu>
1731         * libfuse: fix use-after-free bug in interruptred reply_entry().
1732         Patch from John Muir
1734         * libfuse: fix wrong symbol versioning for fuse_mount.  Debian bug
1735         ID: 352631.  Found by Stéphane Rosi
1737 2006-02-17  Miklos Szeredi <miklos@szeredi.hu>
1739         * Lowlevel lib: Unify fuse_dirent_size() and fuse_add_dirent()
1740         into a single function fuse_add_direntry().  This cleans up the
1741         interface and makes it possible to do stacking.
1743 2006-02-16  Miklos Szeredi <miklos@szeredi.hu>
1745         * Fix rare race betweeen abort and release caused by failed iget()
1746         in fuse_create_open().
1748         * Add 'ac_attr_timeout' option e.g. for filesystems which do their
1749         own attribute caching.
1751 2006-02-15  Miklos Szeredi <miklos@szeredi.hu>
1753         * Work around FreeBSD runtime linker "feature" which binds an old
1754         version of a symbol to internal references if the symbol has more
1755         than one version.  This resulted in infinite recursion in
1756         fuse_lowlevel_new_compat25().
1758 2006-02-10  Csaba Henk <csaba.henk@creo.hu>
1760         * Refine clock_gettime() querying so that linker options
1761         shall be set as it's appropriate for the target platform.
1763 2006-02-09  Miklos Szeredi <miklos@szeredi.hu>
1765         * Fix udev rule syntax.  Reported by Nix
1767 2006-02-08  Miklos Szeredi <miklos@szeredi.hu>
1769         * In some cases udev rule seems to be ineffective when installed
1770         as 40-fuse.rules but work as 60-fuse.rules.  Reported by John Hunt
1772 2006-02-03  Miklos Szeredi <miklos@szeredi.hu>
1774         * Fix compilation when build directory is different from source
1775         directory.  Reported by Frédéric L. W. Meunier
1777 2006-02-02  Miklos Szeredi <miklos@szeredi.hu>
1779         * Fix even bigger bug introduced in fix for request_end() on
1780         2006-01-14.  Reported by Gal Rosen
1782 2006-01-30  Miklos Szeredi <miklos@szeredi.hu>
1784         * highlevel-lib: add 'auto_cache' option.  This caches file data
1785         based on modification time and size
1787 2006-01-20  Miklos Szeredi <miklos@szeredi.hu>
1789         * Sanitize storage type and help message in mount_bsd.c.  Patch
1790         from Csaba Henk
1792         * fuse_opt: add new helper constants FUSE_OPT_KEY_KEEP and
1793         FUSE_OPT_KEY_DISCARD
1795         * Add options 'max_readahead', 'sync_read' and 'async_read'
1797         * Kernel ABI version 7.6:
1799         * Negotiate the 'max_readahead' value and 'async_read' flags with
1800         userspace in the INIT method
1802         * Add connection info to ->init() methods to both lowlevel and
1803         highlevel API
1805         * Fall back to synchronous read() behavior if either library or
1806         userspace filesystem is using the old interface version.  This is
1807         needed so non-updated filesystems won't be confused by the
1808         different read() behavior
1810 2006-01-19  Miklos Szeredi <miklos@szeredi.hu>
1812         * lib: if "fsname=" option was given, pass it to fusermount
1814         * fuse_opt: add new fuse_opt_insert_arg() function, which is
1815         needed by filesystems to implement some argument manipulations
1816         correctly
1818         * fuse_opt: fix memory leak in handling "--" option
1820 2006-01-18  Miklos Szeredi <miklos@szeredi.hu>
1822         * kernel: fix detection of case when fuse is not configured into
1823         the kernel either as module or built-in
1825         * fuse_opt.h: fix incompatibility with C++ compilers by renaming
1826         'template' structure member to 'templ'.  Reported by Takashi Iwai
1828         * fuse.h: fix compatibility bugs.  Patch by Yura Pakhuchiy
1830         * kernel: support version 2.6.16 (i_sem -> i_mutex)
1832 2006-01-16  Miklos Szeredi <miklos@szeredi.hu>
1834         * Added (again) asynchronous readpages support
1836         * Each connection now shows up under /sys/fs/fuse/connections
1838         * Connection attributes exported to sysfs: 'waiting' number of
1839         waiting requests; 'abort' abort the connection
1841         * Connection may be aborted through either the sysfs interface or
1842         with 'umount -f mountpoint'
1844 2006-01-14  Miklos Szeredi <miklos@szeredi.hu>
1846         * Released 2.5.0
1848 2006-01-14  Miklos Szeredi <miklos@szeredi.hu>
1850         * kernel: fix a couple of bugs
1852         * Order of request_end() and fuse_copy_finish() was wrong.
1853         Posthumous note: Franco Broi managed to exploit this, though it
1854         seemed quite impossible
1856         * request_end() used request pointer after decrementing refcount
1858         * Clearing ->connected or ->mounted connection flags could race
1859         with setting other bitfields not protected with a lock
1861 2006-01-10  Miklos Szeredi <miklos@szeredi.hu>
1863         * kernel: add necessary compile flags for 2.4.X/x86_64.
1864         Report from Sean Ziegeler
1866 2006-01-09  Miklos Szeredi <miklos@szeredi.hu>
1868         * Released 2.5.0-pre2
1870 2006-01-09  Miklos Szeredi <miklos@szeredi.hu>
1872         * Applied patch from Csaba Henk, to update mount_bsd to new
1873         fuse_mount() semantics
1875         * Ignore auto,noauto,... options in mount.fuse.  Reported by Frank
1876         Steiner and Don Taber
1878         * fusermount: add 'dirsync' mount option
1880 2006-01-07  Miklos Szeredi <miklos@szeredi.hu>
1882         * Improved help reporting and added version reporting to library
1884 2006-01-06  Miklos Szeredi <miklos@szeredi.hu>
1886         * Change working directory to "/" even if running in the
1887         foreground.  Patch from Jonathan Brandmeyer
1889         * Changed lots of functions to use 'struct fuse_args' instead of
1890         separate argc and argv
1892         * Added fuse_parse_cmdline(), fuse_set_signal_handlers() and
1893         fuse_remove_signal_handlers() functions, so that it's now pretty
1894         easy to get all the functionality of fuse_main() with a filesystem
1895         using the lowlevel API.
1897 2006-01-02  Miklos Szeredi <miklos@szeredi.hu>
1899         * mount.fuse: the 'user' option should be ignored. Report and
1900         solution from Mattd.
1902         * mount.fuse: export PATH in the right place. Report and patch
1903         from Hannes Schweizer
1905 2005-12-16  Miklos Szeredi <miklos@szeredi.hu>
1907         * Clean up the option parsing interface slightly, by creating an
1908         "argument list" structure, that contains the argument vector and
1909         count
1911 2005-12-15  Miklos Szeredi <miklos@szeredi.hu>
1913         * fusermount: check if /mnt/mtab is a symlink and don't modify it
1914         in that case
1916         * kernel: simplify request size limiting. INIT only contains
1917         maximum write size, maximum path component size remains fixed at
1918         1024 bytes, and maximum xattr size depends on read buffer.
1920 2005-12-14  Miklos Szeredi <miklos@szeredi.hu>
1922         * Fix readdir() failure on x86_64, of 32bit programs compiled
1923         without largefile support.  Bug report and help from Anthony
1924         Kolasny
1926         * If lookup returns invalid mode, return -EIO instead of creating
1927         a regular file
1929         * Add current output argument vector to option processing
1930         function
1932 2005-12-12  Miklos Szeredi <miklos@szeredi.hu>
1934         * Fix stale code in ifdef FreeBSD.  Patch from Csaba Henk
1936 2005-12-09  Miklos Szeredi <miklos@szeredi.hu>
1938         * Released 2.5.0-pre1
1940 2005-12-09  Miklos Szeredi <miklos@szeredi.hu>
1942         * libfuse: added option parsing interface, defined in
1943         <fuse_opt.h>.
1945 2005-12-07  Miklos Szeredi <miklos@szeredi.hu>
1947         * Return EIO for file operations (read, write, fsync, flush) on
1948         open files whose inode has become "bad".  Inodes will be marked
1949         "bad" if their type changes.  Bug report by Csaba Henk
1951 2005-12-06  Miklos Szeredi <miklos@szeredi.hu>
1953         * Use bigger request buffer size.  write() did not work on archs
1954         with > 4k page size, Bug report by Mark Haney
1956         * ABI version 7.5:
1958         * Extend INIT reply with data size limits
1960 2005-12-02  Miklos Szeredi <miklos@szeredi.hu>
1962         * Fix memory leak in fuse_read_cmd()/fuse_process_cmd().  Bug
1963         reported by Vincenzo Ciancia
1965         * Handle exit-by-umount in fuse_read_cmd()
1967 2005-11-29  Miklos Szeredi <miklos@szeredi.hu>
1969         * Check if '-msoft-float' option is supported by compiler when
1970         configuring for a 2.4.x kernel.  Bug report by Mark Haney
1972         * In multithreaded loop send a TERM signal to the main thread if
1973         one of the other threads exit.  Needed on FreeBSD for a clean exit
1974         on umount.  Should not cause any harm on Linux either
1976 2005-11-28  Miklos Szeredi <miklos@szeredi.hu>
1978         * Fix bug in 32-bit file handle compatibility
1980 2005-11-27  Miklos Szeredi <miklos@szeredi.hu>
1982         * Block TERM, INT, HUP and QUIT signals in all but the main
1983         thread.  According to POSIX it's not specified which thread will
1984         receive these signals.
1986         * Kernel changes:
1988         * Check for directory aliasing on mkdir, not just on lookup
1990         * Check for special node ID values in create+open operation
1992         * Sync with -mm: readv, writev, aio_read and aio_write methods
1993         added to file operations
1995         * Cleanups: lookup code, page offset calculation
1997         * ABI stepped to 7.4, changes:
1999         * frsize member added to fuse_kstatfs structure
2001         * added support for negative entry caching: on lowlevel API if
2002         fuse_entry_param::ino is set to zero in reply to a lookup request,
2003         the kernel will cache the dentry for the specified amount of time.
2005         * libfuse: added 'negative_timeout' option: specifies how much
2006         negative entries should be cached.  Default is zero, to be
2007         compatible with prior versions
2009 2005-11-22  Miklos Szeredi <miklos@szeredi.hu>
2011         * Add detection of mainline FUSE code in running kernel
2013 2005-11-21  Miklos Szeredi <miklos@szeredi.hu>
2015         * Don't use async cancelation in multithreaded loop.  This makes
2016         it more portable to systems where read() is not async cancel safe.
2017         Report from Andriy Gapon
2019 2005-11-20  Miklos Szeredi <miklos@szeredi.hu>
2021         * Warn if API version 11 compatibility is requested
2023 2005-11-17  Miklos Szeredi <miklos@szeredi.hu>
2025         * More FreeBSD merge
2027         * fusermount: don't allow mountpoints with '\n', '\t', or '\\' in
2028         them, because it corrupts /etc/mtab.  Found by Thomas Biege
2029         CVE-2005-3531
2031         * libfuse: don't use system() to invoke 'fusermount -u ...'
2032         because it breaks mountpoints with spaces in them into multiple
2033         arguments
2035 2005-11-16  Miklos Szeredi <miklos@szeredi.hu>
2037         * Merge library part of FreeBSD port.  Patch by Csaba Henk
2039 2005-11-11  Miklos Szeredi <miklos@szeredi.hu>
2041         * Use 64bit type for file handle, so the full range supported by
2042         the kernel interface is available to applications
2044 2005-11-10  Miklos Szeredi <miklos@szeredi.hu>
2046         * Moved mountpoint argument checking from fuse_parse_cmdline() to
2047         fuse_mount() in preparation to FreeBSD merge.
2049 2005-11-08  Miklos Szeredi <miklos@szeredi.hu>
2051         * Remove unneeded close() from fuse_teardown().  Spotted by Csaba
2052         Henk.
2054 2005-11-07  Miklos Szeredi <miklos@szeredi.hu>
2056         * Make the statfs change backwards compatible.
2058 2005-11-06  Miklos Szeredi <miklos@szeredi.hu>
2060         * Change ->statfs() method to use 'struct statvfs' instead of
2061         'struct statfs'.  This makes the API more portable since statvfs()
2062         is defined by POSIX.
2064 2005-10-28  Miklos Szeredi <miklos@szeredi.hu>
2066         * Add fgetattr() method, which currently will only be called after
2067         a successful call to a create() method.
2069 2005-10-26  Miklos Szeredi <miklos@szeredi.hu>
2071         * Change kernel ABI version to 7.3
2073         * Add ACCESS operation.  This is called from the access() system
2074         call if 'default_permissions' mount option is not given, and is
2075         not called on kernels 2.4.*
2077         * Add atomic CREATE+OPEN operation.  This will only work with
2078         2.6.15 (presumably) or later Linux kernels.
2080         * Add ftruncate() method.  This will only work with 2.6.15
2081         (presumably) or later Linux kernels.
2083         * Fix kernel module compile if kernel source and build directories
2084         differ.  Report and initial patch by John Eastman
2086 2005-10-18  Miklos Szeredi <miklos@szeredi.hu>
2088         * lib: optimize buffer reallocation in fill_dir.
2090 2005-10-17  Miklos Szeredi <miklos@szeredi.hu>
2092         * Released 2.4.1
2094 2005-10-14  Miklos Szeredi <miklos@szeredi.hu>
2096         * libfuse: add debug for write result (by Shaun Jackman) and
2097         warnings for too large read/write result
2099 2005-10-11  Miklos Szeredi <miklos@szeredi.hu>
2101         * Spelling fixes, thanks to Ioannis Barkas
2103 2005-10-10  Miklos Szeredi <miklos@szeredi.hu>
2105         * fuse_common.h: use extern "C".  Thanks to Valient Gough for the
2106         patch
2108 2005-10-07  Miklos Szeredi <miklos@szeredi.hu>
2110         * highlevel-lib: init() and destroy() methods didn't have an
2111         initialized fuse_context.  Bug reported by Tim Stoakes
2113 2005-10-04  Miklos Szeredi <miklos@szeredi.hu>
2115         * Released 2.4.0
2117 2005-10-03  Miklos Szeredi <miklos@szeredi.hu>
2119         * Add documentation to fuse_lowlevel.h
2121         * API cleanups:
2123         * Remove definitions of unused FATTR_CTIME / FUSE_SET_ATTR_CTIME
2125         * Move fuse_mount() and fuse_unmount() to fuse_common.h
2127         * Change the return type of fuse_reply_none() from int to void.
2129 2005-09-30  Miklos Szeredi <miklos@szeredi.hu>
2131         * kernel: NFS exporting leaked dentries.  Bug found and fixed by
2132         Akshat Aranya.
2134 2005-09-29  Miklos Szeredi <miklos@szeredi.hu>
2136         * fusermount: fix error message, when unable to open /dev/fuse.
2137         Report by Balázs Pozsár
2139 2005-09-28  Miklos Szeredi <miklos@szeredi.hu>
2141         * UClibc fixes from Christian Magnusson
2143 2005-09-27  Miklos Szeredi <miklos@szeredi.hu>
2145         * Added NAME="%k" to util/udev.rules.  Fix by Mattias Wadman.
2147 2005-09-26  Miklos Szeredi <miklos@szeredi.hu>
2149         * Released 2.4.0-rc1
2151 2005-09-26  Miklos Szeredi <miklos@szeredi.hu>
2153         * fusermount: allow user umount in the case when /etc/mtab is a
2154         symlink to /proc/mounts.  Reported by Balázs Pozsár.
2156 2005-09-23  Miklos Szeredi <miklos@szeredi.hu>
2158         * Check for special node ID values in lookup and creation
2160 2005-09-22  Miklos Szeredi <miklos@szeredi.hu>
2162         * Slight optimization in returning EINVAL error in case of an open
2163         with O_DIRECT flag.
2165 2005-09-20  Miklos Szeredi <miklos@szeredi.hu>
2167         * Remove '--enable-auto-modprobe' configure flag.  Module
2168         auto-loading is now handled by the kernel.
2170 2005-09-15  Miklos Szeredi <miklos@szeredi.hu>
2172         * Install UDEV rule file, so /dev/fuse is created with mode 0666.
2173         Help from Jens M. Noedler.
2175 2005-09-14  Miklos Szeredi <miklos@szeredi.hu>
2177         * Add memory cleanup on thread exit
2179 2005-09-13  Miklos Szeredi <miklos@szeredi.hu>
2181         * Set umask to zero in fusexmp and fusexmp_fh, so that
2182         files/directories are created with the requested mode.
2184 2005-09-12  Miklos Szeredi <miklos@szeredi.hu>
2186         * Don't ignore read error in multithreaded loop
2188 2005-09-08  Miklos Szeredi <miklos@szeredi.hu>
2190         * Released 2.4.0-pre2
2192 2005-09-08  Miklos Szeredi <miklos@szeredi.hu>
2194         * Revert lock and access operations.  Postpone these until 2.5.
2196 2005-09-02  Miklos Szeredi <miklos@szeredi.hu>
2198         * Fix compile warning on 2.6.13 and later
2200         * Fix compilation on old kernels
2202 2005-08-19  Miklos Szeredi <miklos@szeredi.hu>
2204         * lib: always refresh directory contents after rewinddir() to
2205         conform to SUS.  Bug found by John Muir.
2207 2005-08-15  Miklos Szeredi <miklos@szeredi.hu>
2209         * Released 2.4.0-pre1
2211 2005-08-14  Miklos Szeredi <miklos@szeredi.hu>
2213         * lib: cleaned up (or messed up, depending on your POV) the low
2214         level library API.  Hopefully this is close to the final form.
2216 2005-08-05  Miklos Szeredi <miklos@szeredi.hu>
2218         * fusermount: don't allow empty mountpoint argument, which defeats
2219         automatic umounting in fuse_main().  Bugreport by Václav Jůza
2221 2005-08-03  Miklos Szeredi <miklos@szeredi.hu>
2223         * fix warnings in fuse.h and fuse_lowlevel.h if -Wshadow compiler
2224         option is used (Paul Alfille).
2226 2005-08-02  Miklos Szeredi <miklos@szeredi.hu>
2228         * highlevel-lib: added mount options "attr_timeout" and
2229         "entry_timeout".  These options control the length of time file
2230         attributes and entries (names) are cached.  Both default to 1.0
2231         second.
2233         * kernel: correctly handle zero timeout for attributes and entries
2235 2005-08-01  Miklos Szeredi <miklos@szeredi.hu>
2237         * Added missing symbols to versionscript (Joshua J. Berry)
2239         * kernel: implement two flags, open can set: 'direct_io' and
2240         'keep_cache'.  These correspond exactly to mount options
2241         'direct_io' and 'kernel_cache', but allow a per-open setting.
2243         * Move 'direct_io' and 'kernel_cache' mount option handling to
2244         userspace.  For both mount options, if the option is given, then
2245         the respective open flag is set, otherwise the open flag is left
2246         unmodified (so the filesystem can set it).
2248         * lib (highlevel): make open method optional
2250 2005-07-28  Miklos Szeredi <miklos@szeredi.hu>
2252         * kernel: invalidate attributes for read/readdir/readlink
2253         operations
2255         * kernel: detect newer UML kernels
2257 2005-07-26  Miklos Szeredi <miklos@szeredi.hu>
2259         * Make the installation path of fuse.ko and mount.fuse
2260         configurable through INSTALL_MOD_PATH and MOUNT_FUSE_PATH
2261         environment variables.  Requirement and help from Csaba Henk.
2263 2005-07-22  Miklos Szeredi <miklos@szeredi.hu>
2265         * Fix bug, that causes filesystem requests to hang when unique
2266         request counter becomes negative.  This happens after
2267         2,147,483,648 operations, so most people won't care.  Thanks to
2268         Franco Broi for the report and testing.
2270 2005-07-21  Miklos Szeredi <miklos@szeredi.hu>
2272         * Don't change mtime/ctime/atime to local time on read/write.
2273         Bug reported by Ben Grimm
2275         * Install fuse_common.h and fuse_lowlevel.h.  Report by Christian
2276         Magnusson
2278         * fusermount: use getopt_long() for option parsing.  It allows the
2279         use of '--' to stop argument scanning, so fusermount can now
2280         operate on directories whose names begin with a '-'.  Patch by
2281         Adam Connell
2283 2005-07-15  Miklos Szeredi <miklos@szeredi.hu>
2285         * fusermount: add '-v', '--version' and '--help' options
2287         * add inode based API
2289 2005-07-12  Miklos Szeredi <miklos@szeredi.hu>
2291         * lib: don't block signals in worker threads.  Problem noticed by
2292         Usarin Heininga
2294 2005-07-07  Miklos Szeredi <miklos@szeredi.hu>
2296         * lib: don't allow both 'allow_other' and 'allow_root' options to
2297         be given
2299 2005-07-06  Miklos Szeredi <miklos@szeredi.hu>
2301         * fusermount: check if mountpoint is empty (only '.' and '..' for
2302         directories, and size = 0 for regular files).  If "nonempty"
2303         option is given, omit this check.  This is useful, so users don't
2304         accidentally hide data (e.g. from backup programs).  Thanks to
2305         Frank van Maarseveen for pointing this out.
2307         * kernel: check if mandatory mount options ('fd', 'rootmode',
2308         'user_id', 'group_id') are all given
2310         * lib: simplify 'readdir_ino' handling
2312         * lib: add mount options 'umask=M', 'uid=N', 'gid=N'
2314 2005-07-03  Miklos Szeredi <miklos@szeredi.hu>
2316         * kernel: clean up 'direct_io' code
2318 2005-06-28  Miklos Szeredi <miklos@szeredi.hu>
2320         * Add 'mount.fuse' written by Petr Klima
2322         * '/dev/fuse' is created by 'make install' if does not yet exist
2324 2005-06-20  Miklos Szeredi <miklos@szeredi.hu>
2326         * Fix UCLIBC compile error.  Patch by Christian Magnusson
2328 2005-06-08  Miklos Szeredi <miklos@szeredi.hu>
2330         * Enable the auto-loading of the module via access to the
2331         corresponding device file.  Patch by Takashi Iwai.
2333         * Allow mounting a regular file (over a regular file) for
2334         unprivleged users.
2336         * Do not create temporary device file.  Require "/dev/fuse" to
2337         exist, and be readable/writable by the mounting user.
2339 2005-06-02  Miklos Szeredi <miklos@szeredi.hu>
2341         * Released 2.3.0
2343 2005-06-02  Miklos Szeredi <miklos@szeredi.hu>
2345         * Fix serious information leak: if the filesystem returns a short
2346         byte count to a read request, and there are non-zero number of
2347         pages which are not filled at all, these pages will not be zeroed.
2348         Hence the user can read out previous memory contents.  Found by
2349         Sven Tantau.
2351 2005-05-27  Miklos Szeredi <miklos@szeredi.hu>
2353         * Add "readdir_ino" mount option, which tries to fill in the d_ino
2354         field in struct dirent.  This mount option is ignored if "use_ino"
2355         is used.  It helps some programs (e.g. 'pwd' used over NFS from a
2356         non-Linux OS).  Patch by David Shaw.
2358 2005-05-12  Miklos Szeredi <miklos@szeredi.hu>
2360         * Released 2.3-rc1
2362 2005-05-12  Miklos Szeredi <miklos@szeredi.hu>
2364         * File save in krusader and other editors doesn't work with sshfs,
2365         because open() is interrupted by a periodic signal, and open()
2366         restarts forever, without any progress.  This could just be fixed
2367         in open(), but the problem is more generic: if signals are
2368         received more often than the filesystem can get the request to
2369         userspace, it will never finish.  This is probably only a
2370         theoretical problem, nevertheless I'm removing the possibility to
2371         interrupt requests with anything other than SIGKILL, even before
2372         being sent to userspace.  Bugreport by Eduard Czimbalmos.
2374 2005-05-09  Miklos Szeredi <miklos@szeredi.hu>
2376         * libfuse: add "tree_lock" rwlock, that is locked for write in
2377         rename, unlink and rmdir, and locked for read in all other
2378         operations.  This should fix the rename/release race reported by
2379         Valient Gough and others.  The solution is very coarse, a finer
2380         grained locking scheme could be implemented, but it would be much
2381         more complex.  Let's see whether this is good enough.
2383 2005-05-09  Miklos Szeredi <miklos@szeredi.hu>
2385         * Released 2.3-pre7
2387 2005-05-08  Miklos Szeredi <miklos@szeredi.hu>
2389         * Better fix for out of order FORGET messages.  Now the
2390         LOOKUP/FORGET messages are balanced exactly (one FORGET can
2391         balance many lookups), so the order no longer matters.  This
2392         changes the kernel ABI slightly, but the library remains backward
2393         compatible.
2395 2005-05-06  Miklos Szeredi <miklos@szeredi.hu>
2397         * Fix abort for out of order FORGET messages.  Again.  Spotted by
2398         Franco Broi again.  Sorry :)
2400 2005-04-29  Miklos Szeredi <miklos@szeredi.hu>
2402         * Released 2.3-pre6
2404 2005-04-29  Miklos Szeredi <miklos@szeredi.hu>
2406         * Make fusermount work with fuse kernel modules not yet supporting
2407         the "group_id" option (added for the purpose of stricter
2408         permission checking).
2410 2005-04-28  Miklos Szeredi <miklos@szeredi.hu>
2412         * Check for hard-linked directories in lookup.  This could cause
2413         problems in the VFS, which assumes that such objects never exist.
2415         * Make checking of permission for other users more strict.  Now
2416         the same privilege is required for the mount owner as for ptrace
2417         on the process performing the filesystem operation.
2419 2005-04-23  Miklos Szeredi <miklos@szeredi.hu>
2421         * Released 2.3-pre5
2423 2005-04-22  Miklos Szeredi <miklos@szeredi.hu>
2425         * Add -msoft-float to kernel module compile flags for 2.4.X.  This
2426         is needed on certain architectures.  Report from Chris Kirby
2428         * Fix buggy behavior of open(..., O_CREAT|O_EXCL) if interrupted.
2429         Reported by David Shaw
2431         * Remove "allow_root" option from kernel module, and implement
2432         it's functionality in the library
2434         * Fix Oops caused by premature release of fuse_conn.  Clean up
2435         related code, to be more readable
2437         * Sendfile should not use page cache if "direct_io" mount option
2438         is given
2440 2005-04-08  Miklos Szeredi <miklos@szeredi.hu>
2442         * Fix Oops in case of nfs export.  Spotted by David Shaw
2444         * Fix another Oops in case of write over nfs with direct_io turned
2445         on.  Again spotted by David Shaw
2447 2005-04-07  Miklos Szeredi <miklos@szeredi.hu>
2449         * Released 2.3-pre4
2451 2005-04-07  Miklos Szeredi <miklos@szeredi.hu>
2453         * lib: finalized new readdir() interface, which now supersedes the
2454         getdir() method.
2456 2005-04-03  Miklos Szeredi <miklos@szeredi.hu>
2458         * Released 2.3-pre3
2460 2005-04-03  Miklos Szeredi <miklos@szeredi.hu>
2462         * Implement backward compatibility with version 5 kernel ABI
2464 2005-04-01  Miklos Szeredi <miklos@szeredi.hu>
2466         * Released 2.3-pre2
2468 2005-04-01  Miklos Szeredi <miklos@szeredi.hu>
2470         * kernel: fix dirent offset handling
2472         * lib: add readdir and releasedir methods
2474         * lib: use fh field of fuse_file_info in opendir, readdir,
2475         releasedir and fsyncdir methods
2477         * lib: check kernel API version and bail out of it's old.  This
2478         will be properly fixed in the next release
2480 2005-03-31  Miklos Szeredi <miklos@szeredi.hu>
2482         * Released 2.3-pre1
2484 2005-03-31  Miklos Szeredi <miklos@szeredi.hu>
2486         * kernel API: add padding to structures, so 64bit and 32bit
2487         compiler will return the same size
2489         * kernel API: add offset field to fuse_dirent.  This will allow
2490         more sophisticated readdir interface for userspace
2492         * kernel API: change major number to 6
2494         * kernel: fix warnings on 64bit archs
2496         * kernel: in case of API version mismatch, return ECONNREFUSED
2498 2005-03-24  Miklos Szeredi <miklos@szeredi.hu>
2500         * kernel: trivial cleanups
2502 2005-03-21  Miklos Szeredi <miklos@szeredi.hu>
2504         * Add fsyncdir() operation
2506 2005-03-19  Miklos Szeredi <miklos@szeredi.hu>
2508         * kernel: add locking to background list (fixes previous fix)
2510 2005-03-18  Miklos Szeredi <miklos@szeredi.hu>
2512         * kernel: fix bug which could cause leave busy inodes after
2513         unmount, and Oops.
2515 2005-03-08  Miklos Szeredi <miklos@szeredi.hu>
2517         * examples: add -lpthread to link flags to work around valgrind
2518         quirk
2520         * lib: don't exit threads, so cancelation doesn't cause segfault
2522 2005-03-04  Miklos Szeredi <miklos@szeredi.hu>
2524         * kernel: fix nasty bug which could cause an Oops under certain
2525         situations.  Found by Magnus Johansson
2527 2005-02-28  Miklos Szeredi <miklos@szeredi.hu>
2529         * libfuse: added opendir() method.  This can be used in case
2530         permission checking in getdir() is too late.  Thanks to Usarin
2531         Heininga for pointing out this deficiency
2533         * libfuse: added init() and destroy() methods to fuse_operations
2535         * kernel: llseek() method for files and directories made explicit
2537         * kernel: fixed inode leak in NFS export in case of nodeid
2538         wrapping
2540 2005-02-15  Miklos Szeredi <miklos@szeredi.hu>
2542         * libfuse: clean up some unitialized memory found with valgrind
2544         * Add -lpthread to Libs in fuse.pc.  Valgrind seems to need an
2545         explicitly linked libpthread for applications
2547 2005-02-10  Miklos Szeredi <miklos@szeredi.hu>
2549         * fusermount: set umask, otherwise /etc/mtab will have
2550         unpredictable permission.  Spotted by Jindrich Kolorenc
2552         * fusermount: set owner and group of /etc/mtab to original values
2553         on unmount
2555         * libfuse: add 'use_ino' option to help.  Patch by Valient Gough
2557 2005-02-07  Miklos Szeredi <miklos@szeredi.hu>
2559         * Cleaned up directory reading (temporary file is not used)
2561 2005-02-02  Miklos Szeredi <miklos@szeredi.hu>
2563         * Released 2.2
2565 2005-02-02  Miklos Szeredi <miklos@szeredi.hu>
2567         * Fix possible race when operation is interrupted
2569 2005-01-28  Miklos Szeredi <miklos@szeredi.hu>
2571         * Fix compilation on 2.6.7
2573 2005-01-26  Miklos Szeredi <miklos@szeredi.hu>
2575         * Released 2.2-pre6
2577 2005-01-26  Miklos Szeredi <miklos@szeredi.hu>
2579         * Fix bug in link() operation which caused the wrong path to be
2580         passed as the first argument.  Found by Anton Altaparmakov
2582 2005-01-21  Miklos Szeredi <miklos@szeredi.hu>
2584         * LIB: fix double reply in readdir operation
2586         * fusermount: fix uid checking bug.  Patch by Adam Connell
2588         * KERNEL: fix compile on various RedHat patched 2.4 kernels.
2589         Patch by Keshava Gowda
2591 2005-01-20  Miklos Szeredi <miklos@szeredi.hu>
2593         * KERNEL: provide correct llseek semantics for fuse device (fixes
2594         a bug on Progeny 2.4.20 kernel).  Reported by Valient Gough
2596 2005-01-20  Miklos Szeredi <miklos@szeredi.hu>
2598         * Released 2.2-pre5 (matches kernel 2.6.11-rc1-mm2)
2600 2005-01-18  Miklos Szeredi <miklos@szeredi.hu>
2602         * KERNEL ABI: remove GETDIR operation, and add OPENDIR, READDIR
2603         and RELEASEDIR.  This ends the ugly hack of passing a file
2604         descriptor to the kernel, and actually makes the code simpler.
2606 2005-01-17  Miklos Szeredi <miklos@szeredi.hu>
2608         * Released 2.2-pre4
2610 2005-01-17  Miklos Szeredi <miklos@szeredi.hu>
2612         * fusermount: remove capability setting, which was the cause of
2613         problems for some users.  It seems that FS related capabilities
2614         are removed by setfsuid(), so this isn't even needed.
2616 2005-01-15  Miklos Szeredi <miklos@szeredi.hu>
2618         * fix compilation on 2.4 kernels (reported by Valient Gough)
2620         * fix failure to unmount bug (found by David Shaw)
2622         * fusermount: improve parsing of /etc/fuse.conf
2624 2005-01-13  Miklos Szeredi <miklos@szeredi.hu>
2626         * Remove 'mount_max' and 'user_allow_other' module options.  These
2627         are now checked by fusermount, and can be set in /etc/fuse.conf
2629         * KERNEL: change check for fsid == 0 to capable(CAP_DAC_OVERRIDE)
2631 2005-01-11  Miklos Szeredi <miklos@szeredi.hu>
2633         * KERNEL: fix possible inode allocation problem, where
2634         sizeof(struct inode) is not aligned (found by Mike Waychison)
2636         * KERNEL: use new follow_link/put_link methods
2638         * KERNEL: cosmetic fixes
2640 2005-01-10  Miklos Szeredi <miklos@szeredi.hu>
2642         * Released 2.2-pre3
2644 2005-01-10  Miklos Szeredi <miklos@szeredi.hu>
2646         * Add missing code that was accidently left out
2648 2005-01-09  Miklos Szeredi <miklos@szeredi.hu>
2650         * Released 2.2-pre2
2652 2005-01-09  Miklos Szeredi <miklos@szeredi.hu>
2654         * Change "uid" mount option to "user_id" to avoid confusion with a
2655         mount option "uid" commonly used by many filesystems
2657 2005-01-09  Miklos Szeredi <miklos@szeredi.hu>
2659         * Released 2.2-pre1
2661 2005-01-09  Miklos Szeredi <miklos@szeredi.hu>
2663         * If FUSE is configured in the kernel, don't build it by default
2665 2005-01-07  Miklos Szeredi <miklos@szeredi.hu>
2667         * Compile fix by Christian Magnusson
2669 2005-01-05  Miklos Szeredi <miklos@szeredi.hu>
2671         * Fix compilation for 2.6.{0-5} kernels
2673 2005-01-04  Miklos Szeredi <miklos@szeredi.hu>
2675         * KERNEL: if request is interrupted, still keep reference to used
2676         inode(s) and file, so that FORGET and RELEASE are not sent until
2677         userspace finishes the request.
2679         * remove /{sys,proc}/fs/fuse/version, and instead add an INIT
2680         request with the same information, which is more flexible,
2681         simpler, works on embedded systems.
2683 2004-12-16  Miklos Szeredi <miklos@szeredi.hu>
2685         * KERNEL ABI: update interface to make it independent of type
2686         sizes.  This will help on 64 bit architectures which can run
2687         legacy 32 bit applications.
2689         * KERNEL ABI: add "len" field to request headers.  This will allow
2690         sending/receiving requests in multiple chunks.
2692         * KERNEL: handle file type change more intelligently
2694         * LIB: "-o debug" option should disable backgrounding (fix by
2695         Fabien Reygrobellet)
2697 2004-12-13  Miklos Szeredi <miklos@szeredi.hu>
2699         * KERNEL: invalidate dentry/attributes if interrupted request
2700         could leave filesystem in an unknown state.
2702 2004-12-12  Miklos Szeredi <miklos@szeredi.hu>
2704         * KERNEL: lots of cleanups related to avoiding possible deadlocks.
2705         These will cause some regressions, but stability is considered
2706         more important.  If any of these features turns out to be
2707         important, it can be readded with the deadlock problems addressed.
2709         * Make all requests interruptible (only with SIGKILL currently).
2710         This can be used to break any deadlock produced by the userspace
2711         filesystem accessing it's own exported files.  The RELEASE request
2712         is special, because if it's interrupted before sending it to
2713         userspace it is still sent, but the reply is not awaited.
2715         * If request is interrupted before being sent to userspace, and if
2716         it hasn't yet got any side effects, it is always restarted,
2717         regardless of the SA_RESTART flag.  This makes these interruptions
2718         transparent to the process.
2720         * Remove shared-writable mmap support, which was prone to an
2721         out-of-memory deadlock situation
2723         * Remove INVALIDATE userspace initiated request
2725         * Make readpages() synchronous.  Asynchronous requests are
2726         deadlock prone, since they cannot be interrupted.
2728         * Add readv/writev support to fuse device operations
2730         * Remove some printks, which userspace FS can use for a DoS
2731         against syslog
2733         * Remove 'large_read' mount option from 2.6 in kernel, check it in
2734         fusermount instead
2736         * LIB: improve compatibility with a fuse.h header installed in
2737         ${prefix}/include which in turn includes the real header.
2739         * LIB: improve compatibility by defining fuse_main() (which is now
2740         not used), so old configure scripts find it.
2742 2004-12-10  Miklos Szeredi <miklos@szeredi.hu>
2744         * When mounting on a subdirectory of / don't duplicate slashes at
2745         the beggining of path (spotted by David Shaw)
2747 2004-12-09  Miklos Szeredi <miklos@szeredi.hu>
2749         * Fix bug causing garbage in mount options (spotted by David Shaw)
2751 2004-12-07  Miklos Szeredi <miklos@szeredi.hu>
2753         * Add 'writepage' flag to 'fuse_file_info'.
2755         * More comments in fuse.h
2757         * Get rid of double underscores
2759 2004-12-04  Miklos Szeredi <miklos@szeredi.hu>
2761         * Add -D_FILE_OFFSET_BITS=64 to cflags provided by pkg-config
2763         * helper.c: add -ho option, which only displays the options not
2764         the usage header.  This can be used by filesystems which have
2765         their own options.
2767 2004-12-03  Miklos Szeredi <miklos@szeredi.hu>
2769         * Add source compatibility to 2.1 and 1.1 APIs.  To select betwen
2770         versions simply define FUSE_USE_VERSION to 22, 21 or 11 before
2771         including the fuse header
2773         * Add binary compatibility to 2.1 version of library with symbol
2774         versioning
2776 2004-12-03  Miklos Szeredi <miklos@szeredi.hu>
2778         * Released 2.1
2780 2004-12-01  Miklos Szeredi <miklos@szeredi.hu>
2782         * kernel: clean up writing functions
2784         * kernel: no allocation on write in direct_io mode
2786         * move linux/fuse.h to fuse_kernel.h
2788 2004-11-30  Miklos Szeredi <miklos@szeredi.hu>
2790         * kernel: clean up reading functions
2792 2004-11-29  Miklos Szeredi <miklos@szeredi.hu>
2794         * kernel: make readpage() uninterruptible
2796         * kernel: check readonly filesystem flag in fuse_permission
2798         * lib: don't die if version file not found and new style device
2799         exists
2801         * lib: add '-r' option, which is short for '-o ro'
2803         * fusermount: simplify device opening
2805         * kernel: when direct_io is turend on, copy data directly to
2806         destination without itermediate buffer.  More efficient and safer,
2807         since no allocation is done.
2809         * fusermount: fix warning if fuse module is not loaded
2811         * kernel: use /dev/fuse on 2.4 too
2813 2004-11-26  Miklos Szeredi <miklos@szeredi.hu>
2815         * libfuse API change: open, read, write, flush, fsync and release
2816         are passed a 'struct fuse_file_info' pointer containing the open
2817         flags (open and release), and the file handle.  Verion changed to
2818         3.0.
2820 2004-11-23  Miklos Szeredi <miklos@szeredi.hu>
2822         * More cleanups in the kernel
2824         * The 10,229 charater device number has been assigned for FUSE
2826         * Version file checking fix (reported by Christian Magnusson)
2828         * fusermount: opening the fuse device now doesn't need /sys.
2830         * Optimize reading by controlling the maximum readahead based on
2831         the 'max_read' mount option
2833         * fixes for UCLIBC (Christian Magnusson)
2835 2004-11-19  Miklos Szeredi <miklos@szeredi.hu>
2837         * Cleaned up kernel in preparation for merge into mainline:
2839         * Use /sys/fs/fuse/version instead of /proc/fs/fuse/version
2841         * Use real device (/dev/fuse) instead of /proc/fs/fuse/dev
2843         * __user annotations for sparse
2845         * allocate individual pages instead of kmalloc in fuse_readdir,
2846         fuse_read and fuse_write.
2848         * Fix NFS export in case "use_ino" mount option is given
2850         * Make libfuse and fusermount compatible with future versions
2852         * fusermount: properly add mount options to /etc/mtab
2854 2004-11-15  Miklos Szeredi <miklos@szeredi.hu>
2856         * fusermount: do not resolve last component of mountpoint on if it
2857         is '.' or '..'.  This new path resolvation is now done on mount as
2858         well as unmount.  This enables relative paths to work on unmount.
2860         * fusermount: parse common mount options like "ro", "rw", etc...
2862         * Allow module params to be changed through sysfs
2864 2004-11-14  Miklos Szeredi <miklos@szeredi.hu>
2866         * Released 2.1-pre1
2868 2004-11-14  Miklos Szeredi <miklos@szeredi.hu>
2870         * Fix bug in fuse_readpages() causing Oops in certain situations.
2871         Bug found by Vincenzo Ciancia.
2873         * Fix compilation with kernels versions > 2.6.9.
2875 2004-11-11  Miklos Szeredi <miklos@szeredi.hu>
2877         * Check kernel interface version in fusermount to prevent
2878         strangeness in case of mismatch.
2880         * No need to allocate fuse_conn until actual mount happens
2882         * Fix potential race between umount and fuse_invalidate
2884         * Check superblock of proc file in addition to inode number
2886         * Fix race between request_send_noreply() and fuse_dev_release()
2888 2004-11-10  Miklos Szeredi <miklos@szeredi.hu>
2890         * Separate configure for the kernel directory
2892         * Don't allow write to return more than 'count'
2894         * Extend kernel interface for future use
2896 2004-11-09  Miklos Szeredi <miklos@szeredi.hu>
2898         * Fix 'makeconf.sh' to use autoreconf if available
2900 2004-11-08  Miklos Szeredi <miklos@szeredi.hu>
2902         * Add ino argument to 'fuse_dirfil_t'.  NOTE: This breaks source
2903         compatibility with earlier versions.  To compile earier versions
2904         just add '-DFUSE_DIRFIL_COMPAT' compile flag or fix the source.
2905         Do not use the "use_ino" mount flag with filesystems compiled with
2906         FUSE_DIRFIL_COMPAT.
2908         * Add pkg-config support.  To compile a FUSE based filesystem you
2909         can do  "gcc -Wall `pkg-config --cflags --libs fuse` myfs.c -o myfs"
2910         or similar.  Note, that the PKG_CONFIG_PATH environment variable
2911         usually needs to be set to "/usr/local/lib/pkgconfig".
2913         * fuse.h is now installed in ${prefix}/include/fuse/
2915 2004-11-02  Miklos Szeredi <miklos@szeredi.hu>
2917         * Added "use_ino" mount option.  This enables the filesystems to
2918         set the st_ino field on files
2920 2004-11-01  Miklos Szeredi <miklos@szeredi.hu>
2922         * Fix compile problems with ancient (<=2.4.18) kernels (reported
2923         by Jeremy Smith)
2925         * Add "allow_root" mount option.  Patch by Yaroslav Rastrigin
2927         * Clear the 'exited' flag when mail loop is finished
2929 2004-10-28  Miklos Szeredi <miklos@szeredi.hu>
2931         * Make xattr functions work under 2.6 (bug found by Vincenzo
2932         Ciancia)
2934 2004-10-26  Miklos Szeredi <miklos@szeredi.hu>
2936         * Reset request in fuse_flush() (bugreport by David Shaw)
2938 2004-10-21  Miklos Szeredi <miklos@szeredi.hu>
2940         * fuse_main() now does not exit on error, rather it returns an
2941         error code
2943         * Exported __fuse_setup() and __fuse_teardown() functions, which
2944         make it easier to implement a custom event loop.
2946         * Use daemon() call to background the filesystem after mounting.
2947         This function closes the standard input, output and error and
2948         changes the current working directory to "/".
2950 2004-10-14  Miklos Szeredi <miklos@szeredi.hu>
2952         * Released 1.9
2954 2004-10-09  Miklos Szeredi <miklos@szeredi.hu>
2956         * Don't allow fuse_flush() to be interrupted (bug found by David
2957         Shaw)
2959 2004-09-27  Miklos Szeredi <miklos@szeredi.hu>
2961         * Add PID to fuse_context.  Patch by Steven James
2963         * Change file handle type to 'unsigned long' in kernel interface
2965 2004-09-22  Miklos Szeredi <miklos@szeredi.hu>
2967         * A slight API change: fuse_get_context() doesn't need the "fuse"
2968         pointer, but the returned context contains it instead.  The
2969         fuse_get() function is not needed anymore, so it's removed.
2971         * Fix mounting and umounting FUSE filesystem under another FUSE
2972         filesystem by non-root (bug spotted by Valient Gough)
2974 2004-09-21  Miklos Szeredi <miklos@szeredi.hu>
2976         * Fix deadlock in case of memory allocation failure.  Patch by
2977         Christian Magnusson
2979 2004-09-16  Miklos Szeredi <miklos@szeredi.hu>
2981         * Check memory allocation failures in libfuse
2983 2004-09-14  Miklos Szeredi <miklos@szeredi.hu>
2985         * Check temporary file creation failure in do_getdir().  Bug
2986         spotted by Terje Oseberg
2988 2004-09-13  Miklos Szeredi <miklos@szeredi.hu>
2990         * Allow "large_read" option for 2.6 kernels but warn of deprecation
2992         * Make requests non-interruptible so race with FORGET is avoided.
2993         This is only a temporary solution
2995         * Support compiling FUSE kernel module on 2.4.x UML kernels
2997 2004-09-09  Miklos Szeredi <miklos@szeredi.hu>
2999         * Fix bug in case two FORGETs for the same node are executed in
3000         the wrong order.  Bug spotted and endured for months by Franco
3001         Broi, and logfile for solution provided by Terje Oseberg
3003 2004-09-01  Miklos Szeredi <miklos@szeredi.hu>
3005         * Add -D_REENTRANT to the compile flags
3007         * Add documentation of fuse internals by Terje Oseberg
3009 2004-08-16  Miklos Szeredi <miklos@szeredi.hu>
3011         * Change release method to be non-interruptible.  Fixes bug
3012         causing missing release() call when program which has opened files
3013         is killed (reported by Franco Broi and David Shaw)
3015 2004-07-29  Miklos Szeredi <miklos@szeredi.hu>
3017         * Add fuse_invalidate() to library API
3019 2004-07-26  Miklos Szeredi <miklos@szeredi.hu>
3021         * Check permissions in setattr if 'default_permissions' flag is
3022         set.  Bug spotted by Damjan Lango
3024 2004-07-24  Miklos Szeredi <miklos@szeredi.hu>
3026         * 'large_read' mount option removed for 2.6 kernels, since the
3027         default (dynamic read size) is better
3029         * Extend kernel API with file handles.  A file handle is returned
3030         by open, and passed to read, write, flush, fsync and release.
3031         This is currently only used for debug output in the library.
3033         * Security changes:
3035         * Change the current directory to the mountpoint before checking
3036         the permissions and mount filesystem on "."
3038         * By default don't modprobe the fuse module for non-root.  The old
3039         behavior can be restored with the '--enable-auto-modprobe' flag of
3040         ./configure
3042         * By default don't allow shared writable mappings for non-root.
3043         The old behavior can be restored with the 'user_mmap=1' module
3044         parameter
3046 2004-07-23  Miklos Szeredi <miklos@szeredi.hu>
3048         * Clean up mount option passing to fusermount and to fuse_new()
3049         BEWARE: this changes the userspace API slightly, and the command
3050         line usage of programs using fuse_main()
3052 2004-07-20  Miklos Szeredi <miklos@szeredi.hu>
3054         * Optimize reading under 2.6 kernels by issuing multiple page
3055         asynchronous read requests
3057 2004-07-18  Miklos Szeredi <miklos@szeredi.hu>
3059         * Only use redirty_page_for_writepage() for kernels >= 2.6.6
3061 2004-07-16  Miklos Szeredi <miklos@szeredi.hu>
3063         * Separate directory entry and inode attribute validity timer
3065         * New write semaphore to stop page writeback during truncate
3067         * Fsync now waits for all writes to complete before sending the
3068         request
3070         * Optimization: if a page is completely written by
3071         fuse_commit_write(), clear the dirty flag and set the uptodate
3072         flag for that page
3074         * Some memory cleanup at exit
3076 2004-07-13  Miklos Szeredi <miklos@szeredi.hu>
3078         * Add FUSE_HARD_REMOVE flag, and '-i' option to fuse main, which
3079         disable the "hide if open" behavior of unlink/rename.
3081         * If temporary buffer allocation fails in raw read, fall back to a
3082         smaller buffer
3084 2004-07-12  Miklos Szeredi <miklos@szeredi.hu>
3086         * Fix bug in do_open() in libfuse: open count was incremented
3087         after the reply is sent so it could race with unlink/forget and
3088         cause an abort.
3090 2004-07-08  Miklos Szeredi <miklos@szeredi.hu>
3092         * When performing create or remove operation, refresh the parent's
3093         attributes on next revalidate, as i_nlink (and maybe size/time)
3094         could be inacurate.
3096         * Use redirty_page_for_writepage() in fuse_writepage() for skipped
3097         pages (2.6 only)
3099         * Set set_page_dirty address space operation (2.6 only)
3101 2004-07-06  Miklos Szeredi <miklos@szeredi.hu>
3103         * Minor fix in read:  print debug info even if read size is zero
3105 2004-07-04  Miklos Szeredi <miklos@szeredi.hu>
3107         * Fix race between truncate and writepage (fsx-linux now runs
3108         without error)
3110 2004-07-02  Miklos Szeredi <miklos@szeredi.hu>
3112         * Fix kernel hang on mkfifo under 2.4 kernels (spotted and patch
3113         by Mattias Wadman)
3115         * Added option for direct read/write (-r)
3117         * Fix revalidate time setting for newly created inodes
3119         * Remove uid==0 check for '-x' option in fusermount (kernel checks
3120         this)
3122         * fuse_main() only installs handlers for signals (out of INT, HUP,
3123         TERM, PIPE), for which no handler has yet been installed
3125         * Add module option 'user_allow_other' which if set to non-zero
3126         will allow non root user to specify the 'allow_other' mount option
3127         ('-x' option of fusermount)
3129         * Fix deadlock between page writeback completion and truncate
3130         (bug found by Valient Gough with the fsx-linux utility)
3132 2004-07-01  Miklos Szeredi <miklos@szeredi.hu>
3134         * Change passing fuse include dir to 2.6 kernel make system more
3135         robust (fixes compile problems seen on SuSE 9.1 with updated 2.6
3136         kernel)
3138 2004-06-30  Miklos Szeredi <miklos@szeredi.hu>
3140         * Acquire inode->i_sem before open and release methods to prevent
3141         concurrent rename or unlink operations.
3143         * Make __fuse_read_cmd() read only one command.  This allows
3144         multiplexing the fuse file descriptor with other event sources
3145         using select() or poll() (patch by Jeff Harris)
3147         * Export 'exited' flag with __fuse_exited() (patch by Jeff Harris)
3149 2004-06-27  Miklos Szeredi <miklos@szeredi.hu>
3151         * Fix file offset wrap around at 4G when doing large reads
3153 2004-06-24  Miklos Szeredi <miklos@szeredi.hu>
3155         * Fix memory leak in open (Valient Gough)
3157 2004-06-24  Miklos Szeredi <miklos@szeredi.hu>
3159         * Add "close after delete" support to libfuse (patch by Valient
3160         Gough)
3162         * Cancel all worker threads before exit in multithreaded mode
3164 2004-06-23  Miklos Szeredi <miklos@szeredi.hu>
3166         * Fix locking bugs
3168         * Don't send reply to RELEASE
3170         * Work with newer libtool (1.5a)
3172         * Check for st_atim member of struct stat
3174 2004-06-22  Miklos Szeredi <miklos@szeredi.hu>
3176         * No request allocation needed on inode and file release
3178 2004-06-21  Miklos Szeredi <miklos@szeredi.hu>
3180         * Fix possible inode leak in userspace in case of unfinished
3181         lookup/mknod/mkdir/symlink/link operation.
3183 2004-06-20  Miklos Szeredi <miklos@szeredi.hu>
3185         * Fix some races and cleanups in fuse_read_super()
3187 2004-06-19  Miklos Szeredi <miklos@szeredi.hu>
3189         * Requests are allocated at open time
3191 2004-06-03  Miklos Szeredi <miklos@szeredi.hu>
3193         * Build shared library as well as static (using libtool)
3195         * Change FUSE_MINOR_VERSION from 1 to 0.  I know it's illegal but
3196         there has not been a release with the previous minor number, and I
3197         hope nobody is using it for anything.
3199         * Change fuse_main(), so that default behavior is to go into
3200         background if mount is successful.  '-f' and '-d' options disable
3201         backgrounding.  This fixes the "Why does my FUSE daemon hang?"
3202         newbie complaint.
3204         * Cache ENOSYS (function not implemented) errors on *xattr, flush
3205         and fsync
3207         * Don't call getdir method from open() only from first readdir().
3208         Open is sometimes just used to store the current directory
3209         (e.g. find)
3211 2004-05-18  Miklos Szeredi <miklos@szeredi.hu>
3213         * Added flush() call
3215 2004-05-04  Miklos Szeredi <miklos@szeredi.hu>
3217         * Extended attributes support for 2.4 (patch by Cody Pisto)
3219 2004-04-20  Miklos Szeredi <miklos@szeredi.hu>
3221         * Fixed parser with modversions (Mattias Wadman)
3223 2004-04-19  Miklos Szeredi <miklos@szeredi.hu>
3225         * Added mount option parser to 2.4 build
3227 2004-04-13  Miklos Szeredi <miklos@szeredi.hu>
3229         * Replaced binary mount data with text options
3231         * Show FUSE specific mount options in /proc/mounts
3233         * Check in fuse.h whether _FILE_OFFSET_BITS is set to 64
3235 2004-04-09  Miklos Szeredi <miklos@szeredi.hu>
3237         * Check some limits so userspace won't get too big requests
3239 2004-04-05  Miklos Szeredi <miklos@szeredi.hu>
3241         * Kill compile warning
3243         * Upgraded user-mount patch for 2.6.5
3245 2004-04-02  Miklos Szeredi <miklos@szeredi.hu>
3247         * Add detection of user-mode-linux to configure
3249 2004-03-31  Miklos Szeredi <miklos@szeredi.hu>
3251         * fixed zero size case for getxattr and listxattr
3253 2004-03-30  Miklos Szeredi <miklos@szeredi.hu>
3255         * new fusermount flag '-z': lazy unmount, default is not lazy
3257         * Extended attributes operations added (getxattr, setxattr,
3258         listxattr, removexattr)
3260 2004-03-25  Miklos Szeredi <miklos@szeredi.hu>
3262         * If filesystem doesn't define a statfs operation, then an
3263         all-zero default statfs is returned instead of ENOSYS
3265 2004-03-24  Miklos Szeredi <miklos@szeredi.hu>
3267         * Add FS_BINARY_MOUNTDATA filesystem flag for kernels > 2.6.4
3269 2004-03-09  Miklos Szeredi <miklos@szeredi.hu>
3271         * Fix for uClinux (Christian Magnusson)
3273 2004-03-02  Miklos Szeredi <miklos@szeredi.hu>
3275         * fuse_main() adds "-n progname" to the fusermount command line
3277         * More kernel interface changes:
3279         * Lookup/getattr return cache timeout values
3281 2004-02-25  Miklos Szeredi <miklos@szeredi.hu>
3283         * Clean up option parsing in fuse_main()
3285         * Added fuse_get() function which returns the fuse object created
3286         by fuse_main()
3288 2004-02-20  Miklos Szeredi <miklos@szeredi.hu>
3290         * removed old way of mounting (fusermount mountpoint program)
3292         * more kernel interface changes:
3294         * added nanosecond precision to file times
3296         * removed interface version from mount data
3298         * added /proc/fs/fuse/version which contains MAJOR.MINOR
3300 2004-02-19  Miklos Szeredi <miklos@szeredi.hu>
3302         * statfs library API changed to match other methods.  Since this
3303           is not backward compatible FUSE_MAJOR_VERSION is changed to 2
3305         * kernel interface changes follow:
3307         * statfs changed to 64 bits, added 'bavail' field
3309         * add generation number to lookup result
3311         * optimized mknod/mkdir/symlink/link (no separate lookup is
3312         needed)
3314         * rdev size increased to 32 bits for mknod
3316         * kernel interface version changed to 3.1
3318 2004-02-18  Miklos Szeredi <miklos@szeredi.hu>
3320         * user-mount upgraded for 2.6.3 kernel
3322 2004-02-17  Miklos Szeredi <miklos@szeredi.hu>
3324         * Added user-mount.2.6.2-rc3.patch
3326         * Add FS_SAFE flag to fuse filesystem
3328         * fusermount should allow (un)mounting for non-root even if not
3329         suid-root
3331 2004-02-12  Miklos Szeredi <miklos@szeredi.hu>
3333         * Remove MS_PERMISSION mount flag (that means something else now)
3335 2004-02-10  Miklos Szeredi <miklos@szeredi.hu>
3337         * Added check for i_size_read/write functions to configure.in
3338         (patch by Valient Gough)
3340 2004-02-06  Miklos Szeredi <miklos@szeredi.hu>
3342         * Fixed writing >= 2G files
3344         * Check file size on open (with generic_file_open())
3346         * Readpage calls flush_dcache_page() after storing data
3348         * Use i_size_read/write for accessing inode->i_size
3350         * Make loopback mount of a fuse file work
3352 2004-02-04  Miklos Szeredi <miklos@szeredi.hu>
3354         * Released 1.1
3356 2004-01-29  Miklos Szeredi <miklos@szeredi.hu>
3358         * Properly check if the inode exists in fuse_invalidate
3360 2004-01-27  Miklos Szeredi <miklos@szeredi.hu>
3362         * Added -q option for fusermount
3364         * fuse_unmount() now uses -q option of fusermount, so no error is
3365         printed if the cause of the program exit is that the filesystem
3366         has already been unmounted
3368         * Fix i_nlink correctness after rmdir/unlink
3370 2004-01-26  Miklos Szeredi <miklos@szeredi.hu>
3372         * Released 1.1-pre2
3374 2004-01-26  Miklos Szeredi <miklos@szeredi.hu>
3376         * Fix typo (thanks Marcos Dione)
3378         * Compile fixes for 2.4 kernels
3380 2004-01-23  Miklos Szeredi <miklos@szeredi.hu>
3382         * Fix CONFIG_MODVERSIONS compile on 2.6
3384 2004-01-22  Miklos Szeredi <miklos@szeredi.hu>
3386         * Write all pending data before a RELEASE operation
3388         * Suppress 'Bad file descriptor' warning on exit
3390         * Replaced fusermount option '-d xxx' with '-n xxx' so it doesn't
3391         get confused with '-d' of fuse_main() (sorry about this change)
3393         * New fusermount option '-l' which enables big reads.  Big reads
3394         are now disabled by default.
3396         * fuse_main() can accept fusermount arguments after a '--'
3398 2004-01-19  Miklos Szeredi <miklos@szeredi.hu>
3400         * Support for exporting filesystem over NFS (see README.NFS)
3402 2004-01-14  Miklos Szeredi <miklos@szeredi.hu>
3404         * Support non-blocking writepage on 2.6.  This makes FUSE behave
3405         much more nicely in low-memory situations
3407         * Fix 32-bit dev handling in getattr and mknod for 2.6 kernels.
3408         (Note: the mknod method does not yet use 32bit device number)
3410 2004-01-13  Miklos Szeredi <miklos@szeredi.hu>
3412         * Code cleanups
3414 2004-01-07  Miklos Szeredi <miklos@szeredi.hu>
3416         * Released 1.1-pre1
3418 2004-01-06  Miklos Szeredi <miklos@szeredi.hu>
3420         * Integrated 2.6 kernel support patch by Michael Grigoriev
3422         * Improvements and cleanups for 2.6 kernels
3424 2004-01-05  Miklos Szeredi <miklos@szeredi.hu>
3426         * Added -d option to fusermount
3428 2003-12-15  Miklos Szeredi <miklos@szeredi.hu>
3430         * Added major+minor version to library API, and minor version to
3431           kernel API
3433 2003-12-13  David McNab <david@rebirthing.co.nz>
3435         * Implemented fsync support in examples/example.py
3437         * Implemented 'fsync' and 'statfs' methods in python
3438           interface
3440 2003-12-12  Miklos Szeredi <miklos@szeredi.hu>
3442         * Make it compile on 2.4.19.
3444         * Add fsync operation (write file failed on xemacs & vi)
3446 2003-12-12  David McNab <david@rebirthing.co.nz>
3448         * Added distutils support to the python module, as per standard
3449           python development practice
3451 2003-12-11  Miklos Szeredi <miklos@szeredi.hu>
3453         * Add file locking for mount/unmount (based on patch by Valient
3454         Gough)
3456 2003-12-11  David McNab <david@rebirthing.co.nz>
3458         * Python filesystem - was broken with python2.3, now fixed:
3459            - changed PyTuple_* calls to PySequence_*, because os.lstat
3460              is no longer returning a pure tuple
3461            - changed PyInt_Check() calls to also call PyLong_Check,
3462              to cover for cases (eg os.lstat) where longs are returned
3463            - Added support for file 'release' handling, which IMO is
3464              essential since this signals to a FS that writes to a file
3465              are complete (and therefore the file can now be disposed of
3466              meaningfully at the python filesystem's discretion)
3467            - Added '__init__' handler to base Fuse class, which allows
3468              your Python class to know the mountpoint and mount args,
3469              as attributes myfs.mountpoint, myfs.optlist, myfs.optdict
3471         * General:
3472            - added 'mount.fuse' script (in util/ dir), which is meant to be
3473              symlinked from /sbin, and which allows FUSE filesystems to
3474              be mounted with the 'mount' command, and listed in fstab;
3475              also, mount arguments get passed to your filesystem
3478 2003-11-04  Miklos Szeredi <miklos@szeredi.hu>
3480         * Fix kernel version detection (again).  Bugreport by Peter Levart
3482 2003-11-03  Miklos Szeredi <miklos@szeredi.hu>
3484         * Applied read combining patch by Michael Grigoriev (tested by
3485         Valient Gough and Vincent Wagelaar)
3487 2003-10-22  Miklos Szeredi <miklos@szeredi.hu>
3489         * Mtab handling fix in fusermount by "Valient Gough" (SF patch
3490         #766443)
3492 2003-10-13  Miklos Szeredi <miklos@szeredi.hu>
3494         * Error code fixes in kernel module
3496 2003-10-04  Miklos Szeredi <miklos@szeredi.hu>
3498         * kernel version detection fix
3500         * fusermount now uses "lazy" umount option
3502         * fusermount can use modprobe with module-init-tools
3504 2003-09-08  Miklos Szeredi <miklos@szeredi.hu>
3506         * Integrated caching patch by Michael Grigoriev
3508         * Added "Filesystems" file with descriptions of projects using
3509         FUSE
3511         * Added patch by Michael Grigoriev to allow compliation of FUSE
3512         kernel module for 2.6 kernels
3514 2003-06-02  Miklos Szeredi <miklos@szeredi.hu>
3516         * And another spec-file fix by Achim Settelmeier
3518 2003-05-26  Miklos Szeredi <miklos@szeredi.hu>
3520         * Spec-file fix by Achim Settelmeier
3522 2003-03-10  Miklos Szeredi <miklos@szeredi.hu>
3524         * Fix umount oops (found by Samuli Kärkkäinen)
3526 2003-03-05  Miklos Szeredi <miklos@szeredi.hu>
3528         * Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
3530 2003-03-04  Miklos Szeredi <miklos@szeredi.hu>
3532         * Updated fuse.spec file (Achim Settelmeier)
3534 2003-02-19  Miklos Szeredi <miklos@szeredi.hu>
3536         * Version 1.0 released
3538 2003-02-12  Miklos Szeredi <miklos@szeredi.hu>
3540         * SuSE compilation fix by Juan-Mariano de Goyeneche
3542 2002-12-10  Miklos Szeredi <miklos@szeredi.hu>
3544         * The release() VFS call is now exported to the FUSE interface
3546 2002-12-05  Miklos Szeredi <miklos@szeredi.hu>
3548         * 64 bit file offset fixes in the fuse kernel module
3550         * Added function 'fuse_exit()' which can be used to exit the main
3551         loop
3553 2002-12-03  Miklos Szeredi <miklos@szeredi.hu>
3555         * Added _FILE_OFFSET_BITS=64 define to fuse.h.  Note, that this is
3556         an incompatible interface change.
3558 2002-10-28  Miklos Szeredi <miklos@szeredi.hu>
3560         * Portablility fix (bug reported by C. Chris Erway)
3562 2002-10-25  Miklos Szeredi <miklos@szeredi.hu>
3564         * Use Mark Glines' fd passing method for default operation instead
3565         of old reexec
3567 2002-10-22  Miklos Szeredi <miklos@szeredi.hu>
3569         * fix "Stale NFS file handle" bug caused by changes in 2.4.19
3571 2002-10-22  Miklos Szeredi <miklos@szeredi.hu>
3573         * fix incompatiblity with Red Hat kernels, with help from Nathan
3574         Thompson-Amato.
3576 2002-04-18  Mark Glines <mark@glines.org>
3578         * added an alternative to fuse_mount(), called
3579       fuse_mount_ioslave(), which does not need to reexec the
3580       FUSE program.
3581         * added a small helper util needed by fuse_mount_ioslave().
3583 2002-03-16  Mark Glines <mark@glines.org>
3585         * use struct fuse_statfs everywhere possible to avoid problems
3586       with the headerfiles changing struct statfs member sizes
3588 2002-03-01  Miklos Szeredi <miklos@szeredi.hu>
3590         * Another RPM spec file for RedHat >= 7 by Ian Pilcher
3592 2002-01-14  Miklos Szeredi <miklos@szeredi.hu>
3594         * RPM support by Achim Settelmeier
3596 2002-01-09  Miklos Szeredi <miklos@szeredi.hu>
3598         * Version 0.95 released
3600 2002-01-09  Miklos Szeredi <miklos@szeredi.hu>
3602         * Revaidate all path components not just the last, this means a
3603         very small performance penalty for being more up-to-date.
3605 2002-01-08  Miklos Szeredi <miklos@szeredi.hu>
3607         * Update and fix python interface
3609 2002-01-07  Mark Glines <mark@glines.org>
3611         * Added statfs() support to kernel, lib, examples, and perl!
3613 2001-12-26  Miklos Szeredi <miklos@szeredi.hu>
3615         * Better cross compilation support
3617         * Ported to Compaq IPAQ
3619 2001-12-20  Miklos Szeredi <miklos@szeredi.hu>
3621         * Added function fuse_get_context() to library API (inspired by
3622         patch from Matt Ryan)
3624         * Added flags to fusermount and to kernel interface to control
3625         permission checking
3627         * Integrated fuse_set_operations() into fuse_new()
3629 2001-12-08  Miklos Szeredi <miklos@szeredi.hu>
3631         * Applied header protection + extern "C" patch by Roland
3632         Bauerschmidt
3634 2001-12-02  Miklos Szeredi <miklos@szeredi.hu>
3636         * Added perl bindings by Mark Glines
3638 2001-11-21  Miklos Szeredi <miklos@szeredi.hu>
3640         * Cleaned up way of mounting simple filesystems.
3642         * fuse_main() helper function added
3644 2001-11-18  Miklos Szeredi <miklos@szeredi.hu>
3646         * Optimized read/write operations, so that minimal copying of data
3647         is done
3649 2001-11-14  Miklos Szeredi <miklos@szeredi.hu>
3651         * Python bindings by Jeff Epler added
3653 2001-11-13  Miklos Szeredi <miklos@szeredi.hu>
3655         * Fixed vfsmount reference leak in fuse_follow_link
3657         * FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
3658         userspace is ignored
3660 2001-11-09  Miklos Szeredi <miklos@szeredi.hu>
3662         * Started ChangeLog