aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add support for FUSE_HANDLE_KILLPRIVGravatar Nikolaus Rath2016-11-22
* Add support for FUSE_POSIX_ACLGravatar Nikolaus Rath2016-11-22
* Added support for FUSE_PARALLEL_DIROPSGravatar Nikolaus Rath2016-11-22
* Updated kernel API headers.Gravatar Nikolaus Rath2016-11-22
* Document fuse_conn_info.max_backgroundGravatar Nikolaus Rath2016-11-22
* Distinguish between mount options and libfuse optionsGravatar Nikolaus Rath2016-11-17
* Fixed manpage formatting.Gravatar Nikolaus Rath2016-11-17
* Enable more capabilities by default, and document defaults.Gravatar Nikolaus Rath2016-11-16
* Update ChangeLog to include recent documentation improvementsGravatar Nikolaus Rath2016-11-16
* Abort if fs requests capabilities not supported by kernel.Gravatar Nikolaus Rath2016-11-16
* Fail more nicely on max_read mismatchGravatar Nikolaus Rath2016-11-16
* Fix typo in commentGravatar Nikolaus Rath2016-11-16
* Add support for more detailed error codes from main loopGravatar Nikolaus Rath2016-11-16
* Fix typo in commentGravatar Nikolaus Rath2016-11-16
* Document special semantics of ENOSYS error code.Gravatar Nikolaus Rath2016-11-16
* Document "congestion_threshold" parameter.Gravatar Nikolaus Rath2016-11-16
* Make max_background and congestion_threshold "officially undocumented"Gravatar Nikolaus Rath2016-11-14
* Improve documentation of FUSE_CAP_AUTO_INVAL_DATAGravatar Nikolaus Rath2016-11-14
* Improve getattr() descriptionGravatar Nikolaus Rath2016-11-14
* Improve description of FUSE_CAP_NO_OPEN_SUPPORT flag.Gravatar Nikolaus Rath2016-11-14
* Added documentation for FUSE_CAP_FLOCK_LOCKSGravatar Nikolaus Rath2016-11-10
* Improve documentation of fuse_conn_info.time_gran.Gravatar Nikolaus Rath2016-11-10
* Make test for util-linux version more robustGravatar Nikolaus Rath2016-11-10
* Don't expect EACCESS errors as rootGravatar Nikolaus Rath2016-11-10
* Released 3.0.0-rc2Gravatar Nikolaus Rath2016-11-06
* Removed reference to developer-notes.rst (was removed earlier)Gravatar Nikolaus Rath2016-11-06
* Fixed section names in documentation indexGravatar Nikolaus Rath2016-11-06
* Fix documentation: fuse_file_info may be NULL for open filesGravatar Nikolaus Rath2016-11-06
* Removed reference to fgetattr and ftruncate (don't exist anymore)Gravatar Nikolaus Rath2016-11-06
* Fixed typo in comment.Gravatar Nikolaus Rath2016-11-06
* Don't hardcode test file name.Gravatar Nikolaus Rath2016-11-06
* Added test for fchmodGravatar Nikolaus Rath2016-11-06
* Merge pull request #109 from divinity76/patch-1Gravatar Nikolaus Rath2016-10-31
|\
| * silence bogus eclipse linter warningGravatar divinity762016-10-31
|/
* Clean-up doxygen documentationGravatar Nikolaus Rath2016-10-28
* Fix memory leak in fusermount.Gravatar Nikolaus Rath2016-10-28
* Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Gravatar Nikolaus Rath2016-10-28
* Released 3.0.0rc1Gravatar Nikolaus Rath2016-10-28
* man: Document suid requirementGravatar Mihail Konev2016-10-27
* Add max_read to fuse_conn_infoGravatar Nikolaus Rath2016-10-27
* Removed obsolete FUSE_DEV_OLDGravatar Nikolaus Rath2016-10-27
* Removed some more "Changed in version x.py" comments.Gravatar Nikolaus Rath2016-10-27
* Recommend when to use -o default_permissions automaticallyGravatar Nikolaus Rath2016-10-27
* Describe all mount options in mount.fuse(8).Gravatar Nikolaus Rath2016-10-27
* Improve documentation of -o default_permissionsGravatar Nikolaus Rath2016-10-27
* Improve documentation of capability flags.Gravatar Nikolaus Rath2016-10-27
* Improve man page titleGravatar Nikolaus Rath2016-10-27
* Clarify which mount options are intended for file-system internal use.Gravatar Nikolaus Rath2016-10-25
* Clarify difference between notify_inval_entry and notify_delete().Gravatar Nikolaus Rath2016-10-25
* Use "se" instead of "f" for struct fuse_sessionGravatar Nikolaus Rath2016-10-25