summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Only test writeback cache if kernel is recent enough.Nikolaus Rath2016-10-131-1/+5
* | Added lost ChangeLog entries for -o writeback_cache and -o async_dio.Nikolaus Rath2016-10-131-0/+7
* | Make -o clone_fd into a parameter of session_loop_mt().Nikolaus Rath2016-10-1314-18/+28
* | Move session options into sub-structNikolaus Rath2016-10-132-38/+40
* | Mention atomic_o_trunc capability in description of open() handler.Nikolaus Rath2016-10-131-6/+12
* | Use NULL for option processing function where possible.Nikolaus Rath2016-10-131-10/+1
* | Activate splice_read by default if write_buf is implemented.Nikolaus Rath2016-10-132-0/+5
|/
* do_init(): treat command line options consistentlyNikolaus Rath2016-10-134-50/+72
* Document when fuse_reply_data will use splice()Nikolaus Rath2016-10-101-0/+27
* Factored out LL_OPTIONS macroNikolaus Rath2016-10-101-34/+36
* Removed 'async_read' field in fuse_conn_infoNikolaus Rath2016-10-104-13/+19
* Make several -o NN options work againNikolaus Rath2016-10-101-5/+5
* Fix race condition in notify_* examplesNikolaus Rath2016-10-104-46/+62
* Added write cache tests.Nikolaus Rath2016-10-104-2/+225
* Use "se" instead of "f" for fuse_session pointer where possible.Nikolaus Rath2016-10-101-52/+53
* fuse_main(): extend support for printing helpNikolaus Rath2016-10-103-11/+87
* Use NULL as option processor where possible.Nikolaus Rath2016-10-093-27/+3
* fuse_main_real(): use fuse_parse_cmdline().Nikolaus Rath2016-10-091-11/+1
* Added ChangeLog entry for commit 225c12aebf2d2f27e1d0.Nikolaus Rath2016-10-091-0/+5
* Added cuse unit test.Nikolaus Rath2016-10-092-2/+42
* Renamed cuses example and added test programNikolaus Rath2016-10-095-6/+176
* Increase timeouts in notify_* testsNikolaus Rath2016-10-091-8/+14
* Don't confuse lookup count for mountpoint and fileNikolaus Rath2016-10-093-7/+12
* Renamed timefsN examples to fuse_notify_*Nikolaus Rath2016-10-097-50/+52
* Include testfsN examples in Doxygen documentation.Nikolaus Rath2016-10-093-139/+172
* Renamed ioctl and poll examplesNikolaus Rath2016-10-099-42/+46
* Renamed some examples to make their function more obviousNikolaus Rath2016-10-098-85/+46
* fuse_parse_cmdline(): do not print help/version textNikolaus Rath2016-10-098-62/+112
* Added missing export of fuse_pkgversion.Nikolaus Rath2016-10-091-0/+1
* Merge pull request #80 from libfuse/master-proposedNikolaus Rath2016-10-097-113/+9
|\
| * Whitespace fix.Nikolaus Rath2016-10-091-2/+2
| * Fix valgrind warningNikolaus Rath2016-10-091-0/+1
| * Fix documentation of fuse_parse_cmdline().Nikolaus Rath2016-10-091-1/+1
| * Dropped example/null.cNikolaus Rath2016-10-094-110/+5
|/
* Added timefs3 to test notify_inval_entry.Nikolaus Rath2016-10-084-2/+358
* Add background and multithreading support to hello_ll and fuse_lo-plusNikolaus Rath2016-10-082-15/+13
* Update list of requests that can be answered with fuse_reply_none().Nikolaus Rath2016-10-081-0/+2
* testfs2: Also test fuse_notify_retrieve().Nikolaus Rath2016-10-082-2/+44
* Added timefs[12] examples.Nikolaus Rath2016-10-086-3/+724
* Added safe_sleep()Nikolaus Rath2016-10-081-0/+14
* Clarify that readdir() *may* report . and .. entries.Nikolaus Rath2016-10-081-0/+3
* Removed ``-o big_writes`` optionNikolaus Rath2016-10-085-12/+14
* Test more combinations of low-level options.Nikolaus Rath2016-10-051-6/+12
* Remove pointless aliasing of fuse_session *se to *fNikolaus Rath2016-10-051-34/+9
* Removed obsolete, unused *f member from struct fuse_session.Nikolaus Rath2016-10-051-1/+0
* Merge struct fuse_ll into struct fuse_session.Nikolaus Rath2016-10-044-245/+218
|\
| * Merge fuse_ll into fuse_session (part 8)Nikolaus Rath2016-10-041-6/+6
| * Merge fuse_ll into fuse_session (part 7)Nikolaus Rath2016-10-041-34/+30
| * Merge fuse_ll into fuse_session (part 6)Nikolaus Rath2016-10-041-3/+1
| * Merge fuse_ll into fuse_session (part 5)Nikolaus Rath2016-10-041-13/+3