aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Use NULL as option processor where possible.Gravatar Nikolaus Rath2016-10-09
* fuse_main_real(): use fuse_parse_cmdline().Gravatar Nikolaus Rath2016-10-09
* Added ChangeLog entry for commit 225c12aebf2d2f27e1d0.Gravatar Nikolaus Rath2016-10-09
* Added cuse unit test.Gravatar Nikolaus Rath2016-10-09
* Renamed cuses example and added test programGravatar Nikolaus Rath2016-10-09
* Increase timeouts in notify_* testsGravatar Nikolaus Rath2016-10-09
* Don't confuse lookup count for mountpoint and fileGravatar Nikolaus Rath2016-10-09
* Renamed timefsN examples to fuse_notify_*Gravatar Nikolaus Rath2016-10-09
* Include testfsN examples in Doxygen documentation.Gravatar Nikolaus Rath2016-10-09
* Renamed ioctl and poll examplesGravatar Nikolaus Rath2016-10-09
* Renamed some examples to make their function more obviousGravatar Nikolaus Rath2016-10-09
* fuse_parse_cmdline(): do not print help/version textGravatar Nikolaus Rath2016-10-09
* Added missing export of fuse_pkgversion.Gravatar Nikolaus Rath2016-10-09
* Merge pull request #80 from libfuse/master-proposedGravatar Nikolaus Rath2016-10-09
|\
| * Whitespace fix.Gravatar Nikolaus Rath2016-10-09
| * Fix valgrind warningGravatar Nikolaus Rath2016-10-09
| * Fix documentation of fuse_parse_cmdline().Gravatar Nikolaus Rath2016-10-09
| * Dropped example/null.cGravatar Nikolaus Rath2016-10-09
|/
* Added timefs3 to test notify_inval_entry.Gravatar Nikolaus Rath2016-10-08
* Add background and multithreading support to hello_ll and fuse_lo-plusGravatar Nikolaus Rath2016-10-08
* Update list of requests that can be answered with fuse_reply_none().Gravatar Nikolaus Rath2016-10-08
* testfs2: Also test fuse_notify_retrieve().Gravatar Nikolaus Rath2016-10-08
* Added timefs[12] examples.Gravatar Nikolaus Rath2016-10-08
* Added safe_sleep()Gravatar Nikolaus Rath2016-10-08
* Clarify that readdir() *may* report . and .. entries.Gravatar Nikolaus Rath2016-10-08
* Removed ``-o big_writes`` optionGravatar Nikolaus Rath2016-10-08
* Test more combinations of low-level options.Gravatar Nikolaus Rath2016-10-05
* Remove pointless aliasing of fuse_session *se to *fGravatar Nikolaus Rath2016-10-05
* Removed obsolete, unused *f member from struct fuse_session.Gravatar Nikolaus Rath2016-10-05