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
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
2016-10-28
Clean-up doxygen documentation
Nikolaus Rath
-4
/
+4
2016-10-27
Removed some more "Changed in version x.py" comments.
Nikolaus Rath
-15
/
+0
2016-10-27
Recommend when to use -o default_permissions automatically
Nikolaus Rath
-6
/
+6
2016-10-24
fuse_session_new(): don't accept empty argv, check argv[0]
Nikolaus Rath
-5
/
+13
2016-10-20
Turn fuse_operations.nopath_flag into fuse_config.nullpath_ok
Nikolaus Rath
-25
/
+13
2016-10-20
Pass struct fuse_config to high-level init() handler.
Nikolaus Rath
-2
/
+181
2016-10-20
Removed all "Introduced in..." comments
Nikolaus Rath
-37
/
+1
2016-10-16
fuse_new(): instead of listing options, refer to mount.fuse(8)
Nikolaus Rath
-25
/
+6
2016-10-15
Make --help output more suitable for end-user
Nikolaus Rath
-6
/
+27
2016-10-15
Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers
Nikolaus Rath
-47
/
+39
2016-10-13
Make -o clone_fd into a parameter of session_loop_mt().
Nikolaus Rath
-1
/
+3
2016-10-10
fuse_main(): extend support for printing help
Nikolaus Rath
-1
/
+18
2016-10-02
Edited comments for clarity.
Nikolaus Rath
-8
/
+6
2016-10-02
Turn struct fuse_chan into an implementation detail
Nikolaus Rath
-27
/
+16
2016-10-02
Introduce separate mount/umount functions for low-level API.
Nikolaus Rath
-0
/
+26
2016-10-01
Improve documentation of argument parsing.
Nikolaus Rath
-0
/
+7
2016-09-27
Documentation improvements.
Nikolaus Rath
-1
/
+4
2016-04-23
Remove leading _ on header guards to comply with reserved identifier requirem...
Sam Stuewe
-3
/
+3
2016-04-02
Fix spelling mistake
Eric Engestrom
-1
/
+1
2016-03-09
fuse.h doc fix: The f_frsize field is not ignored by the statfs operation.
Jan Blumschein
-1
/
+1
2014-07-21
libfuse: highlevel API: fix directory file handle passed to ioctl() method
Miklos Szeredi
-0
/
+3
2014-07-15
libfuse: add flags to ->rename()
Miklos Szeredi
-2
/
+2
2014-03-05
libfuse: implement readdirplus for high-level API
Eric Wong
-3
/
+34
[next]