index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2020-10-09
Released 3.10.0
Nikolaus Rath
-2
/
+2
2020-10-03
Fix typo "retuned" -> "returned" (#553)
ferivoz
-1
/
+1
2020-09-20
Allow caching symlinks in kernel page cache. (#551)
Etienne Dublé
-0
/
+13
2020-08-09
Define fuse_session_loop_mt as a macro on uclibc and MacOS (#532)
asafkahlon
-0
/
+5
2020-08-09
Doc fixes (#537)
Junichi Uekawa
-2
/
+2
2020-01-31
Update comment for the copy_file_range operation (#497)
Florian Weimer
-3
/
+4
2020-01-27
Remove trailing comma in enums (#494)
zsugabubus
-6
/
+6
2019-12-31
Style: Fix an indention in comments (#480)
Changli Gao
-2
/
+2
2019-12-31
Bump FUSE_MINOR_VERSION
Nikolaus Rath
-1
/
+1
2019-12-31
Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)
Bill Zissimopoulos
-1
/
+18
2019-11-27
Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)
Albert Chen
-0
/
+23
2019-11-03
Implement lseek operation (#457)
Yuri Per
-0
/
+40
2019-09-10
log: move fuse_log() to the public header file
Stefan Hajnoczi
-0
/
+8
2019-09-04
Introduce callback for logging
Stefan Hajnoczi
-1
/
+76
2019-08-23
Shorten comment.
Nikolaus Rath
-5
/
+0
2019-08-23
Improve description of READDIRPLUS_AUTO.
Nikolaus Rath
-0
/
+9
2019-08-23
Clarify bitfield padding issue (#445)
AsumFace
-2
/
+8
2019-07-09
Sync fuse_kernel.h with Linux 5.2 (#433)
Kirill Smelkov
-1
/
+24
2019-05-24
Remove incorrect comment about fuse_entry_param.generation (#420)
Alan Somers
-3
/
+0
2019-04-16
Add documentation for opting out of opendir and releasedir (#391)
Chad Austin
-0
/
+19
2019-04-06
Add support for in-kernel readdir caching.
Nikolaus Rath
-5
/
+13
2019-04-06
Synchronize fuse_kernel.h with current kernel master.
Nikolaus Rath
-2
/
+18
2019-04-06
Delete FUSE_FSYNC_FDATASYNC
Nikolaus Rath
-7
/
+0
2019-04-06
Various documentation improvements
Alan Somers
-18
/
+28
2019-03-11
Defined the (*ioctl)() commands as unsigned int (#381)
Jean-Pierre André
-5
/
+12
2019-03-10
Improve documentation for the flush method (#378)
Alan Somers
-15
/
+26
2019-03-09
Improve readdir() and file handle documentation
Chad Austin
-11
/
+22
2019-03-09
Fix the changelog entry for protocol version 7.12 (#374)
Alan Somers
-1
/
+1
2019-03-08
Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)
Alan Somers
-0
/
+7
2019-01-21
Clarify documentation of fuse_lowlevel_inval_inode
Nikolaus Rath
-8
/
+8
2018-11-19
libfuse: add copy_file_range() support
Niels de Vos
-45
/
+117
2018-11-19
Update kernel API headers
Niels de Vos
-1
/
+7
2018-11-06
Document when `fuse_lowlevel_notify_*` functions may block.
Nikolaus Rath
-0
/
+13
2018-10-09
Add unprivileged option in `mount.fuse3`
Mattias Nissler
-0
/
+10
2018-09-20
Clarify what qualifies as a "related operation" for notify_inval_entry.
Nikolaus Rath
-6
/
+13
2018-09-20
Don't enable adaptive readdirplus unless fs has readdir() handler.
Nikolaus Rath
-4
/
+15
2018-08-29
return different non-zero error codes (#290)
Oded Arbel
-0
/
+9
2018-08-25
Make meson build scripts subprojects friendly
Martin Blanchard
-1
/
+0
2018-07-04
Document that access() is also called on chdir().
Nikolaus Rath
-3
/
+3
2018-07-02
fuse.h: fix typo (currenlty -> currently)
William Woodruff
-1
/
+1
2018-05-24
fix documentation for opendir in fuse_operations
Carl Edquist
-1
/
+1
2018-04-13
Drop redundant ; from FUSE_REGISTER_MODULE()
Tomohiro Kusumi
-1
/
+1
2017-11-27
Spelling (#223)
Josh Soref
-12
/
+12
2017-08-24
Dropped support for building with autotools
Nikolaus Rath
-14
/
+0
2017-08-24
Add idle_threads mount option.
Joseph Dodge
-7
/
+38
2017-08-24
Allow inode cache invalidation in high-level API
Sławek Rudnicki
-0
/
+13
2017-08-22
Document and unify error codes of fuse_lowlevel_notify_*
Nikolaus Rath
-12
/
+31
2017-08-22
Document meaning of zero telldir() offset.
Nikolaus Rath
-15
/
+13
2017-08-06
Clarified documentation for fuse_parse_cmdline()
Nikolaus Rath
-0
/
+3
2017-08-06
Clarify how the filesystem should handle open/create flags
Nikolaus Rath
-25
/
+75
[next]