summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Released 3.0.0rc1fuse-3.0.0rc1Nikolaus Rath2016-10-283-3/+8
* man: Document suid requirementMihail Konev2016-10-271-2/+2
* Add max_read to fuse_conn_infoNikolaus Rath2016-10-277-1/+50
* Removed obsolete FUSE_DEV_OLDNikolaus Rath2016-10-271-54/+8
* Removed some more "Changed in version x.py" comments.Nikolaus Rath2016-10-273-20/+0
* Recommend when to use -o default_permissions automaticallyNikolaus Rath2016-10-273-6/+15
* Describe all mount options in mount.fuse(8).Nikolaus Rath2016-10-272-78/+99
* Improve documentation of -o default_permissionsNikolaus Rath2016-10-271-1/+9
* Improve documentation of capability flags.Nikolaus Rath2016-10-271-18/+83
* Improve man page titleNikolaus Rath2016-10-271-1/+1
* Clarify which mount options are intended for file-system internal use.Nikolaus Rath2016-10-251-7/+9
* Clarify difference between notify_inval_entry and notify_delete().Nikolaus Rath2016-10-251-3/+8
* Use "se" instead of "f" for struct fuse_sessionNikolaus Rath2016-10-252-106/+106
* Added debug logging to chmodNikolaus Rath2016-10-241-1/+8
* Fix segfault in debug logging codeNikolaus Rath2016-10-242-18/+36
* fuse_session_new(): don't accept empty argv, check argv[0]Nikolaus Rath2016-10-244-6/+34
* Turn fuse_operations.nopath_flag into fuse_config.nullpath_okNikolaus Rath2016-10-206-34/+25
* fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath2016-10-206-36/+31
* Document -o remember= mount option.Nikolaus Rath2016-10-201-3/+6
* Pass struct fuse_config to high-level init() handler.Nikolaus Rath2016-10-205-36/+195
* ChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORTNikolaus Rath2016-10-201-0/+7
* Accept zero value for fuse_conn_info optionsNikolaus Rath2016-10-201-5/+15
* Removed all "Introduced in..." commentsNikolaus Rath2016-10-203-72/+7
* mount.fuse(8): remove max_readahead, max_write, [a]sync_readNikolaus Rath2016-10-201-12/+0
* Do not close stdout on fuse_session_destroy()Consus2016-10-201-1/+3
* Cast to void where we deliberately ignore return valuesNikolaus Rath2016-10-181-2/+2
|\
| * Ignore some errorsMihail Konev2016-10-181-2/+2
* | Update linker scriptNikolaus Rath2016-10-171-2/+2
* | fuse_session_new(): accept --debugNikolaus Rath2016-10-171-1/+1
* | Spelling fixNikolaus Rath2016-10-171-1/+1
* | Ignore GNU Global tag files.Nikolaus Rath2016-10-161-0/+4
* | Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORTNikolaus Rath2016-10-161-5/+5
* | Default to FUSE_USE_VERSION 30Nikolaus Rath2016-10-161-4/+3
* | Various documentation updatesNikolaus Rath2016-10-166-363/+4
* | Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath2016-10-165-21/+6
* | fuse_new(): instead of listing options, refer to mount.fuse(8)Nikolaus Rath2016-10-161-25/+6
* | fuse_session_new(): instead of listing options, refer to mount.fuse(8)Nikolaus Rath2016-10-161-10/+5
* | fuse_session_new: accept -o debug as synonym for -dNikolaus Rath2016-10-161-0/+1
* | Updated man-pages.Nikolaus Rath2016-10-162-37/+68
* | Make --help output more suitable for end-userNikolaus Rath2016-10-1513-50/+70
* | Removed -o nopath - it never did anythingNikolaus Rath2016-10-152-2/+4
* | Removed -o nonempty optionNikolaus Rath2016-10-156-58/+13
* | Fix documentation of -o max_write=Nikolaus Rath2016-10-151-1/+1
* | Drop -o large_read mount optionNikolaus Rath2016-10-154-5/+3
* | Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath2016-10-1510-249/+164
* | Unify handling of fuse_conn_info optionsNikolaus Rath2016-10-1514-162/+227
* | Merge branch 'fixup-lock-options'Nikolaus Rath2016-10-151-0/+3
|\ \ | |/ |/|
| * Re-activated lost no_remote_*lock options.Nikolaus Rath2016-10-151-0/+3
* | tests: use freshly-build fusermount (instead of system version)Nikolaus Rath2016-10-133-5/+36
* | Travis: use "make test" instead of calling pytest directlyNikolaus Rath2016-10-131-1/+1