aboutsummaryrefslogtreecommitdiffstats
path: root/util/fusermount.c
AgeCommit message (Expand)AuthorLines
2023-03-28Fix `auto_unmount` to work without `allow_other`Matthias Goergens-1/+46
2023-03-20Add more time mount options to fusermount / fix lazytimeBernd Schubert-0/+8
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-1/+1
2021-01-28Ignore "-o nonempty" (#582)Stephen Kitt-1/+2
2021-01-08fusermount: Check for argv[0] being present (#577)richardweinberger-1/+1
2020-12-27util/fusermount.c: Assume the kernel supports UMOUNT_NOFOLLOW (#574)Sargun Dhillon-23/+1
2020-12-19Add exfat to whitelist (#573)Kangjing "Chaser" Huang-0/+1
2020-03-13Align help options (#500)Andrew Gaul-1/+1
2020-03-13State GPL version in comment (#485)Dr. David Alan Gilbert-1/+1
2019-09-15Whitelist UFSD (#451)tenzap-0/+1
2019-06-15Fix build with IGNORE_MTAB (#425)Michael Forney-0/+2
2019-04-03Whitelist smb2 (#392)Peter Lemenkov-4/+5
2019-03-09Add HFS+ to filesystem whitelist (#347)1c7718e7-0/+1
2019-03-09Correctly include config.h ("" vs <>)Nikolaus Rath-2/+2
2019-03-08fusermount: drop privileges for chdir()Sam Huffman-0/+2
2019-01-04Added OpenAFS to type whitelistNikolaus Rath-0/+1
2018-11-06Avoid double unmount on normal unmount in auto_unmount mode.Kevin Vigor-11/+63
2018-10-19Add SpectrumScale/GPFS and Lustre to FS whitelistValentin Plugaru-0/+2
2018-08-31Do not hardcode /etc/fuse.conf path.Nikolaus Rath-1/+0
2018-08-09Add bcachefs to mountpoint file system whitelistDaniel Fullmer-0/+1
2018-08-05Add FAT to mountpoint file system whitelistBenjamin Barenblat-0/+1
2018-08-05Realphabetize and re-document mountpoint file system whitelistBenjamin Barenblat-4/+6
2018-07-31Add autofs to mountpoint file system whitelistRobo Shimmer-0/+1
2018-07-23fusermount: Fix memory leaksRostislav Skudnov-0/+2
2018-07-18fusermount: whitelist known-good filesystems for mountpointsJann Horn-1/+49
2018-07-18fusermount: refuse unknown optionsJann Horn-1/+7
2018-07-18fusermount: bail out on transient config read failureJann Horn-0/+9
2018-07-18fusermount: don't feed "escaped commas" into mount optionsJann Horn-1/+4
2018-07-18fusermount: prevent silent truncation of mount optionsJann Horn-3/+20
2018-05-08Fix compile-time warnings on IGNORE_MTABTomohiro Kusumi-1/+2
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk-5/+5
2016-10-28Fix memory leak in fusermount.Nikolaus Rath-7/+13
2016-10-27Removed obsolete FUSE_DEV_OLDNikolaus Rath-54/+8
2016-10-15Removed -o nonempty optionNikolaus Rath-11/+3
2014-07-15fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="Miklos Szeredi-2/+2
2013-08-26Merge remote-tracking branch 'origin/fuse_2_9_bugfix'Miklos Szeredi-0/+1
2013-08-26Add missing includesDaniel Thau-0/+1
2013-07-26Print help on stdout instead of stderrMiklos Szeredi-10/+9
2011-11-17Fix the following compile errorMiklos Szeredi-0/+1
2011-05-25Spell checking comments, etc...Reuben Hawkins-1/+1
2011-05-23cleaning up warningsReuben Hawkins-4/+24
2011-04-15fusermount: Added support for auto_unmount optionMax Krasnyansky-14/+49
2011-03-30Check the 'mtablock' for negative valueLaszlo Papp-2/+4
2011-03-30fusermount: clean up do_mount() functionMiklos Szeredi-5/+4
2011-03-30Eliminate the unused valueLaszlo Papp-1/+1
2011-03-30Fix resource leaks in fusermountLaszlo Papp-8/+10
2011-03-11In case of failure to add to /etc/mtab don't umount.Miklos Szeredi-1/+1
2011-03-11Revert "Fix cleanup in case of failed mount"Miklos Szeredi-30/+6
2011-01-31fusermount: only allow mount and umount if util-linux suppports --no-canonica...Miklos Szeredi-135/+32
2011-01-31fusermount: chdir to / before performing mount/umountMiklos Szeredi-15/+10