qemu-gpiodev/libfuse.git
11 years agofuse: use dlsym() instead of relying on ld.so constructor functions
Fabrice Bauzac [Mon, 23 Sep 2013 14:57:50 +0000 (16:57 +0200)]
fuse: use dlsym() instead of relying on ld.so constructor functions

11 years agolibfuse: Add "async_dio" and "writeback_cache" options
Miklos Szeredi [Wed, 29 Jan 2014 13:13:36 +0000 (14:13 +0100)]
libfuse: Add "async_dio" and "writeback_cache" options

Asynchronous direct I/O is supported by linux kernels 3.13 and
later, writeback caching is supported by 3.14 and later.

11 years ago"pkg-config fuse3 --libs" gives the wrong library name
Miklos Szeredi [Wed, 11 Dec 2013 14:43:45 +0000 (15:43 +0100)]
"pkg-config fuse3 --libs" gives the wrong library name

Reported-by: Michael j Theall
11 years agoFix fuse_add_direntry_plus()
Miklos Szeredi [Fri, 29 Nov 2013 16:58:03 +0000 (17:58 +0100)]
Fix fuse_add_direntry_plus()

11 years agoAdvertize the existence of some "configure" env vars.
Fabrice Bauzac [Fri, 2 Aug 2013 09:15:54 +0000 (11:15 +0200)]
Advertize the existence of some "configure" env vars.

Advertize the existence of env vars MOUNT_FUSE_PATH, UDEV_RULES_PATH
and INIT_D_PATH in the execution of ./configure.

11 years agotest: add a realdir option
Miklos Szeredi [Fri, 20 Sep 2013 11:57:41 +0000 (13:57 +0200)]
test: add a realdir option

11 years agolibfuse: add the "subdir-objects" automake option
Fabrice Bauzac [Fri, 2 Aug 2013 08:19:41 +0000 (10:19 +0200)]
libfuse: add the "subdir-objects" automake option

to fix a warning issued by automake 1.14.

11 years agoMerge remote-tracking branch 'origin/fuse_2_9_bugfix'
Miklos Szeredi [Mon, 26 Aug 2013 10:11:42 +0000 (12:11 +0200)]
Merge remote-tracking branch 'origin/fuse_2_9_bugfix'

11 years agoAdd missing includes
Daniel Thau [Mon, 26 Aug 2013 09:57:16 +0000 (11:57 +0200)]
Add missing includes

This allows compiling fuse with musl.

11 years agoDon't close -1 fd in fuse_chan_destroy()
Miklos Szeredi [Mon, 26 Aug 2013 09:33:33 +0000 (11:33 +0200)]
Don't close -1 fd in fuse_chan_destroy()

Valgrind warns on close(-1).  So don't do this (happens if fuse_chan_clearfd()
was called on the channel).

11 years agoChange generation and nlookup from 'unsigned long' to 'uint64_t'
Miklos Szeredi [Mon, 26 Aug 2013 09:23:08 +0000 (11:23 +0200)]
Change generation and nlookup from 'unsigned long' to 'uint64_t'

11 years agoPrint help on stdout instead of stderr
Miklos Szeredi [Fri, 26 Jul 2013 14:20:28 +0000 (16:20 +0200)]
Print help on stdout instead of stderr

11 years agoulockmgr: strip ulockmgr support from this source package
Miklos Szeredi [Thu, 25 Jul 2013 15:58:48 +0000 (17:58 +0200)]
ulockmgr: strip ulockmgr support from this source package

Distribute ulockmgr separately.  It is not needed for the building of
libfuse, only fusexmp_fh.  Check ulockmgr library in ./configure and if not
disable remote-lock suport in fusexmp_fh.

11 years agolibfuse: fuse -> fuse3
Miklos Szeredi [Thu, 25 Jul 2013 14:54:42 +0000 (16:54 +0200)]
libfuse: fuse -> fuse3

Allow 2.X and 3.X to coexist.  Includes are now stored under
/usr/include/fuse3 and library is named libfuse3.*.  Invoke pkg-config with
"fuse3" as the first argument to build with version 3 of the library.

