aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2016-11-06Fixed section names in documentation indexNikolaus Rath-2/+2
2016-11-06Fix documentation: fuse_file_info may be NULL for open filesNikolaus Rath-8/+16
2016-11-06Removed reference to fgetattr and ftruncate (don't exist anymore)Nikolaus Rath-3/+3
2016-11-06Fixed typo in comment.Nikolaus Rath-1/+1
2016-11-06Don't hardcode test file name.Nikolaus Rath-1/+1
2016-11-06Added test for fchmodNikolaus Rath-1/+187
2016-10-31Merge pull request #109 from divinity76/patch-1Nikolaus Rath-0/+1
2016-10-31silence bogus eclipse linter warningdivinity76-0/+1
2016-10-28Clean-up doxygen documentationNikolaus Rath-895/+585
2016-10-28Fix memory leak in fusermount.Nikolaus Rath-7/+13
2016-10-28Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath-19/+25
2016-10-28Released 3.0.0rc1Nikolaus Rath-3/+8
2016-10-27man: Document suid requirementMihail Konev-2/+2
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath-1/+50
2016-10-27Removed obsolete FUSE_DEV_OLDNikolaus Rath-54/+8
2016-10-27Removed some more "Changed in version x.py" comments.Nikolaus Rath-20/+0
2016-10-27Recommend when to use -o default_permissions automaticallyNikolaus Rath-6/+15
2016-10-27Describe all mount options in mount.fuse(8).Nikolaus Rath-78/+99
2016-10-27Improve documentation of -o default_permissionsNikolaus Rath-1/+9
2016-10-27Improve documentation of capability flags.Nikolaus Rath-18/+83
2016-10-27Improve man page titleNikolaus Rath-1/+1
2016-10-25Clarify which mount options are intended for file-system internal use.Nikolaus Rath-7/+9
2016-10-25Clarify difference between notify_inval_entry and notify_delete().Nikolaus Rath-3/+8
2016-10-25Use "se" instead of "f" for struct fuse_sessionNikolaus Rath-106/+106
2016-10-24Added debug logging to chmodNikolaus Rath-1/+8
2016-10-24Fix segfault in debug logging codeNikolaus Rath-18/+36
2016-10-24fuse_session_new(): don't accept empty argv, check argv[0]Nikolaus Rath-6/+34
2016-10-20Turn fuse_operations.nopath_flag into fuse_config.nullpath_okNikolaus Rath-34/+25
2016-10-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath-36/+31
2016-10-20Document -o remember= mount option.Nikolaus Rath-3/+6
2016-10-20Pass struct fuse_config to high-level init() handler.Nikolaus Rath-36/+195
2016-10-20ChangeLog: Remind people of to use FUSE_CAP_EXPORT_SUPPORTNikolaus Rath-0/+7
2016-10-20Accept zero value for fuse_conn_info optionsNikolaus Rath-5/+15
2016-10-20Removed all "Introduced in..." commentsNikolaus Rath-72/+7
2016-10-20mount.fuse(8): remove max_readahead, max_write, [a]sync_readNikolaus Rath-12/+0
2016-10-20Do not close stdout on fuse_session_destroy()Consus-1/+3
2016-10-18Cast to void where we deliberately ignore return valuesNikolaus Rath-2/+2
2016-10-18Ignore some errorsMihail Konev-2/+2
2016-10-17Update linker scriptNikolaus Rath-2/+2
2016-10-17fuse_session_new(): accept --debugNikolaus Rath-1/+1
2016-10-17Spelling fixNikolaus Rath-1/+1
2016-10-16Ignore GNU Global tag files.Nikolaus Rath-0/+4
2016-10-16Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORTNikolaus Rath-5/+5
2016-10-16Default to FUSE_USE_VERSION 30Nikolaus Rath-4/+3
2016-10-16Various documentation updatesNikolaus Rath-363/+4
2016-10-16Inlined fuse_mount_help() into fuse_lowlevel_help().Nikolaus Rath-21/+6
2016-10-16fuse_new(): instead of listing options, refer to mount.fuse(8)Nikolaus Rath-25/+6
2016-10-16fuse_session_new(): instead of listing options, refer to mount.fuse(8)Nikolaus Rath-10/+5
2016-10-16fuse_session_new: accept -o debug as synonym for -dNikolaus Rath-0/+1
2016-10-16Updated man-pages.Nikolaus Rath-37/+68