aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Turn fuse_operations.nopath_flag into fuse_config.nullpath_okGravatar Nikolaus Rath2016-10-20
* fuse_new(): don't accept options that don't make sense for end-usersGravatar Nikolaus Rath2016-10-20
* Document -o remember= mount option.Gravatar Nikolaus Rath2016-10-20
* Pass struct fuse_config to high-level init() handler.Gravatar Nikolaus Rath2016-10-20
* ChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORTGravatar Nikolaus Rath2016-10-20
* Accept zero value for fuse_conn_info optionsGravatar Nikolaus Rath2016-10-20
* Removed all "Introduced in..." commentsGravatar Nikolaus Rath2016-10-20
* mount.fuse(8): remove max_readahead, max_write, [a]sync_readGravatar Nikolaus Rath2016-10-20
* Do not close stdout on fuse_session_destroy()Gravatar Consus2016-10-20
* Cast to void where we deliberately ignore return valuesGravatar Nikolaus Rath2016-10-18
|\
| * Ignore some errorsGravatar Mihail Konev2016-10-18
* | Update linker scriptGravatar Nikolaus Rath2016-10-17
* | fuse_session_new(): accept --debugGravatar Nikolaus Rath2016-10-17
* | Spelling fixGravatar Nikolaus Rath2016-10-17
* | Ignore GNU Global tag files.Gravatar Nikolaus Rath2016-10-16
* | Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORTGravatar Nikolaus Rath2016-10-16
* | Default to FUSE_USE_VERSION 30Gravatar Nikolaus Rath2016-10-16
* | Various documentation updatesGravatar Nikolaus Rath2016-10-16
* | Inlined fuse_mount_help() into fuse_lowlevel_help().Gravatar Nikolaus Rath2016-10-16
* | fuse_new(): instead of listing options, refer to mount.fuse(8)Gravatar Nikolaus Rath2016-10-16
* | fuse_session_new(): instead of listing options, refer to mount.fuse(8)Gravatar Nikolaus Rath2016-10-16
* | fuse_session_new: accept -o debug as synonym for -dGravatar Nikolaus Rath2016-10-16
* | Updated man-pages.Gravatar Nikolaus Rath2016-10-16
* | Make --help output more suitable for end-userGravatar Nikolaus Rath2016-10-15
* | Removed -o nopath - it never did anythingGravatar Nikolaus Rath2016-10-15
* | Removed -o nonempty optionGravatar Nikolaus Rath2016-10-15
* | Fix documentation of -o max_write=Gravatar Nikolaus Rath2016-10-15
* | Drop -o large_read mount optionGravatar Nikolaus Rath2016-10-15
* | Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersGravatar Nikolaus Rath2016-10-15
* | Unify handling of fuse_conn_info optionsGravatar Nikolaus Rath2016-10-15
* | Merge branch 'fixup-lock-options'Gravatar Nikolaus Rath2016-10-15
|\ \ | |/ |/|
| * Re-activated lost no_remote_*lock options.Gravatar Nikolaus Rath2016-10-15
* | tests: use freshly-build fusermount (instead of system version)Gravatar Nikolaus Rath2016-10-13
* | Travis: use "make test" instead of calling pytest directlyGravatar Nikolaus Rath2016-10-13
* | Only test writeback cache if kernel is recent enough.Gravatar Nikolaus Rath2016-10-13
* | Added lost ChangeLog entries for -o writeback_cache and -o async_dio.Gravatar Nikolaus Rath2016-10-13
* | Make -o clone_fd into a parameter of session_loop_mt().Gravatar Nikolaus Rath2016-10-13
* | Move session options into sub-structGravatar Nikolaus Rath2016-10-13
* | Mention atomic_o_trunc capability in description of open() handler.Gravatar Nikolaus Rath2016-10-13
* | Use NULL for option processing function where possible.Gravatar Nikolaus Rath2016-10-13
* | Activate splice_read by default if write_buf is implemented.Gravatar Nikolaus Rath2016-10-13
|/
* do_init(): treat command line options consistentlyGravatar Nikolaus Rath2016-10-13
* Document when fuse_reply_data will use splice()Gravatar Nikolaus Rath2016-10-10
* Factored out LL_OPTIONS macroGravatar Nikolaus Rath2016-10-10
* Removed 'async_read' field in fuse_conn_infoGravatar Nikolaus Rath2016-10-10
* Make several -o NN options work againGravatar Nikolaus Rath2016-10-10
* Fix race condition in notify_* examplesGravatar Nikolaus Rath2016-10-10
* Added write cache tests.Gravatar Nikolaus Rath2016-10-10
* Use "se" instead of "f" for fuse_session pointer where possible.Gravatar Nikolaus Rath2016-10-10
* fuse_main(): extend support for printing helpGravatar Nikolaus Rath2016-10-10