Merge branch 'fuse_2_9_bugfix'
[fuse.git] / ChangeLog
bloba543264a8d94e527e78b796343166778a7adc6d6
1 2013-03-19  Miklos Szeredi <miklos@szeredi.hu>
3         * libfuse: fix thread cancel race.  Exiting a worker my race with
4         cancelling that same worker.  This caused a segmenation
5         fault. Reported and tested by Anatol Pomozov
7 2013-02-20  Miklos Szeredi <miklos@szeredi.hu>
9         * libfuse: change the type of fuse_ino_t from 'unsigned long' to
10         'uint64_t'
12         * libfuse: use O_CLOEXEC flag when opening /dev/fuse device.
13         Patch by Richard W.M. Jones
15         * libfuse: don't force -D_FILE_OFFSET_BITS=64 in pkgconfig file.
16         Patch by Richard W.M. Jones
18 2013-02-19  Miklos Szeredi <miklos@szeredi.hu>
20         * fuse_daemonize(): chdir to "/" even if not running in the
21         background for consistency.  Reported by Vladimir Rutsky
23 2013-02-18  Miklos Szeredi <miklos@szeredi.hu>
25         * fuse_opt_parse(): when storing a newly allocated string for
26         format "%s", free the previous value stored at that location.
27         Reported by Marco Schuster
29 2013-02-07  Miklos Szeredi <miklos@szeredi.hu>
31         * libfuse: add readdirplus support in fuse_lowlevel_ops.  Patch by
32         Feng Shuo
34         * libfuse: add poll_events to fuse_file_info.  Patch by Enke Chen
36         * libfuse: fix fs cleanup.  Reported by Eric Wong
38         * libfuse: pass security context options to kernel.  Patch by
39         Dalvik Khertel
41         * libfuse: remove deprecated features:
42         - fuse_is_lib_option()
43         - fuse_invalidate()
44         - fuse_set_getcontext_func()
45         - fuse_loop_mt_proc()
46         - fuse_read_cmd()
47         - fuse_process_cmd()
48         - fuse_setup()
49         - fuse_teardown()
50         - fuse_exited()
51         - fuse_lowlevel_is_lib_option()
52         - fuse_operations.getdir()
53         - fuse_operations.utime()
54         - fuse_operations.utime_omit_ok
56 2013-02-06  Miklos Szeredi <miklos@szeredi.hu>
58         * libfuse: set close-on-exec flag on pipe file descriptors.  Patch
59         by Eric Wong
61         * libfuse: add missing INIT flags
63 2013-02-05  Miklos Szeredi <miklos@szeredi.hu>
65         * libfuse: fix fuse_get_context() in non fuse threads.  Reported
66         by Michael Berlin
68 2013-02-04  Miklos Szeredi <miklos@szeredi.hu>
70         * libfuse: fix crash in unlock_path().  Patch by Ratna Manoj
72         * libfuse: fix the 'remember' option.  The lru list was not
73         initialized for the "/" path.  This resulted in remove_node_lru()
74         crashing on LOOKUP-DOTDOT.  Patch by Madan Valluri
76         * libfuse: configure: detect new util-linux
78         * libfuse: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.
79         Patch by Anatol Pomozov
81         * libfuse: rename ./configure.in to ./configure.ac.  Patch by
82         Anatol Pomozov
84 2012-10-01  Miklos Szeredi <miklos@szeredi.hu>
86         * Released 2.9.2
88 2012-10-01  Miklos Szeredi <miklos@szeredi.hu>
90         * Fix deadlock in libfuse.  Running "svn update" on a fuse
91         filesystem could deadlock because of a bug in the way the paths
92         are locked.  Reported by Kazuaki Anami
94 2012-08-23  Miklos Szeredi <miklos@szeredi.hu>
96         * Fix missing config.h in buffer.c.  Reported by Matthew Gabeler-Lee
98 2012-08-14  Miklos Szeredi <miklos@szeredi.hu>
100         * Not unhashing the name in forget (commit on 2011-12-09) broke
101         the forget logic in a subtle way, resulting in "fuse internal
102         error: node NNN not found" and causing the filesystem daemon to
103         abort.  Fix by incrementing the node refcount if nlookup goes from
104         zero to one.  Reported by Kyle Lippincott
106 2012-08-13  Miklos Szeredi <miklos@szeredi.hu>
108         * Fix linking against GNU libiconv.  Patch by Natanael Copa
110 2012-07-19  Miklos Szeredi <miklos@szeredi.hu>
112         * Start of 3.0 series.  This is going to be a new major version of
113         the library breaking backward compatibility on the binary level as
114         well as the source level.
116 2012-07-19  Miklos Szeredi <miklos@szeredi.hu>
118         * Released 2.9.1
120 2012-07-19  Miklos Szeredi <miklos@szeredi.hu>
122         * Fix crash caused by freeing a stack address.  Reported by Itay
123         Perl
125 2012-07-04  Miklos Szeredi <miklos@szeredi.hu>
127         * Fix install of mount.fuse from out-of-tree build.  Patch by
128         Olivier Blin
130         * Fix build with automake >= 1.12.1.  Patch by Olivier Blin
132 2012-04-24  Miklos Szeredi <miklos@szeredi.hu>
134         * Add fallocate operation.  Only works on linux kernels 3.5 or
135         later.  Patch by Anatol Pomozov
137 2012-05-16  Miklos Szeredi <miklos@szeredi.hu>
139         * Linking to a library that uses threads requires the application
140         to be linked with -pthreads otherwise some pthread functions will
141         be linked to stubs in glibc.  So move -pthread from Libs.private
142         to Libs in fuse.pc.  Reported by Werner Fink
144         * Fix the compile command in the examples. Reported by Luciano
145         Dalle Ore
147 2012-04-20  Miklos Szeredi <miklos@szeredi.hu>
149         * Released 2.9.0
151 2012-04-20  Miklos Szeredi <miklos@szeredi.hu>
153         * Add missing fuse_fs_flock to fuse_versionscript
155 2012-04-10  Miklos Szeredi <miklos@szeredi.hu>
157         * Check protocol version before sending notifications and return
158         -ENOSYS if a particular notification is not supported.
160         * Add 'flag_utime_omit_ok' flag to fuse_operations.  If the
161         filesystem sets this flag then ->utimens() will receive UTIME_OMIT
162         and UTIME_NOW values as specified in utimensat(2).
164 2012-01-27  Miklos Szeredi <miklos@szeredi.hu>
166         * Interpret octal escape codes in options.  Requested by Jan
167         Engelhardt
169 2012-01-26  Miklos Szeredi <miklos@szeredi.hu>
171         * Add man pages for fusermount, mount.fuse and ulockmgr_server.
172         Lifted from the Debian package.  The man pages were written by
173         Daniel Baumann and Bastien Roucaries
175 2012-01-13  Miklos Szeredi <miklos@szeredi.hu>
177         * Disable symbol versions on MacOSX.  Patch by Anatol Pomozov
179 2012-01-02  Miklos Szeredi <miklos@szeredi.hu>
181         * Remove unnecessary mutex unlock at the end of multithreaded
182         event loop.
184 2011-12-09  Miklos Szeredi <miklos@szeredi.hu>
186         * Fix hang in wait_on_path().  Reported by Ville Silventoinen
188         * Don't unhash name in FORGET.  This resulted in ENOENT being
189         returned for unlinked but still open files if the kernel sent a
190         FORGET request for the parent directory.
192         * Free request in fuse_reply_data().
194 2011-12-08  Miklos Szeredi <miklos@szeredi.hu>
196         * Fix build if FUSE_NODE_SLAB is not defined.  Patch by Emmanuel
197         Dreyfus
199         * Check for availability of utimensat() function.  Patch by
200         Emmanuel Dreyfus
202 2011-12-07  Miklos Szeredi <miklos@szeredi.hu>
204         * Add fuse_lowlevel_notify_delete() which tells the kernel that a
205         file or directory is deleted.  Patch by John Muir
207 2011-12-06  Miklos Szeredi <miklos@szeredi.hu>
209         * Update retrieve_reply() method
211 2011-12-05  Miklos Szeredi <miklos@szeredi.hu>
213         * Low level API: lock argument of fuse_reply_lock should have a
214         'const' qualifier.  Reported by Shachar Sharon
216         * Add support for ioctl on directories.  Reported by Antonio SJ
217         Musumeci
219 2011-10-13  Miklos Szeredi <miklos@szeredi.hu>
221         * Reply to request with ENOMEM in case of failure to allocate
222         request structure.  Otherwise the task issuing the request will
223         just freeze up until the filesystem daemon is killed.  Reported by
224         Stephan Kulow
226 2011-09-23  Miklos Szeredi <miklos@szeredi.hu>
228         * Replace daemon() function with fork().  Patch by Anatol Pomozov
230 2011-08-26  Miklos Szeredi <miklos@szeredi.hu>
232         * If configured with --disable-mtab then don't call mount(8) from
233         libfuse to update the mtab.  Reported by: James Sierp
235 2011-08-24  Miklos Szeredi <miklos@szeredi.hu>
237         * Use LRU list for cleaning up the cache if the "remember=T"
238         option was given.  Patch by therealneworld@gmail.com
240 2011-07-06  Miklos Szeredi <miklos@szeredi.hu>
242         * Add ->flock() operation to low and high level interfaces.  This
243         fixes problems with emulating flock() with POSIX locking.
244         Reported by Sebastian Pipping.  As with lock/setlk/getlk most
245         filesystems don't need to implement this, as the kernel takes care
246         of file locking.  The only reason to implement locking operations
247         is for network filesystems which want file locking to work between
248         clients.
250 2011-07-02  Sebastian Pipping <sebastian@pipping.org>
252         * Make xmp_utimens of examples "fusexmp" and "fusexmp_fh"
253         not follow symlinks as other layers do that already.
255 2011-06-02  Miklos Szeredi <miklos@szeredi.hu>
257         * Add "remember" option.  This works similar to "noforget" except
258         that eventually the node will be allowed to expire from the cache.
259         Patch by therealneworld@gmail.com
261 2011-05-27  Miklos Szeredi <miklos@szeredi.hu>
263         * Check if splice/vmsplice are supported
265 2011-05-26  Miklos Szeredi <miklos@szeredi.hu>
267         * Remove -lrt -ldl from fuse.pc for dynamic linking since
268         libfuse.so is already linked with these libraries.  Reported by:
269         Nikolaus Rath
271 2011-05-20  Miklos Szeredi <miklos@szeredi.hu>
273         * Cleaner build output.  Patch by Reuben Hawkins
275 2011-05-19  Miklos Szeredi <miklos@szeredi.hu>
277         * Disable splice by default, add "splice_read", "splice_write" and
278         "splice_move" options.  Keep the "no_splice_*" variants, which can
279         disable splice even if the filesystem explicitly enables it.
281 2011-04-15  Max Krasnyansky <maxk@kernel.org>
282         * Added support for "auto_unmount" option which unmounts the
283         filesystem automatically on process exit (or crash).
285 2011-03-30  Miklos Szeredi <miklos@szeredi.hu>
287         * Patches by Laszlo Papp fixing various issues found by the
288         Coverity checker
290 2011-03-11  Miklos Szeredi <miklos@szeredi.hu>
292         * In case of failure to add to /etc/mtab don't umount.  Reported
293         by Marc Deslauriers
295 2011-02-02  Miklos Szeredi <miklos@szeredi.hu>
297         * libfuse: In fuse_session_loop_mt() don't pause when exiting the
298         worker threads.  The pause() was added in 2.2.1 to prevent
299         segfault on pthread_cancel() on an exited, detached thread.  Now
300         worker threads are not detached and pthread_cancel() should work
301         fine even after the thread exited.  Reported by Boris Protopopov
303 2011-01-31  Miklos Szeredi <miklos@szeredi.hu>
305         * fusermount: chdir to / before performing mount/umount
307         * fusermount: only allow mount and umount if util-linux supports
308         --no-canonicalize
310 2010-12-16  Miklos Szeredi <miklos@szeredi.hu>
312         * Highlevel lib: allow hash tables to shrink
314         * Highlevel lib: add slab allocation for node cache.  This will
315         allow the memory used by the filesystem to grow and shrink
316         depending on how many inodes are currently cached.
318 2010-12-13  Miklos Szeredi <miklos@szeredi.hu>
320         * Highlevel lib: use dynamically resized hash table for looking up
321         by name and node ID.
323 2010-12-07  Miklos Szeredi <miklos@szeredi.hu>
325         * Allow batching of forget requests.  This allows forget requests
326         to be processed faster and doesn't require a modification to fuse
327         filesystems.  Reported by Terje Malmedal
329         * Add ->forget_multi() operation to the lowlevel API.  The
330         filesystem may implement this to process multiple forget requests
331         in one call
333         * Fix the ambiguity of ioctl ABI on the kernel/userspace boundary
334         for 32bit vs. 64bit userspace
336 2010-11-10  Miklos Szeredi <miklos@szeredi.hu>
338         * Add new write_buf() method to the highlevel API.  Similarly to
339         the lowlevel write_buf() method, this allows implementing zero
340         copy writes.
342         * Add a new read_buf() method to the highlevel API.  This allows
343         returning a generic buffer from the read method, which in turn
344         allows zero copy reads.
346         * In fusexmp_fh implement the ->read_buf() and ->write_buf()
347         methods.  Leave the ->read() and ->write() implementations for
348         reference, even though they are not necessary.
350 2010-11-08  Miklos Szeredi <miklos@szeredi.hu>
352         * Fix check for read-only fs in mtab update
354         * Open /dev/null for write instead of read for redirecting stdout
355         and stderr
357         * If umount(8) supports --fake and --no-canonicalize (util-linux-ng
358         version 2.18 or later), and umount(2) supports the
359         UMOUNT_NOFOLLOW flag (linux kernel version 2.6.35 or later)  then,
360         "fusermount -u" will call the umount(2) system call and use
361         "umount --fake ..." to update /etc/mtab
363         * Added --disable-legacy-umount option to configure.  This
364         disables the runtime checking of umount(8) version.  When built
365         with this option then "fusermount -u" will fail if umount(8)
366         doesn't support the --fake and --no-canonicalize options.
368         * Fix fuse_buf_copy() if already at the end of the buffers
370         * Add new ->write_buf() method to low level interface.  This
371         allows passig a generic buffer, either containing a memory buffer
372         or a file descriptor.  This allows implementing zero copy writes.
374         * Add fuse_session_receive_buf() and fuse_session_process_buf()
375         which may be used in event loop implementations to replace
376         fuse_chan_recv() and fuse_session_process() respectively.
378         * Remove unnecessary restoring of current working directory in
379         "fusermount -u"
381         * Add ctx->pid to debug output
383         * Fix st_nlink value in high level lib if file is unlinked but
384         still open
386         * libfuse: add store request.  Request data to be stored in the
387         kernel buffers for a given inode.
389         * libfuse: add retrieve request.  Retrieve data stored in the
390         kernel buffers for a given inode.
392 2010-10-14  Miklos Szeredi <miklos@szeredi.hu>
394         * Use LTLIBICONV when linking libfuse.  This fixes building against
395         uclibc + libiconv.  Patch by Natanael Copa
397 2010-10-05  Miklos Szeredi <miklos@szeredi.hu>
399         * Add missing argument check in ulockmgr.c to prevent calling
400         ulockmgr_server with illegal arguments. This would cause an ever
401         growing list of ulockmgr_server processes with an endless list of
402         open files which finally exceeds the open file handle limit.
403         Patch by Markus Ammer
405 2010-09-28  Miklos Szeredi <miklos@szeredi.hu>
407         * Fix ambiguous symbol version for fuse_chan_new.
408         fuse_versionscript included fuse_chan_new in both FUSE_2.4 and
409         FUSE_2.6.  Remove the FUSE_2.4, which is invalid.
411 2010-09-28  Miklos Szeredi <miklos@szeredi.hu>
413         * Fix option escaping for fusermount.  If the "fsname=" option
414         contained a comma then the option parser in fusermount was
415         confused (Novell bugzilla #641480).  Fix by escaping commas when
416         passing them over to fusermount.  Reported by Jan Engelhardt
418 2010-08-27  Miklos Szeredi <miklos@szeredi.hu>
420         * Add NetBSD support.  Patch from Emmanuel Dreyfus
422 2010-07-12  Miklos Szeredi <miklos@szeredi.hu>
424         * libfuse: add buffer interface.  Add a generic buffer interface
425         for use with I/O.  Buffer vectors are supplied and each buffer in
426         the vector may be a memory pointer or a file descriptor.
428         * The fuse_reply_fd() interface is converted to using buffers.
430 2010-06-23  Miklos Szeredi <miklos@szeredi.hu>
432         * Make the number of max background requests and congestion
433         threshold tunable.  New options are "max_background" and
434         "congestion_threshold".  Only effective on linux kernel versions
435         2.6.32 or greater.  Patch by Csaba Henk
437 2010-06-17  Miklos Szeredi <miklos@szeredi.hu>
439         * Add fuse_reply_fd() reply function to the low level interface.
440         On linux version 2.6.35 or greater this will use splice() to move
441         data directly from a file descriptor to the fuse device without
442         needing to go though a userspace buffer.  With the
443         FUSE_REPLY_FD_MOVE flag the kernel will attempt to move the data
444         directly into the filesystem's cache.  On earlier kernels it will
445         fall back to an intermediate buffer.  The options
446         "no_splice_write" and "no_splice_move" can be used to disable
447         splicing and moving respectively.
449 2010-06-15  Miklos Szeredi <miklos@szeredi.hu>
451         * Fix out-of-source build.  Patch by Jörg Faschingbauer
453         * Add a "nopath" option and flag, indicating that path argument
454         need not be calculated for the following operations: read, write,
455         flush, release, fsync, readdir, releasedir, fsyncdir, ftruncate,
456         fgetattr, lock, ioctl and poll.
458 2010-05-10  Miklos Szeredi <miklos@szeredi.hu>
460         * Remove "chmod root" from install of fusermount.  Reported by
461         Lucas C. Villa Real
463 2010-04-26  Miklos Szeredi <miklos@szeredi.hu>
465         * Released 2.8.4
467 2010-04-26  Miklos Szeredi <miklos@szeredi.hu>
469         * Fix checking for symlinks in umount from /tmp.  Reported by Al
470         Viro
472         * Fix umounting if /tmp is a symlink.  Reported by Franco Broi
474 2010-02-18  Miklos Szeredi <miklos@szeredi.hu>
476         * Fix definition of FUSE_OPT_END for C++.  Reported by Tim
477         Bruylants
479 2010-02-03  Miklos Szeredi <miklos@szeredi.hu>
481         * Fix stack alignment for clone()
483 2010-02-01  Miklos Szeredi <miklos@szeredi.hu>
485         * Released 2.8.3
487 2010-02-01  Miklos Szeredi <miklos@szeredi.hu>
489         * Using "--no-canonicalize" with umount(8) conflicts with the race
490         fix, sinceit assumes the supplied path is absolute, while the race
491         fix relies on the path being relative to the current directory.
492         Reported by Tom Rindborg
494 2010-01-26  Miklos Szeredi <miklos@szeredi.hu>
496         * Released 2.8.2
498 2010-01-21  Miklos Szeredi <miklos@szeredi.hu>
500         * Fix race if two "fusermount -u" instances are run in parallel.
501         Reported by Dan Rosenberg
503         * Make sure that the path to be unmounted doesn't refer to a
504         symlink
506 2010-01-14  Miklos Szeredi <miklos@szeredi.hu>
508         * Fix compile error on FreeBSD.  Patch by Jay Sullivan
510 2009-12-17  Miklos Szeredi <miklos@szeredi.hu>
512         * Use '--no-canonicalize' option of mount(8) (available in
513         util-linux-ng version 2.17 or greater) to avoid calling
514         readling(2) on the newly mounted filesystem before the mount
515         procedure is finished.  This has caused a deadlock if "audit" was
516         enabled in the kernel.  Also use '--no-canonicalize' for umount to
517         avoid touching the mounted filesystem.
519 2009-09-11  Miklos Szeredi <miklos@szeredi.hu>
521         * Released 2.8.1
523 2009-08-25  Miklos Szeredi <miklos@szeredi.hu>
525         * Fix missing versioned symbol fuse_get_context@FUSE_2.2
527 2009-08-18  Miklos Szeredi <miklos@szeredi.hu>
529         * Released 2.8.0
531 2009-08-18  Miklos Szeredi <miklos@szeredi.hu>
533         * Add missing fuse_session_data to versionscript
535         * Make sure all global symbols are prefixed with "fuse_" or "cuse_"
537 2009-07-16  Miklos Szeredi <miklos@szeredi.hu>
539         * Clarify how the protocol version should be negotiated between
540         kernel and userspace.  Notably libfuse didn't correctly handle the
541         case when the supported major versions didn't match
543         * Add missing pthread link for libulockmgr.  Patch by  Petr Salinger
545 2009-07-02  Miklos Szeredi <miklos@szeredi.hu>
547         * The context is extended with a 'umask' field.  The umask is sent
548         for mknod, mkdir and create requests by linux kernel version
549         2.6.31 or later, otherwise the umask is set to zero.  Also
550         introduce a new feature flag: FUSE_CAP_DONT_MASK.  If the kernel
551         supports this feature, then this flag will be set in conn->capable
552         in the ->init() method.  If the filesystem sets this flag in in
553         conn->want, then the create modes will not be masked.
555         * Add low level interfaces for lookup cache and attribute
556         invalidation.  This feature is available in linux kernels 2.6.31
557         or later.  Patch by John Muir
559         * Kernel interface version is now 7.12
561         * fusermount: Do not silently ignore command line arguments.
562         Patch by Sebastian Harl
564 2009-06-19  Miklos Szeredi <miklos@szeredi.hu>
566         * Released 2.8.0-pre3
568 2009-06-19  Miklos Szeredi <miklos@szeredi.hu>
570         * Add fuse_getgroups (high level lib) and fuse_req_getgroups (low
571         level lib) functions to query the supplementary group IDs for the
572         current request.  Currently this is implemented on Linux by
573         reading from the /proc filesystem.
575 2009-06-18  Miklos Szeredi <miklos@szeredi.hu>
577         * Add "noforget" option to high level lib to prevent ESTALE errors
578         on NFS exported filesystems.  This result in paths being cached
579         forever, resulting in ever growing memory usage.  Use with care.
581         * Add "no_remote_lock" option to disable remote file locking even
582         if the filesystem implements it.  With this option locking
583         primitives (flock, lockf, fcntl(F_SETLK)) will still work, but
584         will ignore remotely locked files.
586         * CUSE patches from Tejun Heo:
588         * Unrestricted ioctl support left some debris.  Clean them up:
589           o No reason to pass around pointer to flags.  Pass flags directly.
590           o Clean up comment and prototype parameter names.
591           o fuse_lib_ioctl() didn't reply when get_path() failed.  Fix it.
592           o Remove unused variables {in|out}_iov from fuse_lib_ioctl().
594         * Add fuse_reply_ioctl_iov()
596         * Move fuse_session, fuse_req and fuse_ll definitions to fuse_i.h
597         and make send_reply_iov() and fuse_setup_common() global (also in
598         fuse_i.h).  These will be used by CUSE support.
600         * Restructure fuse_ll_process()
602         * Implement libfuse side of CUSE support.  CUSE uses subset of FUSE
603         operations as dir operations don't make sense for CUSE where one
604         instance implements single character device.
606         CUSE support comes with its own cuse_lowevel_ops and related
607         initialization and helper functions.  Except for initialization, it
608         usage is basically identical to FUSE.
610         This patch also adds example/cusexmp.c which can create a character
611         device with name and device number specified on command line.  The
612         created device itself is pretty boring.  It's a bit bucket supporting
613         read, write and access via ioctl.
615 2009-06-16  Miklos Szeredi <miklos@szeredi.hu>
617         * Add missing fuse_reply_bmap to versionscript.  Debian
618         Bug#531329.  Reported by Goswin Brederlow
620 2009-05-27  Miklos Szeredi <miklos@szeredi.hu>
622         * Don't call forget_node() if the lookup was negative and write()
623         for the reply returned ENOENT.  Reported by John Haxby
625 2009-05-25  Miklos Szeredi <miklos@szeredi.hu>
627         * Add FUSE_CAP_EXPORT_SUPPORT to fuse_common.h
629 2009-05-08  Miklos Szeredi <miklos@szeredi.hu>
631         * Fix missing newlines in some printfs
633         * Fix 'make install-strip'.  Reported by Dominick Layfield
635 2009-01-05  Miklos Szeredi <miklos@szeredi.hu>
637         * Released 2.8.0-pre2
639 2008-12-08  Miklos Szeredi <miklos@szeredi.hu>
641         * Implement poll support.  Patch by Tejun Heo
643         * Add missing setattr flags to <fuse_lowlevel.h>.
645         * Only pass valid flags to ->setattr().
647 2008-12-05  Miklos Szeredi <miklos@szeredi.hu>
649         * Implement ioctl support.  On high level interface only
650         "restricted" ioctls are supported (which are defined with the
651         _IO(), _IOR(), _IOW() or _IOWR() macros).  Unrestricted ioctls
652         will only be allwed to CUSE (Character Device in Userspace)
653         servers.  Patch by Tejun Heo
655 2008-11-28  Miklos Szeredi <miklos@szeredi.hu>
657         * If open sets fi->nonseekable, libfuse will tell the kernel that
658         the file is not seekable.  Patch by Tejun Heo
660 2008-11-19  Miklos Szeredi <miklos@szeredi.hu>
662         * lowlevel lib: fix deadlock if fuse_reply_* is called from the
663         interrupt handling function.  Reported by Tero Marttila
665 2008-10-16  Miklos Szeredi <miklos@szeredi.hu>
667         * Allow commas in options to be escaped with a backslash
669         * Add new function: fuse_opt_add_opt_escaped()
671         * Add missing fuse_reply_bmap() to the version script
673 2008-10-14  Miklos Szeredi <miklos@szeredi.hu>
675         * Pass current file flags to read and write operations
677 2008-07-24  Miklos Szeredi <miklos@szeredi.hu>
679         * Clean up debug output in highlevel lib
681 2008-07-10  Miklos Szeredi <miklos@szeredi.hu>
683         * Released 2.8.0-pre1
685 2008-06-27  Miklos Szeredi <miklos@szeredi.hu>
687         * Fix handling of (no)suid and (no)dev options if filesystem is
688         mounted from /etc/fstab or via mount(8).  Reported by Jan Ondrej.
690         * Skip calling mount(8) if /etc/mtab doesn't exist or if it's on a
691         read-only filesystem.  This works around issues with certain mount
692         implementations.  Reported by Szabolcs Szakacsits.
694 2008-06-16  Miklos Szeredi <miklos@szeredi.hu>
696         * Remove fuse kernel module sources.  Linux 2.6.27 will support
697         NFS exporting.
699 2008-06-10  Miklos Szeredi <miklos@szeredi.hu>
701         * Fix theoretical infinite loops in libfuse.  Reported by Szabolcs
702         Szakacsits
704         * Fix missing <sys/param.h> include for PATH_MAX.  Reported by
705         Szabolcs Szakacsits
707 2008-05-23  Miklos Szeredi <miklos@szeredi.hu>
709         * Fix mounting over symlink.  Reported by Szabolcs Szakacsits
711 2008-05-09  Miklos Szeredi <miklos@szeredi.hu>
713         * Don't allow bigger than 4kB writes by default on 2.6.26 and
714         later kernels, so that filesystems not expecting this are not
715         broken on a kernel upgrade.  Provide a 'big_writes' mount option
716         to enable this feature.  In future API revisions this may become
717         the default.
719 2008-04-09  Miklos Szeredi <miklos@szeredi.hu>
721         * Update warning message for missing newline at end of fuse.conf
723         * Update debug message for successful operation to not include the
724         string "error:"
726 2008-04-08  Miklos Szeredi <miklos@szeredi.hu>
728         * Update error message for missing mountpoint parameter.  Reported
729         by Allen Pulsifer
731 2008-04-04  Miklos Szeredi <miklos@szeredi.hu>
733         * Print library version information to debug output
735         * Highlevel lib: don't limit paths to 4095 characters
737 2008-03-25  Miklos Szeredi <miklos@szeredi.hu>
739         * Fix memory leaks on mount.  Patch by Szabolcs Szakacsits
741 2008-03-19  Miklos Szeredi <miklos@szeredi.hu>
743         * Fix missing pthread_mutex_destroy in error path of
744         fuse_lib_opendir().  Patch by Szabolcs Szakacsits
746 2008-03-07  Miklos Szeredi <miklos@szeredi.hu>
748         * Add queuing on contention to per-node lock algorithm, to avoid
749         starvation.
751         * Only enable cancelation when reading a request, otherwise
752         cancellation could happen with a mutex held, which could hang the
753         process on umount
755 2008-02-08  Miklos Szeredi <miklos@szeredi.hu>
757         * Block SIGCHLD when executing mount and umount
759         * fusexmp_fh: avoid unnecessary seeking in readdir
761         * Update kernel interface to 7.9:
763         * Support receiving file handle from kernel in GETATTR request
765         * Allow operations with a NULL path argument, if the filesystem
766         supports it
768         * Add support atomic open(O_TRUNC)
770         * Support the st_blksize field in struct stat
772         * If the "FUSE_THREAD_STACK" environment is set, initialize the
773         stack size of threads by this value.  Patch by Florin Malita
775         * Add per-node locking, instead of a global tree lock to protect
776         the path from changing during operations.  Original patch by
777         Rodrigo Castro
779 2008-02-03  Csaba Henk <csaba.henk@creo.hu>
781         * lib/mount_bsd.c:
782         - string formatting fixes
783         - exit if mounting has failed
784           (in FreeBSD a mount failure is not critical per se, as the daemon
785           still could be mounted externally, but waiting for such an event
786           is more confusing than fruitful)
787         - ditch the kvm(8) stuff and simply use forced unmount which just
788           won't block
789         - prettify option specifications
790         - add "-onosync_unmount" kernel option
792 2008-01-07  Csaba Henk <csaba.henk@creo.hu>
794         * lib/mount_bsd.c:
795         - refine device closing in a race-free way
796         - add support for "-osubtype" on FreeBSD
798         * makeconf.sh: make it work under FreeBSD
800 2008-01-03  Csaba Henk <csaba.henk@creo.hu>
802         * lib/mount_bsd.c: close device before unmount
803         (cf. lib/mount.c rev. 1.43) and fix some warnings 
805 2007-12-23  Miklos Szeredi <miklos@szeredi.hu>
807         * Fix './configure --disable-static'.  Patch from Ismail Dönmez
809 2007-12-17  Miklos Szeredi <miklos@szeredi.hu>
811         * Released 2.7.2
813 2007-12-12  Miklos Szeredi <miklos@szeredi.hu>
815         * Fix kernel module compile for 2.6.24
817         * Invalidate attributes of parent directory after create(), since
818         the modification time changes.  Invalidate attributes on rename,
819         since some filesystems may update st_ctime.  Reported by Szabolcs
820         Szakacsits
822         * Fix NFS exporting to handle 64bit node IDs
824         * Disable old symbol versions if __UCLIBC__ is defined.  If a
825         symbol in a library has multiple versions, the runtime linker in
826         uClibc seems to randomly choose between them.
828         * Remove erroneous 'fuse_opt_insert_arg@FUSE_2_5' from
829         fuse_version_script.  fuse_opt_free_args() was added in fuse-2.6.
831         * Close fuse device file descriptor before calling umount(),
832         preventing a deadlock when umount is synchronous.  Reported by
833         Szabolcs Szakacsits
835 2007-11-12  Miklos Szeredi <miklos@szeredi.hu>
837         * 'fusermount -u' did not umount the filesystem if /etc/mtab was a
838         symlink.  This bug was introduced in 2.7.1 by "Don't call
839         /bin/[u]mount if /etc/mtab is a symlink".  Found by robertsong.
841 2007-10-16  Miklos Szeredi <miklos@szeredi.hu>
843         * Released 2.7.1
845 2007-10-16  Miklos Szeredi <miklos@szeredi.hu>
847         * Clarify licence version to be "LGPLv2" for the library
849         * kernel fixes:
851         * After mount set nlink attribute for the root inode to 1
853         * Fix wake up of task waiting for a reserved request
855         * Fix allowing setattr, listxattr and statfs for other users
857 2007-09-18  Miklos Szeredi <miklos@szeredi.hu>
859         * Add missing context initialization in fuse_fs_chmod().  Bug
860         found by "iohead"
862         * Fix kernel module compilation for 2.6.23.  Based on patch by
863         Marian Marinov
865 2007-09-04  Philippe Elie  <phil.el@wanadoo.fr>
867         * lib/fuse_lowlevel.c: fix a fuse_req leak in do_forget()
869 2007-07-31  Miklos Szeredi <miklos@szeredi.hu>
871         * Work around hotplug issue, that it calls filesystem with file
872         descriptors 0, 1 and 2 not open.  Tracked down by Leif Johnson
874 2007-07-25  Miklos Szeredi <miklos@szeredi.hu>
876         * Don't call /bin/[u]mount if /etc/mtab is a symlink.  Reported by
877         Tomas M
879         * Also don't touch /etc/mtab if it is within the mounted
880         filesystem.  Suggested by Jeffrey Law
882 2007-07-12  Miklos Szeredi <miklos@szeredi.hu>
884         * Reset args->argc in fuse_opt_free_args().  Patch by Lucas
885         C. Villa Real
887 2007-07-02  Miklos Szeredi <miklos@szeredi.hu>
889         * Released 2.7.0
891 2007-07-02  Miklos Szeredi <miklos@szeredi.hu>
893         * Accept a NULL "op" for fuse_main(), etc.  This is useful if
894         filesystem is only invoking fuse to print a help message, or
895         version.  Fixes RedHat bugzilla #217343
897 2007-06-22  Miklos Szeredi <miklos@szeredi.hu>
899         * lib: fix locking when loading a filesystem module
901 2007-06-21  Miklos Szeredi <miklos@szeredi.hu>
903         * Add fs subtype support to mount.fuse
905 2007-06-20  Miklos Szeredi <miklos@szeredi.hu>
907         * Add fs subtype support to libfuse and fusermount
909 2007-06-19  Miklos Szeredi <miklos@szeredi.hu>
911         * kernel: sync with mainline (2.6.22)
913 2007-06-18  Miklos Szeredi <miklos@szeredi.hu>
915         * Send debug output to stderr instead of stdout.  Patch by Jan
916         Engelhardt
918 2007-06-03  Miklos Szeredi <miklos@szeredi.hu>
920         * libulockmgr: Work around a kernel bug in recv(), causing it to
921         sometimes return zero even if data was available on the socket.
923 2007-05-29  Miklos Szeredi <miklos@szeredi.hu>
925         * lib: optimization: store parent pointer in node instead of
926         parent id
928 2007-05-25  Miklos Szeredi <miklos@szeredi.hu>
930         * lib: don't create new thread for each FORGET request.  FORGET
931         messages sometimes caused so many threads to be created, that
932         process virtual memory space ran out.  Reported by Chris AtLee
934 2007-05-24  Miklos Szeredi <miklos@szeredi.hu>
936         * lib: fix memory leak on thread creation failure in multithreaded
937         event loop.  Found by Chris AtLee
939 2007-05-23  Miklos Szeredi <miklos@szeredi.hu>
941         * lowlevel lib: add fuse_reply_iov function, which is similar to
942         fuse_reply_buf, but accepts a vector of buffers.  Patch by Roger
943         Willcocks
945 2007-05-21  Miklos Szeredi <miklos@szeredi.hu>
947         * Fix Oops or error if a regular file is created with mknod(2) on
948         a fuse filesystem.  Kernels 2.6.18 onward are affected.  Thanks to
949         J. Cameijo Cerdeira for the report
951 2007-05-11  Csaba Henk <csaba.henk@creo.hu>
953         * libfuse: fix return value of fuse_loop()/fuse_loop_mt().
954         Error reported by Csaba Henk, fix by Miklos Szeredi
956         * libfuse: fix unlock in flush
958         * libfuse: do unlocking on RELEASE+FLUSH
960 2007-05-03  Miklos Szeredi <miklos@szeredi.hu>
962         * Released 2.7.0-rc1
964 2007-05-02  Miklos Szeredi <miklos@szeredi.hu>
966         * kernel: sync with mainline:
968         * Use invalidate_mapping_pages() if available
970         * Fix BUG when invalid file type is supplied in mount. Patch by
971         Timo Savola
973 2007-04-27  Miklos Szeredi <miklos@szeredi.hu>
975         * libfuse: call umount(8) directly instead of fusermount if
976         possible
978         * Clean up init script, make it LSB compliant
980 2007-04-26  Miklos Szeredi <miklos@szeredi.hu>
982         * In multithreaded loop, use a semaphore instead of SIGHUP to wake
983         up the main thread on umount.  This is more elegant, and works
984         even if signals are blocked.
986 2007-04-25  Miklos Szeredi <miklos@szeredi.hu>
988         * Improve mounting support in libfuse:
989          - check non-empty mountpoint
990          - only fall back to fusermount when necessary
992 2007-04-23  Miklos Szeredi <miklos@szeredi.hu>
994         * Don't chdir to "/" in foreground mode, it causes more trouble
995         than it's worth
997 2007-04-18  Miklos Szeredi <miklos@szeredi.hu>
999         * Replace utils/mount.fuse "sh" script with a "C" program
1001 2007-04-15  Miklos Szeredi <miklos@szeredi.hu>
1003         * Add -lulockmgr to compilation comment in fusexmp_fh.c
1005 2007-04-05  Miklos Szeredi <miklos@szeredi.hu>
1007         * Check for iconv.  Patch by Csaba Henk
1009         * Add direct umounting
1011         * Use "fusectl" as the device for the fusectl filesystem.  Debian
1012         Bug#417945.  Reported by Laurent Bonnaud
1014 2007-04-01  Csaba Henk <csaba.henk@creo.hu>
1016         * Fix some FreeBSD related macros.
1018 2007-03-30  Miklos Szeredi <miklos@szeredi.hu>
1020         * Add support for direct mounting by libfuse.  Fall back on
1021         calling fusermount if it doesn't work
1023 2007-03-14  Miklos Szeredi <miklos@szeredi.hu>
1025         * Released 2.7.0-pre1
1027 2007-03-05  Miklos Szeredi <miklos@szeredi.hu>
1029         * Correctly handle O_APPEND in direct IO mode.  Reported by Greg
1030         Bruno
1032         * mount.fuse should use /bin/bash.  Debian Bug#413403.  Reported
1033         by Thomas Weinbrenner
1035 2007-02-26  Miklos Szeredi <miklos@szeredi.hu>
1037         * Fix detection of installed fuse in init script.  Reported and
1038         fix suggested by Davide Canova
1040 2007-02-05  Miklos Szeredi <miklos@szeredi.hu>
1042         * Fix 2.6.9 RHEL kernels, which have compatibility mutex.h, but
1043         don't define mutex_destroy(), bummer.  Patch from Phil Schwan
1045 2007-02-04  Miklos Szeredi <miklos@szeredi.hu>
1047         * Compile fuseblk for kernels which don't have an option to turn
1048         off the block layer (CONFIG_BLOCK).  Reported by Szakacsits
1049         Szabolcs
1051 2007-02-03  Miklos Szeredi <miklos@szeredi.hu>
1053         * Add filesystem stacking support to high level API.  Filesystem
1054         modules can be built into libfuse or loaded from shared object
1055         (.so) files
1057         * Add 'subdir' and 'iconv' built in modules
1059         * lib/fuse.c: Fix locking for the reply code in create and open
1061 2007-02-02  Miklos Szeredi <miklos@szeredi.hu>
1063         * kernel: make it compile on "strange" kernels which have emulated
1064         mutexes via <linux/mutex.h> but no i_mutex.  Reported by Tomasz
1065         Mateja
1067 2007-01-28  Miklos Szeredi <miklos@szeredi.hu>
1069         * kernel: fix BUG in control filesystem if it is umounted and
1070         mounted again, while some fuse filesystems are present.
1071         Bugreport from Florent Mertens
1073         * kernel: sync with mainline, support 2.6.20
1075 2007-01-22  Miklos Szeredi <miklos@szeredi.hu>
1077         * lib/Makefile.am: actually link libfuse against libfuse_libs
1079 2007-01-19  Miklos Szeredi <miklos@szeredi.hu>
1081         * Build fix for 2.6.16 vanila and 2.6.15 FC5 kernels.  Patch from
1082         Ian Abbott
1084 2007-01-18  Miklos Szeredi <miklos@szeredi.hu>
1086         * Fix abort in fuse_new() compatibility API for opts == NULL case.
1087         Novell bugzilla #233870.  Patch from Takashi Iwai.
1089 2007-01-13  Miklos Szeredi <miklos@szeredi.hu>
1091         * Fix option parsing in mount.fuse.  Patch from Jens M. Noedler
1093 2007-01-02  Miklos Szeredi <miklos@szeredi.hu>
1095         * Fix unaligned access in file desctriptor passing in libfuse,
1096         fusermount and ulockmgr.  Debian bug ID: 404904.  Reported and
1097         tested by Sebastian Fontius
1099 2006-12-16  Miklos Szeredi <miklos@szeredi.hu>
1101         * kernel: don't keep unreferenced inodes in the icache.
1103 2006-12-15  Miklos Szeredi <miklos@szeredi.hu>
1105         * fusermount: Fix detection of fuseblk.  Reported by Szakacsits
1106         Szabolcs
1108         * lib: Fix use after free in fuse_flush().  Reported by Ron
1109         Lindman
1111 2006-12-10  Miklos Szeredi <miklos@szeredi.hu>
1113         * mount.fuse: add "setuid=USER" option which does a "su - USER"
1114         for the filesystem
1116         * fusermount: use "/bin/mount -f" to add entry to /etc/mtab, and
1117         "/bin/umount" to remove entry from /etc/mtab.  This gets rid of
1118         the ugly code dealing with mtab, as well as a possible race
1119         between fusermount and mount trying to modify /etc/mtab at the
1120         same time
1122         * Fix "buffer size too small: 4" warning for users of the
1123         fuse_loop_mt_proc() function.
1125 2006-12-04  Miklos Szeredi <miklos@szeredi.hu>
1127         * Fix warnings with gcc-4.1 on 64bit archs.  Report from
1128         Harshavardhana
1130         * Add extra warning options, and fix resulting warnings
1132         * Really fix fuse_teardown problem
1134 2006-12-02  Miklos Szeredi <miklos@szeredi.hu>
1136         * Add -lrt to fuse.pc (if needed) to fix static linking against
1137         libfuse.  Reported by Szakacsits Szabolcs
1139 2006-12-01  Miklos Szeredi <miklos@szeredi.hu>
1141         * Released 2.6.1
1143 2006-11-30  Miklos Szeredi <miklos@szeredi.hu>
1145         * Fix API version 21 and 22 compatibility for fuse_teardown.
1146         Reported by Bgs
1148 2006-11-29  Miklos Szeredi <miklos@szeredi.hu>
1150         * fusermount: Print a more helpful message in case the kernel
1151         doesn't support the 'fuseblk' filesystem type.  This has been
1152         biting ntfs-3g users.  Reported by Yura Pakhuchiy
1154         * kernel: fix build problem for "make -C ...".  Reported by
1155         Stephen Bryant
1157 2006-11-19  Miklos Szeredi <miklos@szeredi.hu>
1159         * Fix bug in certain error paths of lookup routines.  The request
1160         object was reused for sending FORGET, which is illegal.  This bug
1161         could cause an Oops in linux-2.6.18 or in fuse-2.6.0, and might
1162         silently corrupt memory in earlier versions.  Report and test
1163         program by Russ Cox
1165 2006-11-11  Miklos Szeredi <miklos@szeredi.hu>
1167         * Print an error if an incompatible kernel interface version is
1168         detected in INIT.  This will only show if filesystem is started
1169         with -d or -f
1171         * Fix order of fuse_destroy()/fuse_unmount() in error cleanup of
1172         fuse_setup_common().  Reported by Szakacsits Szabolcs
1174 2006-11-06  Miklos Szeredi <miklos@szeredi.hu>
1176         * Fix recursive locking in fuse_create().  Thanks to Takuya
1177         Ishibashi for the bug report
1179 2006-10-28  Miklos Szeredi <miklos@szeredi.hu>
1181         * Fix automake problem.  Patch from Nix
1183 2006-10-26  Miklos Szeredi <miklos@szeredi.hu>
1185         * Fix mount.fuse to use /bin/sh instead of /bin/bash, which is not
1186         always available on embedded systems.  Patch from Paul Smith
1188         * Fix util/Makefile.am, so that failure to run update-rc.d or
1189         device creation doesn't cause make to fail.  Reported by Paul
1190         Smith
1192 2006-10-21  Miklos Szeredi <miklos@szeredi.hu>
1194         * Released 2.6.0
1196 2006-10-18  Miklos Szeredi <miklos@szeredi.hu>
1198         * fusermount: don't try to create a lock file if /etc/mtab is a
1199         symlink.  Report and patch from Alexei Sheplyakov (debian bug
1200         #393693)
1202 2006-10-17  Miklos Szeredi <miklos@szeredi.hu>
1204         * Minor changes, sync with mainline tree
1206 2006-10-16  Miklos Szeredi <miklos@szeredi.hu>
1208         * Released 2.6.0-rc3
1210 2006-10-15  Miklos Szeredi <miklos@szeredi.hu>
1212         * kernel: cleanups
1214 2006-10-13  Miklos Szeredi <miklos@szeredi.hu>
1216         * kernel: Fix compilation on patched 2.6.18 (fc6) and 2.6.19.
1217         Report from David Shaw
1219         * lib: Fix lost error on renaming a file. Report from David Shaw
1221         * lib: Fix lost error on hiding open files (renaming to
1222         .fuse_hiddenXXXX)
1224         * kernel: Fix a rare hang on SMP/32bit on heavy filesystem
1225         activity.  The cause of the bug was that some calls to
1226         i_size_write() were not protected by a lock, and hence
1227         i_size_seqcount could become corrupted.  This caused subsequent
1228         calls to i_size_read() to spin forever.  This is a long standing
1229         bug was probably introduced in version 2.2, and thought to be
1230         related to NFS exporting (it's not).  It was reported by various
1231         people, but Dana Henriksen has finally helped me to track it down,
1232         so big thanks to him
1234         * kernel: Protect against truncation of a swapfile
1236 2006-10-10  Miklos Szeredi <miklos@szeredi.hu>
1238         * kernel: Check for signature of super_operations->umount_begin().
1239         Ubuntu kernel 2.6.17 seems to use the new signature found in
1240         2.6.18.  Thanks to Florent Mertens for the report
1242 2006-10-08  Miklos Szeredi <miklos@szeredi.hu>
1244         * Make sure inode numers wrap around at 2^32.  This is needed on
1245         dual 64bit/32bit architectures, because 32bit applications using
1246         the non-largefile interface would otherwise break (EOVERFLOW error
1247         would be returned by the stat() system call family)
1249         * ulockmgr: handle the case, when a locking operation fails
1250         because no more file desctriptors are available in
1251         ulockmgr_server.  Also work around a Linux kernel bug (known to
1252         exist for all Linux kernel versions <= 2.6.18) which may cause
1253         sent file descriptors to be lost in the above case
1255         * ulockmgr: optimize file descriptor use
1257         * restore needed cpp flags to util/Makefile.am
1259         * Install udev rules as 99-fuse.rules instead of 60-fuse.rules
1261         * Minor clean up of udev rules
1263         * Add a synchronous DESTROY message to kernel interface.  This is
1264         invoked from umount, when the final instance of the filesystem is
1265         released.  It is only sent for filesystems mounted with the
1266         'blkdev' option for security reasons.
1268         * If the DESTROY message is received, call the filesystem's
1269         ->destroy() method.  In this case it's not called from session
1270         destruction as it would be otherwise.
1272 2006-10-01  Miklos Szeredi <miklos@szeredi.hu>
1274         * Released 2.6.0-rc2
1276 2006-10-01  Miklos Szeredi <miklos@szeredi.hu>
1278         * Add support for FLUSH+RELEASE operation for FreeBSD.  Original
1279         patch by Csaba Henk
1281         * Add init script to insert fuse module and mount the control
1282         filesystem.  The script is installed as /etc/init.d/fuse and on
1283         debian based systems (where update-rc.d is available) symlinks
1284         from /etc/rc*.d/ are also installed.
1286         * Include '#define FUSE_USE_VERSION=XX' into examples so they
1287         become more self contained.
1289 2006-09-30  Miklos Szeredi <miklos@szeredi.hu>
1291         * API changes:
1293         * Move lock_owner from a separate argument into fuse_file_info
1295         * Add a flag to fuse_file_info indicating (1) a highlevel lock
1296         operation (unlock all) was initiated by a flush, (2) a lowlevel
1297         release operation should perform a flush as well.
1299         * fusermount: revert modprobe change (2006-08-18) since it
1300         doesn't work reliably with udev
1302         * Add support for block device backed filesystems.  This mode is
1303         selected with the 'blkdev' option, which is privileged.
1305         * Add support for the bmap (FIBMAP ioctl) operation on block
1306         device backed filesystems.  This allows swapon and lilo to work on
1307         such filesystems.
1309         * kernel changes:
1311         * Drop support for kernels earlier than 2.6.9.  Kernel module from
1312         previous (2.5.x) release can be used with library from this
1313         release
1315         * In fuse_dentry_revalidate() use dget_parent() instead of
1316         dereferencing d_parent, since there's no protection against parent
1317         changing and going away
1319         * Protect nlookup from concurrent updates
1321         * In lookup if a directory alias exists but is unused,
1322         then get rid of it, otherwise return -EBUSY.
1324         * In mkdir if a directory alias exists, return success, but leave
1325         dentry negative.  In reality this could happen if a remote rename
1326         immediately followed the mkdir.
1328         * Don't BUG in fuse_iget() if multiple retries are needed to get a
1329         good inode.  This could happen if several lookups are racing for
1330         the same inode.
1332 2006-09-29  Miklos Szeredi <miklos@szeredi.hu>
1334         * Fix compilation on 2.6.9.  Report from Troy Ayers
1336 2006-09-27  Miklos Szeredi <miklos@szeredi.hu>
1338         * Fix Oops in fuse_readpages().  Reported by David Shaw
1340 2006-09-24  Csaba Henk <csaba.henk@creo.hu>
1342         * Add support for nanosec times on FreeBSD
1344         * Fix FreeBSD compatibility issues
1346 2006-09-23  Miklos Szeredi <miklos@szeredi.hu>
1348         * Fix one more compatibility bug.  Thanks to Ricardo Correia
1350         * Fix utimens compilation with uClibc.  Patch from Jamie Guinan
1352 2006-09-22  Miklos Szeredi <miklos@szeredi.hu>
1354         * Fixed several compatibility bugs in low level interface.
1355         Reported by Ricardo Correia
1357         * Add workaround for ARM caching bug
1359 2006-09-16  Miklos Szeredi <miklos@szeredi.hu>
1361         * Rename new utimes() method to more logical utimens()
1363 2006-09-14  Miklos Szeredi <miklos@szeredi.hu>
1365         * Fuse tried to unlink already unlinked hidden files.  Bug
1366         reported by Milan Svoboda
1368 2006-09-10  Miklos Szeredi <miklos@szeredi.hu>
1370         * Released 2.6.0-rc1
1372 2006-09-10  Miklos Szeredi <miklos@szeredi.hu>
1374         * kernel: Fix unlock on close for kernels < 2.6.18
1376         * Add ulockmgr library & server.  This can be used for handling
1377         file locking requests either directly from libfuse or over a
1378         network, etc.  This first version is not optimized and the number
1379         of file descriptors it uses may get out of hand
1381 2006-09-07  Miklos Szeredi <miklos@szeredi.hu>
1383         * lib: Add interrupt support to high level library, which may be
1384         enabled with the 'intr' mount option.
1386         * When an operation is interrupted the thread handling that
1387         operation will receive SIGUSR1 (or other signal specified with the
1388         'intr_signal=N' option).  The library installs a no-op signal
1389         handler for this signal, unless there's already a handler
1390         installed.
1392         * The filesystem may query interrupt status (regardless of 'intr')
1393         with the fuse_interrupted() function.
1395         * mount.fuse: initialize $HOME if not set.  Report from Sven Goldt
1397 2006-09-03  Miklos Szeredi <miklos@szeredi.hu>
1399         * lib: Multithreaded loop now allows unlimited number of threads.
1400         This is needed for locking operations which may block
1401         indefinitely.  Also the kernel now doesn't limit the number of
1402         outstanding requests so the library shouldn't do so either.
1404 2006-09-01  Miklos Szeredi <miklos@szeredi.hu>
1406         * Fix recursive lock bug in interrupt handling
1408         * Add utimes() method to highlevel interface, which supports
1409         setting times with nanosecond resolution
1411 2006-08-18  Miklos Szeredi <miklos@szeredi.hu>
1413         * kernel: fix page leak if fuse_readpages() failed in it's
1414         initialization.  Bug found and original patch from Alexander
1415         Zarochentsev
1417         * For linux kernels >=2.6.18 (2.6.19 if using the fuse module from
1418         the kernel tree) the statfs method will receive the path within
1419         the filesystem on which the stat(v)fs syscall was called
1421         * fusermount: try to modprobe fuse module if invoked by root and
1422         unable to open device.  This is needed with udev, since the device
1423         node will be created only when the module is inserted, hence
1424         module autoloading won't work.  Reported by Szakacsits Szabolcs
1426 2006-07-30  Miklos Szeredi <miklos@szeredi.hu>
1428         * fusermount: if selinux is active, restore the original file's
1429         security context in unmount_rename().  Redhat bugzilla id 188561.
1430         Patch from Yves Perrenoud
1432         * Add POSIX file locking operation to high level library
1434         * Initialize context for unlink of hidden files on umount.  Bug
1435         reported by Tim Stoakes
1437 2006-07-14  Miklos Szeredi <miklos@szeredi.hu>
1439         * Multiple release() calls can race with each other, resulting in
1440         the hidden file being deleted before the last release finishes.
1441         Bug found and patch tested by Mark Huijgen
1443 2006-07-05  Miklos Szeredi <miklos@szeredi.hu>
1445         * fusermount: if /dev/fuse doesn't exist, suggest modprobing fuse;
1446         this makes sense on systems using udev.  Reported by Szakacsits
1447         Szabolcs
1449 2006-06-29  Miklos Szeredi <miklos@szeredi.hu>
1451         * Released 2.6.0-pre3
1453 2006-06-29  Miklos Szeredi <miklos@szeredi.hu>
1455         * Support in kernel module for file locking and interruption.  The
1456         same functionality is available in official kernels >= 2.6.18
1458 2006-06-28  Miklos Szeredi <miklos@szeredi.hu>
1460         * Add POSIX file locking support
1462         * Add request interruption
1464 2006-06-06  Miklos Szeredi <miklos@szeredi.hu>
1466         * Add missing pthread_rwlock_destroy().  Patch from Remy Blank
1468 2006-06-05  Remy Blank <remy.blank@pobox.com>
1470         * lib: canonicalize mount point in fuse_helper_opt_proc() so that
1471         unmounting succeeds even if mount point was relative.
1473 2006-06-04  Csaba Henk <csaba.henk@creo.hu>
1475         * lib: fix emergency umount in helper.c when malloc fails.
1476         (The way it was done would end up in a segfault.)
1478 2006-06-01  Csaba Henk <csaba.henk@creo.hu>
1480         * lib: adjust threading related compiler flags.
1481         Switch to "-pthread" from "-lpthread" as that's the preferred
1482         one on several platforms. Consulted with Terrence Cole and
1483         Miklos Szeredi
1485 2006-05-08  Miklos Szeredi <miklos@szeredi.hu>
1487         * lib: search fusermount in installation directory (bindir) as
1488         well as in PATH.
1490 2006-05-03  Miklos Szeredi <miklos@szeredi.hu>
1492         * lib: fix compilation if CLOCK_MONOTONIC is not defined.
1493         Reported by Christian Magnusson
1495 2006-04-23  Csaba Henk <csaba.henk@creo.hu>
1497         * lib: make FreeBSD mount routine recognize if kernel features
1498         backgrounded init and if it does, run the mount util in foreground
1499         (similarly to Linux)
1501 2006-04-21  Miklos Szeredi <miklos@szeredi.hu>
1503         * kernel: fix fput deadlock fix, the lockless solution could lead
1504         to "VFS: busy inodes after umount..."
1506         * kernel: fix race between checking and setting file->private_data
1507         for the device.  Found by Al Viro
1509 2006-04-11  Miklos Szeredi <miklos@szeredi.hu>
1511         * kernel: remove request pool, instead allocate requests on
1512         demand.  Account the number of background requests, and if they go
1513         over a limit, block the allocation of new requests.
1515         * kernel: fix deadlock if backgrounded request holds the last
1516         reference to the super block
1518         * kernel: don't use fuse_reset_request() during direct I/O
1520 2006-04-06  Csaba Henk <csaba.henk@creo.hu>
1522         * lib: Let FreeBSD mount option parsing routine recognize "no"
1523         prefixes for FUSE specific options as well
1525 2006-04-01  Miklos Szeredi <miklos@szeredi.hu>
1527         * lib: Add missing rwlock initialization.  Patch by Ryan Bradetich
1529 2006-03-17  Miklos Szeredi <miklos@szeredi.hu>
1531         * API changes:
1533         * fuse_main(), fuse_setup() and fuse_new() have an additionl
1534         user_data parameter
1536         * fuse_mount() returns a 'struct fuse_chan' pointer instead of a
1537         file descriptor
1539         * fuse_unmount() receives a 'struct fuse_chan' pointer.  It
1540         destroys the given channel
1542         * fuse_teardown() no longer has a file descriptor parameter
1544         * new exported functions: fuse_session_remove_chan(),
1545         fuse_get_session(), fuse_daemonize()
1547         * fuse_chan_recv() may now return a new channel which will be used
1548         to send the reply
1550 2006-03-16  Miklos Szeredi <miklos@szeredi.hu>
1552         * Released 2.6.0-pre2
1554 2006-03-16  Miklos Szeredi <miklos@szeredi.hu>
1556         * Don't unmount if already unmounted.  This fixes a problem seen
1557         in the following situation: Lazy unmount a busy filesystem; Mount
1558         a new one in top; When the first finally unmounts, the second also
1559         unmounts.  Reported by Franco Broi
1561 2006-03-15  Miklos Szeredi <miklos@szeredi.hu>
1563         * lowlevel lib: use indirect function calls instead of a
1564         switch/case construct.  Besides increased efficiency it helps
1565         maintainability & readability too.  Patch from Florin Malita
1567 2006-03-13  Miklos Szeredi <miklos@szeredi.hu>
1569         * kernel: replace global spinlock with a per-connection spinlock
1571 2006-03-10  Miklos Szeredi <miklos@szeredi.hu>
1573         * Fix source compatibility breakage for fuse_unmount().  Report
1574         from Yura Pakhuchiy
1576 2006-03-02  Miklos Szeredi <miklos@szeredi.hu>
1578         * Fix O_ASYNC handling in fuse_dev_release().  From Jeff Dike
1580 2006-03-01  Miklos Szeredi <miklos@szeredi.hu>
1582         * Add O_ASYNC and O_NONBLOCK support to FUSE device.  Patch by
1583         Jeff Dike
1585         * Renamed fuse_chan_receive() to fuse_chan_recv() and changed
1586         interface to return -errno in case of error.
1588 2006-03-01  Csaba Henk <csaba.henk@creo.hu>
1590         * libfuse: pass device file descriptor to fuse_unmount(), rewrite
1591         FreeBSD implementation so that it uses libc (sysctl backed) instead
1592         of an embdedded script (kmem backed). Adjust the control flow of
1593         hello_ll so that device doesn't get closed before unmount attempt.
1595 2006-02-25  Miklos Szeredi <miklos@szeredi.hu>
1597         * Lowlevel lib: return all-zero statvfs data if filesystem doesn't
1598         implement method.  This is needed on FreeBSD, and nicer on Linux
1599         too.  Highlevel lib already did this.  Reported by Csaba Henk
1601         * Fix negative entry handling.  There was a bug, that negative
1602         lookups with timeouts (nodeid == 0) returned -EIO.
1604 2006-02-23  Miklos Szeredi <miklos@szeredi.hu>
1606         * Fix race between RELEASE and UNLINK, which might leave
1607         .fuse_hidden* files around
1609 2006-02-21  Miklos Szeredi <miklos@szeredi.hu>
1611         * fusexmp_fh: implement flush() method and call close() on the
1612         open file descriptor.  This is needed if used on an NFS
1613         filesystem, which buffers data until file is closed.  Franco Broi
1614         spotted the situation when 'cp -p' failed to set the modification
1615         time because of this.
1617 2006-02-20  Miklos Szeredi <miklos@szeredi.hu>
1619         * Released 2.6.0-pre1
1621 2006-02-19  Miklos Szeredi <miklos@szeredi.hu>
1623         * libfuse: fix use-after-free bug in interruptred reply_entry().
1624         Patch from John Muir
1626         * libfuse: fix wrong symbol versioning for fuse_mount.  Debian bug
1627         ID: 352631.  Found by Stéphane Rosi
1629 2006-02-17  Miklos Szeredi <miklos@szeredi.hu>
1631         * Lowlevel lib: Unify fuse_dirent_size() and fuse_add_dirent()
1632         into a single function fuse_add_direntry().  This cleans up the
1633         interface and makes it possible to do stacking.
1635 2006-02-16  Miklos Szeredi <miklos@szeredi.hu>
1637         * Fix rare race betweeen abort and release caused by failed iget()
1638         in fuse_create_open().
1640         * Add 'ac_attr_timeout' option e.g. for filesystems which do their
1641         own attribute caching.
1643 2006-02-15  Miklos Szeredi <miklos@szeredi.hu>
1645         * Work around FreeBSD runtime linker "feature" which binds an old
1646         version of a symbol to internal references if the symbol has more
1647         than one version.  This resulted in infinite recursion in
1648         fuse_lowlevel_new_compat25().
1650 2006-02-10  Csaba Henk <csaba.henk@creo.hu>
1652         * Refine clock_gettime() querying so that linker options
1653         shall be set as it's appropriate for the target platform.
1655 2006-02-09  Miklos Szeredi <miklos@szeredi.hu>
1657         * Fix udev rule syntax.  Reported by Nix
1659 2006-02-08  Miklos Szeredi <miklos@szeredi.hu>
1661         * In some cases udev rule seems to be ineffective when installed
1662         as 40-fuse.rules but work as 60-fuse.rules.  Reported by John Hunt
1664 2006-02-03  Miklos Szeredi <miklos@szeredi.hu>
1666         * Fix compilation when build directory is different from source
1667         directory.  Reported by Frédéric L. W. Meunier
1669 2006-02-02  Miklos Szeredi <miklos@szeredi.hu>
1671         * Fix even bigger bug introduced in fix for request_end() on
1672         2006-01-14.  Reported by Gal Rosen
1674 2006-01-30  Miklos Szeredi <miklos@szeredi.hu>
1676         * highlevel-lib: add 'auto_cache' option.  This caches file data
1677         based on modification time and size
1679 2006-01-20  Miklos Szeredi <miklos@szeredi.hu>
1681         * Sanitize storage type and help message in mount_bsd.c.  Patch
1682         from Csaba Henk
1684         * fuse_opt: add new helper constants FUSE_OPT_KEY_KEEP and
1685         FUSE_OPT_KEY_DISCARD
1687         * Add options 'max_readahead', 'sync_read' and 'async_read'
1689         * Kernel ABI version 7.6:
1691         * Negotiate the 'max_readahead' value and 'async_read' flags with
1692         userspace in the INIT method
1694         * Add connection info to ->init() methods to both lowlevel and
1695         highlevel API
1697         * Fall back to synchronous read() behavior if either library or
1698         userspace filesystem is using the old interface version.  This is
1699         needed so non-updated filesystems won't be confused by the
1700         different read() behavior
1702 2006-01-19  Miklos Szeredi <miklos@szeredi.hu>
1704         * lib: if "fsname=" option was given, pass it to fusermount
1706         * fuse_opt: add new fuse_opt_insert_arg() function, which is
1707         needed by filesystems to implement some argument manipulations
1708         correctly
1710         * fuse_opt: fix memory leak in handling "--" option
1712 2006-01-18  Miklos Szeredi <miklos@szeredi.hu>
1714         * kernel: fix detection of case when fuse is not configured into
1715         the kernel either as module or built-in
1717         * fuse_opt.h: fix incompatibility with C++ compilers by renaming
1718         'template' structure member to 'templ'.  Reported by Takashi Iwai
1720         * fuse.h: fix compatibility bugs.  Patch by Yura Pakhuchiy
1722         * kernel: support version 2.6.16 (i_sem -> i_mutex)
1724 2006-01-16  Miklos Szeredi <miklos@szeredi.hu>
1726         * Added (again) asynchronous readpages support
1728         * Each connection now shows up under /sys/fs/fuse/connections
1730         * Connection attributes exported to sysfs: 'waiting' number of
1731         waiting requests; 'abort' abort the connection
1733         * Connection may be aborted through either the sysfs interface or
1734         with 'umount -f mountpoint'
1736 2006-01-14  Miklos Szeredi <miklos@szeredi.hu>
1738         * Released 2.5.0
1740 2006-01-14  Miklos Szeredi <miklos@szeredi.hu>
1742         * kernel: fix a couple of bugs
1744         * Order of request_end() and fuse_copy_finish() was wrong.
1745         Posthumous note: Franco Broi managed to exploit this, though it
1746         seemed quite impossible
1748         * request_end() used request pointer after decrementing refcount
1750         * Clearing ->connected or ->mounted connection flags could race
1751         with setting other bitfields not protected with a lock
1753 2006-01-10  Miklos Szeredi <miklos@szeredi.hu>
1755         * kernel: add necessary compile flags for 2.4.X/x86_64.
1756         Report from Sean Ziegeler
1758 2006-01-09  Miklos Szeredi <miklos@szeredi.hu>
1760         * Released 2.5.0-pre2
1762 2006-01-09  Miklos Szeredi <miklos@szeredi.hu>
1764         * Applied patch from Csaba Henk, to update mount_bsd to new
1765         fuse_mount() semantics
1767         * Ignore auto,noauto,... options in mount.fuse.  Reported by Frank
1768         Steiner and Don Taber
1770         * fusermount: add 'dirsync' mount option
1772 2006-01-07  Miklos Szeredi <miklos@szeredi.hu>
1774         * Improved help reporting and added version reporting to library
1776 2006-01-06  Miklos Szeredi <miklos@szeredi.hu>
1778         * Change working directory to "/" even if running in the
1779         foreground.  Patch from Jonathan Brandmeyer
1781         * Changed lots of functions to use 'struct fuse_args' instead of
1782         separate argc and argv
1784         * Added fuse_parse_cmdline(), fuse_set_signal_handlers() and
1785         fuse_remove_signal_handlers() functions, so that it's now pretty
1786         easy to get all the functionality of fuse_main() with a filesystem
1787         using the lowlevel API.
1789 2006-01-02  Miklos Szeredi <miklos@szeredi.hu>
1791         * mount.fuse: the 'user' option should be ignored. Report and
1792         solution from Mattd.
1794         * mount.fuse: export PATH in the right place. Report and patch
1795         from Hannes Schweizer
1797 2005-12-16  Miklos Szeredi <miklos@szeredi.hu>
1799         * Clean up the option parsing interface slightly, by creating an
1800         "argument list" structure, that contains the argument vector and
1801         count
1803 2005-12-15  Miklos Szeredi <miklos@szeredi.hu>
1805         * fusermount: check if /mnt/mtab is a symlink and don't modify it
1806         in that case
1808         * kernel: simplify request size limiting. INIT only contains
1809         maximum write size, maximum path component size remains fixed at
1810         1024 bytes, and maximum xattr size depends on read buffer.
1812 2005-12-14  Miklos Szeredi <miklos@szeredi.hu>
1814         * Fix readdir() failure on x86_64, of 32bit programs compiled
1815         without largefile support.  Bug report and help from Anthony
1816         Kolasny
1818         * If lookup returns invalid mode, return -EIO instead of creating
1819         a regular file
1821         * Add current output argument vector to option processing
1822         function
1824 2005-12-12  Miklos Szeredi <miklos@szeredi.hu>
1826         * Fix stale code in ifdef FreeBSD.  Patch from Csaba Henk
1828 2005-12-09  Miklos Szeredi <miklos@szeredi.hu>
1830         * Released 2.5.0-pre1
1832 2005-12-09  Miklos Szeredi <miklos@szeredi.hu>
1834         * libfuse: added option parsing interface, defined in
1835         <fuse_opt.h>.
1837 2005-12-07  Miklos Szeredi <miklos@szeredi.hu>
1839         * Return EIO for file operations (read, write, fsync, flush) on
1840         open files whose inode has become "bad".  Inodes will be marked
1841         "bad" if their type changes.  Bug report by Csaba Henk
1843 2005-12-06  Miklos Szeredi <miklos@szeredi.hu>
1845         * Use bigger request buffer size.  write() did not work on archs
1846         with > 4k page size, Bug report by Mark Haney
1848         * ABI version 7.5:
1850         * Extend INIT reply with data size limits
1852 2005-12-02  Miklos Szeredi <miklos@szeredi.hu>
1854         * Fix memory leak in fuse_read_cmd()/fuse_process_cmd().  Bug
1855         reported by Vincenzo Ciancia
1857         * Handle exit-by-umount in fuse_read_cmd()
1859 2005-11-29  Miklos Szeredi <miklos@szeredi.hu>
1861         * Check if '-msoft-float' option is supported by compiler when
1862         configuring for a 2.4.x kernel.  Bug report by Mark Haney
1864         * In multithreaded loop send a TERM signal to the main thread if
1865         one of the other threads exit.  Needed on FreeBSD for a clean exit
1866         on umount.  Should not cause any harm on Linux either
1868 2005-11-28  Miklos Szeredi <miklos@szeredi.hu>
1870         * Fix bug in 32-bit file handle compatibility
1872 2005-11-27  Miklos Szeredi <miklos@szeredi.hu>
1874         * Block TERM, INT, HUP and QUIT signals in all but the main
1875         thread.  According to POSIX it's not specified which thread will
1876         receive these signals.
1878         * Kernel changes:
1880         * Check for directory aliasing on mkdir, not just on lookup
1882         * Check for special node ID values in create+open operation
1884         * Sync with -mm: readv, writev, aio_read and aio_write methods
1885         added to file operations
1887         * Cleanups: lookup code, page offset calculation
1889         * ABI stepped to 7.4, changes:
1891         * frsize member added to fuse_kstatfs structure
1893         * added support for negative entry caching: on lowlevel API if
1894         fuse_entry_param::ino is set to zero in reply to a lookup request,
1895         the kernel will cache the dentry for the specified amount of time.
1897         * libfuse: added 'negative_timeout' option: specifies how much
1898         negative entries should be cached.  Default is zero, to be
1899         compatible with prior versions
1901 2005-11-22  Miklos Szeredi <miklos@szeredi.hu>
1903         * Add detection of mainline FUSE code in running kernel
1905 2005-11-21  Miklos Szeredi <miklos@szeredi.hu>
1907         * Don't use async cancelation in multithreaded loop.  This makes
1908         it more portable to systems where read() is not async cancel safe.
1909         Report from Andriy Gapon
1911 2005-11-20  Miklos Szeredi <miklos@szeredi.hu>
1913         * Warn if API version 11 compatibility is requested
1915 2005-11-17  Miklos Szeredi <miklos@szeredi.hu>
1917         * More FreeBSD merge
1919         * fusermount: don't allow mountpoints with '\n', '\t', or '\\' in
1920         them, because it corrupts /etc/mtab.  Found by Thomas Biege
1921         CVE-2005-3531
1923         * libfuse: don't use system() to invoke 'fusermount -u ...'
1924         because it breaks mountpoints with spaces in them into multiple
1925         arguments
1927 2005-11-16  Miklos Szeredi <miklos@szeredi.hu>
1929         * Merge library part of FreeBSD port.  Patch by Csaba Henk
1931 2005-11-11  Miklos Szeredi <miklos@szeredi.hu>
1933         * Use 64bit type for file handle, so the full range supported by
1934         the kernel interface is available to applications
1936 2005-11-10  Miklos Szeredi <miklos@szeredi.hu>
1938         * Moved mountpoint argument checking from fuse_parse_cmdline() to
1939         fuse_mount() in preparation to FreeBSD merge.
1941 2005-11-08  Miklos Szeredi <miklos@szeredi.hu>
1943         * Remove unneeded close() from fuse_teardown().  Spotted by Csaba
1944         Henk.
1946 2005-11-07  Miklos Szeredi <miklos@szeredi.hu>
1948         * Make the statfs change backwards compatible.
1950 2005-11-06  Miklos Szeredi <miklos@szeredi.hu>
1952         * Change ->statfs() method to use 'struct statvfs' instead of
1953         'struct statfs'.  This makes the API more portable since statvfs()
1954         is defined by POSIX.
1956 2005-10-28  Miklos Szeredi <miklos@szeredi.hu>
1958         * Add fgetattr() method, which currently will only be called after
1959         a successful call to a create() method.
1961 2005-10-26  Miklos Szeredi <miklos@szeredi.hu>
1963         * Change kernel ABI version to 7.3
1965         * Add ACCESS operation.  This is called from the access() system
1966         call if 'default_permissions' mount option is not given, and is
1967         not called on kernels 2.4.*
1969         * Add atomic CREATE+OPEN operation.  This will only work with
1970         2.6.15 (presumably) or later Linux kernels.
1972         * Add ftruncate() method.  This will only work with 2.6.15
1973         (presumably) or later Linux kernels.
1975         * Fix kernel module compile if kernel source and build directories
1976         differ.  Report and initial patch by John Eastman
1978 2005-10-18  Miklos Szeredi <miklos@szeredi.hu>
1980         * lib: optimize buffer reallocation in fill_dir.
1982 2005-10-17  Miklos Szeredi <miklos@szeredi.hu>
1984         * Released 2.4.1
1986 2005-10-14  Miklos Szeredi <miklos@szeredi.hu>
1988         * libfuse: add debug for write result (by Shaun Jackman) and
1989         warnings for too large read/write result
1991 2005-10-11  Miklos Szeredi <miklos@szeredi.hu>
1993         * Spelling fixes, thanks to Ioannis Barkas
1995 2005-10-10  Miklos Szeredi <miklos@szeredi.hu>
1997         * fuse_common.h: use extern "C".  Thanks to Valient Gough for the
1998         patch
2000 2005-10-07  Miklos Szeredi <miklos@szeredi.hu>
2002         * highlevel-lib: init() and destroy() methods didn't have an
2003         initialized fuse_context.  Bug reported by Tim Stoakes
2005 2005-10-04  Miklos Szeredi <miklos@szeredi.hu>
2007         * Released 2.4.0
2009 2005-10-03  Miklos Szeredi <miklos@szeredi.hu>
2011         * Add documentation to fuse_lowlevel.h
2013         * API cleanups:
2015         * Remove definitions of unused FATTR_CTIME / FUSE_SET_ATTR_CTIME
2017         * Move fuse_mount() and fuse_unmount() to fuse_common.h
2019         * Change the return type of fuse_reply_none() from int to void.
2021 2005-09-30  Miklos Szeredi <miklos@szeredi.hu>
2023         * kernel: NFS exporting leaked dentries.  Bug found and fixed by
2024         Akshat Aranya.
2026 2005-09-29  Miklos Szeredi <miklos@szeredi.hu>
2028         * fusermount: fix error message, when unable to open /dev/fuse.
2029         Report by Balázs Pozsár
2031 2005-09-28  Miklos Szeredi <miklos@szeredi.hu>
2033         * UClibc fixes from Christian Magnusson
2035 2005-09-27  Miklos Szeredi <miklos@szeredi.hu>
2037         * Added NAME="%k" to util/udev.rules.  Fix by Mattias Wadman.
2039 2005-09-26  Miklos Szeredi <miklos@szeredi.hu>
2041         * Released 2.4.0-rc1
2043 2005-09-26  Miklos Szeredi <miklos@szeredi.hu>
2045         * fusermount: allow user umount in the case when /etc/mtab is a
2046         symlink to /proc/mounts.  Reported by Balázs Pozsár.
2048 2005-09-23  Miklos Szeredi <miklos@szeredi.hu>
2050         * Check for special node ID values in lookup and creation
2052 2005-09-22  Miklos Szeredi <miklos@szeredi.hu>
2054         * Slight optimization in returning EINVAL error in case of an open
2055         with O_DIRECT flag.
2057 2005-09-20  Miklos Szeredi <miklos@szeredi.hu>
2059         * Remove '--enable-auto-modprobe' configure flag.  Module
2060         auto-loading is now handled by the kernel.
2062 2005-09-15  Miklos Szeredi <miklos@szeredi.hu>
2064         * Install UDEV rule file, so /dev/fuse is created with mode 0666.
2065         Help from Jens M. Noedler.
2067 2005-09-14  Miklos Szeredi <miklos@szeredi.hu>
2069         * Add memory cleanup on thread exit
2071 2005-09-13  Miklos Szeredi <miklos@szeredi.hu>
2073         * Set umask to zero in fusexmp and fusexmp_fh, so that
2074         files/directories are created with the requested mode.
2076 2005-09-12  Miklos Szeredi <miklos@szeredi.hu>
2078         * Don't ignore read error in multithreaded loop
2080 2005-09-08  Miklos Szeredi <miklos@szeredi.hu>
2082         * Released 2.4.0-pre2
2084 2005-09-08  Miklos Szeredi <miklos@szeredi.hu>
2086         * Revert lock and access operations.  Postpone these until 2.5.
2088 2005-09-02  Miklos Szeredi <miklos@szeredi.hu>
2090         * Fix compile warning on 2.6.13 and later
2092         * Fix compilation on old kernels
2094 2005-08-19  Miklos Szeredi <miklos@szeredi.hu>
2096         * lib: always refresh directory contents after rewinddir() to
2097         conform to SUS.  Bug found by John Muir.
2099 2005-08-15  Miklos Szeredi <miklos@szeredi.hu>
2101         * Released 2.4.0-pre1
2103 2005-08-14  Miklos Szeredi <miklos@szeredi.hu>
2105         * lib: cleaned up (or messed up, depending on your POV) the low
2106         level library API.  Hopefully this is close to the final form.
2108 2005-08-05  Miklos Szeredi <miklos@szeredi.hu>
2110         * fusermount: don't allow empty mountpoint argument, which defeats
2111         automatic umounting in fuse_main().  Bugreport by Václav Jůza
2113 2005-08-03  Miklos Szeredi <miklos@szeredi.hu>
2115         * fix warnings in fuse.h and fuse_lowlevel.h if -Wshadow compiler
2116         option is used (Paul Alfille).
2118 2005-08-02  Miklos Szeredi <miklos@szeredi.hu>
2120         * highlevel-lib: added mount options "attr_timeout" and
2121         "entry_timeout".  These options control the length of time file
2122         attributes and entries (names) are cached.  Both default to 1.0
2123         second.
2125         * kernel: correctly handle zero timeout for attributes and entries
2127 2005-08-01  Miklos Szeredi <miklos@szeredi.hu>
2129         * Added missing symbols to versionscript (Joshua J. Berry)
2131         * kernel: implement two flags, open can set: 'direct_io' and
2132         'keep_cache'.  These correspond exactly to mount options
2133         'direct_io' and 'kernel_cache', but allow a per-open setting.
2135         * Move 'direct_io' and 'kernel_cache' mount option handling to
2136         userspace.  For both mount options, if the option is given, then
2137         the respective open flag is set, otherwise the open flag is left
2138         unmodified (so the filesystem can set it).
2140         * lib (highlevel): make open method optional
2142 2005-07-28  Miklos Szeredi <miklos@szeredi.hu>
2144         * kernel: invalidate attributes for read/readdir/readlink
2145         operations
2147         * kernel: detect newer UML kernels
2149 2005-07-26  Miklos Szeredi <miklos@szeredi.hu>
2151         * Make the installation path of fuse.ko and mount.fuse
2152         configurable through INSTALL_MOD_PATH and MOUNT_FUSE_PATH
2153         environment variables.  Requirement and help from Csaba Henk.
2155 2005-07-22  Miklos Szeredi <miklos@szeredi.hu>
2157         * Fix bug, that causes filesystem requests to hang when unique
2158         request counter becomes negative.  This happens after
2159         2,147,483,648 operations, so most people won't care.  Thanks to
2160         Franco Broi for the report and testing.
2162 2005-07-21  Miklos Szeredi <miklos@szeredi.hu>
2164         * Don't change mtime/ctime/atime to local time on read/write.
2165         Bug reported by Ben Grimm
2167         * Install fuse_common.h and fuse_lowlevel.h.  Report by Christian
2168         Magnusson
2170         * fusermount: use getopt_long() for option parsing.  It allows the
2171         use of '--' to stop argument scanning, so fusermount can now
2172         operate on directories whose names begin with a '-'.  Patch by
2173         Adam Connell
2175 2005-07-15  Miklos Szeredi <miklos@szeredi.hu>
2177         * fusermount: add '-v', '--version' and '--help' options
2179         * add inode based API
2181 2005-07-12  Miklos Szeredi <miklos@szeredi.hu>
2183         * lib: don't block signals in worker threads.  Problem noticed by
2184         Usarin Heininga
2186 2005-07-07  Miklos Szeredi <miklos@szeredi.hu>
2188         * lib: don't allow both 'allow_other' and 'allow_root' options to
2189         be given
2191 2005-07-06  Miklos Szeredi <miklos@szeredi.hu>
2193         * fusermount: check if mountpoint is empty (only '.' and '..' for
2194         directories, and size = 0 for regular files).  If "nonempty"
2195         option is given, omit this check.  This is useful, so users don't
2196         accidentally hide data (e.g. from backup programs).  Thanks to
2197         Frank van Maarseveen for pointing this out.
2199         * kernel: check if mandatory mount options ('fd', 'rootmode',
2200         'user_id', 'group_id') are all given
2202         * lib: simplify 'readdir_ino' handling
2204         * lib: add mount options 'umask=M', 'uid=N', 'gid=N'
2206 2005-07-03  Miklos Szeredi <miklos@szeredi.hu>
2208         * kernel: clean up 'direct_io' code
2210 2005-06-28  Miklos Szeredi <miklos@szeredi.hu>
2212         * Add 'mount.fuse' written by Petr Klima
2214         * '/dev/fuse' is created by 'make install' if does not yet exist
2216 2005-06-20  Miklos Szeredi <miklos@szeredi.hu>
2218         * Fix UCLIBC compile error.  Patch by Christian Magnusson
2220 2005-06-08  Miklos Szeredi <miklos@szeredi.hu>
2222         * Enable the auto-loading of the module via access to the
2223         corresponding device file.  Patch by Takashi Iwai.
2225         * Allow mounting a regular file (over a regular file) for
2226         unprivleged users.
2228         * Do not create temporary device file.  Require "/dev/fuse" to
2229         exist, and be readable/writable by the mounting user.
2231 2005-06-02  Miklos Szeredi <miklos@szeredi.hu>
2233         * Released 2.3.0
2235 2005-06-02  Miklos Szeredi <miklos@szeredi.hu>
2237         * Fix serious information leak: if the filesystem returns a short
2238         byte count to a read request, and there are non-zero number of
2239         pages which are not filled at all, these pages will not be zeroed.
2240         Hence the user can read out previous memory contents.  Found by
2241         Sven Tantau.
2243 2005-05-27  Miklos Szeredi <miklos@szeredi.hu>
2245         * Add "readdir_ino" mount option, which tries to fill in the d_ino
2246         field in struct dirent.  This mount option is ignored if "use_ino"
2247         is used.  It helps some programs (e.g. 'pwd' used over NFS from a
2248         non-Linux OS).  Patch by David Shaw.
2250 2005-05-12  Miklos Szeredi <miklos@szeredi.hu>
2252         * Released 2.3-rc1
2254 2005-05-12  Miklos Szeredi <miklos@szeredi.hu>
2256         * File save in krusader and other editors doesn't work with sshfs,
2257         because open() is interrupted by a periodic signal, and open()
2258         restarts forever, without any progress.  This could just be fixed
2259         in open(), but the problem is more generic: if signals are
2260         received more often than the filesystem can get the request to
2261         userspace, it will never finish.  This is probably only a
2262         theoretical problem, nevertheless I'm removing the possibility to
2263         interrupt requests with anything other than SIGKILL, even before
2264         being sent to userspace.  Bugreport by Eduard Czimbalmos.
2266 2005-05-09  Miklos Szeredi <miklos@szeredi.hu>
2268         * libfuse: add "tree_lock" rwlock, that is locked for write in
2269         rename, unlink and rmdir, and locked for read in all other
2270         operations.  This should fix the rename/release race reported by
2271         Valient Gough and others.  The solution is very coarse, a finer
2272         grained locking scheme could be implemented, but it would be much
2273         more complex.  Let's see whether this is good enough.
2275 2005-05-09  Miklos Szeredi <miklos@szeredi.hu>
2277         * Released 2.3-pre7
2279 2005-05-08  Miklos Szeredi <miklos@szeredi.hu>
2281         * Better fix for out of order FORGET messages.  Now the
2282         LOOKUP/FORGET messages are balanced exactly (one FORGET can
2283         balance many lookups), so the order no longer matters.  This
2284         changes the kernel ABI slightly, but the library remains backward
2285         compatible.
2287 2005-05-06  Miklos Szeredi <miklos@szeredi.hu>
2289         * Fix abort for out of order FORGET messages.  Again.  Spotted by
2290         Franco Broi again.  Sorry :)
2292 2005-04-29  Miklos Szeredi <miklos@szeredi.hu>
2294         * Released 2.3-pre6
2296 2005-04-29  Miklos Szeredi <miklos@szeredi.hu>
2298         * Make fusermount work with fuse kernel modules not yet supporting
2299         the "group_id" option (added for the purpose of stricter
2300         permission checking).
2302 2005-04-28  Miklos Szeredi <miklos@szeredi.hu>
2304         * Check for hard-linked directories in lookup.  This could cause
2305         problems in the VFS, which assumes that such objects never exist.
2307         * Make checking of permission for other users more strict.  Now
2308         the same privilege is required for the mount owner as for ptrace
2309         on the process performing the filesystem operation.
2311 2005-04-23  Miklos Szeredi <miklos@szeredi.hu>
2313         * Released 2.3-pre5
2315 2005-04-22  Miklos Szeredi <miklos@szeredi.hu>
2317         * Add -msoft-float to kernel module compile flags for 2.4.X.  This
2318         is needed on certain architectures.  Report from Chris Kirby
2320         * Fix buggy behavior of open(..., O_CREAT|O_EXCL) if interrupted.
2321         Reported by David Shaw
2323         * Remove "allow_root" option from kernel module, and implement
2324         it's functionality in the library
2326         * Fix Oops caused by premature release of fuse_conn.  Clean up
2327         related code, to be more readable
2329         * Sendfile should not use page cache if "direct_io" mount option
2330         is given
2332 2005-04-08  Miklos Szeredi <miklos@szeredi.hu>
2334         * Fix Oops in case of nfs export.  Spotted by David Shaw
2336         * Fix another Oops in case of write over nfs with direct_io turned
2337         on.  Again spotted by David Shaw
2339 2005-04-07  Miklos Szeredi <miklos@szeredi.hu>
2341         * Released 2.3-pre4
2343 2005-04-07  Miklos Szeredi <miklos@szeredi.hu>
2345         * lib: finalized new readdir() interface, which now supersedes the
2346         getdir() method.
2348 2005-04-03  Miklos Szeredi <miklos@szeredi.hu>
2350         * Released 2.3-pre3
2352 2005-04-03  Miklos Szeredi <miklos@szeredi.hu>
2354         * Implement backward compatibility with version 5 kernel ABI
2356 2005-04-01  Miklos Szeredi <miklos@szeredi.hu>
2358         * Released 2.3-pre2
2360 2005-04-01  Miklos Szeredi <miklos@szeredi.hu>
2362         * kernel: fix dirent offset handling
2364         * lib: add readdir and releasedir methods
2366         * lib: use fh field of fuse_file_info in opendir, readdir,
2367         releasedir and fsyncdir methods
2369         * lib: check kernel API version and bail out of it's old.  This
2370         will be properly fixed in the next release
2372 2005-03-31  Miklos Szeredi <miklos@szeredi.hu>
2374         * Released 2.3-pre1
2376 2005-03-31  Miklos Szeredi <miklos@szeredi.hu>
2378         * kernel API: add padding to structures, so 64bit and 32bit
2379         compiler will return the same size
2381         * kernel API: add offset field to fuse_dirent.  This will allow
2382         more sophisticated readdir interface for userspace
2384         * kernel API: change major number to 6
2386         * kernel: fix warnings on 64bit archs
2388         * kernel: in case of API version mismatch, return ECONNREFUSED
2390 2005-03-24  Miklos Szeredi <miklos@szeredi.hu>
2392         * kernel: trivial cleanups
2394 2005-03-21  Miklos Szeredi <miklos@szeredi.hu>
2396         * Add fsyncdir() operation
2398 2005-03-19  Miklos Szeredi <miklos@szeredi.hu>
2400         * kernel: add locking to background list (fixes previous fix)
2402 2005-03-18  Miklos Szeredi <miklos@szeredi.hu>
2404         * kernel: fix bug which could cause leave busy inodes after
2405         unmount, and Oops.
2407 2005-03-08  Miklos Szeredi <miklos@szeredi.hu>
2409         * examples: add -lpthread to link flags to work around valgrind
2410         quirk
2412         * lib: don't exit threads, so cancelation doesn't cause segfault
2414 2005-03-04  Miklos Szeredi <miklos@szeredi.hu>
2416         * kernel: fix nasty bug which could cause an Oops under certain
2417         situations.  Found by Magnus Johansson
2419 2005-02-28  Miklos Szeredi <miklos@szeredi.hu>
2421         * libfuse: added opendir() method.  This can be used in case
2422         permission checking in getdir() is too late.  Thanks to Usarin
2423         Heininga for pointing out this deficiency
2425         * libfuse: added init() and destroy() methods to fuse_operations
2427         * kernel: llseek() method for files and directories made explicit
2429         * kernel: fixed inode leak in NFS export in case of nodeid
2430         wrapping
2432 2005-02-15  Miklos Szeredi <miklos@szeredi.hu>
2434         * libfuse: clean up some unitialized memory found with valgrind
2436         * Add -lpthread to Libs in fuse.pc.  Valgrind seems to need an
2437         explicitly linked libpthread for applications
2439 2005-02-10  Miklos Szeredi <miklos@szeredi.hu>
2441         * fusermount: set umask, otherwise /etc/mtab will have
2442         unpredictable permission.  Spotted by Jindrich Kolorenc
2444         * fusermount: set owner and group of /etc/mtab to original values
2445         on unmount
2447         * libfuse: add 'use_ino' option to help.  Patch by Valient Gough
2449 2005-02-07  Miklos Szeredi <miklos@szeredi.hu>
2451         * Cleaned up directory reading (temporary file is not used)
2453 2005-02-02  Miklos Szeredi <miklos@szeredi.hu>
2455         * Released 2.2
2457 2005-02-02  Miklos Szeredi <miklos@szeredi.hu>
2459         * Fix possible race when operation is interrupted
2461 2005-01-28  Miklos Szeredi <miklos@szeredi.hu>
2463         * Fix compilation on 2.6.7
2465 2005-01-26  Miklos Szeredi <miklos@szeredi.hu>
2467         * Released 2.2-pre6
2469 2005-01-26  Miklos Szeredi <miklos@szeredi.hu>
2471         * Fix bug in link() operation which caused the wrong path to be
2472         passed as the first argument.  Found by Anton Altaparmakov
2474 2005-01-21  Miklos Szeredi <miklos@szeredi.hu>
2476         * LIB: fix double reply in readdir operation
2478         * fusermount: fix uid checking bug.  Patch by Adam Connell
2480         * KERNEL: fix compile on various RedHat patched 2.4 kernels.
2481         Patch by Keshava Gowda
2483 2005-01-20  Miklos Szeredi <miklos@szeredi.hu>
2485         * KERNEL: provide correct llseek semantics for fuse device (fixes
2486         a bug on Progeny 2.4.20 kernel).  Reported by Valient Gough
2488 2005-01-20  Miklos Szeredi <miklos@szeredi.hu>
2490         * Released 2.2-pre5 (matches kernel 2.6.11-rc1-mm2)
2492 2005-01-18  Miklos Szeredi <miklos@szeredi.hu>
2494         * KERNEL ABI: remove GETDIR operation, and add OPENDIR, READDIR
2495         and RELEASEDIR.  This ends the ugly hack of passing a file
2496         descriptor to the kernel, and actually makes the code simpler.
2498 2005-01-17  Miklos Szeredi <miklos@szeredi.hu>
2500         * Released 2.2-pre4
2502 2005-01-17  Miklos Szeredi <miklos@szeredi.hu>
2504         * fusermount: remove capability setting, which was the cause of
2505         problems for some users.  It seems that FS related capabilities
2506         are removed by setfsuid(), so this isn't even needed.
2508 2005-01-15  Miklos Szeredi <miklos@szeredi.hu>
2510         * fix compilation on 2.4 kernels (reported by Valient Gough)
2512         * fix failure to unmount bug (found by David Shaw)
2514         * fusermount: improve parsing of /etc/fuse.conf
2516 2005-01-13  Miklos Szeredi <miklos@szeredi.hu>
2518         * Remove 'mount_max' and 'user_allow_other' module options.  These
2519         are now checked by fusermount, and can be set in /etc/fuse.conf
2521         * KERNEL: change check for fsid == 0 to capable(CAP_DAC_OVERRIDE)
2523 2005-01-11  Miklos Szeredi <miklos@szeredi.hu>
2525         * KERNEL: fix possible inode allocation problem, where
2526         sizeof(struct inode) is not aligned (found by Mike Waychison)
2528         * KERNEL: use new follow_link/put_link methods
2530         * KERNEL: cosmetic fixes
2532 2005-01-10  Miklos Szeredi <miklos@szeredi.hu>
2534         * Released 2.2-pre3
2536 2005-01-10  Miklos Szeredi <miklos@szeredi.hu>
2538         * Add missing code that was accidently left out
2540 2005-01-09  Miklos Szeredi <miklos@szeredi.hu>
2542         * Released 2.2-pre2
2544 2005-01-09  Miklos Szeredi <miklos@szeredi.hu>
2546         * Change "uid" mount option to "user_id" to avoid confusion with a
2547         mount option "uid" commonly used by many filesystems
2549 2005-01-09  Miklos Szeredi <miklos@szeredi.hu>
2551         * Released 2.2-pre1
2553 2005-01-09  Miklos Szeredi <miklos@szeredi.hu>
2555         * If FUSE is configured in the kernel, don't build it by default
2557 2005-01-07  Miklos Szeredi <miklos@szeredi.hu>
2559         * Compile fix by Christian Magnusson
2561 2005-01-05  Miklos Szeredi <miklos@szeredi.hu>
2563         * Fix compilation for 2.6.{0-5} kernels
2565 2005-01-04  Miklos Szeredi <miklos@szeredi.hu>
2567         * KERNEL: if request is interrupted, still keep reference to used
2568         inode(s) and file, so that FORGET and RELEASE are not sent until
2569         userspace finishes the request.
2571         * remove /{sys,proc}/fs/fuse/version, and instead add an INIT
2572         request with the same information, which is more flexible,
2573         simpler, works on embedded systems.
2575 2004-12-16  Miklos Szeredi <miklos@szeredi.hu>
2577         * KERNEL ABI: update interface to make it independent of type
2578         sizes.  This will help on 64 bit architectures which can run
2579         legacy 32 bit applications.
2581         * KERNEL ABI: add "len" field to request headers.  This will allow
2582         sending/receiving requests in multiple chunks.
2584         * KERNEL: handle file type change more intelligently
2586         * LIB: "-o debug" option should disable backgrounding (fix by
2587         Fabien Reygrobellet)
2589 2004-12-13  Miklos Szeredi <miklos@szeredi.hu>
2591         * KERNEL: invalidate dentry/attributes if interrupted request
2592         could leave filesystem in an unknown state.
2594 2004-12-12  Miklos Szeredi <miklos@szeredi.hu>
2596         * KERNEL: lots of cleanups related to avoiding possible deadlocks.
2597         These will cause some regressions, but stability is considered
2598         more important.  If any of these features turns out to be
2599         important, it can be readded with the deadlock problems addressed.
2601         * Make all requests interruptible (only with SIGKILL currently).
2602         This can be used to break any deadlock produced by the userspace
2603         filesystem accessing it's own exported files.  The RELEASE request
2604         is special, because if it's interrupted before sending it to
2605         userspace it is still sent, but the reply is not awaited.
2607         * If request is interrupted before being sent to userspace, and if
2608         it hasn't yet got any side effects, it is always restarted,
2609         regardless of the SA_RESTART flag.  This makes these interruptions
2610         transparent to the process.
2612         * Remove shared-writable mmap support, which was prone to an
2613         out-of-memory deadlock situation
2615         * Remove INVALIDATE userspace initiated request
2617         * Make readpages() synchronous.  Asynchronous requests are
2618         deadlock prone, since they cannot be interrupted.
2620         * Add readv/writev support to fuse device operations
2622         * Remove some printks, which userspace FS can use for a DoS
2623         against syslog
2625         * Remove 'large_read' mount option from 2.6 in kernel, check it in
2626         fusermount instead
2628         * LIB: improve compatibility with a fuse.h header installed in
2629         ${prefix}/include which in turn includes the real header.
2631         * LIB: improve compatibility by defining fuse_main() (which is now
2632         not used), so old configure scripts find it.
2634 2004-12-10  Miklos Szeredi <miklos@szeredi.hu>
2636         * When mounting on a subdirectory of / don't duplicate slashes at
2637         the beggining of path (spotted by David Shaw)
2639 2004-12-09  Miklos Szeredi <miklos@szeredi.hu>
2641         * Fix bug causing garbage in mount options (spotted by David Shaw)
2643 2004-12-07  Miklos Szeredi <miklos@szeredi.hu>
2645         * Add 'writepage' flag to 'fuse_file_info'.
2647         * More comments in fuse.h
2649         * Get rid of double underscores
2651 2004-12-04  Miklos Szeredi <miklos@szeredi.hu>
2653         * Add -D_FILE_OFFSET_BITS=64 to cflags provided by pkg-config
2655         * helper.c: add -ho option, which only displays the options not
2656         the usage header.  This can be used by filesystems which have
2657         their own options.
2659 2004-12-03  Miklos Szeredi <miklos@szeredi.hu>
2661         * Add source compatibility to 2.1 and 1.1 APIs.  To select betwen
2662         versions simply define FUSE_USE_VERSION to 22, 21 or 11 before
2663         including the fuse header
2665         * Add binary compatibility to 2.1 version of library with symbol
2666         versioning
2668 2004-12-03  Miklos Szeredi <miklos@szeredi.hu>
2670         * Released 2.1
2672 2004-12-01  Miklos Szeredi <miklos@szeredi.hu>
2674         * kernel: clean up writing functions
2676         * kernel: no allocation on write in direct_io mode
2678         * move linux/fuse.h to fuse_kernel.h
2680 2004-11-30  Miklos Szeredi <miklos@szeredi.hu>
2682         * kernel: clean up reading functions
2684 2004-11-29  Miklos Szeredi <miklos@szeredi.hu>
2686         * kernel: make readpage() uninterruptible
2688         * kernel: check readonly filesystem flag in fuse_permission
2690         * lib: don't die if version file not found and new style device
2691         exists
2693         * lib: add '-r' option, which is short for '-o ro'
2695         * fusermount: simplify device opening
2697         * kernel: when direct_io is turend on, copy data directly to
2698         destination without itermediate buffer.  More efficient and safer,
2699         since no allocation is done.
2701         * fusermount: fix warning if fuse module is not loaded
2703         * kernel: use /dev/fuse on 2.4 too
2705 2004-11-26  Miklos Szeredi <miklos@szeredi.hu>
2707         * libfuse API change: open, read, write, flush, fsync and release
2708         are passed a 'struct fuse_file_info' pointer containing the open
2709         flags (open and release), and the file handle.  Verion changed to
2710         3.0.
2712 2004-11-23  Miklos Szeredi <miklos@szeredi.hu>
2714         * More cleanups in the kernel
2716         * The 10,229 charater device number has been assigned for FUSE
2718         * Version file checking fix (reported by Christian Magnusson)
2720         * fusermount: opening the fuse device now doesn't need /sys.
2722         * Optimize reading by controlling the maximum readahead based on
2723         the 'max_read' mount option
2725         * fixes for UCLIBC (Christian Magnusson)
2727 2004-11-19  Miklos Szeredi <miklos@szeredi.hu>
2729         * Cleaned up kernel in preparation for merge into mainline:
2731         * Use /sys/fs/fuse/version instead of /proc/fs/fuse/version
2733         * Use real device (/dev/fuse) instead of /proc/fs/fuse/dev
2735         * __user annotations for sparse
2737         * allocate individual pages instead of kmalloc in fuse_readdir,
2738         fuse_read and fuse_write.
2740         * Fix NFS export in case "use_ino" mount option is given
2742         * Make libfuse and fusermount compatible with future versions
2744         * fusermount: properly add mount options to /etc/mtab
2746 2004-11-15  Miklos Szeredi <miklos@szeredi.hu>
2748         * fusermount: do not resolve last component of mountpoint on if it
2749         is '.' or '..'.  This new path resolvation is now done on mount as
2750         well as unmount.  This enables relative paths to work on unmount.
2752         * fusermount: parse common mount options like "ro", "rw", etc...
2754         * Allow module params to be changed through sysfs
2756 2004-11-14  Miklos Szeredi <miklos@szeredi.hu>
2758         * Released 2.1-pre1
2760 2004-11-14  Miklos Szeredi <miklos@szeredi.hu>
2762         * Fix bug in fuse_readpages() causing Oops in certain situations.
2763         Bug found by Vincenzo Ciancia.
2765         * Fix compilation with kernels versions > 2.6.9.
2767 2004-11-11  Miklos Szeredi <miklos@szeredi.hu>
2769         * Check kernel interface version in fusermount to prevent
2770         strangeness in case of mismatch.
2772         * No need to allocate fuse_conn until actual mount happens
2774         * Fix potential race between umount and fuse_invalidate
2776         * Check superblock of proc file in addition to inode number
2778         * Fix race between request_send_noreply() and fuse_dev_release()
2780 2004-11-10  Miklos Szeredi <miklos@szeredi.hu>
2782         * Separate configure for the kernel directory
2784         * Don't allow write to return more than 'count'
2786         * Extend kernel interface for future use
2788 2004-11-09  Miklos Szeredi <miklos@szeredi.hu>
2790         * Fix 'makeconf.sh' to use autoreconf if available
2792 2004-11-08  Miklos Szeredi <miklos@szeredi.hu>
2794         * Add ino argument to 'fuse_dirfil_t'.  NOTE: This breaks source
2795         compatibility with earlier versions.  To compile earier versions
2796         just add '-DFUSE_DIRFIL_COMPAT' compile flag or fix the source.
2797         Do not use the "use_ino" mount flag with filesystems compiled with
2798         FUSE_DIRFIL_COMPAT.
2800         * Add pkg-config support.  To compile a FUSE based filesystem you
2801         can do  "gcc -Wall `pkg-config --cflags --libs fuse` myfs.c -o myfs"
2802         or similar.  Note, that the PKG_CONFIG_PATH environment variable
2803         usually needs to be set to "/usr/local/lib/pkgconfig".
2805         * fuse.h is now installed in ${prefix}/include/fuse/
2807 2004-11-02  Miklos Szeredi <miklos@szeredi.hu>
2809         * Added "use_ino" mount option.  This enables the filesystems to
2810         set the st_ino field on files
2812 2004-11-01  Miklos Szeredi <miklos@szeredi.hu>
2814         * Fix compile problems with ancient (<=2.4.18) kernels (reported
2815         by Jeremy Smith)
2817         * Add "allow_root" mount option.  Patch by Yaroslav Rastrigin
2819         * Clear the 'exited' flag when mail loop is finished
2821 2004-10-28  Miklos Szeredi <miklos@szeredi.hu>
2823         * Make xattr functions work under 2.6 (bug found by Vincenzo
2824         Ciancia)
2826 2004-10-26  Miklos Szeredi <miklos@szeredi.hu>
2828         * Reset request in fuse_flush() (bugreport by David Shaw)
2830 2004-10-21  Miklos Szeredi <miklos@szeredi.hu>
2832         * fuse_main() now does not exit on error, rather it returns an
2833         error code
2835         * Exported __fuse_setup() and __fuse_teardown() functions, which
2836         make it easier to implement a custom event loop.
2838         * Use daemon() call to background the filesystem after mounting.
2839         This function closes the standard input, output and error and
2840         changes the current working directory to "/".
2842 2004-10-14  Miklos Szeredi <miklos@szeredi.hu>
2844         * Released 1.9
2846 2004-10-09  Miklos Szeredi <miklos@szeredi.hu>
2848         * Don't allow fuse_flush() to be interrupted (bug found by David
2849         Shaw)
2851 2004-09-27  Miklos Szeredi <miklos@szeredi.hu>
2853         * Add PID to fuse_context.  Patch by Steven James
2855         * Change file handle type to 'unsigned long' in kernel interface
2857 2004-09-22  Miklos Szeredi <miklos@szeredi.hu>
2859         * A slight API change: fuse_get_context() doesn't need the "fuse"
2860         pointer, but the returned context contains it instead.  The
2861         fuse_get() function is not needed anymore, so it's removed.
2863         * Fix mounting and umounting FUSE filesystem under another FUSE
2864         filesystem by non-root (bug spotted by Valient Gough)
2866 2004-09-21  Miklos Szeredi <miklos@szeredi.hu>
2868         * Fix deadlock in case of memory allocation failure.  Patch by
2869         Christian Magnusson
2871 2004-09-16  Miklos Szeredi <miklos@szeredi.hu>
2873         * Check memory allocation failures in libfuse
2875 2004-09-14  Miklos Szeredi <miklos@szeredi.hu>
2877         * Check temporary file creation failure in do_getdir().  Bug
2878         spotted by Terje Oseberg
2880 2004-09-13  Miklos Szeredi <miklos@szeredi.hu>
2882         * Allow "large_read" option for 2.6 kernels but warn of deprecation
2884         * Make requests non-interruptible so race with FORGET is avoided.
2885         This is only a temporary solution
2887         * Support compiling FUSE kernel module on 2.4.x UML kernels
2889 2004-09-09  Miklos Szeredi <miklos@szeredi.hu>
2891         * Fix bug in case two FORGETs for the same node are executed in
2892         the wrong order.  Bug spotted and endured for months by Franco
2893         Broi, and logfile for solution provided by Terje Oseberg
2895 2004-09-01  Miklos Szeredi <miklos@szeredi.hu>
2897         * Add -D_REENTRANT to the compile flags
2899         * Add documentation of fuse internals by Terje Oseberg
2901 2004-08-16  Miklos Szeredi <miklos@szeredi.hu>
2903         * Change release method to be non-interruptible.  Fixes bug
2904         causing missing release() call when program which has opened files
2905         is killed (reported by Franco Broi and David Shaw)
2907 2004-07-29  Miklos Szeredi <miklos@szeredi.hu>
2909         * Add fuse_invalidate() to library API
2911 2004-07-26  Miklos Szeredi <miklos@szeredi.hu>
2913         * Check permissions in setattr if 'default_permissions' flag is
2914         set.  Bug spotted by Damjan Lango
2916 2004-07-24  Miklos Szeredi <miklos@szeredi.hu>
2918         * 'large_read' mount option removed for 2.6 kernels, since the
2919         default (dynamic read size) is better
2921         * Extend kernel API with file handles.  A file handle is returned
2922         by open, and passed to read, write, flush, fsync and release.
2923         This is currently only used for debug output in the library.
2925         * Security changes:
2927         * Change the current directory to the mountpoint before checking
2928         the permissions and mount filesystem on "."
2930         * By default don't modprobe the fuse module for non-root.  The old
2931         behavior can be restored with the '--enable-auto-modprobe' flag of
2932         ./configure
2934         * By default don't allow shared writable mappings for non-root.
2935         The old behavior can be restored with the 'user_mmap=1' module
2936         parameter
2938 2004-07-23  Miklos Szeredi <miklos@szeredi.hu>
2940         * Clean up mount option passing to fusermount and to fuse_new()
2941         BEWARE: this changes the userspace API slightly, and the command
2942         line usage of programs using fuse_main()
2944 2004-07-20  Miklos Szeredi <miklos@szeredi.hu>
2946         * Optimize reading under 2.6 kernels by issuing multiple page
2947         asynchronous read requests
2949 2004-07-18  Miklos Szeredi <miklos@szeredi.hu>
2951         * Only use redirty_page_for_writepage() for kernels >= 2.6.6
2953 2004-07-16  Miklos Szeredi <miklos@szeredi.hu>
2955         * Separate directory entry and inode attribute validity timer
2957         * New write semaphore to stop page writeback during truncate
2959         * Fsync now waits for all writes to complete before sending the
2960         request
2962         * Optimization: if a page is completely written by
2963         fuse_commit_write(), clear the dirty flag and set the uptodate
2964         flag for that page
2966         * Some memory cleanup at exit
2968 2004-07-13  Miklos Szeredi <miklos@szeredi.hu>
2970         * Add FUSE_HARD_REMOVE flag, and '-i' option to fuse main, which
2971         disable the "hide if open" behavior of unlink/rename.
2973         * If temporary buffer allocation fails in raw read, fall back to a
2974         smaller buffer
2976 2004-07-12  Miklos Szeredi <miklos@szeredi.hu>
2978         * Fix bug in do_open() in libfuse: open count was incremented
2979         after the reply is sent so it could race with unlink/forget and
2980         cause an abort.
2982 2004-07-08  Miklos Szeredi <miklos@szeredi.hu>
2984         * When performing create or remove operation, refresh the parent's
2985         attributes on next revalidate, as i_nlink (and maybe size/time)
2986         could be inacurate.
2988         * Use redirty_page_for_writepage() in fuse_writepage() for skipped
2989         pages (2.6 only)
2991         * Set set_page_dirty address space operation (2.6 only)
2993 2004-07-06  Miklos Szeredi <miklos@szeredi.hu>
2995         * Minor fix in read:  print debug info even if read size is zero
2997 2004-07-04  Miklos Szeredi <miklos@szeredi.hu>
2999         * Fix race between truncate and writepage (fsx-linux now runs
3000         without error)
3002 2004-07-02  Miklos Szeredi <miklos@szeredi.hu>
3004         * Fix kernel hang on mkfifo under 2.4 kernels (spotted and patch
3005         by Mattias Wadman)
3007         * Added option for direct read/write (-r)
3009         * Fix revalidate time setting for newly created inodes
3011         * Remove uid==0 check for '-x' option in fusermount (kernel checks
3012         this)
3014         * fuse_main() only installs handlers for signals (out of INT, HUP,
3015         TERM, PIPE), for which no handler has yet been installed
3017         * Add module option 'user_allow_other' which if set to non-zero
3018         will allow non root user to specify the 'allow_other' mount option
3019         ('-x' option of fusermount)
3021         * Fix deadlock between page writeback completion and truncate
3022         (bug found by Valient Gough with the fsx-linux utility)
3024 2004-07-01  Miklos Szeredi <miklos@szeredi.hu>
3026         * Change passing fuse include dir to 2.6 kernel make system more
3027         robust (fixes compile problems seen on SuSE 9.1 with updated 2.6
3028         kernel)
3030 2004-06-30  Miklos Szeredi <miklos@szeredi.hu>
3032         * Acquire inode->i_sem before open and release methods to prevent
3033         concurrent rename or unlink operations.
3035         * Make __fuse_read_cmd() read only one command.  This allows
3036         multiplexing the fuse file descriptor with other event sources
3037         using select() or poll() (patch by Jeff Harris)
3039         * Export 'exited' flag with __fuse_exited() (patch by Jeff Harris)
3041 2004-06-27  Miklos Szeredi <miklos@szeredi.hu>
3043         * Fix file offset wrap around at 4G when doing large reads
3045 2004-06-24  Miklos Szeredi <miklos@szeredi.hu>
3047         * Fix memory leak in open (Valient Gough)
3049 2004-06-24  Miklos Szeredi <miklos@szeredi.hu>
3051         * Add "close after delete" support to libfuse (patch by Valient
3052         Gough)
3054         * Cancel all worker threads before exit in multithreaded mode
3056 2004-06-23  Miklos Szeredi <miklos@szeredi.hu>
3058         * Fix locking bugs
3060         * Don't send reply to RELEASE
3062         * Work with newer libtool (1.5a)
3064         * Check for st_atim member of struct stat
3066 2004-06-22  Miklos Szeredi <miklos@szeredi.hu>
3068         * No request allocation needed on inode and file release
3070 2004-06-21  Miklos Szeredi <miklos@szeredi.hu>
3072         * Fix possible inode leak in userspace in case of unfinished
3073         lookup/mknod/mkdir/symlink/link operation.
3075 2004-06-20  Miklos Szeredi <miklos@szeredi.hu>
3077         * Fix some races and cleanups in fuse_read_super()
3079 2004-06-19  Miklos Szeredi <miklos@szeredi.hu>
3081         * Requests are allocated at open time
3083 2004-06-03  Miklos Szeredi <miklos@szeredi.hu>
3085         * Build shared library as well as static (using libtool)
3087         * Change FUSE_MINOR_VERSION from 1 to 0.  I know it's illegal but
3088         there has not been a release with the previous minor number, and I
3089         hope nobody is using it for anything.
3091         * Change fuse_main(), so that default behavior is to go into
3092         background if mount is successful.  '-f' and '-d' options disable
3093         backgrounding.  This fixes the "Why does my FUSE daemon hang?"
3094         newbie complaint.
3096         * Cache ENOSYS (function not implemented) errors on *xattr, flush
3097         and fsync
3099         * Don't call getdir method from open() only from first readdir().
3100         Open is sometimes just used to store the current directory
3101         (e.g. find)
3103 2004-05-18  Miklos Szeredi <miklos@szeredi.hu>
3105         * Added flush() call
3107 2004-05-04  Miklos Szeredi <miklos@szeredi.hu>
3109         * Extended attributes support for 2.4 (patch by Cody Pisto)
3111 2004-04-20  Miklos Szeredi <miklos@szeredi.hu>
3113         * Fixed parser with modversions (Mattias Wadman)
3115 2004-04-19  Miklos Szeredi <miklos@szeredi.hu>
3117         * Added mount option parser to 2.4 build
3119 2004-04-13  Miklos Szeredi <miklos@szeredi.hu>
3121         * Replaced binary mount data with text options
3123         * Show FUSE specific mount options in /proc/mounts
3125         * Check in fuse.h whether _FILE_OFFSET_BITS is set to 64
3127 2004-04-09  Miklos Szeredi <miklos@szeredi.hu>
3129         * Check some limits so userspace won't get too big requests
3131 2004-04-05  Miklos Szeredi <miklos@szeredi.hu>
3133         * Kill compile warning
3135         * Upgraded user-mount patch for 2.6.5
3137 2004-04-02  Miklos Szeredi <miklos@szeredi.hu>
3139         * Add detection of user-mode-linux to configure
3141 2004-03-31  Miklos Szeredi <miklos@szeredi.hu>
3143         * fixed zero size case for getxattr and listxattr
3145 2004-03-30  Miklos Szeredi <miklos@szeredi.hu>
3147         * new fusermount flag '-z': lazy unmount, default is not lazy
3149         * Extended attributes operations added (getxattr, setxattr,
3150         listxattr, removexattr)
3152 2004-03-25  Miklos Szeredi <miklos@szeredi.hu>
3154         * If filesystem doesn't define a statfs operation, then an
3155         all-zero default statfs is returned instead of ENOSYS
3157 2004-03-24  Miklos Szeredi <miklos@szeredi.hu>
3159         * Add FS_BINARY_MOUNTDATA filesystem flag for kernels > 2.6.4
3161 2004-03-09  Miklos Szeredi <miklos@szeredi.hu>
3163         * Fix for uClinux (Christian Magnusson)
3165 2004-03-02  Miklos Szeredi <miklos@szeredi.hu>
3167         * fuse_main() adds "-n progname" to the fusermount command line
3169         * More kernel interface changes:
3171         * Lookup/getattr return cache timeout values
3173 2004-02-25  Miklos Szeredi <miklos@szeredi.hu>
3175         * Clean up option parsing in fuse_main()
3177         * Added fuse_get() function which returns the fuse object created
3178         by fuse_main()
3180 2004-02-20  Miklos Szeredi <miklos@szeredi.hu>
3182         * removed old way of mounting (fusermount mountpoint program)
3184         * more kernel interface changes:
3186         * added nanosecond precision to file times
3188         * removed interface version from mount data
3190         * added /proc/fs/fuse/version which contains MAJOR.MINOR
3192 2004-02-19  Miklos Szeredi <miklos@szeredi.hu>
3194         * statfs library API changed to match other methods.  Since this
3195           is not backward compatible FUSE_MAJOR_VERSION is changed to 2
3197         * kernel interface changes follow:
3199         * statfs changed to 64 bits, added 'bavail' field
3201         * add generation number to lookup result
3203         * optimized mknod/mkdir/symlink/link (no separate lookup is
3204         needed)
3206         * rdev size increased to 32 bits for mknod
3208         * kernel interface version changed to 3.1
3210 2004-02-18  Miklos Szeredi <miklos@szeredi.hu>
3212         * user-mount upgraded for 2.6.3 kernel
3214 2004-02-17  Miklos Szeredi <miklos@szeredi.hu>
3216         * Added user-mount.2.6.2-rc3.patch
3218         * Add FS_SAFE flag to fuse filesystem
3220         * fusermount should allow (un)mounting for non-root even if not
3221         suid-root
3223 2004-02-12  Miklos Szeredi <miklos@szeredi.hu>
3225         * Remove MS_PERMISSION mount flag (that means something else now)
3227 2004-02-10  Miklos Szeredi <miklos@szeredi.hu>
3229         * Added check for i_size_read/write functions to configure.in
3230         (patch by Valient Gough)
3232 2004-02-06  Miklos Szeredi <miklos@szeredi.hu>
3234         * Fixed writing >= 2G files
3236         * Check file size on open (with generic_file_open())
3238         * Readpage calls flush_dcache_page() after storing data
3240         * Use i_size_read/write for accessing inode->i_size
3242         * Make loopback mount of a fuse file work
3244 2004-02-04  Miklos Szeredi <miklos@szeredi.hu>
3246         * Released 1.1
3248 2004-01-29  Miklos Szeredi <miklos@szeredi.hu>
3250         * Properly check if the inode exists in fuse_invalidate
3252 2004-01-27  Miklos Szeredi <miklos@szeredi.hu>
3254         * Added -q option for fusermount
3256         * fuse_unmount() now uses -q option of fusermount, so no error is
3257         printed if the cause of the program exit is that the filesystem
3258         has already been unmounted
3260         * Fix i_nlink correctness after rmdir/unlink
3262 2004-01-26  Miklos Szeredi <miklos@szeredi.hu>
3264         * Released 1.1-pre2
3266 2004-01-26  Miklos Szeredi <miklos@szeredi.hu>
3268         * Fix typo (thanks Marcos Dione)
3270         * Compile fixes for 2.4 kernels
3272 2004-01-23  Miklos Szeredi <miklos@szeredi.hu>
3274         * Fix CONFIG_MODVERSIONS compile on 2.6
3276 2004-01-22  Miklos Szeredi <miklos@szeredi.hu>
3278         * Write all pending data before a RELEASE operation
3280         * Suppress 'Bad file descriptor' warning on exit
3282         * Replaced fusermount option '-d xxx' with '-n xxx' so it doesn't
3283         get confused with '-d' of fuse_main() (sorry about this change)
3285         * New fusermount option '-l' which enables big reads.  Big reads
3286         are now disabled by default.
3288         * fuse_main() can accept fusermount arguments after a '--'
3290 2004-01-19  Miklos Szeredi <miklos@szeredi.hu>
3292         * Support for exporting filesystem over NFS (see README.NFS)
3294 2004-01-14  Miklos Szeredi <miklos@szeredi.hu>
3296         * Support non-blocking writepage on 2.6.  This makes FUSE behave
3297         much more nicely in low-memory situations
3299         * Fix 32-bit dev handling in getattr and mknod for 2.6 kernels.
3300         (Note: the mknod method does not yet use 32bit device number)
3302 2004-01-13  Miklos Szeredi <miklos@szeredi.hu>
3304         * Code cleanups
3306 2004-01-07  Miklos Szeredi <miklos@szeredi.hu>
3308         * Released 1.1-pre1
3310 2004-01-06  Miklos Szeredi <miklos@szeredi.hu>
3312         * Integrated 2.6 kernel support patch by Michael Grigoriev
3314         * Improvements and cleanups for 2.6 kernels
3316 2004-01-05  Miklos Szeredi <miklos@szeredi.hu>
3318         * Added -d option to fusermount
3320 2003-12-15  Miklos Szeredi <miklos@szeredi.hu>
3322         * Added major+minor version to library API, and minor version to
3323           kernel API
3325 2003-12-13  David McNab <david@rebirthing.co.nz>
3327         * Implemented fsync support in examples/example.py
3329         * Implemented 'fsync' and 'statfs' methods in python
3330           interface
3332 2003-12-12  Miklos Szeredi <miklos@szeredi.hu>
3334         * Make it compile on 2.4.19.
3336         * Add fsync operation (write file failed on xemacs & vi)
3338 2003-12-12  David McNab <david@rebirthing.co.nz>
3340         * Added distutils support to the python module, as per standard
3341           python development practice
3343 2003-12-11  Miklos Szeredi <miklos@szeredi.hu>
3345         * Add file locking for mount/unmount (based on patch by Valient
3346         Gough)
3348 2003-12-11  David McNab <david@rebirthing.co.nz>
3350         * Python filesystem - was broken with python2.3, now fixed:
3351            - changed PyTuple_* calls to PySequence_*, because os.lstat
3352              is no longer returning a pure tuple
3353            - changed PyInt_Check() calls to also call PyLong_Check,
3354              to cover for cases (eg os.lstat) where longs are returned
3355            - Added support for file 'release' handling, which IMO is
3356              essential since this signals to a FS that writes to a file
3357              are complete (and therefore the file can now be disposed of
3358              meaningfully at the python filesystem's discretion)
3359            - Added '__init__' handler to base Fuse class, which allows
3360              your Python class to know the mountpoint and mount args,
3361              as attributes myfs.mountpoint, myfs.optlist, myfs.optdict
3363         * General:
3364            - added 'mount.fuse' script (in util/ dir), which is meant to be
3365              symlinked from /sbin, and which allows FUSE filesystems to
3366              be mounted with the 'mount' command, and listed in fstab;
3367              also, mount arguments get passed to your filesystem
3370 2003-11-04  Miklos Szeredi <miklos@szeredi.hu>
3372         * Fix kernel version detection (again).  Bugreport by Peter Levart
3374 2003-11-03  Miklos Szeredi <miklos@szeredi.hu>
3376         * Applied read combining patch by Michael Grigoriev (tested by
3377         Valient Gough and Vincent Wagelaar)
3379 2003-10-22  Miklos Szeredi <miklos@szeredi.hu>
3381         * Mtab handling fix in fusermount by "Valient Gough" (SF patch
3382         #766443)
3384 2003-10-13  Miklos Szeredi <miklos@szeredi.hu>
3386         * Error code fixes in kernel module
3388 2003-10-04  Miklos Szeredi <miklos@szeredi.hu>
3390         * kernel version detection fix
3392         * fusermount now uses "lazy" umount option
3394         * fusermount can use modprobe with module-init-tools
3396 2003-09-08  Miklos Szeredi <miklos@szeredi.hu>
3398         * Integrated caching patch by Michael Grigoriev
3400         * Added "Filesystems" file with descriptions of projects using
3401         FUSE
3403         * Added patch by Michael Grigoriev to allow compliation of FUSE
3404         kernel module for 2.6 kernels
3406 2003-06-02  Miklos Szeredi <miklos@szeredi.hu>
3408         * And another spec-file fix by Achim Settelmeier
3410 2003-05-26  Miklos Szeredi <miklos@szeredi.hu>
3412         * Spec-file fix by Achim Settelmeier
3414 2003-03-10  Miklos Szeredi <miklos@szeredi.hu>
3416         * Fix umount oops (found by Samuli Kärkkäinen)
3418 2003-03-05  Miklos Szeredi <miklos@szeredi.hu>
3420         * Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
3422 2003-03-04  Miklos Szeredi <miklos@szeredi.hu>
3424         * Updated fuse.spec file (Achim Settelmeier)
3426 2003-02-19  Miklos Szeredi <miklos@szeredi.hu>
3428         * Version 1.0 released
3430 2003-02-12  Miklos Szeredi <miklos@szeredi.hu>
3432         * SuSE compilation fix by Juan-Mariano de Goyeneche
3434 2002-12-10  Miklos Szeredi <miklos@szeredi.hu>
3436         * The release() VFS call is now exported to the FUSE interface
3438 2002-12-05  Miklos Szeredi <miklos@szeredi.hu>
3440         * 64 bit file offset fixes in the fuse kernel module
3442         * Added function 'fuse_exit()' which can be used to exit the main
3443         loop
3445 2002-12-03  Miklos Szeredi <miklos@szeredi.hu>
3447         * Added _FILE_OFFSET_BITS=64 define to fuse.h.  Note, that this is
3448         an incompatible interface change.
3450 2002-10-28  Miklos Szeredi <miklos@szeredi.hu>
3452         * Portablility fix (bug reported by C. Chris Erway)
3454 2002-10-25  Miklos Szeredi <miklos@szeredi.hu>
3456         * Use Mark Glines' fd passing method for default operation instead
3457         of old reexec
3459 2002-10-22  Miklos Szeredi <miklos@szeredi.hu>
3461         * fix "Stale NFS file handle" bug caused by changes in 2.4.19
3463 2002-10-22  Miklos Szeredi <miklos@szeredi.hu>
3465         * fix incompatiblity with Red Hat kernels, with help from Nathan
3466         Thompson-Amato.
3468 2002-04-18  Mark Glines <mark@glines.org>
3470         * added an alternative to fuse_mount(), called
3471       fuse_mount_ioslave(), which does not need to reexec the
3472       FUSE program.
3473         * added a small helper util needed by fuse_mount_ioslave().
3475 2002-03-16  Mark Glines <mark@glines.org>
3477         * use struct fuse_statfs everywhere possible to avoid problems
3478       with the headerfiles changing struct statfs member sizes
3480 2002-03-01  Miklos Szeredi <miklos@szeredi.hu>
3482         * Another RPM spec file for RedHat >= 7 by Ian Pilcher
3484 2002-01-14  Miklos Szeredi <miklos@szeredi.hu>
3486         * RPM support by Achim Settelmeier
3488 2002-01-09  Miklos Szeredi <miklos@szeredi.hu>
3490         * Version 0.95 released
3492 2002-01-09  Miklos Szeredi <miklos@szeredi.hu>
3494         * Revaidate all path components not just the last, this means a
3495         very small performance penalty for being more up-to-date.
3497 2002-01-08  Miklos Szeredi <miklos@szeredi.hu>
3499         * Update and fix python interface
3501 2002-01-07  Mark Glines <mark@glines.org>
3503         * Added statfs() support to kernel, lib, examples, and perl!
3505 2001-12-26  Miklos Szeredi <miklos@szeredi.hu>
3507         * Better cross compilation support
3509         * Ported to Compaq IPAQ
3511 2001-12-20  Miklos Szeredi <miklos@szeredi.hu>
3513         * Added function fuse_get_context() to library API (inspired by
3514         patch from Matt Ryan)
3516         * Added flags to fusermount and to kernel interface to control
3517         permission checking
3519         * Integrated fuse_set_operations() into fuse_new()
3521 2001-12-08  Miklos Szeredi <miklos@szeredi.hu>
3523         * Applied header protection + extern "C" patch by Roland
3524         Bauerschmidt
3526 2001-12-02  Miklos Szeredi <miklos@szeredi.hu>
3528         * Added perl bindings by Mark Glines
3530 2001-11-21  Miklos Szeredi <miklos@szeredi.hu>
3532         * Cleaned up way of mounting simple filesystems.
3534         * fuse_main() helper function added
3536 2001-11-18  Miklos Szeredi <miklos@szeredi.hu>
3538         * Optimized read/write operations, so that minimal copying of data
3539         is done
3541 2001-11-14  Miklos Szeredi <miklos@szeredi.hu>
3543         * Python bindings by Jeff Epler added
3545 2001-11-13  Miklos Szeredi <miklos@szeredi.hu>
3547         * Fixed vfsmount reference leak in fuse_follow_link
3549         * FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
3550         userspace is ignored
3552 2001-11-09  Miklos Szeredi <miklos@szeredi.hu>
3554         * Started ChangeLog