aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2011-12-08fuse: documentation update for forgetNikolaus Rath-12/+57
2011-12-07libfuse: Notifying the kernel of deletion.John Muir-0/+25
2011-12-06Add mmap() and munmap() methods to low level APIMiklos Szeredi-2/+83
2011-12-05Add support for ioctl on directoriesMiklos Szeredi-1/+10
2011-12-05Make lock argument of fuse_reply_lock constMiklos Szeredi-1/+1
2011-07-06Add ->flock() operation to low and high level interfacesMiklos Szeredi-3/+59
2011-06-02add "remember" optiontherealneworld@gmail.com-0/+28
2011-05-25adding details to utimens doxygen commentsReuben Hawkins-0/+5
2011-05-25Spell checking comments, etc...Reuben Hawkins-6/+6
2011-05-19Fix ioctl ABIMiklos Szeredi-0/+10
2011-05-19Add ->forget_multi() operationMiklos Szeredi-0/+19
2011-05-19Allow batching of forget requestsMiklos Szeredi-1/+15
2011-05-19Fix splice_readMiklos Szeredi-0/+1
2010-11-12Fix fuse_buf_copy_flags valuesMiklos Szeredi-2/+2
2010-11-10add read_buf method to high level APIMiklos Szeredi-0/+22
2010-11-10add write_buf method to high level APIMiklos Szeredi-0/+14
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: add retrieve requestMiklos Szeredi-0/+60
2010-11-08libfuse: add store requestMiklos Szeredi-1/+37
2010-11-08libfuse: support zero copy writes in lowlevel interfaceMiklos Szeredi-0/+54
2010-08-27Add NetBSD supportMiklos Szeredi-4/+4
2010-07-12libfuse: add buffer interfaceMiklos Szeredi-19/+173
2010-06-24Add .gitignore filesMiklos Szeredi-6/+0
2010-06-23update fuse_kernel.hMiklos Szeredi-1/+8
2010-06-23* Make the number of max background requests and congestionMiklos Szeredi-3/+15
2010-06-17Add fuse_reply_fd() reply function to the low level interfaceMiklos Szeredi-0/+32
2010-06-15* Add a nopath option and flag, indicating that path argumentMiklos Szeredi-4/+21
2010-02-18* Fix definition of FUSE_OPT_ENT for C++. Reported by TimMiklos Szeredi-1/+1
2010-02-18* Fix stack alignment for clone()Miklos Szeredi-0/+1
2009-11-02Doc fixMiklos Szeredi-1/+1
2009-07-16* Clarify how the protocol version should be negotiated betweenMiklos Szeredi-0/+20
2009-07-02* The context is extended with a 'umask' field. The umask is sentMiklos Szeredi-2/+77
2009-06-19Add fuse_getgroups (high level lib) and fuse_req_getgroups (lowMiklos Szeredi-0/+41
2009-06-18CUSE patches from Tejun Heo (add new files)Miklos Szeredi-0/+87
2009-06-18CUSE patches from Tejun HeoMiklos Szeredi-7/+54
2009-06-18Add missing fuse_reply_bmap to versionscript. Debian Bug#531329. Reported b...Miklos Szeredi-1/+1
2009-05-25Add FUSE_CAP_EXPORT_SUPPORT to fuse_common.hMiklos Szeredi-0/+2
2009-02-06documentation updateMiklos Szeredi-24/+26
2008-12-08* Add missing setattr flags to <fuse_lowlevel.h>.Miklos Szeredi-0/+2
2008-12-08* Implement poll support. Patch by Tejun HeoMiklos Szeredi-2/+115
2008-12-05* Implement ioctl support. On high level interface onlyMiklos Szeredi-13/+133
2008-11-28If open sets fi->nonseekable, libfuse will tell the kernel that the file is n...Miklos Szeredi-2/+19
2008-10-16* Allow commas in options to be escaped with a backslash * Add new function: ...Miklos Szeredi-0/+9
2008-10-14Pass current file flags to read and write operationsMiklos Szeredi-0/+3
2008-08-21API documentation update by Daniel BenamyMiklos Szeredi-0/+5
2008-07-18doc updates from Nikolaus RathMiklos Szeredi-7/+18
2008-07-09API doc update by Nikolaus RathMiklos Szeredi-1/+2
2008-06-16Remove fuse kernel module sourcesMiklos Szeredi-0/+441
2008-06-09Don't allow bigger than 4kB writes by default...Miklos Szeredi-3/+21