11 years agoUse AC_PROG_CC_STDC instead of AC_PROG_CC
Miklos Szeredi [Thu, 25 Jul 2013 09:38:28 +0000 (11:38 +0200)]
Use AC_PROG_CC_STDC instead of AC_PROG_CC

We do need a C99 compiler

11 years agolibfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc
Miklos Szeredi [Wed, 24 Jul 2013 15:09:26 +0000 (17:09 +0200)]
libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc

add AC_SYS_LARGEFILE to your configure.ac instead.

11 years agolibfuse: clean up struct fuse_file_info
Miklos Szeredi [Thu, 18 Jul 2013 13:45:58 +0000 (15:45 +0200)]
libfuse: clean up struct fuse_file_info

Remove 'fh_old' which was an ABI compatibility field for a long time.

Make 'writepage' a bitfield.

11 years agoDocumentation fixes
Miklos Szeredi [Wed, 17 Jul 2013 13:58:53 +0000 (15:58 +0200)]
Documentation fixes

11 years agoMerge https://github.com/qknight/fuse-fuse
Miklos Szeredi [Wed, 17 Jul 2013 13:14:55 +0000 (15:14 +0200)]
Merge https://github.com/qknight/fuse-fuse

11 years agorewrote c++ style comments to c style coments mentioned by Miklos Szeredi
Joachim Schiele [Tue, 2 Jul 2013 15:37:29 +0000 (17:37 +0200)]
rewrote c++ style comments to c style coments mentioned by Miklos Szeredi

11 years agoReleased 2.9.3 fuse_2_9_3
Miklos Szeredi [Mon, 1 Jul 2013 08:48:51 +0000 (10:48 +0200)]
Released 2.9.3

11 years agolibfuse: don't close fd if it's -1
Miklos Szeredi [Mon, 1 Jul 2013 08:18:49 +0000 (10:18 +0200)]
libfuse: don't close fd if it's -1

This prevents a valgrind warning.

11 years agolibfuse: fix multiple close of device fd
Miklos Szeredi [Thu, 20 Jun 2013 09:43:02 +0000 (11:43 +0200)]
libfuse: fix multiple close of device fd

- fuse_kern_unmount closes handle (e.g. 19)
- a thread in my process opens a file - the OS assigns newly freed
handle (i.e. 19)
- fuse_kern_chan_destroy closes the same handle (i.e. 19)
- a thread in my process opens another file - the OS assigns newly
freed handle (i.e. 19)
- * MAYHEM *

Reported by Dan Greenfield

11 years agolibfuse: remove session and chan abstractions
Miklos Szeredi [Fri, 21 Jun 2013 16:20:23 +0000 (18:20 +0200)]
libfuse: remove session and chan abstractions

There's actually just one type of channel and session, so we don't need the
generic callback functions.

11 years agolibfuse: remove fuse_chan_bufsize()
Miklos Szeredi [Fri, 21 Jun 2013 16:17:27 +0000 (18:17 +0200)]
libfuse: remove fuse_chan_bufsize()

Remove fuse_chan_bufsize() from the lowlevel API.
fuse_session_receive_buf() is now responsible for allocating memory for the
buffer.

11 years agolibfuse: remove fuse_chan_(send|receive)
Miklos Szeredi [Fri, 21 Jun 2013 16:17:27 +0000 (18:17 +0200)]
libfuse: remove fuse_chan_(send|receive)

Move the fuse_chan_ops.send and .receive implementations to fuse_lowlevel.c.  The abstraction wasn't actually useful and made the the splice implementation more difficult.

Remove fuse_chan_ops.send and fuse_chan_ops.receive.

11 years agolibfuse: set FD_CLOEXEC also when receiving device fd from fusermount
Miklos Szeredi [Fri, 21 Jun 2013 12:03:08 +0000 (14:03 +0200)]
libfuse: set FD_CLOEXEC also when receiving device fd from fusermount

