Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-08-31 | Don't ignore --disable-mtab | Miklos Szeredi | -0/+2 | |
If configured with --disable-mtab then don't call mount(8) from libfuse to update the mtab. Reported by: James Sierp | ||||
2011-04-15 | libfuse: Added support for auto_unmount option | Max Krasnyansky | -8/+27 | |
This change adds support for "auto_unmount" option to libfuse. auto_umount option unmounts the fs automatically on application termination, whether normal or not (segfault, etc). When auto_unmount option is specified libfuse will alway use fusermount for mounting the fs. This change is selfcontained but for complete functionaly it requires auto_unmount support in fusermount tool. | ||||
2011-03-30 | Initialize the variable properly before passing to any function | Laszlo Papp | -0/+1 | |
2011-03-30 | Check the negative return value after an open syscall | Laszlo Papp | -2/+4 | |
2010-09-28 | Fix option escaping for fusermount. | Miklos Szeredi | -1/+1 | |
If the "fsname=" option contained a comma then the option parser in fusermount was confused (Novell bugzilla #641480). Fix by escaping commas when passing them over to fusermount. Reported by Jan Engelhardt | ||||
2010-08-27 | Add NetBSD support | Miklos Szeredi | -0/+18 | |
The bulk of it is just about adding ifdef __NetBSD__ where there is already an ifdef __FreeBSD__ Add a arch=netbsd to deal with NetBSD specifics. I suggests that arch=bsd could be renamed to arch=freebsd NetBSD specific linking with -lperfuse NetBSD patches to lib/mount.c. It turned to be less itrusive to patch mount;c than mount_bsd.c. I suggest mount_bsd.c could be renamed to mount_freebsd.c Patch from Emmanuel Dreyfus | ||||
2010-01-26 | * Fix race if two "fusermount -u" instances are run in parallel. | Miklos Szeredi | -1/+1 | |
Reported by Dan Rosenberg * Make sure that the path to be unmounted doesn't refer to a symlink | ||||
2008-06-09 | Fix mounting over symlink | Miklos Szeredi | -1/+1 | |
2008-04-08 | Update error message for missing mountpoint parameter | Miklos Szeredi | -2/+2 | |
2008-03-25 | Fix memory leaks on mount | Miklos Szeredi | -0/+2 | |
2008-02-08 | Add support for atomic open(O_TRUNC) | Miklos Szeredi | -43/+43 | |
2007-12-12 | change indenting | Miklos Szeredi | -481/+485 | |
2007-12-12 | Disable old symbol versions if __UCLIBC__ is defined | Miklos Szeredi | -2/+7 | |
2007-10-16 | Clarify licence version to be "LGPLv2" for the library | Miklos Szeredi | -1/+1 | |
2007-06-22 | lib: fix locking when loading a filesystem module | Miklos Szeredi | -5/+5 | |
2007-06-20 | Add fs subtype support to libfuse and fusermount | Miklos Szeredi | -11/+90 | |
2007-04-27 | libfuse: call umount(8) directly... | Miklos Szeredi | -0/+5 | |
2007-04-25 | update copyright dates | Miklos Szeredi | -1/+1 | |
2007-04-25 | *** empty log message *** | Miklos Szeredi | -53/+51 | |
2007-04-05 | *** empty log message *** | Miklos Szeredi | -1/+5 | |
2007-03-30 | Add support for direct mounting by libfuse | Miklos Szeredi | -27/+216 | |
2007-01-19 | merge up to fuse_2_6_merge1 | Miklos Szeredi | -1/+1 | |
2006-12-04 | build fixes | Miklos Szeredi | -0/+1 | |
2006-09-30 | bmap support | Miklos Szeredi | -0/+2 | |
2006-07-14 | fix | Miklos Szeredi | -2/+1 | |
2006-05-08 | fix | Miklos Szeredi | -26/+25 | |
2006-03-17 | fix | Miklos Szeredi | -25/+20 | |
2006-03-16 | fix | Miklos Szeredi | -2/+11 | |
2006-03-01 | pass device file descriptor to fuse_unmount | Csaba Henk | -1/+9 | |
2006-02-20 | merge 2_5_bugfix branch | Miklos Szeredi | -1/+1 | |
2006-01-20 | fix | Miklos Szeredi | -0/+1 | |
2006-01-09 | fix | Miklos Szeredi | -0/+1 | |
2006-01-07 | fix | Miklos Szeredi | -0/+41 | |
2006-01-07 | fix | Miklos Szeredi | -0/+1 | |
2006-01-06 | fix | Miklos Szeredi | -3/+87 | |
2005-11-18 | fix | Miklos Szeredi | -5/+24 | |
2005-11-10 | fix | Miklos Szeredi | -0/+5 | |
2005-09-28 | fix | Miklos Szeredi | -1/+1 | |
2005-08-03 | fix | Miklos Szeredi | -1/+1 | |
2005-07-21 | fixes | Miklos Szeredi | -4/+13 | |
2005-02-02 | whitespace fixes | Miklos Szeredi | -3/+3 | |
2005-01-10 | update copyright year | Miklos Szeredi | -1/+1 | |
2004-12-07 | cleanup | Miklos Szeredi | -1/+1 | |
2004-12-04 | backward compatibility | Miklos Szeredi | -0/+8 | |
2004-11-23 | various fixes | Miklos Szeredi | -0/+4 | |
2004-07-23 | clean up mount option passing | Miklos Szeredi | -18/+4 | |
2004-07-07 | change email address | Miklos Szeredi | -1/+1 | |
2004-03-30 | fusermount fix | Miklos Szeredi | -1/+1 | |
2004-01-27 | cleanup | Miklos Szeredi | -1/+1 | |
2002-12-05 | fixes | Miklos Szeredi | -0/+136 | |