summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)Matthias Görgens2023-04-121-3/+16
* Fix deprecated udev.get_pkgconfig_variable in mesonMatthias Goergens2023-04-071-1/+1
* Add long `--options` to fusermount (#764)Matthias Görgens2023-04-061-0/+1
* Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)Giulio Benetti2023-04-061-21/+3
* 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-282-2/+2
* Add option to specify init script locationFina Wilke2022-09-082-13/+12
* API update for fuse_loop_config additionsBernd Schubert2022-09-041-1/+1
* Revert "Increase meson min version and avoid get_pkgconfig_variable warning (...Nikolaus Rath2022-07-021-1/+1
* Increase meson min version and avoid get_pkgconfig_variable warning (#682)Bernd Schubert2022-06-201-1/+1
* Fix: fd and memory leak in mount.fuse.c (#614)lixiaokeng2021-09-061-1/+6
* use same hashbang as in rest of repositorya13460542021-08-251-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
* mount.fuse.c: fix potential memory leak in main funcZhiqiang Liu2020-11-061-2/+11
* mount.fuse.c: fix potential accessing NULL pointerZhiqiang Liu2020-11-061-1/+1
* Align help options (#500)Andrew Gaul2020-03-131-1/+1
* State GPL version in comment (#485)Dr. David Alan Gilbert2020-03-132-2/+2
* Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos2019-12-311-1/+1
* Whitelist UFSD (#451)tenzap2019-09-151-0/+1
* Install init script in /etc/ instead of $sysconfdirNikolaus Rath2019-07-091-2/+2
* Add build option to skip steps requiring root permissionsDrDaveD2019-07-042-7/+10
* Fix build with IGNORE_MTAB (#425)Michael Forney2019-06-151-0/+2
* add defines for missing SECBITs on older kernels (#409)DrDaveD2019-05-051-0/+19
* 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-092-3/+3
* fusermount: drop privileges for chdir()Sam Huffman2019-03-081-0/+2
* Added OpenAFS to type whitelistNikolaus Rath2019-01-041-0/+1
* examples: add copy_file_range() support to passthrough(_fh)Niels de Vos2018-11-191-1/+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
* Add unprivileged option in `mount.fuse3`Mattias Nissler2018-10-092-17/+198
* Don't special-case bulid of mount_util.c.Nikolaus Rath2018-09-171-11/+1
* Do not hardcode /etc/fuse.conf path.Nikolaus Rath2018-08-313-12/+29
* 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