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
2024-04-22
Use single place to define the version and increase version to 3.17.0 (#932)
Bernd Schubert
-6
/
+0
2024-04-18
Add clone_fd to custom IO (#927)
legezywzh
-0
/
+1
2024-04-02
Add more documentation for FUSE_CAP_EXPORT_SUPPORT (#917)
Bernd Schubert
-0
/
+5
2024-03-29
Add support for FUSE_CAP_HANDLE_KILLPRIV_V2
Bernd Schubert
-0
/
+17
2024-03-27
Fix FUSE_CAP_DIRECT_IO_ALLOW_MMAP - use new numerical value
Bernd Schubert
-1
/
+1
2024-03-20
Add FUSE_FILL_DIR_DEFAULTS enum (#903)
FredyVia
-0
/
+2
2024-01-20
Add processing for FUSE_CAP_HANDLE_KILLPRIV and disable it by default
bigbrotherwei
-1
/
+1
2024-01-10
Don't set FUSE_CAP_PARALLEL_DIROPS by default
Miklos Szeredi
-2
/
+0
2024-01-10
Add FUSE_CAP_DIRECT_IO_ALLOW_MMAP and use in passthrough_hp
Bernd Schubert
-0
/
+9
2024-01-10
Add in rename to FUSE_DIRECT_IO_ALLOW_MMAP
Bernd Schubert
-4
/
+6
2024-01-10
Synchronize fuse_kernel.h from current linux master
Bernd Schubert
-1
/
+62
2023-11-19
Clarify fuse_lowlevel poll() docstring (#862)
George Hilliard
-7
/
+10
2023-10-28
Update fuse_common.h (#855)
Caian Benedicto
-1
/
+1
2023-10-09
Fixes typo in fuse.h (#844)
Nikola Petrov
-1
/
+1
2023-08-08
Released fuse-3.16.1
Nikolaus Rath
-1
/
+1
2023-06-30
Make expire only function fail if no kernel support (#789)
HereThereBeDragons
-15
/
+15
2023-06-29
Clarify behavior of fuse_session_exit().
Nikolaus Rath
-3
/
+6
2023-06-09
Released 3.15.0
Nikolaus Rath
-1
/
+1
2023-05-12
Do not pass unsupported mount options to the kernel.
Nikolaus Rath
-0
/
+6
2023-04-11
Update fuse_kernel.h to state of linux-6.3
Bernd Schubert
-13
/
+244
2023-04-11
Fix doxygen warning about parameter name
Matthias Goergens
-1
/
+1
2023-04-06
Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753)
Giulio Benetti
-0
/
+42
2023-03-29
Fix typos and configure spellcheck for PRs
Yaroslav Halchenko
-2
/
+2
2023-03-26
Revert "upgrade of fuse_kernel.h based on Miklos expire_only kernel patch htt...
Nikolaus Rath
-190
/
+11
2023-03-03
Enable parallel direct writes on the same file.
Dharmendra singh
-3
/
+22
2023-03-01
Update description of keep_cache.
Nikolaus Rath
-5
/
+4
2023-02-17
Released 3.14.0
Nikolaus Rath
-1
/
+1
2023-02-09
fuse_lowlevel.h: add more setattr flags
Xiubo Li
-0
/
+8
2023-02-09
Split config.h into private and public config
Bernd Schubert
-7
/
+12
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-0
/
+1
2023-01-15
use off_t over __off64_t
psykose
-4
/
+4
2023-01-13
Released 3.13.0
Nikolaus Rath
-1
/
+1
2023-01-10
Support application-defined I/O functions for FUSE fd
Tofik Sonono
-0
/
+41
2023-01-06
adding comments and capability discovery, enum for flags moved to top of file
HereThereBeDragons
-4
/
+52
2023-01-06
upgrade of fuse_kernel.h based on Miklos expire_only kernel patch https://git...
HereThereBeDragons
-11
/
+190
2023-01-06
Initial patch provided by Miklos Szeredi <mszeredi@redhat.com>
HereThereBeDragons
-1
/
+15
2023-01-04
Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not defined
Bernd Schubert
-0
/
+12
2023-01-04
convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLS
Bernd Schubert
-2
/
+2
2023-01-02
Revert "libfuse custom communication interface"
Nikolaus Rath
-19
/
+0
2022-11-15
libfuse custom communication interface
y
-0
/
+19
2022-09-04
fuse_session_loop_mt: Accept a NULL config - use defaults
Bernd Schubert
-1
/
+1
2022-09-04
fuse-loop/fuse_do_work: Avoid lots of thread creations/destructions
Bernd Schubert
-3
/
+30
2022-09-04
API update for fuse_loop_config additions
Bernd Schubert
-20
/
+69
2022-05-02
Released 3.11.0
Nikolaus Rath
-1
/
+1
2022-04-20
patch: document ignored fill parameter of readdir
André Schröder
-0
/
+7
2022-04-17
Add missing kernel flags up to 1ULL << 33
Bernd Schubert
-0
/
+8
2022-04-08
Modify structures in libfuse to handle flags beyond 32 bits.
Dharmendra Singh
-2
/
+6
2022-01-03
Add no_rofd_flush mount option
Amir Goldstein
-0
/
+8
2022-01-03
Add support for FOPEN_NOFLUSH flag
Amir Goldstein
-1
/
+7
2021-12-12
Document possible NULL paths when directories are removed (#633)
Maximilian Heinzler
-0
/
+6
[prev]
[next]