qemu-gpiodev/libfuse.git
2016-12-09 Nikolaus RathReleased 3.0.0 fuse-3.0.0
2016-12-04 Jay HankinsFix a grammatical error.
2016-11-29 Nikolaus RathReleased 3.0.0rc3 fuse-3.0.0rc3
2016-11-29 Nikolaus RathImprove documentation of fuse_session_unmount
2016-11-29 Nikolaus RathReturn signal value if session loop is terminated by...
2016-11-29 Nikolaus RathImprove documentation of `fuse_file_info.keep_cache`
2016-11-29 Przemyslaw... examples/passthrough_ll.c: Include <limits.h> (for...
2016-11-29 Przemyslaw... examples/passthrough_ll.c: Close root fd before applica...
2016-11-29 Przemyslaw... examples/passthrough_ll.c: Fix segfault when showing...
2016-11-29 Przemysław... Rename more things from fuse to fuse3
2016-11-23 Nikolaus RathDocument that FUSE_CAP_POSIX_ACL turns on -o default_pe...
2016-11-23 Nikolaus RathMake handling of -oallow_root easier to understand
2016-11-22 Nikolaus RathAdd support for FUSE_HANDLE_KILLPRIV
2016-11-22 Nikolaus RathAdd support for FUSE_POSIX_ACL
2016-11-22 Nikolaus RathAdded support for FUSE_PARALLEL_DIROPS
2016-11-22 Nikolaus RathUpdated kernel API headers.
2016-11-22 Nikolaus RathDocument fuse_conn_info.max_background
2016-11-17 Nikolaus RathDistinguish between mount options and libfuse options
2016-11-17 Nikolaus RathFixed manpage formatting.
2016-11-16 Nikolaus RathEnable more capabilities by default, and document defaults.
2016-11-16 Nikolaus RathUpdate ChangeLog to include recent documentation improv...
2016-11-16 Nikolaus RathAbort if fs requests capabilities not supported by...
2016-11-16 Nikolaus RathFail more nicely on max_read mismatch
2016-11-16 Nikolaus RathFix typo in comment
2016-11-16 Nikolaus RathAdd support for more detailed error codes from main...
2016-11-16 Nikolaus RathFix typo in comment
2016-11-16 Nikolaus RathDocument special semantics of ENOSYS error code.
2016-11-16 Nikolaus RathDocument "congestion_threshold" parameter.
2016-11-15 Nikolaus RathMake max_background and congestion_threshold "officiall...
2016-11-15 Nikolaus RathImprove documentation of FUSE_CAP_AUTO_INVAL_DATA
2016-11-15 Nikolaus RathImprove getattr() description
2016-11-14 Nikolaus RathImprove description of FUSE_CAP_NO_OPEN_SUPPORT flag.
2016-11-10 Nikolaus RathAdded documentation for FUSE_CAP_FLOCK_LOCKS
2016-11-10 Nikolaus RathImprove documentation of fuse_conn_info.time_gran.
2016-11-10 Nikolaus RathMake test for util-linux version more robust
2016-11-10 Nikolaus RathDon't expect EACCESS errors as root
2016-11-07 Nikolaus RathReleased 3.0.0-rc2 fuse-3.0.0rc2
2016-11-07 Nikolaus RathRemoved reference to developer-notes.rst (was removed...
2016-11-07 Nikolaus RathFixed section names in documentation index
2016-11-07 Nikolaus RathFix documentation: fuse_file_info may be NULL for open...
2016-11-07 Nikolaus RathRemoved reference to fgetattr and ftruncate (don't...
2016-11-07 Nikolaus RathFixed typo in comment.
2016-11-07 Nikolaus RathDon't hardcode test file name.
2016-11-07 Nikolaus RathAdded test for fchmod
2016-10-31 Nikolaus RathMerge pull request #109 from divinity76/patch-1
2016-10-31 divinity76silence bogus eclipse linter warning
2016-10-29 Nikolaus RathClean-up doxygen documentation
2016-10-28 Nikolaus RathFix memory leak in fusermount.
2016-10-28 Nikolaus RathRenamed fusermount / mount.fuse to fusermount3 / mount...
2016-10-28 Nikolaus RathReleased 3.0.0rc1 fuse-3.0.0rc1
2016-10-28 Mihail Konevman: Document suid requirement
2016-10-28 Nikolaus RathAdd max_read to fuse_conn_info
2016-10-28 Nikolaus RathRemoved obsolete FUSE_DEV_OLD
2016-10-28 Nikolaus RathRemoved some more "Changed in version x.py" comments.
2016-10-27 Nikolaus RathRecommend when to use -o default_permissions automatically
2016-10-27 Nikolaus RathDescribe all mount options in mount.fuse(8).
2016-10-27 Nikolaus RathImprove documentation of -o default_permissions
2016-10-27 Nikolaus RathImprove documentation of capability flags.
2016-10-27 Nikolaus RathImprove man page title
2016-10-26 Nikolaus RathClarify which mount options are intended for file-syste...
2016-10-26 Nikolaus RathClarify difference between notify_inval_entry and notif...
2016-10-26 Nikolaus RathUse "se" instead of "f" for struct fuse_session
2016-10-25 Nikolaus RathAdded debug logging to chmod
2016-10-25 Nikolaus RathFix segfault in debug logging code
2016-10-25 Nikolaus Rathfuse_session_new(): don't accept empty argv, check...
2016-10-20 Nikolaus RathTurn fuse_operations.nopath_flag into fuse_config.nullp...
2016-10-20 Nikolaus Rathfuse_new(): don't accept options that don't make sense...
2016-10-20 Nikolaus RathDocument -o remember= mount option.
2016-10-20 Nikolaus RathPass struct fuse_config to high-level init() handler.
2016-10-20 Nikolaus RathChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORT
2016-10-20 Nikolaus RathAccept zero value for fuse_conn_info options
2016-10-20 Nikolaus RathRemoved all "Introduced in..." comments
2016-10-20 Nikolaus Rathmount.fuse(8): remove max_readahead, max_write, [a...
2016-10-20 ConsusDo not close stdout on fuse_session_destroy()
2016-10-19 Nikolaus RathCast to void where we deliberately ignore return values
2016-10-18 Mihail KonevIgnore some errors
2016-10-18 Nikolaus RathUpdate linker script
2016-10-18 Nikolaus Rathfuse_session_new(): accept --debug
2016-10-18 Nikolaus RathSpelling fix
2016-10-17 Nikolaus RathIgnore GNU Global tag files.
2016-10-16 Nikolaus RathMention that low-level fs need to set FUSE_CAP_EXPORT_S...
2016-10-16 Nikolaus RathDefault to FUSE_USE_VERSION 30
2016-10-16 Nikolaus RathVarious documentation updates
2016-10-16 Nikolaus RathInlined fuse_mount_help() into fuse_lowlevel_help().
2016-10-16 Nikolaus Rathfuse_new(): instead of listing options, refer to mount...
2016-10-16 Nikolaus Rathfuse_session_new(): instead of listing options, refer...
2016-10-16 Nikolaus Rathfuse_session_new: accept -o debug as synonym for -d
2016-10-16 Nikolaus RathUpdated man-pages.
2016-10-16 Nikolaus RathMake --help output more suitable for end-user
2016-10-16 Nikolaus RathRemoved -o nopath - it never did anything
2016-10-16 Nikolaus RathRemoved -o nonempty option
2016-10-16 Nikolaus RathFix documentation of -o max_write=
2016-10-16 Nikolaus RathDrop -o large_read mount option
2016-10-16 Nikolaus RathPass fuse_file_info to getattr, chown, chmod, truncate...
2016-10-15 Nikolaus RathUnify handling of fuse_conn_info options
2016-10-15 Nikolaus RathMerge branch 'fixup-lock-options'
2016-10-15 Nikolaus RathRe-activated lost no_remote_*lock options.
2016-10-13 Nikolaus Rathtests: use freshly-build fusermount (instead of system...
2016-10-13 Nikolaus RathTravis: use "make test" instead of calling pytest directly
2016-10-13 Nikolaus RathOnly test writeback cache if kernel is recent enough.
next