summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Clean up debug output in highlevel libMiklos Szeredi2008-07-242-136/+336
* doc updates from Nikolaus RathMiklos Szeredi2008-07-182-7/+30
* Released 2.8.0-pre1Miklos Szeredi2008-07-102-1/+5
* Skip calling mount(8) if /etc/mtab doesn't exist...Miklos Szeredi2008-07-102-2/+24
* Fix handling of (no)suid and (no)dev options...Miklos Szeredi2008-07-102-9/+32
* API doc update by Nikolaus RathMiklos Szeredi2008-07-091-1/+2
* Remove fuse kernel module sourcesMiklos Szeredi2008-06-1616-5747/+9
* Fix missing <sys/param.h> include for PATH_MAXMiklos Szeredi2008-06-103-0/+5
* Fix theoretical infinite loops in libfuseMiklos Szeredi2008-06-102-4/+17
* Don't allow bigger than 4kB writes by default...Miklos Szeredi2008-06-094-12/+59
* Fix mounting over symlinkMiklos Szeredi2008-06-092-1/+5
* Update warning message for missing newline at end of fuse.confMiklos Szeredi2008-04-093-8/+27
* Update error message for missing mountpoint parameterMiklos Szeredi2008-04-082-2/+7
* Highlevel lib: don't limit paths to 4095 charactersMiklos Szeredi2008-04-063-31/+64
* Fix memory leaks on mountMiklos Szeredi2008-03-253-0/+7
* Fix missing pthread_mutex_destroy...Miklos Szeredi2008-03-192-0/+6
* Add queuing on contention to per-node lock algorithm...Miklos Szeredi2008-03-073-46/+180
* Make example/null work with -odirect_ioMiklos Szeredi2008-03-051-0/+3
* update versions to 2.8.0-pre0Miklos Szeredi2008-02-203-3/+3
* Add per-node locking, instead of a global tree lock to protect the path from ...Miklos Szeredi2008-02-082-246/+321
* If the "FUSE_THREAD_STACK" environment is set, initialize the stack size of t...Miklos Szeredi2008-02-082-1/+16
* Support the st_blksize field in struct statMiklos Szeredi2008-02-082-12/+21
* Add support for atomic open(O_TRUNC)Miklos Szeredi2008-02-087-85/+100