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
Age
Commit message (
Expand
)
Author
Lines
2024-07-30
Add a script to parse backtraces
Bernd Schubert
-0
/
+114
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-06-01
Fix compatibility issue around fuse_custom_io->clone_fd (#953)
legezywzh
-1
/
+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-19
Improve wording of user_allow_other usage instructions (#806)
Waldir Pimenta
-8
/
+8
2023-06-08
Error handling for fusermount's commfd (#786)
Matthias Görgens
-1
/
+13
2023-06-08
util/meson.build: don't install udev.rules if udevdir cannot be determined (#...
wdlkmpx
-3
/
+11
2023-06-08
util/mount.fuse.c: compile with linux headers < 3.5 (#798)
wdlkmpx
-0
/
+4
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-07
Fix deprecated udev.get_pkgconfig_variable in meson
Matthias Goergens
-1
/
+1
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
-2
/
+2
2022-09-08
Add option to specify init script location
Fina Wilke
-13
/
+12
2022-09-04
API update for fuse_loop_config additions
Bernd Schubert
-1
/
+1
2022-07-02
Revert "Increase meson min version and avoid get_pkgconfig_variable warning (...
Nikolaus Rath
-1
/
+1
2022-06-20
Increase meson min version and avoid get_pkgconfig_variable warning (#682)
Bernd Schubert
-1
/
+1
2021-09-06
Fix: fd and memory leak in mount.fuse.c (#614)
lixiaokeng
-1
/
+6
2021-08-25
use same hashbang as in rest of repository
a1346054
-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-11-06
mount.fuse.c: fix potential memory leak in main func
Zhiqiang Liu
-2
/
+11
2020-11-06
mount.fuse.c: fix potential accessing NULL pointer
Zhiqiang Liu
-1
/
+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
-2
/
+2
2019-12-31
Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)
Bill Zissimopoulos
-1
/
+1
2019-09-15
Whitelist UFSD (#451)
tenzap
-0
/
+1
2019-07-09
Install init script in /etc/ instead of $sysconfdir
Nikolaus Rath
-2
/
+2
2019-07-04
Add build option to skip steps requiring root permissions
DrDaveD
-7
/
+10
2019-06-15
Fix build with IGNORE_MTAB (#425)
Michael Forney
-0
/
+2
2019-05-05
add defines for missing SECBITs on older kernels (#409)
DrDaveD
-0
/
+19
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
-3
/
+3
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-19
examples: add copy_file_range() support to passthrough(_fh)
Niels de Vos
-1
/
+1
[next]