Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-12-08 | utimens availability check | Emmanuel Dreyfus | -1/+1 | |
fusexmp uses utimens and takes that function for granted. It is part of POSIX exended API set 2 and some systems do not have it yet. Attached patch checks for utimens availability and returns ENOSYS if unavailable. | ||||
2011-06-02 | In ./configure check if umount support --fake and --no-canonicalize | Miklos Szeredi | -0/+22 | |
options and warn othewise | ||||
2011-05-27 | Check if splice/vmsplice are supported | Miklos Szeredi | -1/+1 | |
2011-05-20 | Cleaner build output | Reuben Hawkins | -0/+1 | |
Add m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) for cleaner build output. The verbose output is still available with 'make V=1' | ||||
2011-01-31 | fusermount: only allow mount and umount if util-linux suppports ↵ | Miklos Szeredi | -6/+0 | |
--no-canonicalize Remove "legacy" util-linux support as missing --no-canonicalize cannot be worked around in fuse. | ||||
2010-11-08 | bump version to 2.9.0-pre0 | Miklos Szeredi | -1/+1 | |
2010-11-08 | update umount procedure | Miklos Szeredi | -0/+7 | |
If umount(8) supports --fake and --no-canonicalize (util-linux-ng version 2.18 or later), and umount(2) supports the UMOUNT_NOFOLLOW flag (linux kernel version 2.6.35 or later) then, "fusermount -u" will call the umount(2) system call and use "umount --fake ..." to update /etc/mtab Added --disable-legacy-umount option to configure. This disables the runtime checking of umount(8) version. When built with this option then "fusermount -u" will fail if umount(8) doesn't support the --fake and --no-canonicalize options. | ||||
2010-10-14 | Use LTLIBICONV when linking libfuse | Natanael Copa | -1/+1 | |
This fixes building against uclibc + libiconv. Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | ||||
2010-08-27 | Add NetBSD support | Miklos Szeredi | -0/+2 | |
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-04-26 | * Fix checking for symlinks in umount from /tmp. Reported by Al | Miklos Szeredi | -1/+1 | |
Viro * Fix umounting if /tmp is a symlink. Reported by Franco Broi | ||||
2010-02-01 | * Released 2.8.3 | Miklos Szeredi | -1/+1 | |
* Using --no-canonicalize with umount(8) conflicts with the race fix, sinceit assumes the supplied path is absolute, while the race fix relies on the path being relative to the current directory | ||||
2010-01-26 | * Released 2.8.2 | Miklos Szeredi | -1/+1 | |
2009-09-11 | * Released 2.8.1 | Miklos Szeredi | -1/+1 | |
2009-08-18 | * Add missing fuse_session_data to versionscript | Miklos Szeredi | -1/+2 | |
* Make sure all global symbols are prefixed with "fuse_" or "cuse_" * Released 2.8.0 | ||||
2009-07-06 | * Released 2.8.0-pre3 | Miklos Szeredi | -1/+1 | |
2009-01-05 | Released 2.8.0-pre2 | Miklos Szeredi | -1/+1 | |
2008-07-10 | Released 2.8.0-pre1 | Miklos Szeredi | -1/+1 | |
2008-06-16 | Remove fuse kernel module sources | Miklos Szeredi | -6/+0 | |
2008-02-20 | update versions to 2.8.0-pre0 | Miklos Szeredi | -1/+1 | |
2007-12-12 | Disable old symbol versions if __UCLIBC__ is defined | Miklos Szeredi | -1/+1 | |
2007-10-16 | Released 2.7.1 | Miklos Szeredi | -1/+1 | |
2007-07-02 | Released 2.7.0 | Miklos Szeredi | -1/+1 | |
2007-05-02 | kernel: sync with mainline... | Miklos Szeredi | -1/+1 | |
2007-04-05 | *** empty log message *** | Miklos Szeredi | -0/+10 | |
2007-03-14 | merge bugfixes up to merge3 | Miklos Szeredi | -1/+1 | |
2007-03-14 | Correctly handle O_APPEND in direct IO mode | Miklos Szeredi | -2/+0 | |
2007-02-03 | Add filesystem stacking support to high level API | Miklos Szeredi | -2/+3 | |
2006-12-04 | build fixes | Miklos Szeredi | -1/+1 | |
2006-12-01 | new release | Miklos Szeredi | -1/+1 | |
2006-10-28 | build/install fixes + add bug reporting instructions to README | Miklos Szeredi | -0/+1 | |
2006-10-22 | new release | Miklos Szeredi | -1/+1 | |
2006-10-16 | cleanups + new release candidate | Miklos Szeredi | -1/+1 | |
2006-10-01 | Add init script | Miklos Szeredi | -2/+5 | |
2006-09-24 | Support for nanosec times on FBSD and other FBSD fixes | Csaba Henk | -0/+1 | |
2006-09-10 | ulockmgr | Miklos Szeredi | -1/+1 | |
2006-07-30 | fixes | Miklos Szeredi | -3/+3 | |
2006-06-29 | *** empty log message *** | Miklos Szeredi | -1/+1 | |
2006-06-01 | fix: adjust threading related compiler flags | Csaba Henk | -1/+1 | |
2006-03-14 | *** empty log message *** | Miklos Szeredi | -1/+1 | |
2006-02-20 | new prerelease | Miklos Szeredi | -1/+1 | |
2006-02-15 | fix | Miklos Szeredi | -5/+1 | |
2006-02-10 | fix | Csaba Henk | -1/+6 | |
2006-01-30 | fix | Miklos Szeredi | -0/+6 | |
2006-01-27 | fix | Miklos Szeredi | -1/+1 | |
2006-01-23 | revert to version 2.6 | Miklos Szeredi | -1/+1 | |
2006-01-20 | fix | Miklos Szeredi | -2/+2 | |
2006-01-14 | new release | Miklos Szeredi | -1/+1 | |
2006-01-06 | fix | Miklos Szeredi | -1/+1 | |
2006-01-06 | version change | Miklos Szeredi | -1/+1 | |
2005-12-09 | new version | Miklos Szeredi | -1/+1 | |