aboutsummaryrefslogtreecommitdiffstats
path: root/util/fusermount.c
AgeCommit message (Expand)AuthorLines
2025-03-13Add PanFS to whitelistjnr0006-0/+1
2025-02-17fusermount: Exclude UFSD from whitelist for 32-bit buildsBernd Schubert-0/+2
2024-10-11Add libfuse util strtol wrapperJoanne Koong-3/+11
2024-09-16fusermount: Close file descriptors with close_range() if possibleBernd Schubert-1/+26
2024-09-16fusermount: close inherited fdsMJ Harvey-1/+19
2024-08-21Rearrange util/fusermount.c umount_fuse_locked() so thatNorman Wilson-2/+4
2024-07-29Pass through nosymfollow mount optionTyler Hall-0/+2
2024-07-14Add RAMFS to fusermount permitted mount targetsBernd Schubert-0/+1
2024-04-06fusermount: Fix use of uninitialized x_mnt_opts (#924)Bernd Schubert-1/+1
2024-03-07Use posix_spawn instead of fork+execMatthias Goergens-5/+10
2024-03-05fusermount: Fix head-buffer-overflow in extract_x_optionsBernd Schubert-29/+84
2024-02-24Passthrough options starting with "x-" to mtab (#894)Matthew-2/+48
2023-08-25Add NTFS3 kernel driver fs to the whitelist of mount targets (#830)mrdvdrm-0/+1
2023-06-08Error handling for fusermount's commfd (#786)Matthias Görgens-1/+13
2023-06-08Fix memory leak (#785)Matthias Görgens-0/+3
2023-04-12Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)Matthias Görgens-3/+16
2023-04-06Add long `--options` to fusermount (#764)Matthias Görgens-0/+1
2023-04-06Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)Giulio Benetti-21/+3
2023-04-02Workaround musl bug when mountdir has whitespace (#761)Matthias Görgens-5/+58
2023-03-29Fix typos and configure spellcheck for PRsYaroslav Halchenko-1/+1
2023-03-28Review feedback: rename and commentsMatthias Goergens-3/+9
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