index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2016-10-16
Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORT
Nikolaus Rath
-5
/
+5
2016-10-16
Default to FUSE_USE_VERSION 30
Nikolaus Rath
-4
/
+3
2016-10-16
Various documentation updates
Nikolaus Rath
-363
/
+4
2016-10-16
Inlined fuse_mount_help() into fuse_lowlevel_help().
Nikolaus Rath
-21
/
+6
2016-10-16
fuse_new(): instead of listing options, refer to mount.fuse(8)
Nikolaus Rath
-25
/
+6
2016-10-16
fuse_session_new(): instead of listing options, refer to mount.fuse(8)
Nikolaus Rath
-10
/
+5
2016-10-16
fuse_session_new: accept -o debug as synonym for -d
Nikolaus Rath
-0
/
+1
2016-10-16
Updated man-pages.
Nikolaus Rath
-37
/
+68
2016-10-15
Make --help output more suitable for end-user
Nikolaus Rath
-50
/
+70
2016-10-15
Removed -o nopath - it never did anything
Nikolaus Rath
-2
/
+4
2016-10-15
Removed -o nonempty option
Nikolaus Rath
-58
/
+13
2016-10-15
Fix documentation of -o max_write=
Nikolaus Rath
-1
/
+1
2016-10-15
Drop -o large_read mount option
Nikolaus Rath
-5
/
+3
2016-10-15
Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers
Nikolaus Rath
-249
/
+164
2016-10-15
Unify handling of fuse_conn_info options
Nikolaus Rath
-162
/
+227
2016-10-15
Merge branch 'fixup-lock-options'
Nikolaus Rath
-0
/
+3
2016-10-15
Re-activated lost no_remote_*lock options.
Nikolaus Rath
-0
/
+3
2016-10-13
tests: use freshly-build fusermount (instead of system version)
Nikolaus Rath
-5
/
+36
2016-10-13
Travis: use "make test" instead of calling pytest directly
Nikolaus Rath
-1
/
+1
2016-10-13
Only test writeback cache if kernel is recent enough.
Nikolaus Rath
-1
/
+5
2016-10-13
Added lost ChangeLog entries for -o writeback_cache and -o async_dio.
Nikolaus Rath
-0
/
+7
2016-10-13
do_init(): treat command line options consistently
Nikolaus Rath
-50
/
+72
2016-10-13
Make -o clone_fd into a parameter of session_loop_mt().
Nikolaus Rath
-18
/
+28
2016-10-13
Move session options into sub-struct
Nikolaus Rath
-38
/
+40
2016-10-13
Mention atomic_o_trunc capability in description of open() handler.
Nikolaus Rath
-6
/
+12
2016-10-13
Use NULL for option processing function where possible.
Nikolaus Rath
-10
/
+1
2016-10-13
Activate splice_read by default if write_buf is implemented.
Nikolaus Rath
-0
/
+5
2016-10-10
Document when fuse_reply_data will use splice()
Nikolaus Rath
-0
/
+27
2016-10-10
Factored out LL_OPTIONS macro
Nikolaus Rath
-34
/
+36
2016-10-10
Removed 'async_read' field in fuse_conn_info
Nikolaus Rath
-13
/
+19
2016-10-10
Make several -o NN options work again
Nikolaus Rath
-5
/
+5
2016-10-10
Fix race condition in notify_* examples
Nikolaus Rath
-46
/
+62
2016-10-10
Added write cache tests.
Nikolaus Rath
-2
/
+225
2016-10-10
Use "se" instead of "f" for fuse_session pointer where possible.
Nikolaus Rath
-52
/
+53
2016-10-10
fuse_main(): extend support for printing help
Nikolaus Rath
-11
/
+87
2016-10-09
Use NULL as option processor where possible.
Nikolaus Rath
-27
/
+3
2016-10-09
fuse_main_real(): use fuse_parse_cmdline().
Nikolaus Rath
-11
/
+1
2016-10-09
Added ChangeLog entry for commit 225c12aebf2d2f27e1d0.
Nikolaus Rath
-0
/
+5
2016-10-09
Added cuse unit test.
Nikolaus Rath
-2
/
+42
2016-10-09
Renamed cuses example and added test program
Nikolaus Rath
-6
/
+176
2016-10-09
Increase timeouts in notify_* tests
Nikolaus Rath
-8
/
+14
2016-10-09
Don't confuse lookup count for mountpoint and file
Nikolaus Rath
-7
/
+12
2016-10-09
Renamed timefsN examples to fuse_notify_*
Nikolaus Rath
-50
/
+52
2016-10-09
Include testfsN examples in Doxygen documentation.
Nikolaus Rath
-139
/
+172
2016-10-09
Renamed ioctl and poll examples
Nikolaus Rath
-42
/
+46
2016-10-09
Renamed some examples to make their function more obvious
Nikolaus Rath
-85
/
+46
2016-10-09
fuse_parse_cmdline(): do not print help/version text
Nikolaus Rath
-62
/
+112
2016-10-09
Added missing export of fuse_pkgversion.
Nikolaus Rath
-0
/
+1
2016-10-09
Merge pull request #80 from libfuse/master-proposed
Nikolaus Rath
-113
/
+9
2016-10-09
Whitespace fix.
Nikolaus Rath
-2
/
+2
[next]