index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
fusermount.c
Age
Commit message (
Expand
)
Author
Lines
2025-07-16
fusermount: Fix the close_range ifdef
Bernd Schubert
-2
/
+2
2025-04-15
Fix build with kernel < 5.9
Giulio Benetti
-2
/
+2
2025-03-18
fusermount: prevent stdio FDs from being reused
Bernd Schubert
-27
/
+53
2025-03-14
Add PanFS to whitelist
jnr0006
-0
/
+1
2025-02-18
fusermount: Exclude UFSD from whitelist for 32-bit builds
Bernd Schubert
-0
/
+2
2024-10-11
Add libfuse util strtol wrapper
Joanne Koong
-3
/
+11
2024-09-16
fusermount: Close file descriptors with close_range() if possible
Bernd Schubert
-1
/
+26
2024-09-16
fusermount: close inherited fds
MJ Harvey
-1
/
+19
2024-08-21
Rearrange util/fusermount.c umount_fuse_locked() so that
Norman Wilson
-2
/
+4
2024-07-29
Pass through nosymfollow mount option
Tyler Hall
-0
/
+2
2024-07-14
Add RAMFS to fusermount permitted mount targets
Bernd Schubert
-0
/
+1
2024-04-06
fusermount: Fix use of uninitialized x_mnt_opts (#924)
Bernd Schubert
-1
/
+1
2024-03-07
Use posix_spawn instead of fork+exec
Matthias Goergens
-5
/
+10
2024-03-05
fusermount: Fix head-buffer-overflow in extract_x_options
Bernd Schubert
-29
/
+84
2024-02-24
Passthrough options starting with "x-" to mtab (#894)
Matthew
-2
/
+48
2023-08-25
Add NTFS3 kernel driver fs to the whitelist of mount targets (#830)
mrdvdrm
-0
/
+1
2023-06-08
Error handling for fusermount's commfd (#786)
Matthias Görgens
-1
/
+13
2023-06-08
Fix memory leak (#785)
Matthias Görgens
-0
/
+3
2023-04-12
Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)
Matthias Görgens
-3
/
+16
2023-04-06
Add long `--options` to fusermount (#764)
Matthias Görgens
-0
/
+1
2023-04-06
Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)
Giulio Benetti
-21
/
+3
2023-04-02
Workaround musl bug when mountdir has whitespace (#761)
Matthias Görgens
-5
/
+58
2023-03-29
Fix typos and configure spellcheck for PRs
Yaroslav Halchenko
-1
/
+1
2023-03-28
Review feedback: rename and comments
Matthias Goergens
-3
/
+9
2023-03-28
Fix `auto_unmount` to work without `allow_other`
Matthias Goergens
-1
/
+46
2023-03-20
Add more time mount options to fusermount / fix lazytime
Bernd Schubert
-0
/
+8
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-1
/
+1
2021-01-28
Ignore "-o nonempty" (#582)
Stephen Kitt
-1
/
+2
2021-01-08
fusermount: Check for argv[0] being present (#577)
richardweinberger
-1
/
+1
2020-12-27
util/fusermount.c: Assume the kernel supports UMOUNT_NOFOLLOW (#574)
Sargun Dhillon
-23
/
+1
2020-12-19
Add exfat to whitelist (#573)
Kangjing "Chaser" Huang
-0
/
+1
2020-03-13
Align help options (#500)
Andrew Gaul
-1
/
+1
2020-03-13
State GPL version in comment (#485)
Dr. David Alan Gilbert
-1
/
+1
2019-09-15
Whitelist UFSD (#451)
tenzap
-0
/
+1
2019-06-15
Fix build with IGNORE_MTAB (#425)
Michael Forney
-0
/
+2
2019-04-03
Whitelist smb2 (#392)
Peter Lemenkov
-4
/
+5
2019-03-09
Add HFS+ to filesystem whitelist (#347)
1c7718e7
-0
/
+1
2019-03-09
Correctly include config.h ("" vs <>)
Nikolaus Rath
-2
/
+2
2019-03-08
fusermount: drop privileges for chdir()
Sam Huffman
-0
/
+2
2019-01-04
Added OpenAFS to type whitelist
Nikolaus Rath
-0
/
+1
2018-11-06
Avoid double unmount on normal unmount in auto_unmount mode.
Kevin Vigor
-11
/
+63
2018-10-19
Add SpectrumScale/GPFS and Lustre to FS whitelist
Valentin Plugaru
-0
/
+2
2018-08-31
Do not hardcode /etc/fuse.conf path.
Nikolaus Rath
-1
/
+0
2018-08-09
Add bcachefs to mountpoint file system whitelist
Daniel Fullmer
-0
/
+1
2018-08-05
Add FAT to mountpoint file system whitelist
Benjamin Barenblat
-0
/
+1
2018-08-05
Realphabetize and re-document mountpoint file system whitelist
Benjamin Barenblat
-4
/
+6
2018-07-31
Add autofs to mountpoint file system whitelist
Robo Shimmer
-0
/
+1
2018-07-23
fusermount: Fix memory leaks
Rostislav Skudnov
-0
/
+2
2018-07-18
fusermount: whitelist known-good filesystems for mountpoints
Jann Horn
-1
/
+49
2018-07-18
fusermount: refuse unknown options
Jann Horn
-1
/
+7
[next]