aboutsummaryrefslogtreecommitdiff
path: root/include/fuse.h
AgeCommit message (Expand)Author
2016-10-02Introduce separate mount/umount functions for low-level API.Nikolaus Rath
2016-10-01Improve documentation of argument parsing.Nikolaus Rath
2016-09-27Documentation improvements.Nikolaus Rath
2016-04-23Remove leading _ on header guards to comply with reserved identifier requirem...Sam Stuewe
2016-04-02Fix spelling mistakeEric Engestrom
2016-03-09fuse.h doc fix: The f_frsize field is not ignored by the statfs operation.Jan Blumschein
2014-07-21libfuse: highlevel API: fix directory file handle passed to ioctl() methodMiklos Szeredi
2014-07-15libfuse: add flags to ->rename()Miklos Szeredi
2014-03-05libfuse: implement readdirplus for high-level APIEric Wong
2014-02-04fuse: use dlsym() instead of relying on ld.so constructor functionsFabrice Bauzac
2013-07-17Documentation fixesMiklos Szeredi
2013-06-20- added a doxygen main pageJoachim Schiele
2013-02-08remove <utime.h> include from <fuse.h>Miklos Szeredi
2013-02-08libfuse: remove struct fuse_cmdMiklos Szeredi
2013-02-08libfuse: remove deprecated fuse_operations.utime_omit_okMiklos Szeredi
2013-02-08libfuse: remove deprecated fuse_operations.utime()Miklos Szeredi
2013-02-08libfuse: remove deprecated fuse_operations.getdir()Miklos Szeredi
2013-02-08libfuse: remove deprecated fuse_exited()Miklos Szeredi
2013-02-08libfuse: remove deprecated fuse_setup(), fuse_teardown()Miklos Szeredi
2013-02-08libfuse: remove deprecated fuse_read_cmd(), fuse_process_cmd()Miklos Szeredi
2013-02-08libfuse: remove deprecated fuse_loop_mt_proc()Miklos Szeredi
2013-02-08libfuse: remove deprecated fuse_set_getcontext_func()Miklos Szeredi
2013-02-08libfuse: remove deprecated fuse_invalidate()Miklos Szeredi
2013-02-08libfuse: remove deprecated fuse_is_lib_option()Miklos Szeredi
2012-07-20Move flags to the front of struct fuse_operationsMiklos Szeredi
2012-07-20Remove compatibility path handlingMiklos Szeredi
2012-07-19Remove compat functionsMiklos Szeredi
2012-07-19Start of 3.0 seriesMiklos Szeredi
2012-06-18Add FALLOCATE operationAnatol Pomozov
2012-04-10Add 'flag_utime_omit_ok' flag to fuse_operationsMiklos Szeredi
2011-07-06Add ->flock() operation to low and high level interfacesMiklos Szeredi
2011-06-02add "remember" optiontherealneworld@gmail.com
2011-05-25adding details to utimens doxygen commentsReuben Hawkins
2011-05-25Spell checking comments, etc...Reuben Hawkins
2010-11-10add read_buf method to high level APIMiklos Szeredi
2010-11-10add write_buf method to high level APIMiklos Szeredi
2010-06-15* Add a nopath option and flag, indicating that path argumentMiklos Szeredi
2009-07-02* The context is extended with a 'umask' field. The umask is sentMiklos Szeredi
2009-06-19Add fuse_getgroups (high level lib) and fuse_req_getgroups (lowMiklos Szeredi
2009-02-06documentation updateMiklos Szeredi
2008-12-08* Implement poll support. Patch by Tejun HeoMiklos Szeredi
2008-12-05* Implement ioctl support. On high level interface onlyMiklos Szeredi
2008-10-14Pass current file flags to read and write operationsMiklos Szeredi
2008-08-21API documentation update by Daniel BenamyMiklos Szeredi
2008-07-18doc updates from Nikolaus RathMiklos Szeredi
2008-07-09API doc update by Nikolaus RathMiklos Szeredi
2008-02-08Support receiving file handle from kernel in GETATTR request; Allow operation...Miklos Szeredi
2007-12-12change indentingMiklos Szeredi
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi
2007-10-16doc updatesMiklos Szeredi