index
:
Project-1CE/external_libfuse
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2021-10-12
Introduce API V2 for FUSE_PASSTHROUGH_OPEN
HEAD
lineage-18.1
Alessio Balsini
2021-10-12
FUSE passthrough: handle unstable kernel interface
Alessio Balsini
2021-04-17
Enable passthrough mode for read/write operations
Alessio Balsini
2020-01-10
Support FUSE_CANONICAL_PATH in libfuse
Zim
2019-11-09
Update to libfuse 3.8.0
Zim
2019-07-09
Sync fuse_kernel.h with Linux 5.2 (#433)
Kirill Smelkov
2019-05-24
Remove incorrect comment about fuse_entry_param.generation (#420)
Alan Somers
2019-04-16
Add documentation for opting out of opendir and releasedir (#391)
Chad Austin
2019-04-06
Add support for in-kernel readdir caching.
Nikolaus Rath
2019-04-06
Synchronize fuse_kernel.h with current kernel master.
Nikolaus Rath
2019-04-06
Delete FUSE_FSYNC_FDATASYNC
Nikolaus Rath
2019-04-06
Various documentation improvements
Alan Somers
2019-03-11
Defined the (*ioctl)() commands as unsigned int (#381)
Jean-Pierre André
2019-03-10
Improve documentation for the flush method (#378)
Alan Somers
2019-03-09
Improve readdir() and file handle documentation
Chad Austin
2019-03-09
Fix the changelog entry for protocol version 7.12 (#374)
Alan Somers
2019-03-08
Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)
Alan Somers
2019-01-21
Clarify documentation of fuse_lowlevel_inval_inode
Nikolaus Rath
2018-11-19
libfuse: add copy_file_range() support
Niels de Vos
2018-11-19
Update kernel API headers
Niels de Vos
2018-11-06
Document when `fuse_lowlevel_notify_*` functions may block.
Nikolaus Rath
2018-10-09
Add unprivileged option in `mount.fuse3`
Mattias Nissler
2018-09-20
Clarify what qualifies as a "related operation" for notify_inval_entry.
Nikolaus Rath
2018-09-20
Don't enable adaptive readdirplus unless fs has readdir() handler.
Nikolaus Rath
2018-08-29
return different non-zero error codes (#290)
Oded Arbel
2018-08-25
Make meson build scripts subprojects friendly
Martin Blanchard
2018-07-04
Document that access() is also called on chdir().
Nikolaus Rath
2018-07-02
fuse.h: fix typo (currenlty -> currently)
William Woodruff
2018-05-24
fix documentation for opendir in fuse_operations
Carl Edquist
2018-04-13
Drop redundant ; from FUSE_REGISTER_MODULE()
Tomohiro Kusumi
2017-11-27
Spelling (#223)
Josh Soref
2017-08-24
Dropped support for building with autotools
Nikolaus Rath
2017-08-24
Add idle_threads mount option.
Joseph Dodge
2017-08-24
Allow inode cache invalidation in high-level API
Sławek Rudnicki
2017-08-22
Document and unify error codes of fuse_lowlevel_notify_*
Nikolaus Rath
2017-08-22
Document meaning of zero telldir() offset.
Nikolaus Rath
2017-08-06
Clarified documentation for fuse_parse_cmdline()
Nikolaus Rath
2017-08-06
Clarify how the filesystem should handle open/create flags
Nikolaus Rath
2017-08-03
Simplify and fix FreeBSD fsname handling
Nikolaus Rath
2017-08-03
FreeBSD: supprt fsname= option
Baptiste Daroussin
2017-07-13
Only declare fuse_new_30() when FUSE_USE_VERSION == 30
Nikolaus Rath
2017-07-08
Added public fuse_lib_help(), bumped minor version
Nikolaus Rath
2017-07-08
Fixed description of struct fuse_conn_info->time_gran
Nikolaus Rath
2017-07-07
Error out if FUSE_USE_VERSION is not defined
Nikolaus Rath
2017-07-07
Don't use emacs' python-mode for meson files
Nikolaus Rath
2017-06-08
Clarify *_timeout semantics
Nikolaus Rath
2017-05-31
Clarify that destroy() is called without kernel connection
Nikolaus Rath
2017-05-25
Fix typo in comment.
Nikolaus Rath
2017-05-25
Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.
Nikolaus Rath
2017-04-12
Improved documentation of fuse_context.private_data
Nikolaus Rath
[next]