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
2025-06-18
fuse: add support to FUSE_NOTIFY_INC_EPOCH
Luis Henriques
-1
/
+19
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-30
Update include/fuse_kernel.h to version 7.43
Joanne Koong
-2
/
+8
2025-04-28
Add fuse_req_is_uring() to check if a req comes through io-uring
Bernd Schubert
-0
/
+5
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
-2
/
+101
2025-04-09
lib: remove second fuse_main_real_versioned declaration
Ben Dooks
-3
/
+0
2025-04-04
Fix static_assert build failure with C++ version < 11
Giulio Benetti
-3
/
+1
2025-03-19
Fix a comment typo "passed to the filesystem.n"
Bernd Schubert
-1
/
+1
2025-03-14
fuse_common.h: Convert back FUSE_CAP_ from enum to defines
Bernd Schubert
-322
/
+315
2025-02-18
Avoid nested function declarations in helper functions
Bernd Schubert
-43
/
+26
2025-02-17
Add comment for fuse_passthrough_open()
Maksim Harbachou
-0
/
+2
2025-02-10
fuse_new version fixes: Change to fuse_new_versioned
Bernd Schubert
-33
/
+10
2025-02-10
fuse_new: Fix non symboled call to _fuse_new_317
Bernd Schubert
-1
/
+1
2025-02-09
Rename to fuse_session_new_versioned
Bernd Schubert
-18
/
+7
2025-02-09
Make fuse_main a macro again and wrap that to fuse_main_fn
Bernd Schubert
-3
/
+5
2025-02-09
Rename fuse_main_real_317 to fuse_main_real_versioned
Bernd Schubert
-12
/
+15
2025-01-13
Update doxygen/comments for fuse_reply_open/fuse_reply_create
Bernd Schubert
-2
/
+4
2025-01-06
Make fuse_main_real() not symboled
Bernd Schubert
-12
/
+29
2025-01-06
Avoid global declarion of internal functions that are new in 3.17
Bernd Schubert
-28
/
+23
2025-01-03
Fix libfuse build with FUSE_USE_VERSION 30
Amir Goldstein
-1
/
+3
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
Use (u)int32_t for struct fuse_config and extend the struct
Bernd Schubert
-24
/
+34
2024-12-30
Restore compat ABI in 'struct fuse_config'
Bernd Schubert
-8
/
+8
2024-12-30
Restore compat ABI in 'struct fuse_file_info'
Bernd Schubert
-19
/
+20
2024-11-27
support FUSE_TMPFILE in the low level API
Horst Birthelmer
-0
/
+23
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-09-12
getattr: Make use of FUSE_GETATTR_FH in lowlevel examples
Bernd Schubert
-1
/
+1
2024-08-01
synchronize fuse_kernel.h with linux-6.10
Bernd Schubert
-1
/
+17
2024-07-29
Add MS_NOSYMFOLLOW compat definition
Bernd Schubert
-1
/
+8
2024-07-14
Add syslog and fatal signal handler feature
Bernd Schubert
-0
/
+29
2024-07-03
Annotate ABI sensitivness for some data structures
Bernd Schubert
-5
/
+16
2024-07-03
high-level: add fmask and dmask options
gandalfs_cat
-0
/
+8
2024-06-04
Add support for no_interrupt (#956)
yangyun50
-1
/
+11
2024-06-01
Fix compatibility issue around fuse_custom_io->clone_fd (#953)
legezywzh
-2
/
+22
2024-05-13
Enable passthrough mode for read/write operations (#919)
Amir Goldstein
-4
/
+71
2024-05-13
Add in the libfuse version a program was compiled with (#942)
Bernd Schubert
-27
/
+143
2024-05-10
Handle NO_OPEN/NO_OPENDIR support automatically (#949)
Josef Bacik
-3
/
+22
2024-05-07
fuse_common.h: fix warning on _Static_assert() (#939)
CismonX
-1
/
+1
[next]