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.h
Age
Commit message (
Expand
)
Author
Lines
2024-07-03
Annotate ABI sensitivness for some data structures
Bernd Schubert
-1
/
+5
2024-07-03
high-level: add fmask and dmask options
gandalfs_cat
-0
/
+8
2024-05-13
Add in the libfuse version a program was compiled with (#942)
Bernd Schubert
-23
/
+85
2024-03-20
Add FUSE_FILL_DIR_DEFAULTS enum (#903)
FredyVia
-0
/
+2
2023-10-09
Fixes typo in fuse.h (#844)
Nikola Petrov
-1
/
+1
2023-04-11
Fix doxygen warning about parameter name
Matthias Goergens
-1
/
+1
2023-03-03
Enable parallel direct writes on the same file.
Dharmendra singh
-0
/
+14
2023-02-09
Split config.h into private and public config
Bernd Schubert
-5
/
+5
2023-01-04
Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not defined
Bernd Schubert
-0
/
+12
2022-09-04
fuse_session_loop_mt: Accept a NULL config - use defaults
Bernd Schubert
-1
/
+1
2022-09-04
API update for fuse_loop_config additions
Bernd Schubert
-0
/
+3
2022-04-20
patch: document ignored fill parameter of readdir
André Schröder
-0
/
+7
2022-01-03
Add no_rofd_flush mount option
Amir Goldstein
-0
/
+8
2021-12-12
Document possible NULL paths when directories are removed (#633)
Maximilian Heinzler
-0
/
+6
2021-05-07
Fix doxygen warnings. (#600)
Junichi Uekawa
-9
/
+12
2021-03-25
Fix typos (#592)
Andrew Gaul
-5
/
+5
2020-10-03
Fix typo "retuned" -> "returned" (#553)
ferivoz
-1
/
+1
2020-08-09
Doc fixes (#537)
Junichi Uekawa
-2
/
+2
2020-01-31
Update comment for the copy_file_range operation (#497)
Florian Weimer
-3
/
+4
2020-01-27
Remove trailing comma in enums (#494)
zsugabubus
-2
/
+2
2019-12-31
Style: Fix an indention in comments (#480)
Changli Gao
-2
/
+2
2019-12-31
Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)
Bill Zissimopoulos
-0
/
+11
2019-11-03
Implement lseek operation (#457)
Yuri Per
-0
/
+7
2019-04-06
Various documentation improvements
Alan Somers
-13
/
+12
2019-03-11
Defined the (*ioctl)() commands as unsigned int (#381)
Jean-Pierre André
-3
/
+7
2019-03-10
Improve documentation for the flush method (#378)
Alan Somers
-13
/
+20
2018-11-19
libfuse: add copy_file_range() support
Niels de Vos
-0
/
+22
2018-10-09
Add unprivileged option in `mount.fuse3`
Mattias Nissler
-0
/
+10
2018-08-29
return different non-zero error codes (#290)
Oded Arbel
-0
/
+9
2018-07-02
fuse.h: fix typo (currenlty -> currently)
William Woodruff
-1
/
+1
2018-05-24
fix documentation for opendir in fuse_operations
Carl Edquist
-1
/
+1
2018-04-13
Drop redundant ; from FUSE_REGISTER_MODULE()
Tomohiro Kusumi
-1
/
+1
2017-11-27
Spelling (#223)
Josh Soref
-8
/
+8
2017-08-24
Add idle_threads mount option.
Joseph Dodge
-3
/
+7
2017-08-24
Allow inode cache invalidation in high-level API
Sławek Rudnicki
-0
/
+13
2017-08-22
Document meaning of zero telldir() offset.
Nikolaus Rath
-0
/
+6
2017-08-06
Clarify how the filesystem should handle open/create flags
Nikolaus Rath
-13
/
+46
2017-07-13
Only declare fuse_new_30() when FUSE_USE_VERSION == 30
Nikolaus Rath
-2
/
+2
2017-07-08
Added public fuse_lib_help(), bumped minor version
Nikolaus Rath
-0
/
+19
2017-05-25
Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.
Nikolaus Rath
-2
/
+10
2017-04-12
Improved documentation of fuse_context.private_data
Nikolaus Rath
-13
/
+20
2017-04-07
Document true meaning of the 'use_ino' option.
Nikolaus Rath
-1
/
+6
2016-11-29
Improve documentation of fuse_session_unmount
Nikolaus Rath
-0
/
+2
2016-11-29
Return signal value if session loop is terminated by signal and improve docum...
Nikolaus Rath
-4
/
+9
2016-11-22
Add support for FUSE_HANDLE_KILLPRIV
Nikolaus Rath
-0
/
+12
2016-11-16
Fix typo in comment
Nikolaus Rath
-1
/
+1
2016-11-16
Add support for more detailed error codes from main loop
Nikolaus Rath
-2
/
+2
2016-11-06
Fix documentation: fuse_file_info may be NULL for open files
Nikolaus Rath
-8
/
+12
2016-11-06
Removed reference to fgetattr and ftruncate (don't exist anymore)
Nikolaus Rath
-3
/
+3
2016-11-06
Fixed typo in comment.
Nikolaus Rath
-1
/
+1
[next]