aboutsummaryrefslogtreecommitdiff
path: root/lib/mount.c
Commit message (Expand)AuthorAge
* Fix compiler warnings of gcc-5.4.xGravatar Banglang2017-08-01
* Set IGNORE_MTAB when running under NetBSDGravatar Nikolaus Rath2016-12-23
* Improve documentation of fuse_session_unmountGravatar Nikolaus Rath2016-11-29
* Rename more things from fuse to fuse3Gravatar Przemysław Pawełczyk2016-11-28
* Make handling of -oallow_root easier to understandGravatar Nikolaus Rath2016-11-22
* Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Gravatar Nikolaus Rath2016-10-28
* Add max_read to fuse_conn_infoGravatar Nikolaus Rath2016-10-27
* Inlined fuse_mount_help() into fuse_lowlevel_help().Gravatar Nikolaus Rath2016-10-16
* Make --help output more suitable for end-userGravatar Nikolaus Rath2016-10-15
* Removed -o nonempty optionGravatar Nikolaus Rath2016-10-15
* Drop -o large_read mount optionGravatar Nikolaus Rath2016-10-15
* fuse_mount_help(): clarify that listed options are FUSE specificGravatar Nikolaus Rath2016-10-04
* Extended per-file comments.Gravatar Nikolaus Rath2016-10-02
* fuse_mount_opts: don't keep max_read= option.Gravatar Nikolaus Rath2016-10-02
* Add section headings for --help outputGravatar Nikolaus Rath2016-10-02
* Turn struct fuse_chan into an implementation detailGravatar Nikolaus Rath2016-10-02
* Improve documentation of argument parsing.Gravatar Nikolaus Rath2016-10-01
* Whitespace cleanup.Gravatar Nikolaus Rath2016-03-29
* libfuse: fix warning mount.c:receive_fd()Gravatar Miklos Szeredi2015-08-12
* fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="Gravatar Miklos Szeredi2014-07-15
* Print help on stdout instead of stderrGravatar Miklos Szeredi2013-07-26
* libfuse: set FD_CLOEXEC also when receiving device fd from fusermountGravatar Miklos Szeredi2013-06-21
* libfuse: fix multiple close of device fdGravatar Miklos Szeredi2013-06-20
* libfuse: use O_CLOEXEC flag when opening /dev/fuse deviceGravatar Richard W.M. Jones2013-02-20
* libfuse: pass security context options to kernelGravatar Dalvik Khertel2013-02-08
* Remove compat functionsGravatar Miklos Szeredi2012-07-19
* Remove old symbol versionsGravatar Miklos Szeredi2012-07-19
* libfuse: mark some data constantGravatar Miklos Szeredi2012-07-04
* Don't ignore --disable-mtabGravatar Miklos Szeredi2011-08-31
* libfuse: Added support for auto_unmount optionGravatar Max Krasnyansky2011-04-15
* Initialize the variable properly before passing to any functionGravatar Laszlo Papp2011-03-30
* Check the negative return value after an open syscallGravatar Laszlo Papp2011-03-30
* Fix option escaping for fusermount.Gravatar Miklos Szeredi2010-09-28
* Add NetBSD supportGravatar Miklos Szeredi2010-08-27
* * Fix race if two "fusermount -u" instances are run in parallel.Gravatar Miklos Szeredi2010-01-26
* Fix mounting over symlinkGravatar Miklos Szeredi2008-06-09
* Update error message for missing mountpoint parameterGravatar Miklos Szeredi2008-04-08
* Fix memory leaks on mountGravatar Miklos Szeredi2008-03-25
* Add support for atomic open(O_TRUNC)Gravatar Miklos Szeredi2008-02-08
* change indentingGravatar Miklos Szeredi2007-12-12
* Disable old symbol versions if __UCLIBC__ is definedGravatar Miklos Szeredi2007-12-12
* Clarify licence version to be "LGPLv2" for the libraryGravatar Miklos Szeredi2007-10-16
* lib: fix locking when loading a filesystem moduleGravatar Miklos Szeredi2007-06-22
* Add fs subtype support to libfuse and fusermountGravatar Miklos Szeredi2007-06-20
* libfuse: call umount(8) directly...Gravatar Miklos Szeredi2007-04-27
* update copyright datesGravatar Miklos Szeredi2007-04-25
* *** empty log message ***Gravatar Miklos Szeredi2007-04-25
* *** empty log message ***Gravatar Miklos Szeredi2007-04-05
* Add support for direct mounting by libfuseGravatar Miklos Szeredi2007-03-30
* merge up to fuse_2_6_merge1Gravatar Miklos Szeredi2007-01-19