| 2016-10-26 | Nikolaus Rath | Use "se" instead of "f" for struct fuse_session | commit | commitdiff | tree | snapshot | 
| 2016-10-25 | Nikolaus Rath | Added debug logging to chmod | commit | commitdiff | tree | snapshot | 
| 2016-10-25 | Nikolaus Rath | Fix segfault in debug logging code | commit | commitdiff | tree | snapshot | 
| 2016-10-25 | Nikolaus Rath | fuse_session_new(): don't accept empty argv, check... | commit | commitdiff | tree | snapshot | 
| 2016-10-20 | Nikolaus Rath | Turn fuse_operations.nopath_flag into fuse_config.nullp... | commit | commitdiff | tree | snapshot | 
| 2016-10-20 | Nikolaus Rath | fuse_new(): don't accept options that don't make sense... | commit | commitdiff | tree | snapshot | 
| 2016-10-20 | Nikolaus Rath | Document -o remember= mount option. | commit | commitdiff | tree | snapshot | 
| 2016-10-20 | Nikolaus Rath | Pass struct fuse_config to high-level init() handler. | commit | commitdiff | tree | snapshot | 
| 2016-10-20 | Nikolaus Rath | ChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORT | commit | commitdiff | tree | snapshot | 
| 2016-10-20 | Nikolaus Rath | Accept zero value for fuse_conn_info options | commit | commitdiff | tree | snapshot | 
| 2016-10-20 | Nikolaus Rath | Removed all "Introduced in..." comments | commit | commitdiff | tree | snapshot | 
| 2016-10-20 | Nikolaus Rath | mount.fuse(8): remove max_readahead, max_write, [a... | commit | commitdiff | tree | snapshot | 
| 2016-10-20 | Consus | Do not close stdout on fuse_session_destroy() | commit | commitdiff | tree | snapshot | 
| 2016-10-19 | Nikolaus Rath | Cast to void where we deliberately ignore return values | commit | commitdiff | tree | snapshot | 
| 2016-10-18 | Mihail Konev | Ignore some errors | commit | commitdiff | tree | snapshot | 
| 2016-10-18 | Nikolaus Rath | Update linker script | commit | commitdiff | tree | snapshot | 
| 2016-10-18 | Nikolaus Rath | fuse_session_new(): accept --debug | commit | commitdiff | tree | snapshot | 
| 2016-10-18 | Nikolaus Rath | Spelling fix | commit | commitdiff | tree | snapshot | 
| 2016-10-17 | Nikolaus Rath | Ignore GNU Global tag files. | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | Mention that low-level fs need to set FUSE_CAP_EXPORT_S... | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | Default to FUSE_USE_VERSION 30 | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | Various documentation updates | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | Inlined fuse_mount_help() into fuse_lowlevel_help(). | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | fuse_new(): instead of listing options, refer to mount... | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | fuse_session_new(): instead of listing options, refer... | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | fuse_session_new: accept -o debug as synonym for -d | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | Updated man-pages. | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | Make --help output more suitable for end-user | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | Removed -o nopath - it never did anything | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | Removed -o nonempty option | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | Fix documentation of -o max_write= | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | Drop -o large_read mount option | commit | commitdiff | tree | snapshot | 
| 2016-10-16 | Nikolaus Rath | Pass fuse_file_info to getattr, chown, chmod, truncate... | commit | commitdiff | tree | snapshot | 
| 2016-10-15 | Nikolaus Rath | Unify handling of fuse_conn_info options | commit | commitdiff | tree | snapshot | 
| 2016-10-15 | Nikolaus Rath | Merge branch 'fixup-lock-options' | commit | commitdiff | tree | snapshot | 
| 2016-10-15 | Nikolaus Rath | Re-activated lost no_remote_*lock options. | commit | commitdiff | tree | snapshot | 
| 2016-10-13 | Nikolaus Rath | tests: use freshly-build fusermount (instead of system... | commit | commitdiff | tree | snapshot | 
| 2016-10-13 | Nikolaus Rath | Travis: use "make test" instead of calling pytest directly | commit | commitdiff | tree | snapshot | 
| 2016-10-13 | Nikolaus Rath | Only test writeback cache if kernel is recent enough. | commit | commitdiff | tree | snapshot | 
| 2016-10-13 | Nikolaus Rath | Added lost ChangeLog entries for -o writeback_cache... | commit | commitdiff | tree | snapshot | 
| 2016-10-13 | Nikolaus Rath | do_init(): treat command line options consistently | commit | commitdiff | tree | snapshot | 
| 2016-10-13 | Nikolaus Rath | Make -o clone_fd into a parameter of session_loop_mt(). | commit | commitdiff | tree | snapshot | 
| 2016-10-13 | Nikolaus Rath | Move session options into sub-struct | commit | commitdiff | tree | snapshot | 
| 2016-10-13 | Nikolaus Rath | Mention atomic_o_trunc capability in description of... | commit | commitdiff | tree | snapshot | 
| 2016-10-13 | Nikolaus Rath | Use NULL for option processing function where possible. | commit | commitdiff | tree | snapshot | 
| 2016-10-13 | Nikolaus Rath | Activate splice_read by default if write_buf is impleme... | commit | commitdiff | tree | snapshot | 
| 2016-10-11 | Nikolaus Rath | Document when fuse_reply_data will use splice() | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Factored out LL_OPTIONS macro | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Removed 'async_read' field in fuse_conn_info | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Make several -o NN options work again | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Fix race condition in notify_* examples | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Added write cache tests. | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Use "se" instead of "f" for fuse_session pointer where... | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | fuse_main(): extend support for printing help | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Use NULL as option processor where possible. | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | fuse_main_real(): use fuse_parse_cmdline(). | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Added ChangeLog entry for commit 225c12aebf2d2f27e1d0. | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Added cuse unit test. | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Renamed cuses example and added test program | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Increase timeouts in notify_* tests | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Don't confuse lookup count for mountpoint and file | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Renamed timefsN examples to fuse_notify_* | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Include testfsN examples in Doxygen documentation. | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Renamed ioctl and poll examples | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Renamed some examples to make their function more obvious | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | fuse_parse_cmdline(): do not print help/version text | commit | commitdiff | tree | snapshot | 
| 2016-10-10 | Nikolaus Rath | Added missing export of fuse_pkgversion. | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | Merge pull request #80 from libfuse/master-proposed | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | Whitespace fix. | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | Fix valgrind warning | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | Fix documentation of fuse_parse_cmdline(). | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | Dropped example/null.c | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | Added timefs3 to test notify_inval_entry. | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | Add background and multithreading support to hello_ll... | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | Update list of requests that can be answered with fuse_... | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | testfs2: Also test fuse_notify_retrieve(). | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | Added timefs[12] examples. | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | Added safe_sleep() | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | Clarify that readdir() *may* report . and .. entries. | commit | commitdiff | tree | snapshot | 
| 2016-10-09 | Nikolaus Rath | Removed ``-o big_writes`` option | commit | commitdiff | tree | snapshot | 
| 2016-10-06 | Nikolaus Rath | Test more combinations of low-level options. | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | Remove pointless aliasing of fuse_session *se to *f | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | Removed obsolete, unused *f member from struct fuse_ses... | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | Merge struct fuse_ll into struct fuse_session. | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | Merge fuse_ll into fuse_session (part 8) | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | Merge fuse_ll into fuse_session (part 7) | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | Merge fuse_ll into fuse_session (part 6) | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | Merge fuse_ll into fuse_session (part 5) | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | Merge fuse_ll into fuse_session (part 4) | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | Merge fuse_ll into fuse_session (part 3) | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | Merge fuse_ll into fuse_session (part 2) | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | Merge fuse_ll into fuse_session (part 1) | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | fuse_mount_help(): clarify that listed options are... | commit | commitdiff | tree | snapshot | 
| 2016-10-05 | Nikolaus Rath | Clarified purpose of helper.c, moved *version() to... | commit | commitdiff | tree | snapshot | 
| 2016-10-04 | Nikolaus Rath | Merge branch 'fix-root-umount' | commit | commitdiff | tree | snapshot | 
| 2016-10-04 | Nikolaus Rath | fuse_session_unmount(): fix unmounting as root | commit | commitdiff | tree | snapshot | 
| 2016-10-04 | Nikolaus Rath | Merge master fuse_chan into fuse_session. | commit | commitdiff | tree | snapshot | 
| 2016-10-04 | Nikolaus Rath | fuse_lowlevel_notify_poll(): use master channel | commit | commitdiff | tree | snapshot | 
| 2016-10-04 | Nikolaus Rath | Store struct fuse_session* in struct fuse_req | commit | commitdiff | tree | snapshot | 
| 2016-10-04 | Nikolaus Rath | fuse_session_process_buf(): improve documentation | commit | commitdiff | tree | snapshot | 
| next |