aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* lowlevel lib: fix deadlock if fuse_reply_* is called from theinterrupt handli...Gravatar Miklos Szeredi2008-11-27
* * Allow commas in options to be escaped with a backslash * Add new function: ...Gravatar Miklos Szeredi2008-10-16
* Pass current file flags to read and write operationsGravatar Miklos Szeredi2008-10-14
* API documentation update by Daniel BenamyGravatar Miklos Szeredi2008-08-21
* Clean up debug output in highlevel libGravatar Miklos Szeredi2008-07-24
* doc updates from Nikolaus RathGravatar Miklos Szeredi2008-07-18
* Released 2.8.0-pre1Gravatar Miklos Szeredi2008-07-10
* Skip calling mount(8) if /etc/mtab doesn't exist...Gravatar Miklos Szeredi2008-07-10
* Fix handling of (no)suid and (no)dev options...Gravatar Miklos Szeredi2008-07-10
* API doc update by Nikolaus RathGravatar Miklos Szeredi2008-07-09
* Remove fuse kernel module sourcesGravatar Miklos Szeredi2008-06-16
* Fix missing <sys/param.h> include for PATH_MAXGravatar Miklos Szeredi2008-06-10
* Fix theoretical infinite loops in libfuseGravatar Miklos Szeredi2008-06-10
* Don't allow bigger than 4kB writes by default...Gravatar Miklos Szeredi2008-06-09
* Fix mounting over symlinkGravatar Miklos Szeredi2008-06-09
* Update warning message for missing newline at end of fuse.confGravatar Miklos Szeredi2008-04-09
* Update error message for missing mountpoint parameterGravatar Miklos Szeredi2008-04-08
* Highlevel lib: don't limit paths to 4095 charactersGravatar Miklos Szeredi2008-04-06
* Fix memory leaks on mountGravatar Miklos Szeredi2008-03-25
* Fix missing pthread_mutex_destroy...Gravatar Miklos Szeredi2008-03-19
* Add queuing on contention to per-node lock algorithm...Gravatar Miklos Szeredi2008-03-07
* Make example/null work with -odirect_ioGravatar Miklos Szeredi2008-03-05
* update versions to 2.8.0-pre0Gravatar Miklos Szeredi2008-02-20
* Add per-node locking, instead of a global tree lock to protect the path from ...Gravatar Miklos Szeredi2008-02-08
* If the "FUSE_THREAD_STACK" environment is set, initialize the stack size of t...Gravatar Miklos Szeredi2008-02-08
* Support the st_blksize field in struct statGravatar Miklos Szeredi2008-02-08
* Add support for atomic open(O_TRUNC)Gravatar Miklos Szeredi2008-02-08
* Support receiving file handle from kernel in GETATTR request; Allow operation...Gravatar Miklos Szeredi2008-02-08
* Update kernel interface to 7.9Gravatar Miklos Szeredi2008-02-08
* fusexmp_fh: avoid unnecessary seeking in readdirGravatar Miklos Szeredi2008-02-08
* Block SIGCHLD when executing mount and umountGravatar Miklos Szeredi2008-02-08
* lib/mount_bsd.c: fix typoGravatar Csaba Henk2008-02-05
* lib/mount_bsd.c: add "-onosync_unmount" kernel optionGravatar Csaba Henk2008-02-05
* lib/mount_bsd.c: prettify option specificationsGravatar Csaba Henk2008-02-03
* lib/mount_bsd.c: get rid of all the hacks, we really need nothing just a forc...Gravatar Csaba Henk2008-02-03
* lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and se...Gravatar Csaba Henk2008-02-03
* lib/mount_bsd.c: string formatting fixes, exit if mounting has failedGravatar Csaba Henk2008-02-03
* make makeconf.sh work under FreeBSDGravatar Csaba Henk2008-01-07
* lib/mount_bsd.c: add support for the subtype optionGravatar Csaba Henk2008-01-07
* lib/mount_bsd.c: fix up/refine device closing vs. unmountGravatar Csaba Henk2008-01-06
* lib/mount_bsd.c: Close device before unmount.Gravatar Csaba Henk2008-01-03
* lib/mount_bsd.c: fix some warningsGravatar Csaba Henk2008-01-03
* Fix './configure --disable-static'Gravatar Miklos Szeredi2007-12-23
* Released 2.7.2Gravatar Miklos Szeredi2007-12-17
* fixGravatar Miklos Szeredi2007-12-12
* Fix kernel module compile for 2.6.24Gravatar Miklos Szeredi2007-12-12
* Released 2.7.2Gravatar Miklos Szeredi2007-12-12
* change indentingGravatar Miklos Szeredi2007-12-12
* Disable old symbol versions if __UCLIBC__ is definedGravatar Miklos Szeredi2007-12-12
* 'fusermount -u' did not umount the filesystem if /etc/mtab was a symlinkGravatar Miklos Szeredi2007-11-12