11 years agolibfuse: clean up fuse_chan
Miklos Szeredi [Fri, 21 Jun 2013 11:35:30 +0000 (13:35 +0200)]
libfuse: clean up fuse_chan

Clean up fuse_chan related interfaces.  Remove the following from the
lowlevel library API:

struct fuse_chan_ops;
fuse_chan_new();
fuse_chan_session();
fuse_chan_recv();
fuse_chan_send();

11 years agolibfuse: clean up fuse_session
Miklos Szeredi [Fri, 21 Jun 2013 11:35:30 +0000 (13:35 +0200)]
libfuse: clean up fuse_session

Clean up fuse_session related interfaces.  Remove the following from the
lowlevel library API:

struct fuse_session_ops;
fuse_session_new();
fuse_session_process();
fuse_session_data();

11 years agolibfuse: replace fuse_session_next_chan
Miklos Szeredi [Fri, 21 Jun 2013 11:35:30 +0000 (13:35 +0200)]
libfuse: replace fuse_session_next_chan

Replace fuse_session_next_chan() with fuse_session_chan(), as multiple
channels per session were never actually supported and probably never will.

11 years ago- added a doxygen main page
Joachim Schiele [Thu, 20 Jun 2013 17:18:18 +0000 (19:18 +0200)]
- added a doxygen main page

- modified all examples to be included in doxygen
- modified the API documentation to have more details
- added the 490px_FUSE_structure.svg.png (c) wikipedia

11 years agolibfuse: fix multiple close of device fd
Miklos Szeredi [Thu, 20 Jun 2013 09:43:02 +0000 (11:43 +0200)]
libfuse: fix multiple close of device fd

- fuse_kern_unmount closes handle (e.g. 19)
- a thread in my process opens a file - the OS assigns newly freed
handle (i.e. 19)
- fuse_kern_chan_destroy closes the same handle (i.e. 19)
- a thread in my process opens another file - the OS assigns newly
freed handle (i.e. 19)
- * MAYHEM *

Reported by Dan Greenfield

11 years agolibfuse: remove channel user data
Miklos Szeredi [Thu, 20 Jun 2013 09:43:02 +0000 (11:43 +0200)]
libfuse: remove channel user data

11 years agolibfuse: fix readdirplus doc
Nikolaus Rath [Mon, 20 May 2013 12:44:59 +0000 (14:44 +0200)]
libfuse: fix readdirplus doc

Returning entry in readdir does not result in bump of lookup count.

Returning entry in readdirplus DOES result in increase of lookup count by
1. You need to provide valid nodeid and valid stat structure (with at least
valid type) for each entry.

11 years agofuse: synchronize fuse_kernel.h header with the linux kernel
Miklos Szeredi [Mon, 20 May 2013 12:38:37 +0000 (14:38 +0200)]
fuse: synchronize fuse_kernel.h header with the linux kernel

Check for __KERNEL__ instead of __linux__ and use the standard int
types instead of the linux specific ones.

12 years agoMerge branch 'fuse_2_9_bugfix'
Miklos Szeredi [Tue, 19 Mar 2013 16:33:46 +0000 (17:33 +0100)]
Merge branch 'fuse_2_9_bugfix'

12 years agolibfuse: fix thread cancel race
Miklos Szeredi [Tue, 19 Mar 2013 16:16:14 +0000 (17:16 +0100)]
libfuse: fix thread cancel race

Exiting a worker my race with cancelling that same worker.  This caused a
segmenation fault.

Reported and tested by Anatol Pomozov

12 years agoremove real fuse_main() symbol
Miklos Szeredi [Fri, 22 Feb 2013 13:30:22 +0000 (14:30 +0100)]
remove real fuse_main() symbol

12 years agoclean fuse_chan_receive from versionscript
Miklos Szeredi [Fri, 22 Feb 2013 13:26:20 +0000 (14:26 +0100)]
clean fuse_chan_receive from versionscript

