aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_lowlevel.c
Commit message (Expand)AuthorAgeFilesLines
* libfuse: Cleanup code and update build configurationSteve Kondik2015-11-101-5/+5
* Add missing includesDaniel Thau2015-10-281-0/+1
* 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-231-5/+5
* Fix missing config.h in buffer.cMiklos Szeredi2012-08-241-0/+1
* libfuse: mark some data constantMiklos Szeredi2012-07-041-1/+1
* Add FALLOCATE operationAnatol Pomozov2012-06-181-0/+15
* Check protocol version before sending notificationsMiklos Szeredi2012-04-101-0/+9
* Revert "Add mmap() and munmap() methods to low level API"Miklos Szeredi2012-01-241-45/+0
* Free request in fuse_reply_data()Miklos Szeredi2011-12-091-2/+4
* libfuse: Notifying the kernel of deletion.John Muir2011-12-071-0/+28
* Add mmap() and munmap() methods to low level APIMiklos Szeredi2011-12-061-6/+64
* Add support for ioctl on directoriesMiklos Szeredi2011-12-051-0/+8
* Make lock argument of fuse_reply_lock constMiklos Szeredi2011-12-051-1/+1
* Reply with ENOMEM in case of failure to allocate requestMiklos Szeredi2011-10-231-9/+20
* Add ->flock() operation to low and high level interfacesMiklos Szeredi2011-07-061-7/+45
* Check if splice/vmsplice are supportedMiklos Szeredi2011-05-271-24/+67
* Fix ioctl ABIMiklos Szeredi2011-05-191-10/+72
* Add ->forget_multi() operationMiklos Szeredi2011-05-191-2/+7
* Allow batching of forget requestsMiklos Szeredi2011-05-191-9/+52
* Fix splice_readMiklos Szeredi2011-05-191-2/+1
* Disable splice by defaultMiklos Szeredi2011-05-191-6/+16
* store fuse_buf inside fuse_bufvecMiklos Szeredi2010-11-101-71/+51
* libfuse: add retrieve requestMiklos Szeredi2010-11-081-3/+152
* fix pipe cleanup in do_write_buf()Miklos Szeredi2010-11-081-2/+4
* Add ctx->pid to debug outputMiklos Szeredi2010-11-081-2/+2
* libfuse: add store requestMiklos Szeredi2010-11-081-83/+121
* libfuse: support zero copy writes in lowlevel interfaceMiklos Szeredi2010-11-081-20/+272
* Add NetBSD supportMiklos Szeredi2010-08-271-3/+5
* libfuse: add buffer interfaceMiklos Szeredi2010-07-121-33/+201
* * Make the number of max background requests and congestionMiklos Szeredi2010-06-231-0/+22
* Add fuse_reply_fd() reply function to the low level interfaceMiklos Szeredi2010-06-171-6/+212
* * Fix compile error on FreeBSD. Patch by Jay SullivanMiklos Szeredi2010-01-141-1/+1
* * Add missing fuse_session_data to versionscriptMiklos Szeredi2009-08-181-8/+9
* * Clarify how the protocol version should be negotiated betweenMiklos Szeredi2009-07-161-5/+12
* * The context is extended with a 'umask' field. The umask is sentMiklos Szeredi2009-07-021-3/+85
* Add fuse_getgroups (high level lib) and fuse_req_getgroups (lowMiklos Szeredi2009-06-191-0/+68
* CUSE patches from Tejun Heo (add new files)Miklos Szeredi2009-06-181-2/+4
* CUSE patches from Tejun HeoMiklos Szeredi2009-06-181-65/+71
* Add FUSE_CAP_EXPORT_SUPPORT to fuse_common.hMiklos Szeredi2009-05-251-0/+4
* * Add missing setattr flags to <fuse_lowlevel.h>.Miklos Szeredi2008-12-081-0/+10
* * Implement poll support. Patch by Tejun HeoMiklos Szeredi2008-12-081-0/+86
* * Implement ioctl support. On high level interface onlyMiklos Szeredi2008-12-051-0/+72
* If open sets fi->nonseekable, libfuse will tell the kernel that the file is n...Miklos Szeredi2008-11-281-0/+2
* lowlevel lib: fix deadlock if fuse_reply_* is called from theinterrupt handli...Miklos Szeredi2008-11-271-6/+10
* Pass current file flags to read and write operationsMiklos Szeredi2008-10-141-2/+9
* Don't allow bigger than 4kB writes by default...Miklos Szeredi2008-06-091-9/+29
* Update warning message for missing newline at end of fuse.confMiklos Szeredi2008-04-091-5/+12
* Highlevel lib: don't limit paths to 4095 charactersMiklos Szeredi2008-04-061-0/+3
* Support the st_blksize field in struct statMiklos Szeredi2008-02-081-10/+17
* Add support for atomic open(O_TRUNC)Miklos Szeredi2008-02-081-4/+12