summaryrefslogtreecommitdiff
path: root/util/fusermount.c
Commit message (Expand)AuthorAgeFilesLines
* Workaround musl bug when mountdir has whitespace (#761)Matthias Görgens2023-04-021-5/+58
* Fix typos and configure spellcheck for PRsYaroslav Halchenko2023-03-291-1/+1
* Review feedback: rename and commentsMatthias Goergens2023-03-281-3/+9
* Fix `auto_unmount` to work without `allow_other`Matthias Goergens2023-03-281-1/+46
* Add more time mount options to fusermount / fix lazytimeBernd Schubert2023-03-201-0/+8
* Install a the configure_file (config.h) and use in headersBernd Schubert2023-01-281-1/+1
* Ignore "-o nonempty" (#582)Stephen Kitt2021-01-281-1/+2
* fusermount: Check for argv[0] being present (#577)richardweinberger2021-01-081-1/+1
* util/fusermount.c: Assume the kernel supports UMOUNT_NOFOLLOW (#574)Sargun Dhillon2020-12-271-23/+1
* Add exfat to whitelist (#573)Kangjing "Chaser" Huang2020-12-191-0/+1
* Align help options (#500)Andrew Gaul2020-03-131-1/+1
* State GPL version in comment (#485)Dr. David Alan Gilbert2020-03-131-1/+1
* Whitelist UFSD (#451)tenzap2019-09-151-0/+1
* Fix build with IGNORE_MTAB (#425)Michael Forney2019-06-151-0/+2
* Whitelist smb2 (#392)Peter Lemenkov2019-04-031-4/+5
* Add HFS+ to filesystem whitelist (#347)1c7718e72019-03-091-0/+1
* Correctly include config.h ("" vs <>)Nikolaus Rath2019-03-091-2/+2
* fusermount: drop privileges for chdir()Sam Huffman2019-03-081-0/+2
* Added OpenAFS to type whitelistNikolaus Rath2019-01-041-0/+1
* Avoid double unmount on normal unmount in auto_unmount mode.Kevin Vigor2018-11-061-11/+63
* Add SpectrumScale/GPFS and Lustre to FS whitelistValentin Plugaru2018-10-191-0/+2
* Do not hardcode /etc/fuse.conf path.Nikolaus Rath2018-08-311-1/+0
* Add bcachefs to mountpoint file system whitelistDaniel Fullmer2018-08-091-0/+1
* Add FAT to mountpoint file system whitelistBenjamin Barenblat2018-08-051-0/+1
* Realphabetize and re-document mountpoint file system whitelistBenjamin Barenblat2018-08-051-4/+6
* Add autofs to mountpoint file system whitelistRobo Shimmer2018-07-311-0/+1
* fusermount: Fix memory leaksRostislav Skudnov2018-07-231-0/+2
* fusermount: whitelist known-good filesystems for mountpointsJann Horn2018-07-181-1/+49
* fusermount: refuse unknown optionsJann Horn2018-07-181-1/+7
* fusermount: bail out on transient config read failureJann Horn2018-07-181-0/+9
* fusermount: don't feed "escaped commas" into mount optionsJann Horn2018-07-181-1/+4
* fusermount: prevent silent truncation of mount optionsJann Horn2018-07-181-3/+20
* Fix compile-time warnings on IGNORE_MTABTomohiro Kusumi2018-05-081-1/+2
* Rename more things from fuse to fuse3Przemysław Pawełczyk2016-11-281-5/+5
* Fix memory leak in fusermount.Nikolaus Rath2016-10-281-7/+13
* Removed obsolete FUSE_DEV_OLDNikolaus Rath2016-10-271-54/+8
* Removed -o nonempty optionNikolaus Rath2016-10-151-11/+3
* fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="Miklos Szeredi2014-07-151-2/+2
* Merge remote-tracking branch 'origin/fuse_2_9_bugfix'Miklos Szeredi2013-08-261-0/+1
|\
| * Add missing includesDaniel Thau2013-08-261-0/+1
* | Print help on stdout instead of stderrMiklos Szeredi2013-07-261-10/+9
|/
* Fix the following compile errorMiklos Szeredi2011-11-171-0/+1
* Spell checking comments, etc...Reuben Hawkins2011-05-251-1/+1
* cleaning up warningsReuben Hawkins2011-05-231-4/+24
* fusermount: Added support for auto_unmount optionMax Krasnyansky2011-04-151-14/+49
* Check the 'mtablock' for negative valueLaszlo Papp2011-03-301-2/+4
* fusermount: clean up do_mount() functionMiklos Szeredi2011-03-301-5/+4
* Eliminate the unused valueLaszlo Papp2011-03-301-1/+1
* Fix resource leaks in fusermountLaszlo Papp2011-03-301-8/+10
* In case of failure to add to /etc/mtab don't umount.Miklos Szeredi2011-03-111-1/+1