aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mount_util.c
AgeCommit message (Collapse)AuthorLines
2010-02-01* Released 2.8.3Miklos Szeredi-23/+2
* 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* Fix race if two "fusermount -u" instances are run in parallel.Miklos Szeredi-14/+17
Reported by Dan Rosenberg * Make sure that the path to be unmounted doesn't refer to a symlink
2009-12-23* Use '--no-canonicalize' option of mount(8) (available inMiklos Szeredi-14/+107
util-linux-ng version 2.17 or greater) to avoid calling readling(2) on the newly mounted filesystem before the mount procedure is finished. This has caused a deadlock if audit was enabled in the kernel. Also use '--no-canonicalize' for umount to avoid touching the mounted filesystem.
2008-07-10Skip calling mount(8) if /etc/mtab doesn't exist...Miklos Szeredi-2/+20
2008-06-10Fix missing <sys/param.h> include for PATH_MAXMiklos Szeredi-0/+1
2008-02-08Block SIGCHLD when executing mount and umountMiklos Szeredi-12/+36
2007-12-12change indentingMiklos Szeredi-197/+200
2007-11-12'fusermount -u' did not umount the filesystem if /etc/mtab was a symlinkMiklos Szeredi-2/+8
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-1/+1
2007-08-08fixesMiklos Szeredi-5/+10
2007-07-25Don't call /bin/[u]mount if /etc/mtab is a symlinkMiklos Szeredi-0/+17
2007-06-20Add fs subtype support to libfuse and fusermountMiklos Szeredi-0/+17
2007-05-03fixMiklos Szeredi-5/+0
2007-04-27libfuse: call umount(8) directly...Miklos Szeredi-0/+29
2007-04-25update copyright datesMiklos Szeredi-1/+1
2007-04-25*** empty log message ***Miklos Szeredi-0/+171