12 years agofix fi->fh format strings
Miklos Szeredi [Thu, 21 Feb 2013 08:43:44 +0000 (09:43 +0100)]
fix fi->fh format strings

12 years agoFix nodeid format strings
Miklos Szeredi [Wed, 20 Feb 2013 20:58:41 +0000 (21:58 +0100)]
Fix nodeid format strings

12 years agolibfuse: don't force -D_FILE_OFFSET_BITS=64 in pkgconfig file.
Richard W.M. Jones [Tue, 20 Mar 2012 10:51:23 +0000 (10:51 +0000)]
libfuse: don't force -D_FILE_OFFSET_BITS=64 in pkgconfig file.

FUSE_CFLAGS defines -D_FILE_OFFSET_BITS=64.  There are three problems
with this:

(1) A larger program using libfuse might have modules compiled with
and without FUSE_CFLAGS, which, if LFS is not enabled and the platform
is 32 bit, would result in a fatal mix of 32 and 64 bit off_t.  (This
would, of course, be a bug, but I think there is a better way to
detect this -- see below)

(2) Programs may need to be adjusted to support LFS.  It's the
intention of the LFS standard that the _programmer_ enables LFS once
the program has been checked/adjusted.

(3) _FILE_OFFSET_BITS does not need to be defined at all on 64 bit
Linux.  64 bit off_t is the default there.

So I think it's better not to force -D_FILE_OFFSET_BITS=64, and
because of (3) I also think you shouldn't test for it.

However off_t must still be 64 bits, so how to enforce that?  C1X will
define static assertions[1], and these can be used to check the size
of off_t.

Not all compilers support static assertions yet, although several do.
Therefore I have surrounded the static assertion with a conservative
check that the compiler is GCC >= 4.6.  In the long run, this test can
be removed and you can just use 'static_assert'.

12 years agocuse: clean includes
Miklos Szeredi [Wed, 20 Feb 2013 14:59:08 +0000 (15:59 +0100)]
cuse: clean includes

12 years agolibfuse: use O_CLOEXEC flag when opening /dev/fuse device
Richard W.M. Jones [Mon, 2 Apr 2012 18:04:02 +0000 (19:04 +0100)]
libfuse: use O_CLOEXEC flag when opening /dev/fuse device

12 years agolibfuse: 64bit fuse_ino_t
Miklos Szeredi [Wed, 20 Feb 2013 14:59:08 +0000 (15:59 +0100)]
libfuse: 64bit fuse_ino_t

Change the type of fuse_ino_t from 'unsigned long' to 'uint64_t'.  This only
changes the size on 32bit architectures.

12 years agofuse_daemonize(): chdir to "/" even if not running in the background
Miklos Szeredi [Tue, 19 Feb 2013 13:14:40 +0000 (14:14 +0100)]
fuse_daemonize(): chdir to "/" even if not running in the background

for consistency.

Reported by Vladimir Rutsky

12 years agofuse_opt_parse(): fix memory leak
Miklos Szeredi [Mon, 18 Feb 2013 15:24:11 +0000 (16:24 +0100)]
fuse_opt_parse(): fix memory leak

when storing a newly allocated string for format "%s", free the previous value
stored at that location.

Reported by Marco Schuster

12 years agoAdd "nopath" to help.
Miklos Szeredi [Mon, 18 Feb 2013 13:43:08 +0000 (14:43 +0100)]
Add "nopath" to help.

12 years agoremove <utime.h> include from <fuse.h>
Miklos Szeredi [Fri, 8 Feb 2013 07:25:10 +0000 (08:25 +0100)]
remove <utime.h> include from <fuse.h>

12 years agolibfuse: remove struct fuse_cmd
Miklos Szeredi [Fri, 8 Feb 2013 07:15:55 +0000 (08:15 +0100)]
libfuse: remove struct fuse_cmd

12 years agoupdate .gitignore
Miklos Szeredi [Fri, 8 Feb 2013 07:04:50 +0000 (08:04 +0100)]
update .gitignore

