summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libfuse: add retrieve requeststore-retrieveMiklos Szeredi2010-07-126-0/+201
* libfuse: add store requestMiklos Szeredi2010-07-125-84/+162
* libfuse: add buffer interfaceMiklos Szeredi2010-07-128-53/+671
* Add .gitignore filesMiklos Szeredi2010-06-2410-51/+44
* update fuse_kernel.hMiklos Szeredi2010-06-231-1/+8
* * Make the number of max background requests and congestionMiklos Szeredi2010-06-234-3/+44
* Add fuse_reply_fd() reply function to the low level interfaceMiklos Szeredi2010-06-176-7/+265
* * Add a nopath option and flag, indicating that path argumentMiklos Szeredi2010-06-155-30/+98
* * Fix out-of-source build.Miklos Szeredi2010-06-153-3/+15
* * Remove "chmod root" from install of fusermountfuse_2_9_startMiklos Szeredi2010-06-012-1/+5
* * Fix checking for symlinks in umount from /tmp. Reported by Alfuse_2_8_4Miklos Szeredi2010-04-264-16/+45
* *** empty log message ***Miklos Szeredi2010-02-181-1/+1
* * Fix definition of FUSE_OPT_ENT for C++. Reported by TimMiklos Szeredi2010-02-182-1/+6
* * Fix stack alignment for clone()Miklos Szeredi2010-02-183-5/+9
* add bug report creditsfuse_2_8_3Miklos Szeredi2010-02-011-1/+2
* * Released 2.8.3Miklos Szeredi2010-02-014-25/+14
* * Released 2.8.2fuse_2_8_2Miklos Szeredi2010-01-263-2/+6
* * Fix race if two "fusermount -u" instances are run in parallel.Miklos Szeredi2010-01-265-73/+351
* * Fix compile error on FreeBSD. Patch by Jay SullivanMiklos Szeredi2010-01-142-1/+5
* * Use '--no-canonicalize' option of mount(8) (available inMiklos Szeredi2009-12-232-14/+116
* Doc fixMiklos Szeredi2009-11-021-1/+1
* * Released 2.8.1fuse_2_8_1Miklos Szeredi2009-09-113-2/+6
* Fix missing versioned symbol fuse_get_context@FUSE_2.2Miklos Szeredi2009-08-252-0/+16
* * Add missing fuse_session_data to versionscriptfuse_2_8_0Miklos Szeredi2009-08-1812-1160/+61
* * Add missing pthread link for libulockmgr. Patch by Petr SalingerMiklos Szeredi2009-07-162-1/+3
* * Clarify how the protocol version should be negotiated betweenMiklos Szeredi2009-07-163-5/+38
* * Released 2.8.0-pre3Miklos Szeredi2009-07-062-1/+5
* * fusermount: Do not silently ignore command line arguments.Miklos Szeredi2009-07-022-0/+7
* * The context is extended with a 'umask' field. The umask is sentMiklos Szeredi2009-07-029-12/+197
* fix compiler warningCsaba Henk2009-07-011-0/+2
* Add fuse_getgroups (high level lib) and fuse_req_getgroups (lowMiklos Szeredi2009-06-197-0/+153
* Add "noforget" option to high level lib.Miklos Szeredi2009-06-181-0/+9
* *** empty log message ***Miklos Szeredi2009-06-181-0/+1
* CUSE patches from Tejun Heo (add new files)Miklos Szeredi2009-06-186-5/+808
* CUSE patches from Tejun HeoMiklos Szeredi2009-06-1814-135/+343
* Add missing fuse_reply_bmap to versionscript. Debian Bug#531329. Reported b...Miklos Szeredi2009-06-183-3/+12
* Don't call forget_node() if the lookup was negative and write()Miklos Szeredi2009-05-272-2/+10
* Add FUSE_CAP_EXPORT_SUPPORT to fuse_common.hMiklos Szeredi2009-05-253-0/+10
* Fix 'make install-strip'. Reported by Dominick LayfieldMiklos Szeredi2009-05-082-1/+3
* Fix missing newlines in some printfsMiklos Szeredi2009-05-082-5/+9
* documentation updateMiklos Szeredi2009-02-063-28/+1222
* Released 2.8.0-pre2fuse_2_8_0_pre2Miklos Szeredi2009-01-052-1/+5
* * Add missing setattr flags to <fuse_lowlevel.h>.Miklos Szeredi2008-12-083-0/+16
* * Implement poll support. Patch by Tejun HeoMiklos Szeredi2008-12-0812-3/+616
* * Implement ioctl support. On high level interface onlyMiklos Szeredi2008-12-0513-14/+586
* If open sets fi->nonseekable, libfuse will tell the kernel that the file is n...Miklos Szeredi2008-11-284-2/+26
* lowlevel lib: fix deadlock if fuse_reply_* is called from theinterrupt handli...Miklos Szeredi2008-11-272-6/+15
* * Allow commas in options to be escaped with a backslash * Add new function: ...Miklos Szeredi2008-10-164-34/+80
* Pass current file flags to read and write operationsMiklos Szeredi2008-10-144-6/+24
* API documentation update by Daniel BenamyMiklos Szeredi2008-08-211-0/+5