index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
mount.c
Age
Commit message (
Expand
)
Author
Lines
2025-04-15
mount: Add FUSE_KERN_DEVICE env variable to specify fuse kernel device
Meng Lu Wang
-2
/
+5
2025-02-19
mount: fix closing stdout/err and error logs
Vassili Tchersky
-10
/
+11
2025-01-13
Identify the FD hold by parent process
Zegang
-0
/
+17
2024-07-29
Pass through nosymfollow mount option
Tyler Hall
-0
/
+5
2024-03-07
posix_spawn style updates
Bernd Schubert
-32
/
+64
2024-03-07
Use posix_spawn instead of fork+exec
Matthias Goergens
-93
/
+89
2024-02-24
Passthrough options starting with "x-" to mtab (#894)
Matthew
-0
/
+6
2023-05-12
Do not pass unsupported mount options to the kernel.
Nikolaus Rath
-13
/
+0
2023-04-12
Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)
Matthias Görgens
-7
/
+66
2023-04-06
Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)
Giulio Benetti
-1
/
+2
2023-03-20
Add more time mount options to fusermount / fix lazytime
Bernd Schubert
-2
/
+2
2023-03-19
Add more time mount options
Bernd Schubert
-0
/
+16
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-1
/
+1
2023-01-02
update mount.c, in order to pass through -n.
Ciaran
-0
/
+1
2019-09-04
Introduce callback for logging
Stefan Hajnoczi
-10
/
+10
2017-08-01
Fix compiler warnings of gcc-5.4.x
Banglang
-1
/
+1
2016-12-23
Set IGNORE_MTAB when running under NetBSD
Nikolaus Rath
-2
/
+0
2016-11-29
Improve documentation of fuse_session_unmount
Nikolaus Rath
-1
/
+2
2016-11-28
Rename more things from fuse to fuse3
Przemysław Pawełczyk
-4
/
+4
2016-11-22
Make handling of -oallow_root easier to understand
Nikolaus Rath
-15
/
+2
2016-10-28
Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3
Nikolaus Rath
-1
/
+1
2016-10-27
Add max_read to fuse_conn_info
Nikolaus Rath
-0
/
+7
2016-10-16
Inlined fuse_mount_help() into fuse_lowlevel_help().
Nikolaus Rath
-10
/
+0
2016-10-15
Make --help output more suitable for end-user
Nikolaus Rath
-6
/
+3
2016-10-15
Removed -o nonempty option
Nikolaus Rath
-11
/
+0
2016-10-15
Drop -o large_read mount option
Nikolaus Rath
-2
/
+0
2016-10-04
fuse_mount_help(): clarify that listed options are FUSE specific
Nikolaus Rath
-1
/
+1
2016-10-02
Extended per-file comments.
Nikolaus Rath
-0
/
+2
2016-10-02
fuse_mount_opts: don't keep max_read= option.
Nikolaus Rath
-1
/
+0
2016-10-02
Add section headings for --help output
Nikolaus Rath
-2
/
+2
2016-10-02
Turn struct fuse_chan into an implementation detail
Nikolaus Rath
-49
/
+49
2016-10-01
Improve documentation of argument parsing.
Nikolaus Rath
-0
/
+2
2016-03-29
Whitespace cleanup.
Nikolaus Rath
-7
/
+7
2015-08-12
libfuse: fix warning mount.c:receive_fd()
Miklos Szeredi
-1
/
+1
2014-07-15
fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="
Miklos Szeredi
-1
/
+1
2013-07-26
Print help on stdout instead of stderr
Miklos Szeredi
-1
/
+1
2013-06-21
libfuse: set FD_CLOEXEC also when receiving device fd from fusermount
Miklos Szeredi
-0
/
+3
2013-06-20
libfuse: fix multiple close of device fd
Miklos Szeredi
-7
/
+8
2013-02-20
libfuse: use O_CLOEXEC flag when opening /dev/fuse device
Richard W.M. Jones
-1
/
+7
2013-02-08
libfuse: pass security context options to kernel
Dalvik Khertel
-0
/
+4
2012-07-19
Remove compat functions
Miklos Szeredi
-15
/
+0
2012-07-19
Remove old symbol versions
Miklos Szeredi
-3
/
+0
2012-07-04
libfuse: mark some data constant
Miklos Szeredi
-1
/
+1
2011-08-31
Don't ignore --disable-mtab
Miklos Szeredi
-0
/
+2
2011-04-15
libfuse: Added support for auto_unmount option
Max Krasnyansky
-8
/
+27
2011-03-30
Initialize the variable properly before passing to any function
Laszlo Papp
-0
/
+1
2011-03-30
Check the negative return value after an open syscall
Laszlo Papp
-2
/
+4
2010-09-28
Fix option escaping for fusermount.
Miklos Szeredi
-1
/
+1
2010-08-27
Add NetBSD support
Miklos Szeredi
-0
/
+18
2010-01-26
* Fix race if two "fusermount -u" instances are run in parallel.
Miklos Szeredi
-1
/
+1
[next]