aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_lowlevel.c
Commit message (Expand)AuthorAge
* libfuse: clean up struct fuse_file_infoGravatar Miklos Szeredi2013-07-18
* Merge https://github.com/qknight/fuse-fuseGravatar Miklos Szeredi2013-07-17
|\
| * rewrote c++ style comments to c style coments mentioned by Miklos SzerediGravatar Joachim Schiele2013-07-02
* | libfuse: remove session and chan abstractionsGravatar Miklos Szeredi2013-06-21
* | libfuse: remove fuse_chan_bufsize()Gravatar Miklos Szeredi2013-06-21
* | libfuse: remove fuse_chan_(send|receive)Gravatar Miklos Szeredi2013-06-21
* | libfuse: clean up fuse_sessionGravatar Miklos Szeredi2013-06-21
|/
* Fix nodeid format stringsGravatar Miklos Szeredi2013-02-21
* libfuse: remove deprecated fuse_lowlevel_is_lib_option()Gravatar Miklos Szeredi2013-02-08
* 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
* libfuse: set close-on-exec flag on pipe file descriptorsGravatar Eric Wong2013-02-06
* Merge branch 'fuse_2_9_bugfix'Gravatar Miklos Szeredi2013-02-04
|\
| * Fix missing config.h in buffer.cGravatar Miklos Szeredi2012-08-24
* | Remove compat functionsGravatar Miklos Szeredi2012-07-19
* | Remove old symbol versionsGravatar Miklos Szeredi2012-07-19
|/
* libfuse: mark some data constantGravatar Miklos Szeredi2012-07-04
* Add FALLOCATE operationGravatar Anatol Pomozov2012-06-18
* Check protocol version before sending notificationsGravatar Miklos Szeredi2012-04-10
* Revert "Add mmap() and munmap() methods to low level API"Gravatar Miklos Szeredi2012-01-24
* Free request in fuse_reply_data()Gravatar Miklos Szeredi2011-12-09
* libfuse: Notifying the kernel of deletion.Gravatar John Muir2011-12-07
* Add mmap() and munmap() methods to low level APIGravatar Miklos Szeredi2011-12-06
* Add support for ioctl on directoriesGravatar Miklos Szeredi2011-12-05
* Make lock argument of fuse_reply_lock constGravatar Miklos Szeredi2011-12-05
* Reply with ENOMEM in case of failure to allocate requestGravatar Miklos Szeredi2011-10-23
* Add ->flock() operation to low and high level interfacesGravatar Miklos Szeredi2011-07-06
* Check if splice/vmsplice are supportedGravatar Miklos Szeredi2011-05-27
* Fix ioctl ABIGravatar Miklos Szeredi2011-05-19
* Add ->forget_multi() operationGravatar Miklos Szeredi2011-05-19
* Allow batching of forget requestsGravatar Miklos Szeredi2011-05-19
* Fix splice_readGravatar Miklos Szeredi2011-05-19
* Disable splice by defaultGravatar Miklos Szeredi2011-05-19
* store fuse_buf inside fuse_bufvecGravatar Miklos Szeredi2010-11-10
* libfuse: add retrieve requestGravatar Miklos Szeredi2010-11-08
* fix pipe cleanup in do_write_buf()Gravatar Miklos Szeredi2010-11-08
* Add ctx->pid to debug outputGravatar Miklos Szeredi2010-11-08
* libfuse: add store requestGravatar Miklos Szeredi2010-11-08
* libfuse: support zero copy writes in lowlevel interfaceGravatar Miklos Szeredi2010-11-08
* Add NetBSD supportGravatar Miklos Szeredi2010-08-27
* 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
* * Fix compile error on FreeBSD. Patch by Jay SullivanGravatar Miklos Szeredi2010-01-14
* * Add missing fuse_session_data to versionscriptGravatar Miklos Szeredi2009-08-18
* * Clarify how the protocol version should be negotiated betweenGravatar Miklos Szeredi2009-07-16
* * The context is extended with a 'umask' field. The umask is sentGravatar Miklos Szeredi2009-07-02
* Add fuse_getgroups (high level lib) and fuse_req_getgroups (lowGravatar Miklos Szeredi2009-06-19