aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_common.h
AgeCommit message (Expand)AuthorLines
2016-11-22Document that FUSE_CAP_POSIX_ACL turns on -o default_permissionsNikolaus Rath-1/+5
2016-11-22Add support for FUSE_HANDLE_KILLPRIVNikolaus Rath-0/+9
2016-11-22Add support for FUSE_POSIX_ACLNikolaus Rath-0/+15
2016-11-22Added support for FUSE_PARALLEL_DIROPSNikolaus Rath-0/+10
2016-11-22Document fuse_conn_info.max_backgroundNikolaus Rath-4/+26
2016-11-16Enable more capabilities by default, and document defaults.Nikolaus Rath-7/+42
2016-11-16Document "congestion_threshold" parameter.Nikolaus Rath-4/+6
2016-11-14Make max_background and congestion_threshold "officially undocumented"Nikolaus Rath-3/+8
2016-11-14Improve documentation of FUSE_CAP_AUTO_INVAL_DATANikolaus Rath-2/+16
2016-11-14Improve description of FUSE_CAP_NO_OPEN_SUPPORT flag.Nikolaus Rath-1/+9
2016-11-10Added documentation for FUSE_CAP_FLOCK_LOCKSNikolaus Rath-2/+6
2016-11-10Improve documentation of fuse_conn_info.time_gran.Nikolaus Rath-3/+12
2016-10-28Clean-up doxygen documentationNikolaus Rath-3/+2
2016-10-27Add max_read to fuse_conn_infoNikolaus Rath-0/+14
2016-10-27Removed some more "Changed in version x.py" comments.Nikolaus Rath-2/+0
2016-10-27Improve documentation of capability flags.Nikolaus Rath-18/+83
2016-10-20Removed all "Introduced in..." commentsNikolaus Rath-9/+6
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath-0/+55
2016-10-13do_init(): treat command line options consistentlyNikolaus Rath-2/+5
2016-10-10Removed 'async_read' field in fuse_conn_infoNikolaus Rath-5/+0
2016-10-08Removed ``-o big_writes`` optionNikolaus Rath-2/+2
2016-10-02Don't handle --help and --version in fuse_session_new().Nikolaus Rath-28/+0
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath-1/+0
2016-10-02Introduce separate mount/umount functions for low-level API.Nikolaus Rath-26/+0
2016-10-01Improve documentation of argument parsing.Nikolaus Rath-3/+13
2016-04-27Fixup commit 482a49c.Nikolaus Rath-1/+1
2016-04-27Merge remote-tracking branch 'origin/master'Nikolaus Rath-3/+3
2016-04-23Remove leading _ on header guards to comply with reserved identifier requirem...Sam Stuewe-3/+3
2016-03-29Whitespace cleanup.Nikolaus Rath-2/+2
2015-07-30Added fuse_pkgversion functionChristopher Harrison-0/+7
2015-04-23libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()Miklos Szeredi-0/+2
2014-07-15libfuse: add "time_gran" optionMiklos Szeredi-1/+9
2014-01-29libfuse: Add "async_dio" and "writeback_cache" optionsMiklos Szeredi-0/+7
2013-07-18libfuse: clean up struct fuse_file_infoMiklos Szeredi-5/+2
2013-07-17Documentation fixesMiklos Szeredi-4/+5
2013-06-20- added a doxygen main pageJoachim Schiele-0/+9
2013-02-20libfuse: don't force -D_FILE_OFFSET_BITS=64 in pkgconfig file.Richard W.M. Jones-5/+14
2013-02-07libfuse: allow disabling adaptive readdirplusEric Wong-0/+1
2013-02-07libfuse: add poll_events to fuse_file_infoEnke Chen-0/+5
2013-02-07libfuse: add readdirplus support in fuse_lowlevel_opsFeng Shuo-0/+1
2013-02-06libfuse: Add '[no_]auto_inval_data' mount optionFeng Shuo-11/+12
2012-07-19Start of 3.0 seriesMiklos Szeredi-32/+5
2011-12-05Add support for ioctl on directoriesMiklos Szeredi-0/+4
2011-07-06Add ->flock() operation to low and high level interfacesMiklos Szeredi-1/+8
2011-05-25Spell checking comments, etc...Reuben Hawkins-1/+1
2011-05-19Fix splice_readMiklos Szeredi-0/+1
2010-11-12Fix fuse_buf_copy_flags valuesMiklos Szeredi-2/+2
2010-11-10store fuse_buf inside fuse_bufvecMiklos Szeredi-5/+22
2010-11-10bump the API version as well to 2.9Miklos Szeredi-1/+1
2010-11-08libfuse: support zero copy writes in lowlevel interfaceMiklos Szeredi-0/+1