libfuse/include
Nikolaus Rath dba6b3983a Do not pass unsupported mount options to the kernel.
The filesystem daemon is responsible for implementing eg. st_atime updates, so passing
options like relatime to the kernel results in them being silently ignored. Instead, such
options need to be interpreted (and filtered out) by the filesystem daemon.
2023-05-12 23:27:43 +01:00
..
cuse_lowlevel.h Remove leading _ on header guards to comply with reserved identifier requirements (#29) 2016-04-23 09:54:18 -07:00
fuse_common.h Update fuse_kernel.h to state of linux-6.3 2023-04-11 19:54:59 +01:00
fuse_kernel.h Update fuse_kernel.h to state of linux-6.3 2023-04-11 19:54:59 +01:00
fuse_log.h log: move fuse_log() to the public header file 2019-09-10 14:25:15 +01:00
fuse_lowlevel.h Do not pass unsupported mount options to the kernel. 2023-05-12 23:27:43 +01:00
fuse_mount_compat.h Fix MS_LAZYTIME not defined on uclibc and move all MS_* and UMOUNT_* (#753) 2023-04-06 12:37:57 +01:00
fuse_opt.h Remove leading _ on header guards to comply with reserved identifier requirements (#29) 2016-04-23 09:54:18 -07:00
fuse.h Fix doxygen warning about parameter name 2023-04-11 12:21:37 +01:00
meson.build Introduce callback for logging 2019-09-04 15:59:18 +01:00