aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* libfuse: highlevel API: fix directory file handle passed to ioctl() methodMiklos Szeredi2015-10-281-0/+3
* libfuse: document deadlock avoidance for fuse_notify_inval_entry()Miklos Szeredi2015-10-281-0/+8
* Changed off_t to loff_tstaging/cm-12.1stable/cm-12.1-YOG7Dstable/cm-12.1-YOG4Pstable/cm-12.1-YOG3Cstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Cstable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1Icm-12.1cm-12.0Spegelius2014-11-236-52/+52
* fuse: Fix compilation on LSteve Kondik2014-11-081-8/+0
* Support for building on AndroidSteve Kondik2013-07-075-0/+17
* Add FALLOCATE operationAnatol Pomozov2012-06-183-1/+48
* use flexible array in include/fuse_kernel.hMiklos Szeredi2012-04-201-1/+1
* Add 'flag_utime_omit_ok' flag to fuse_operationsMiklos Szeredi2012-04-101-1/+7
* Revert "Add mmap() and munmap() methods to low level API"Miklos Szeredi2012-01-243-75/+0
* fuse: documentation update for forgetNikolaus Rath2011-12-081-12/+57
* libfuse: Notifying the kernel of deletion.John Muir2011-12-072-0/+25
* Add mmap() and munmap() methods to low level APIMiklos Szeredi2011-12-063-2/+83
* Add support for ioctl on directoriesMiklos Szeredi2011-12-052-1/+10
* Make lock argument of fuse_reply_lock constMiklos Szeredi2011-12-051-1/+1
* Add ->flock() operation to low and high level interfacesMiklos Szeredi2011-07-064-3/+59
* add "remember" optiontherealneworld@gmail.com2011-06-021-0/+28
* adding details to utimens doxygen commentsReuben Hawkins2011-05-251-0/+5
* Spell checking comments, etc...Reuben Hawkins2011-05-253-6/+6
* Fix ioctl ABIMiklos Szeredi2011-05-191-0/+10
* Add ->forget_multi() operationMiklos Szeredi2011-05-191-0/+19
* Allow batching of forget requestsMiklos Szeredi2011-05-191-1/+15
* Fix splice_readMiklos Szeredi2011-05-191-0/+1
* Fix fuse_buf_copy_flags valuesMiklos Szeredi2010-11-121-2/+2
* add read_buf method to high level APIMiklos Szeredi2010-11-101-0/+22
* add write_buf method to high level APIMiklos Szeredi2010-11-101-0/+14
* store fuse_buf inside fuse_bufvecMiklos Szeredi2010-11-101-5/+22
* bump the API version as well to 2.9Miklos Szeredi2010-11-101-1/+1
* libfuse: add retrieve requestMiklos Szeredi2010-11-082-0/+60
* libfuse: add store requestMiklos Szeredi2010-11-082-1/+37
* libfuse: support zero copy writes in lowlevel interfaceMiklos Szeredi2010-11-082-0/+54
* Add NetBSD supportMiklos Szeredi2010-08-272-4/+4
* libfuse: add buffer interfaceMiklos Szeredi2010-07-122-19/+173
* Add .gitignore filesMiklos Szeredi2010-06-241-6/+0
* update fuse_kernel.hMiklos Szeredi2010-06-231-1/+8
* * Make the number of max background requests and congestionMiklos Szeredi2010-06-232-3/+15
* Add fuse_reply_fd() reply function to the low level interfaceMiklos Szeredi2010-06-172-0/+32
* * Add a nopath option and flag, indicating that path argumentMiklos Szeredi2010-06-151-4/+21
* * Fix definition of FUSE_OPT_ENT for C++. Reported by TimMiklos Szeredi2010-02-181-1/+1
* * Fix stack alignment for clone()Miklos Szeredi2010-02-181-0/+1
* Doc fixMiklos Szeredi2009-11-021-1/+1
* * Clarify how the protocol version should be negotiated betweenMiklos Szeredi2009-07-161-0/+20
* * The context is extended with a 'umask' field. The umask is sentMiklos Szeredi2009-07-024-2/+77
* Add fuse_getgroups (high level lib) and fuse_req_getgroups (lowMiklos Szeredi2009-06-192-0/+41
* CUSE patches from Tejun Heo (add new files)Miklos Szeredi2009-06-181-0/+87
* CUSE patches from Tejun HeoMiklos Szeredi2009-06-183-7/+54
* Add missing fuse_reply_bmap to versionscript. Debian Bug#531329. Reported b...Miklos Szeredi2009-06-181-1/+1
* Add FUSE_CAP_EXPORT_SUPPORT to fuse_common.hMiklos Szeredi2009-05-251-0/+2
* documentation updateMiklos Szeredi2009-02-062-24/+26
* * Add missing setattr flags to <fuse_lowlevel.h>.Miklos Szeredi2008-12-081-0/+2
* * Implement poll support. Patch by Tejun HeoMiklos Szeredi2008-12-084-2/+115