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
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
2008-06-09
Fix mounting over symlink
Miklos Szeredi
-1
/
+1
2008-04-08
Update error message for missing mountpoint parameter
Miklos Szeredi
-2
/
+2
2008-03-25
Fix memory leaks on mount
Miklos Szeredi
-0
/
+2
2008-02-08
Add support for atomic open(O_TRUNC)
Miklos Szeredi
-43
/
+43
2007-12-12
change indenting
Miklos Szeredi
-481
/
+485
2007-12-12
Disable old symbol versions if __UCLIBC__ is defined
Miklos Szeredi
-2
/
+7
2007-10-16
Clarify licence version to be "LGPLv2" for the library
Miklos Szeredi
-1
/
+1
2007-06-22
lib: fix locking when loading a filesystem module
Miklos Szeredi
-5
/
+5
2007-06-20
Add fs subtype support to libfuse and fusermount
Miklos Szeredi
-11
/
+90
2007-04-27
libfuse: call umount(8) directly...
Miklos Szeredi
-0
/
+5
2007-04-25
update copyright dates
Miklos Szeredi
-1
/
+1
2007-04-25
*** empty log message ***
Miklos Szeredi
-53
/
+51
2007-04-05
*** empty log message ***
Miklos Szeredi
-1
/
+5
2007-03-30
Add support for direct mounting by libfuse
Miklos Szeredi
-27
/
+216
2007-01-19
merge up to fuse_2_6_merge1
Miklos Szeredi
-1
/
+1
[next]