12 years agolibfuse: remove deprecated fuse_operations.utime_omit_ok
Miklos Szeredi [Fri, 8 Feb 2013 07:03:02 +0000 (08:03 +0100)]
libfuse: remove deprecated fuse_operations.utime_omit_ok

12 years agolibfuse: remove deprecated fuse_operations.utime()
Miklos Szeredi [Fri, 8 Feb 2013 07:03:02 +0000 (08:03 +0100)]
libfuse: remove deprecated fuse_operations.utime()

12 years agolibfuse: remove deprecated fuse_operations.getdir()
Miklos Szeredi [Fri, 8 Feb 2013 07:03:02 +0000 (08:03 +0100)]
libfuse: remove deprecated fuse_operations.getdir()

12 years agolibfuse: remove deprecated fuse_lowlevel_is_lib_option()
Miklos Szeredi [Fri, 8 Feb 2013 07:03:02 +0000 (08:03 +0100)]
libfuse: remove deprecated fuse_lowlevel_is_lib_option()

12 years agolibfuse: remove deprecated fuse_exited()
Miklos Szeredi [Fri, 8 Feb 2013 07:03:02 +0000 (08:03 +0100)]
libfuse: remove deprecated fuse_exited()

12 years agolibfuse: remove deprecated fuse_setup(), fuse_teardown()
Miklos Szeredi [Fri, 8 Feb 2013 07:03:02 +0000 (08:03 +0100)]
libfuse: remove deprecated fuse_setup(), fuse_teardown()

12 years agolibfuse: remove deprecated fuse_read_cmd(), fuse_process_cmd()
Miklos Szeredi [Fri, 8 Feb 2013 07:03:02 +0000 (08:03 +0100)]
libfuse: remove deprecated fuse_read_cmd(), fuse_process_cmd()

12 years agolibfuse: remove deprecated fuse_loop_mt_proc()
Miklos Szeredi [Fri, 8 Feb 2013 07:03:01 +0000 (08:03 +0100)]
libfuse: remove deprecated fuse_loop_mt_proc()

12 years agolibfuse: remove deprecated fuse_set_getcontext_func()
Miklos Szeredi [Fri, 8 Feb 2013 07:03:01 +0000 (08:03 +0100)]
libfuse: remove deprecated fuse_set_getcontext_func()

12 years agolibfuse: remove deprecated fuse_invalidate()
Miklos Szeredi [Fri, 8 Feb 2013 07:03:01 +0000 (08:03 +0100)]
libfuse: remove deprecated fuse_invalidate()

12 years agolibfuse: remove deprecated fuse_is_lib_option()
Miklos Szeredi [Fri, 8 Feb 2013 07:03:01 +0000 (08:03 +0100)]
libfuse: remove deprecated fuse_is_lib_option()

12 years agolibfuse: pass security context options to kernel
Dalvik Khertel [Thu, 9 Aug 2012 12:48:20 +0000 (12:48 +0000)]
libfuse: pass security context options to kernel

Mount can be used with an "-o context=" option in order to specify a
mountpoint-wide SELinux security context different from the default context
provided by the active SELinux policy.

This is useful in order to enable users to mount multiple sshfs targets under
distinct contexts, which is my main motivation for getting this patch mainlined.

12 years agolibfuse: allow disabling adaptive readdirplus
Eric Wong [Thu, 7 Feb 2013 02:52:41 +0000 (02:52 +0000)]
libfuse: allow disabling adaptive readdirplus

This switches the -o no_readdirplus option to a tristate
string: -o readdirplus=(yes|no|auto)

Telling the kernel to always use readdirplus is beneficial to
filesystems (e.g. GlusterFS) where the cost to perform readdir
and readdirplus are identical.

The default remains "auto" (if supported).

12 years agolibfuse-fix-fs-cleanup
Miklos Szeredi [Thu, 7 Feb 2013 13:59:28 +0000 (14:59 +0100)]
libfuse-fix-fs-cleanup

This fixes a segmentation fault if command-line option parsing fails during
initialization.

Reported by Eric Wong

