aboutsummaryrefslogtreecommitdiff
path: root/lib/mount.c
AgeCommit message (Expand)Author
2019-11-09Update to libfuse 3.8.0Zim
2017-08-01Fix compiler warnings of gcc-5.4.xBanglang
2016-12-23Set IGNORE_MTAB when running under NetBSDNikolaus Rath
2016-11-29Improve documentation of fuse_session_unmountNikolaus Rath
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk
2016-11-22Make handling of -oallow_root easier to understandNikolaus Rath
2016-10-28Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath
2016-10-16Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath
2016-10-15Make --help output more suitable for end-userNikolaus Rath
2016-10-15Removed -o nonempty optionNikolaus Rath
2016-10-15Drop -o large_read mount optionNikolaus Rath
2016-10-04fuse_mount_help(): clarify that listed options are FUSE specificNikolaus Rath
2016-10-02Extended per-file comments.Nikolaus Rath
2016-10-02fuse_mount_opts: don't keep max_read= option.Nikolaus Rath
2016-10-02Add section headings for --help outputNikolaus Rath
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath
2016-10-01Improve documentation of argument parsing.Nikolaus Rath
2016-03-29Whitespace cleanup.Nikolaus Rath
2015-08-12libfuse: fix warning mount.c:receive_fd()Miklos Szeredi
2014-07-15fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="Miklos Szeredi
2013-07-26Print help on stdout instead of stderrMiklos Szeredi
2013-06-21libfuse: set FD_CLOEXEC also when receiving device fd from fusermountMiklos Szeredi
2013-06-20libfuse: fix multiple close of device fdMiklos Szeredi
2013-02-20libfuse: use O_CLOEXEC flag when opening /dev/fuse deviceRichard W.M. Jones
2013-02-08libfuse: pass security context options to kernelDalvik Khertel
2012-07-19Remove compat functionsMiklos Szeredi
2012-07-19Remove old symbol versionsMiklos Szeredi
2012-07-04libfuse: mark some data constantMiklos Szeredi
2011-08-31Don't ignore --disable-mtabMiklos Szeredi
2011-04-15libfuse: Added support for auto_unmount optionMax Krasnyansky
2011-03-30Initialize the variable properly before passing to any functionLaszlo Papp
2011-03-30Check the negative return value after an open syscallLaszlo Papp
2010-09-28Fix option escaping for fusermount.Miklos Szeredi
2010-08-27Add NetBSD supportMiklos Szeredi
2010-01-26* Fix race if two "fusermount -u" instances are run in parallel.Miklos Szeredi
2008-06-09Fix mounting over symlinkMiklos Szeredi
2008-04-08Update error message for missing mountpoint parameterMiklos Szeredi
2008-03-25Fix memory leaks on mountMiklos Szeredi
2008-02-08Add support for atomic open(O_TRUNC)Miklos Szeredi
2007-12-12change indentingMiklos Szeredi
2007-12-12Disable old symbol versions if __UCLIBC__ is definedMiklos Szeredi
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi
2007-06-22lib: fix locking when loading a filesystem moduleMiklos Szeredi
2007-06-20Add fs subtype support to libfuse and fusermountMiklos Szeredi
2007-04-27libfuse: call umount(8) directly...Miklos Szeredi
2007-04-25update copyright datesMiklos Szeredi
2007-04-25*** empty log message ***Miklos Szeredi
2007-04-05*** empty log message ***Miklos Szeredi
2007-03-30Add support for direct mounting by libfuseMiklos Szeredi