summaryrefslogtreecommitdiff
path: root/lib/mount.c
Commit message (Expand)AuthorAgeFilesLines
* Do not pass unsupported mount options to the kernel.mountoptsNikolaus Rath2023-05-101-13/+0
* Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)Matthias Görgens2023-04-121-7/+66
* Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)Giulio Benetti2023-04-061-1/+2
* Add more time mount options to fusermount / fix lazytimeBernd Schubert2023-03-201-2/+2
* Add more time mount optionsBernd Schubert2023-03-191-0/+16
* Install a the configure_file (config.h) and use in headersBernd Schubert2023-01-281-1/+1
* update mount.c, in order to pass through -n.Ciaran2023-01-021-0/+1
* Introduce callback for loggingStefan Hajnoczi2019-09-041-10/+10
* Fix compiler warnings of gcc-5.4.xBanglang2017-08-011-1/+1
* Set IGNORE_MTAB when running under NetBSDNikolaus Rath2016-12-231-2/+0
* Improve documentation of fuse_session_unmountNikolaus Rath2016-11-291-1/+2
* Rename more things from fuse to fuse3Przemysław Pawełczyk2016-11-281-4/+4
* Make handling of -oallow_root easier to understandNikolaus Rath2016-11-221-15/+2
* Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath2016-10-281-1/+1
* Add max_read to fuse_conn_infoNikolaus Rath2016-10-271-0/+7
* Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath2016-10-161-10/+0
* Make --help output more suitable for end-userNikolaus Rath2016-10-151-6/+3
* Removed -o nonempty optionNikolaus Rath2016-10-151-11/+0
* Drop -o large_read mount optionNikolaus Rath2016-10-151-2/+0
* fuse_mount_help(): clarify that listed options are FUSE specificNikolaus Rath2016-10-041-1/+1
* Extended per-file comments.Nikolaus Rath2016-10-021-0/+2
* fuse_mount_opts: don't keep max_read= option.Nikolaus Rath2016-10-021-1/+0
* Add section headings for --help outputNikolaus Rath2016-10-021-2/+2
* Turn struct fuse_chan into an implementation detailNikolaus Rath2016-10-021-49/+49
* Improve documentation of argument parsing.Nikolaus Rath2016-10-011-0/+2
* Whitespace cleanup.Nikolaus Rath2016-03-291-7/+7
* libfuse: fix warning mount.c:receive_fd()Miklos Szeredi2015-08-121-1/+1
* fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="Miklos Szeredi2014-07-151-1/+1
* Print help on stdout instead of stderrMiklos Szeredi2013-07-261-1/+1
* libfuse: set FD_CLOEXEC also when receiving device fd from fusermountMiklos Szeredi2013-06-211-0/+3
* libfuse: fix multiple close of device fdMiklos Szeredi2013-06-201-7/+8
* libfuse: use O_CLOEXEC flag when opening /dev/fuse deviceRichard W.M. Jones2013-02-201-1/+7
* libfuse: pass security context options to kernelDalvik Khertel2013-02-081-0/+4
* Remove compat functionsMiklos Szeredi2012-07-191-15/+0
* Remove old symbol versionsMiklos Szeredi2012-07-191-3/+0
* libfuse: mark some data constantMiklos Szeredi2012-07-041-1/+1
* Don't ignore --disable-mtabMiklos Szeredi2011-08-311-0/+2
* libfuse: Added support for auto_unmount optionMax Krasnyansky2011-04-151-8/+27
* Initialize the variable properly before passing to any functionLaszlo Papp2011-03-301-0/+1
* Check the negative return value after an open syscallLaszlo Papp2011-03-301-2/+4
* Fix option escaping for fusermount.Miklos Szeredi2010-09-281-1/+1
* Add NetBSD supportMiklos Szeredi2010-08-271-0/+18
* * Fix race if two "fusermount -u" instances are run in parallel.Miklos Szeredi2010-01-261-1/+1
* Fix mounting over symlinkMiklos Szeredi2008-06-091-1/+1
* Update error message for missing mountpoint parameterMiklos Szeredi2008-04-081-2/+2
* Fix memory leaks on mountMiklos Szeredi2008-03-251-0/+2
* Add support for atomic open(O_TRUNC)Miklos Szeredi2008-02-081-43/+43
* change indentingMiklos Szeredi2007-12-121-481/+485
* Disable old symbol versions if __UCLIBC__ is definedfuse_2_7_2_before_indentMiklos Szeredi2007-12-121-2/+7
* Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi2007-10-161-1/+1