aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_common.h
AgeCommit message (Expand)AuthorLines
2024-12-30struct fuse_file_info extensionBernd Schubert-1/+17
2024-12-30Use single bit for struct fuse_file_info::no_interruptBernd Schubert-1/+4
2024-12-30Use (u)int32_t for struct fuse_conn_infoBernd Schubert-16/+16
2024-12-30Add padding3 in struct fuse_file_infoBernd Schubert-0/+1
2024-12-30Use (u)int32_t for struct fuse_file_infoBernd Schubert-10/+10
2024-12-30Restore compat ABI in 'struct fuse_file_info'Bernd Schubert-4/+4
2024-11-21Reallocate fuse_session buffer transparently for extended max writesJoanne Koong-0/+9
2024-11-13Add FUSE_CAP_NO_EXPORT and use it in passthrough_hpBernd Schubert-0/+8
2024-11-13Add fuse_set_feature_flag() / fuse_unset_feature_flagBernd Schubert-0/+18
2024-09-23add version check for the fuse_loop_cfg* operationsyangyun-2/+13
2024-07-14Add syslog and fatal signal handler featureBernd Schubert-0/+17
2024-07-03Annotate ABI sensitivness for some data structuresBernd Schubert-2/+6
2024-06-04Add support for no_interrupt (#956)yangyun50-1/+11
2024-05-13Enable passthrough mode for read/write operations (#919)Amir Goldstein-1/+38
2024-05-13Add in the libfuse version a program was compiled with (#942)Bernd Schubert-0/+12
2024-05-10Handle NO_OPEN/NO_OPENDIR support automatically (#949)Josef Bacik-3/+8
2024-05-07fuse_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-02Add more documentation for FUSE_CAP_EXPORT_SUPPORT (#917)Bernd Schubert-0/+5
2024-03-29Add support for FUSE_CAP_HANDLE_KILLPRIV_V2Bernd Schubert-0/+17
2024-03-27Fix FUSE_CAP_DIRECT_IO_ALLOW_MMAP - use new numerical valueBernd Schubert-1/+1
2024-01-20Add processing for FUSE_CAP_HANDLE_KILLPRIV and disable it by defaultbigbrotherwei-1/+1
2024-01-10Don't set FUSE_CAP_PARALLEL_DIROPS by defaultMiklos Szeredi-2/+0
2024-01-10Add FUSE_CAP_DIRECT_IO_ALLOW_MMAP and use in passthrough_hpBernd Schubert-0/+9
2023-10-28Update fuse_common.h (#855)Caian Benedicto-1/+1
2023-08-08Released fuse-3.16.1Nikolaus Rath-1/+1
2023-06-30Make expire only function fail if no kernel support (#789)HereThereBeDragons-1/+1
2023-06-09Released 3.15.0Nikolaus Rath-1/+1
2023-04-11Update fuse_kernel.h to state of linux-6.3Bernd Schubert-0/+7
2023-03-03Enable parallel direct writes on the same file.Dharmendra singh-2/+6
2023-03-01Update description of keep_cache.Nikolaus Rath-5/+4
2023-02-17Released 3.14.0Nikolaus Rath-1/+1
2023-02-09Split config.h into private and public configBernd Schubert-0/+5
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-0/+1
2023-01-13Released 3.13.0Nikolaus Rath-1/+1
2023-01-06adding comments and capability discovery, enum for flags moved to top of fileHereThereBeDragons-0/+16
2022-09-04fuse-loop/fuse_do_work: Avoid lots of thread creations/destructionsBernd Schubert-2/+8
2022-09-04API update for fuse_loop_config additionsBernd Schubert-1/+44
2022-05-02Released 3.11.0Nikolaus Rath-1/+1
2022-01-03Add support for FOPEN_NOFLUSH flagAmir Goldstein-1/+5
2020-10-09Released 3.10.0Nikolaus Rath-2/+2
2020-09-20Allow caching symlinks in kernel page cache. (#551)Etienne Dublé-0/+13
2020-01-27Remove trailing comma in enums (#494)zsugabubus-2/+2
2019-12-31Bump FUSE_MINOR_VERSIONNikolaus Rath-1/+1
2019-11-27Added support for FUSE_EXPLICIT_INVAL_DATA to enable (#474)Albert Chen-0/+23
2019-09-04Introduce callback for loggingStefan Hajnoczi-0/+1
2019-08-23Shorten comment.Nikolaus Rath-5/+0
2019-08-23Improve description of READDIRPLUS_AUTO.Nikolaus Rath-0/+9
2019-08-23Clarify bitfield padding issue (#445)AsumFace-2/+8
2019-04-16Add documentation for opting out of opendir and releasedir (#391)Chad Austin-0/+12