12 years agolibfuse: add poll_events to fuse_file_info
Enke Chen [Thu, 7 Feb 2013 13:58:50 +0000 (14:58 +0100)]
libfuse: add poll_events to fuse_file_info

Make requested poll events available to the filesystem.  If the requested
eventsare not available, then this field is zero.

12 years agolibfuse: add readdirplus support in fuse_lowlevel_ops
Feng Shuo [Fri, 4 Jan 2013 08:23:31 +0000 (16:23 +0800)]
libfuse: add readdirplus support in fuse_lowlevel_ops

This patch implements readdirplus support in FUSE usersapce. It adds
a new fuse lowlevel operations fuse_lowleve_ops::readdir_plus,
corespoding mount options and helper functions to maintain buffer.

[From: Eric Wong <normalperson@yhbt.net>]

This makes our terminology consistent with NFS and
our kernel module, as well as reducing user/developer
confusion in the command-line.

Note: I'm keeping "fuse_add_direntry_plus" since that is
less standardized in its use than "readdirplus" for now.

Signed-off-by: Feng Shuo <steve.shuo.feng@gmail.com>
12 years agofuse_kernel.h: clean includes
Riku Voipio [Thu, 7 Feb 2013 11:04:21 +0000 (12:04 +0100)]
fuse_kernel.h: clean includes

Use <linux/types.h> for linux and define types used for other operating systems
using <stdint.h> types.

12 years agolibfuse: Add '[no_]auto_inval_data' mount option
Feng Shuo [Fri, 4 Jan 2013 08:23:30 +0000 (16:23 +0800)]
libfuse: Add '[no_]auto_inval_data' mount option

Several caching logic changes have been made on the kernel side
to better support network-based fuse filesystems. These include
kernel side mtime checking and read path cache revalidation. The
new caching logic is enabled through the FUSE_AUTO_INVAL_DATA
init flag. Export this to the user via the '[no_]auto_inval_data'
mount option.

Signed-off-by: Feng Shuo <steve.shuo.feng@gmail.com>
12 years agolibfuse: add missing INIT flags
Miklos Szeredi [Wed, 6 Feb 2013 16:20:50 +0000 (17:20 +0100)]
libfuse: add missing INIT flags

Add missing flags that userspace derived from the protocol version number.  This
makes the protocol more flexible.

12 years agolibfuse: set close-on-exec flag on pipe file descriptors
Eric Wong [Wed, 6 Feb 2013 09:51:40 +0000 (09:51 +0000)]
libfuse: set close-on-exec flag on pipe file descriptors

The FUSE library may be used from any number of programs which
may also fork() + execve(), so set the close-on-exec flag to
avoid inadvertant leakage of pipe file descriptors.

While we're at it, attempt to use pipe2() since this is within a
(currently) Linux-only code path and pipe2() offers thread-safety.

12 years agolibfuse: fix fuse_get_context() in non fuse threads
Miklos Szeredi [Tue, 5 Feb 2013 12:36:06 +0000 (13:36 +0100)]
libfuse: fix fuse_get_context() in non fuse threads

fuse_interrupted(), fuse_get_context(), etc... crashed in non-fuse threads.

Instead return false, NULL or error depending on the function.

Reported by Michael Berlin

12 years agoCreate doc/.gitignore
Miklos Szeredi [Tue, 5 Feb 2013 12:20:25 +0000 (13:20 +0100)]
Create doc/.gitignore

12 years agoMerge branch 'fuse_2_9_bugfix'
Miklos Szeredi [Mon, 4 Feb 2013 17:32:38 +0000 (18:32 +0100)]
Merge branch 'fuse_2_9_bugfix'

12 years agolibfuse: rename ./configure.in to ./configure.ac
Anatol Pomozov [Sun, 3 Feb 2013 01:32:46 +0000 (17:32 -0800)]
libfuse: rename ./configure.in to ./configure.ac

Next version of automake (1.14) removes support for the deprecated filename

http://lists.gnu.org/archive/html/autotools-announce/2013-01/msg00000.html

