index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
example
Age
Commit message (
Expand
)
Author
Lines
2017-08-11
Don't build passthrough_ll under BSD.
Nikolaus Rath
-2
/
+7
2017-08-06
Added writeback cache to passthrough_ll
Nikolaus Rath
-2
/
+46
2017-08-06
Removed compat stuff in passthrough_ll
Nikolaus Rath
-42
/
+0
2017-08-04
passthrough_ll: added more debugging output
Nikolaus Rath
-1
/
+20
2017-08-03
Fix compilation on 32bit systems
Nikolaus Rath
-6
/
+6
2017-08-01
Fix compiler warnings of gcc-5.4.x
Banglang
-2
/
+2
2017-07-08
Added public fuse_lib_help(), bumped minor version
Nikolaus Rath
-12
/
+12
2017-06-05
examples/passthrough_ll: added support for create()
Nikolaus Rath
-1
/
+23
2017-06-05
example/passthrough_ll: added write support
Nikolaus Rath
-1
/
+21
2017-05-31
notify_store_retrieve(): fix race on unmount
Nikolaus Rath
-4
/
+11
2017-05-31
example/notify_store_retrieve: add debugging code for issue #105.
Nikolaus Rath
-2
/
+10
2017-05-31
Revert "example/passthrough.c: add debugging code for issue #157."
Nikolaus Rath
-9
/
+2
2017-05-25
passthrough_ll: document that fuse_ino_t and uintptr_t sizes must match
Nikolaus Rath
-0
/
+13
2017-05-25
example/passthrough.c: add debugging code for issue #157.
Nikolaus Rath
-2
/
+9
2017-04-07
passthrough: implemented create()
Nikolaus Rath
-0
/
+14
2017-04-07
example/passthrough: use fi->fh for read, write, fallocate
Nikolaus Rath
-7
/
+21
2017-04-07
passthrough:truncate(): work on file descriptor when possible
Nikolaus Rath
-2
/
+4
2017-04-07
example/passthrough: close open files in release()
Nikolaus Rath
-5
/
+2
2017-04-07
passthrough, passthrough_fh: disable attribute caching
Nikolaus Rath
-0
/
+24
2017-04-07
passthrough_ll: document that functionality is restricted
Nikolaus Rath
-1
/
+5
2017-03-28
hello.c: don't use constant instead of magic number
guraga
-1
/
+1
2017-03-15
passthrough_fh: declare support for . and .. lookups.
Nikolaus Rath
-0
/
+8
2017-01-12
Added experimental support for building with Meson+Ninja
Nikolaus Rath
-0
/
+31
2017-01-12
Replaced evil pointer magic with offsetof()
Nikolaus Rath
-2
/
+2
2017-01-11
Return with exitcode 0 if there are no errors.
Nikolaus Rath
-0
/
+1
2016-12-23
Added documentation and test case for null example
Nikolaus Rath
-5
/
+8
2016-12-23
Fixed use of uninitialized memory.
Nikolaus Rath
-0
/
+1
2016-12-23
Revert "Dropped example/null.c"
Csaba Henk
-1
/
+139
2016-12-04
Fix a grammatical error.
Jay Hankins
-1
/
+1
2016-11-28
examples/passthrough_ll.c: Include <limits.h> (for PATH_MAX macro).
Przemyslaw Pawelczyk
-0
/
+1
2016-11-28
examples/passthrough_ll.c: Close root fd before application ends.
Przemyslaw Pawelczyk
-0
/
+3
2016-11-28
examples/passthrough_ll.c: Fix segfault when showing help or version.
Przemyslaw Pawelczyk
-1
/
+2
2016-10-31
silence bogus eclipse linter warning
divinity76
-0
/
+1
2016-10-28
Clean-up doxygen documentation
Nikolaus Rath
-89
/
+41
2016-10-20
Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok
Nikolaus Rath
-0
/
+1
2016-10-20
fuse_new(): don't accept options that don't make sense for end-users
Nikolaus Rath
-0
/
+27
2016-10-15
Make --help output more suitable for end-user
Nikolaus Rath
-10
/
+5
2016-10-15
Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers
Nikolaus Rath
-44
/
+55
2016-10-15
Unify handling of fuse_conn_info options
Nikolaus Rath
-5
/
+0
2016-10-13
Make -o clone_fd into a parameter of session_loop_mt().
Nikolaus Rath
-5
/
+5
2016-10-10
Fix race condition in notify_* examples
Nikolaus Rath
-33
/
+54
2016-10-10
fuse_main(): extend support for printing help
Nikolaus Rath
-10
/
+66
2016-10-09
Use NULL as option processor where possible.
Nikolaus Rath
-27
/
+3
2016-10-09
Renamed cuses example and added test program
Nikolaus Rath
-6
/
+174
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
-40
/
+41
2016-10-09
Include testfsN examples in Doxygen documentation.
Nikolaus Rath
-139
/
+172
2016-10-09
Renamed ioctl and poll examples
Nikolaus Rath
-36
/
+40
2016-10-09
Renamed some examples to make their function more obvious
Nikolaus Rath
-14
/
+35
2016-10-09
fuse_parse_cmdline(): do not print help/version text
Nikolaus Rath
-12
/
+94
[next]