summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support receiving file handle from kernel in GETATTR request; Allow operation...Miklos Szeredi2008-02-088-135/+206
* Update kernel interface to 7.9Miklos Szeredi2008-02-083-3/+75
* fusexmp_fh: avoid unnecessary seeking in readdirMiklos Szeredi2008-02-082-15/+50
* Block SIGCHLD when executing mount and umountMiklos Szeredi2008-02-082-12/+40
* lib/mount_bsd.c: fix typofuse_2_8_startCsaba Henk2008-02-051-1/+1
* lib/mount_bsd.c: add "-onosync_unmount" kernel optionCsaba Henk2008-02-052-0/+2
* lib/mount_bsd.c: prettify option specificationsCsaba Henk2008-02-032-69/+45
* lib/mount_bsd.c: get rid of all the hacks, we really need nothing just a forc...Csaba Henk2008-02-031-11/+1
* lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and se...Csaba Henk2008-02-033-53/+17
* lib/mount_bsd.c: string formatting fixes, exit if mounting has failedCsaba Henk2008-02-032-10/+31
* make makeconf.sh work under FreeBSDCsaba Henk2008-01-072-1/+23
* lib/mount_bsd.c: add support for the subtype optionCsaba Henk2008-01-071-0/+1
* lib/mount_bsd.c: fix up/refine device closing vs. unmountCsaba Henk2008-01-062-5/+80