Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2010-11-08 | update umount procedure | Miklos Szeredi | -0/+1 | |
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-01-26 | * Fix race if two "fusermount -u" instances are run in parallel. | Miklos Szeredi | -1/+2 | |
Reported by Dan Rosenberg * Make sure that the path to be unmounted doesn't refer to a symlink | ||||
2007-12-12 | change indenting | Miklos Szeredi | -6/+6 | |
2007-10-16 | Clarify licence version to be "LGPLv2" for the library | Miklos Szeredi | -1/+1 | |
2007-06-20 | Add fs subtype support to libfuse and fusermount | Miklos Szeredi | -0/+1 | |
2007-04-27 | libfuse: call umount(8) directly... | Miklos Szeredi | -0/+1 | |
2007-04-25 | update copyright dates | Miklos Szeredi | -1/+1 | |
2007-04-25 | *** empty log message *** | Miklos Szeredi | -0/+15 | |