12 years agolibfuse: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER
Anatol Pomozov [Sun, 3 Feb 2013 01:32:45 +0000 (17:32 -0800)]
libfuse: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER

AM_CONFIG_HEADER has been deprecated for years and autotools 1.13
removes this macros at all.

12 years agolibfuse: configure: detect new util-linux
Miklos Szeredi [Mon, 4 Feb 2013 17:30:14 +0000 (18:30 +0100)]
libfuse: configure: detect new util-linux

Apparently new versions of util-linux umount return with an exit status of 1
even if the "--fake" option is recognised (despite being documented otherwise).
Check this condition and don't complain about util-linux version.

12 years agolibfuse: fix the 'remember' option
Madan Valluri [Mon, 4 Feb 2013 17:30:14 +0000 (18:30 +0100)]
libfuse: fix the 'remember' option

The lru list was not initialized for the "/" path.  This resulted in
remove_node_lru() crashing on LOOKUP-DOTDOT.

Patch by Madan Valluri.
--
 ChangeLog  |    4 ++++
 lib/fuse.c |    4 ++++
 2 files changed, 8 insertions(+)

12 years agolibfuse: fix crash in unlock_path()
Ratna_Bolla@dell.com [Mon, 4 Feb 2013 17:30:14 +0000 (18:30 +0100)]
libfuse: fix crash in unlock_path()

Patch by Ratna Manoj.

queue_element_unlock() should set ->first_locked and ->second_locked to false.

Discovered with 'fs_racer'.  The assert(wnode->treelock == TREELOCK_WRITE) in
unlock_path() was hit within minutes.

Miklos: simplified patch

12 years agoReleased 2.9.2 fuse_2_9_2
Miklos Szeredi [Mon, 1 Oct 2012 17:56:49 +0000 (19:56 +0200)]
Released 2.9.2

12 years agoFix deadlock in libfuse
Miklos Szeredi [Mon, 1 Oct 2012 15:55:55 +0000 (17:55 +0200)]
Fix deadlock in libfuse

Running "svn update" on a fuse filesystem could deadlock because of a bug in the
way the paths are locked.

Reported by Kazuaki Anami

12 years agoFix missing config.h in buffer.c
Miklos Szeredi [Fri, 24 Aug 2012 13:13:17 +0000 (15:13 +0200)]
Fix missing config.h in buffer.c

Due to an oversight, splice will never actually be used for i/o.  Someone forgot
to #include "config.h" in lib/buffer.c (in fact almost no files include that
header).  As a result, even though configure detects splice support and puts
HAVE_SPLICE in config.h, buffer.c is always compiled as if there is no splice
support.

Also add #include "config.h" to fuse.c and fuse_lowlevel.c.  These currently
include it indirectly through fuse_misc.h, but we don't want to depend on that.

Reported by Matthew Gabeler-Lee

12 years agoMerge branch 'fuse_2_9_bugfix'
Miklos Szeredi [Tue, 14 Aug 2012 12:03:10 +0000 (14:03 +0200)]
Merge branch 'fuse_2_9_bugfix'

12 years agoZero out node when allocating from a slab.
Miklos Szeredi [Tue, 14 Aug 2012 10:16:00 +0000 (12:16 +0200)]
Zero out node when allocating from a slab.

Fix compile warning when not using node slab.

12 years agoFix "fuse internal error: node NNN not found"
Miklos Szeredi [Tue, 14 Aug 2012 09:18:07 +0000 (11:18 +0200)]
Fix "fuse internal error: node NNN not found"

