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
/
fuse_common.h
Age
Commit message (
Expand
)
Author
Lines
2025-08-19
tests: move struct size assertions into a test
CismonX
-10
/
+0
2025-06-27
license: s/COPYING/GPL2.txt, s/COPYING.LIB/LGPL2.txt
izxl007
-1
/
+1
2025-05-20
conn->want conversion: Fix fuse_apply_conn_info_opts()
Bernd Schubert
-19
/
+31
2025-04-30
Support request timeouts
Joanne Koong
-1
/
+7
2025-04-28
fuse_common.h: Prefix flags with 1UL
Bernd Schubert
-29
/
+29
2025-04-28
Synchronize fuse_kernel.h with linux-6.14
Bernd Schubert
-1
/
+6
2025-04-04
Fix static_assert build failure with C++ version < 11
Giulio Benetti
-3
/
+1
2025-03-14
fuse_common.h: Convert back FUSE_CAP_ from enum to defines
Bernd Schubert
-322
/
+315
2024-12-30
Convert FUSE_CAP defines to enum fuse_capability
Bernd Schubert
-315
/
+322
2024-12-30
Add 64-bit conn::{capable,want}_ext fields
Bernd Schubert
-4
/
+36
2024-12-30
Use uint32_t for libfuse_version
Bernd Schubert
-4
/
+4
2024-12-30
struct fuse_file_info extension
Bernd Schubert
-1
/
+17
2024-12-30
Use single bit for struct fuse_file_info::no_interrupt
Bernd Schubert
-1
/
+4
2024-12-30
Use (u)int32_t for struct fuse_conn_info
Bernd Schubert
-16
/
+16
2024-12-30
Add padding3 in struct fuse_file_info
Bernd Schubert
-0
/
+1
2024-12-30
Use (u)int32_t for struct fuse_file_info
Bernd Schubert
-10
/
+10
2024-12-30
Restore compat ABI in 'struct fuse_file_info'
Bernd Schubert
-4
/
+4
2024-11-21
Reallocate fuse_session buffer transparently for extended max writes
Joanne Koong
-0
/
+9
2024-11-13
Add FUSE_CAP_NO_EXPORT and use it in passthrough_hp
Bernd Schubert
-0
/
+8
2024-11-13
Add fuse_set_feature_flag() / fuse_unset_feature_flag
Bernd Schubert
-0
/
+18
2024-09-23
add version check for the fuse_loop_cfg* operations
yangyun
-2
/
+13
2024-07-14
Add syslog and fatal signal handler feature
Bernd Schubert
-0
/
+17
2024-07-03
Annotate ABI sensitivness for some data structures
Bernd Schubert
-2
/
+6
2024-06-04
Add support for no_interrupt (#956)
yangyun50
-1
/
+11
2024-05-13
Enable passthrough mode for read/write operations (#919)
Amir Goldstein
-1
/
+38
2024-05-13
Add in the libfuse version a program was compiled with (#942)
Bernd Schubert
-0
/
+12
2024-05-10
Handle NO_OPEN/NO_OPENDIR support automatically (#949)
Josef Bacik
-3
/
+8
2024-05-07
fuse_common.h: fix warning on _Static_assert() (#939)
CismonX
-1
/
+1
2024-04-22
Use single place to define the version and increase version to 3.17.0 (#932)
Bernd Schubert
-6
/
+0
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-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
2023-10-28
Update fuse_common.h (#855)
Caian Benedicto
-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
-1
/
+1
2023-06-09
Released 3.15.0
Nikolaus Rath
-1
/
+1
2023-04-11
Update fuse_kernel.h to state of linux-6.3
Bernd Schubert
-0
/
+7
2023-03-03
Enable parallel direct writes on the same file.
Dharmendra singh
-2
/
+6
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
Split config.h into private and public config
Bernd Schubert
-0
/
+5
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-0
/
+1
2023-01-13
Released 3.13.0
Nikolaus Rath
-1
/
+1
2023-01-06
adding comments and capability discovery, enum for flags moved to top of file
HereThereBeDragons
-0
/
+16
2022-09-04
fuse-loop/fuse_do_work: Avoid lots of thread creations/destructions
Bernd Schubert
-2
/
+8
2022-09-04
API update for fuse_loop_config additions
Bernd Schubert
-1
/
+44
2022-05-02
Released 3.11.0
Nikolaus Rath
-1
/
+1
[next]