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
/
fuse_lowlevel.c
Age
Commit message (
Expand
)
Author
Lines
2018-09-20
Don't enable adaptive readdirplus unless fs has readdir() handler.
Nikolaus Rath
-1
/
+2
2017-11-27
Spelling (#223)
Josh Soref
-1
/
+1
2017-08-25
do_init(): print missing capabilities if there are any.
Nikolaus Rath
-1
/
+2
2017-08-22
Document and unify error codes of fuse_lowlevel_notify_*
Nikolaus Rath
-3
/
+9
2017-08-11
Fix unused variable warnings under FreeBSD.
Nikolaus Rath
-0
/
+1
2017-08-07
Fix support for FUSE_POSIX_ACL
Marcin Sulikowski
-0
/
+2
2017-07-08
Fixed description of struct fuse_conn_info->time_gran
Nikolaus Rath
-1
/
+2
2017-06-05
getgroups(): clarify code
Nikolaus Rath
-1
/
+1
2017-06-05
Fix comparison of integers of different signs
Angelo G. Del Regno
-3
/
+3
2017-04-20
make buffer size match kernel max transfer size
Carlos Maiolino
-3
/
+5
2016-11-29
Improve documentation of fuse_session_unmount
Nikolaus Rath
-0
/
+4
2016-11-22
Make handling of -oallow_root easier to understand
Nikolaus Rath
-6
/
+17
2016-11-22
Add support for FUSE_HANDLE_KILLPRIV
Nikolaus Rath
-0
/
+3
2016-11-22
Add support for FUSE_POSIX_ACL
Nikolaus Rath
-0
/
+2
2016-11-22
Added support for FUSE_PARALLEL_DIROPS
Nikolaus Rath
-0
/
+3
2016-11-16
Enable more capabilities by default, and document defaults.
Nikolaus Rath
-1
/
+11
2016-11-16
Abort if fs requests capabilities not supported by kernel.
Nikolaus Rath
-0
/
+9
2016-11-16
Fail more nicely on max_read mismatch
Nikolaus Rath
-1
/
+4
2016-11-16
Add support for more detailed error codes from main loop
Nikolaus Rath
-0
/
+1
2016-10-27
Add max_read to fuse_conn_info
Nikolaus Rath
-0
/
+8
2016-10-25
Use "se" instead of "f" for struct fuse_session
Nikolaus Rath
-90
/
+90
2016-10-24
fuse_session_new(): don't accept empty argv, check argv[0]
Nikolaus Rath
-1
/
+11
2016-10-20
Do not close stdout on fuse_session_destroy()
Consus
-1
/
+3
2016-10-17
fuse_session_new(): accept --debug
Nikolaus Rath
-1
/
+1
2016-10-16
Inlined fuse_mount_help() into fuse_lowlevel_help().
Nikolaus Rath
-1
/
+6
2016-10-16
fuse_session_new: accept -o debug as synonym for -d
Nikolaus Rath
-0
/
+1
2016-10-15
Make --help output more suitable for end-user
Nikolaus Rath
-0
/
+6
2016-10-15
Unify handling of fuse_conn_info options
Nikolaus Rath
-99
/
+0
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
do_init(): treat command line options consistently
Nikolaus Rath
-47
/
+53
2016-10-13
Make -o clone_fd into a parameter of session_loop_mt().
Nikolaus Rath
-3
/
+1
2016-10-13
Move session options into sub-struct
Nikolaus Rath
-29
/
+28
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
/
+1
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
-8
/
+11
2016-10-10
Make several -o NN options work again
Nikolaus Rath
-5
/
+5
2016-10-10
Use "se" instead of "f" for fuse_session pointer where possible.
Nikolaus Rath
-52
/
+53
2016-10-09
Fix valgrind warning
Nikolaus Rath
-0
/
+1
2016-10-08
Removed ``-o big_writes`` option
Nikolaus Rath
-8
/
+4
2016-10-05
Remove pointless aliasing of fuse_session *se to *f
Nikolaus Rath
-34
/
+9
2016-10-04
Merge fuse_ll into fuse_session (part 8)
Nikolaus Rath
-6
/
+6
2016-10-04
Merge fuse_ll into fuse_session (part 7)
Nikolaus Rath
-34
/
+30
2016-10-04
Merge fuse_ll into fuse_session (part 5)
Nikolaus Rath
-13
/
+3
2016-10-04
Merge fuse_ll into fuse_session (part 4)
Nikolaus Rath
-9
/
+3
2016-10-04
Merge fuse_ll into fuse_session (part 3)
Nikolaus Rath
-13
/
+12
2016-10-04
Merge fuse_ll into fuse_session (part 2)
Nikolaus Rath
-115
/
+115
2016-10-04
Merge fuse_ll into fuse_session (part 1)
Nikolaus Rath
-57
/
+57
2016-10-03
Merge master fuse_chan into fuse_session.
Nikolaus Rath
-138
/
+42
[next]