aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
Commit message (Expand)AuthorAge
* Clean-up doxygen documentationGravatar Nikolaus Rath2016-10-28
* Add max_read to fuse_conn_infoGravatar Nikolaus Rath2016-10-27
* Removed some more "Changed in version x.py" comments.Gravatar Nikolaus Rath2016-10-27
* Improve documentation of capability flags.Gravatar Nikolaus Rath2016-10-27
* Removed all "Introduced in..." commentsGravatar Nikolaus Rath2016-10-20
* Unify handling of fuse_conn_info optionsGravatar Nikolaus Rath2016-10-15
* do_init(): treat command line options consistentlyGravatar Nikolaus Rath2016-10-13
* Removed 'async_read' field in fuse_conn_infoGravatar Nikolaus Rath2016-10-10
* Removed ``-o big_writes`` optionGravatar Nikolaus Rath2016-10-08
* Don't handle --help and --version in fuse_session_new().Gravatar Nikolaus Rath2016-10-02
* Turn struct fuse_chan into an implementation detailGravatar Nikolaus Rath2016-10-02
* Introduce separate mount/umount functions for low-level API.Gravatar Nikolaus Rath2016-10-02
* Improve documentation of argument parsing.Gravatar Nikolaus Rath2016-10-01
* Fixup commit 482a49c.Gravatar Nikolaus Rath2016-04-27
* Merge remote-tracking branch 'origin/master'Gravatar Nikolaus Rath2016-04-27
|\
| * Remove leading _ on header guards to comply with reserved identifier requirem...Gravatar Sam Stuewe2016-04-23
* | Whitespace cleanup.Gravatar Nikolaus Rath2016-03-29
|/
* Added fuse_pkgversion functionGravatar Christopher Harrison2015-07-30
* libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()Gravatar Miklos Szeredi2015-04-23
* libfuse: add "time_gran" optionGravatar Miklos Szeredi2014-07-15
* libfuse: Add "async_dio" and "writeback_cache" optionsGravatar Miklos Szeredi2014-01-29
* libfuse: clean up struct fuse_file_infoGravatar Miklos Szeredi2013-07-18
* Documentation fixesGravatar Miklos Szeredi2013-07-17
* - added a doxygen main pageGravatar Joachim Schiele2013-06-20
* libfuse: don't force -D_FILE_OFFSET_BITS=64 in pkgconfig file.Gravatar Richard W.M. Jones2013-02-20
* libfuse: allow disabling adaptive readdirplusGravatar Eric Wong2013-02-07
* libfuse: add poll_events to fuse_file_infoGravatar Enke Chen2013-02-07
* libfuse: add readdirplus support in fuse_lowlevel_opsGravatar Feng Shuo2013-02-07
* libfuse: Add '[no_]auto_inval_data' mount optionGravatar Feng Shuo2013-02-06
* Start of 3.0 seriesGravatar Miklos Szeredi2012-07-19
* Add support for ioctl on directoriesGravatar Miklos Szeredi2011-12-05
* Add ->flock() operation to low and high level interfacesGravatar Miklos Szeredi2011-07-06
* Spell checking comments, etc...Gravatar Reuben Hawkins2011-05-25
* Fix splice_readGravatar Miklos Szeredi2011-05-19
* Fix fuse_buf_copy_flags valuesGravatar Miklos Szeredi2010-11-12
* store fuse_buf inside fuse_bufvecGravatar Miklos Szeredi2010-11-10
* bump the API version as well to 2.9Gravatar Miklos Szeredi2010-11-10
* libfuse: support zero copy writes in lowlevel interfaceGravatar Miklos Szeredi2010-11-08
* libfuse: add buffer interfaceGravatar Miklos Szeredi2010-07-12
* * Make the number of max background requests and congestionGravatar Miklos Szeredi2010-06-23
* Add fuse_reply_fd() reply function to the low level interfaceGravatar Miklos Szeredi2010-06-17
* Doc fixGravatar Miklos Szeredi2009-11-02
* * The context is extended with a 'umask' field. The umask is sentGravatar Miklos Szeredi2009-07-02
* Add FUSE_CAP_EXPORT_SUPPORT to fuse_common.hGravatar Miklos Szeredi2009-05-25
* * Implement poll support. Patch by Tejun HeoGravatar Miklos Szeredi2008-12-08
* * Implement ioctl support. On high level interface onlyGravatar Miklos Szeredi2008-12-05
* If open sets fi->nonseekable, libfuse will tell the kernel that the file is n...Gravatar Miklos Szeredi2008-11-28
* Don't allow bigger than 4kB writes by default...Gravatar Miklos Szeredi2008-06-09
* Add support for atomic open(O_TRUNC)Gravatar Miklos Szeredi2008-02-08
* Support receiving file handle from kernel in GETATTR request; Allow operation...Gravatar Miklos Szeredi2008-02-08