aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mount.c
AgeCommit message (Expand)AuthorLines
2025-09-19fuse_log: Add __attribute__((format(printf, ) and fix warningsBernd Schubert-1/+1
2025-06-27license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txtizxl007-1/+1
2025-04-15mount: Add FUSE_KERN_DEVICE env variable to specify fuse kernel deviceMeng Lu Wang-2/+5
2025-02-19mount: fix closing stdout/err and error logsVassili Tchersky-10/+11
2025-01-13Identify the FD hold by parent processZegang-0/+17
2024-07-29Pass through nosymfollow mount optionTyler Hall-0/+5
2024-03-07posix_spawn style updatesBernd Schubert-32/+64
2024-03-07Use posix_spawn instead of fork+execMatthias Goergens-93/+89
2024-02-24Passthrough options starting with "x-" to mtab (#894)Matthew-0/+6
2023-05-12Do not pass unsupported mount options to the kernel.Nikolaus Rath-13/+0
2023-04-12Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)Matthias Görgens-7/+66
2023-04-06Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)Giulio Benetti-1/+2
2023-03-20Add more time mount options to fusermount / fix lazytimeBernd Schubert-2/+2
2023-03-19Add more time mount optionsBernd Schubert-0/+16
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-1/+1
2023-01-02update mount.c, in order to pass through -n.Ciaran-0/+1
2019-09-04Introduce callback for loggingStefan Hajnoczi-10/+10
2017-08-01Fix compiler warnings of gcc-5.4.xBanglang-1/+1
2016-12-23Set IGNORE_MTAB when running under NetBSDNikolaus Rath-2/+0
2016-11-29Improve documentation of fuse_session_unmountNikolaus Rath-1/+2
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk-4/+4
2016-11-22Make handling of -oallow_root easier to understandNikolaus Rath-15/+2
2016-10-28Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath-1/+1
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath-0/+7
2016-10-16Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath-10/+0
2016-10-15Make --help output more suitable for end-userNikolaus Rath-6/+3
2016-10-15Removed -o nonempty optionNikolaus Rath-11/+0
2016-10-15Drop -o large_read mount optionNikolaus Rath-2/+0
2016-10-04fuse_mount_help(): clarify that listed options are FUSE specificNikolaus Rath-1/+1
2016-10-02Extended per-file comments.Nikolaus Rath-0/+2
2016-10-02fuse_mount_opts: don't keep max_read= option.Nikolaus Rath-1/+0
2016-10-02Add section headings for --help outputNikolaus Rath-2/+2
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath-49/+49
2016-10-01Improve documentation of argument parsing.Nikolaus Rath-0/+2
2016-03-29Whitespace cleanup.Nikolaus Rath-7/+7
2015-08-12libfuse: fix warning mount.c:receive_fd()Miklos Szeredi-1/+1
2014-07-15fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="Miklos Szeredi-1/+1
2013-07-26Print help on stdout instead of stderrMiklos Szeredi-1/+1
2013-06-21libfuse: set FD_CLOEXEC also when receiving device fd from fusermountMiklos Szeredi-0/+3
2013-06-20libfuse: fix multiple close of device fdMiklos Szeredi-7/+8
2013-02-20libfuse: use O_CLOEXEC flag when opening /dev/fuse deviceRichard W.M. Jones-1/+7
2013-02-08libfuse: pass security context options to kernelDalvik Khertel-0/+4
2012-07-19Remove compat functionsMiklos Szeredi-15/+0
2012-07-19Remove old symbol versionsMiklos Szeredi-3/+0
2012-07-04libfuse: mark some data constantMiklos Szeredi-1/+1
2011-08-31Don't ignore --disable-mtabMiklos Szeredi-0/+2
2011-04-15libfuse: Added support for auto_unmount optionMax Krasnyansky-8/+27
2011-03-30Initialize the variable properly before passing to any functionLaszlo Papp-0/+1
2011-03-30Check the negative return value after an open syscallLaszlo Papp-2/+4
2010-09-28Fix option escaping for fusermount.Miklos Szeredi-1/+1