Commit 4dc7e675bb (Don't unhash name in FORGET) broke the forget logic in a
subtle way, resulting in "fuse internal error: node NNN not found" and causing
the filesystem daemon to abort.

Fix by incrementing the node refcount if nlookup goes from zero to one.

Reported by Kyle Lippincott

12 years agoMerge branch 'fuse_2_9_bugfix'
Miklos Szeredi [Mon, 13 Aug 2012 10:59:29 +0000 (12:59 +0200)]
Merge branch 'fuse_2_9_bugfix'

12 years agoFix linking against GNU libiconv
Natanael Copa [Thu, 9 Aug 2012 14:41:05 +0000 (16:41 +0200)]
Fix linking against GNU libiconv

Use quotation marks when assigning shell variable.

This broke by 384496dd02cfd9a74b95d62ce0d23a31a7af3730, most likely by mistake.

12 years agoMove flags to the front of struct fuse_operations
Miklos Szeredi [Fri, 20 Jul 2012 07:51:24 +0000 (09:51 +0200)]
Move flags to the front of struct fuse_operations

12 years agoRemove compatibility path handling
Miklos Szeredi [Fri, 20 Jul 2012 07:45:09 +0000 (09:45 +0200)]
Remove compatibility path handling

This means that now NULL is a valid path for operations that take a file
descriptor if the file was unlinked and hard_remove option is specified.

12 years agoRemove include/old directory
Miklos Szeredi [Thu, 19 Jul 2012 17:03:53 +0000 (19:03 +0200)]
Remove include/old directory

12 years agoRemove compat functions
Miklos Szeredi [Thu, 19 Jul 2012 17:02:42 +0000 (19:02 +0200)]
Remove compat functions

12 years agoRemove old symbol versions
Miklos Szeredi [Thu, 19 Jul 2012 16:47:51 +0000 (18:47 +0200)]
Remove old symbol versions

12 years agoStart of 3.0 series
Miklos Szeredi [Thu, 19 Jul 2012 16:40:11 +0000 (18:40 +0200)]
Start of 3.0 series

Change the version numbers.

This is going to be a new major version of the library breaking backward
compatibility on the binary level as well as the source level.

12 years agoReleased 2.9.1 fuse_2_9_1 fuse_3_0_start
Miklos Szeredi [Thu, 19 Jul 2012 13:22:38 +0000 (15:22 +0200)]
Released 2.9.1

12 years agoFix crash caused by freeing a stack address
Miklos Szeredi [Thu, 19 Jul 2012 13:05:56 +0000 (15:05 +0200)]
Fix crash caused by freeing a stack address

The failure path of try_get_path2() erronously tried to free the "path1" value
(an address on the stack) instead of the allocated string pointed to by "path1".
This caused the library to crash.

Reported by Itay Perl

12 years agoAdd fallocate to NEWS
Miklos Szeredi [Thu, 19 Jul 2012 13:02:02 +0000 (15:02 +0200)]
Add fallocate to NEWS

12 years agolibfuse: mark some data constant
Miklos Szeredi [Wed, 4 Jul 2012 10:19:29 +0000 (12:19 +0200)]
libfuse: mark some data constant

12 years agoFix build with automake >= 1.12.1
Olivier Blin [Mon, 2 Jul 2012 16:50:56 +0000 (18:50 +0200)]
Fix build with automake >= 1.12.1

mkdir_p is deprecated since automake 1.12.1 (see automake commit
7a1eb9ff9027929687f12905e131f6fda3fa6d0c).

MKDIR_P should be used instead of mkdir_p.
This is available since autoconf 2.59d (2006-06-05), by calling
AC_PROG_MKDIR_P.

The mkdir_p workaround was not working anyway for out-of-tree builds,
since the ../mkinstalldirs path would be incorrect.

12 years agoFix install from out-of-tree build
Olivier Blin [Mon, 2 Jul 2012 16:50:55 +0000 (18:50 +0200)]
Fix install from out-of-tree build

When building out-of-tree, install fails since it tries to copy
mount.fuse binary from source directory.

Patch initially from Damien Thébault (SoftAtHome)

12 years agoAdd FALLOCATE operation
Anatol Pomozov [Mon, 23 Apr 2012 01:49:35 +0000 (18:49 -0700)]
Add FALLOCATE operation

fallocate filesystem operation preallocates media space for the given file.
If fallocate returns success then any subsequent write to the given range
never fails with 'not enough space' error.