summaryrefslogtreecommitdiffstats
path: root/lib/libfuse/fuse.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libfuse should not maintain state for FBT_READDIR. If a directory ishelg2018-05-161-14/+2
| | | | | | | | opened multiple times (either from the same process or different processes) then FUSE will not reliably return the directory entries to both file descriptors. ok mpi@
* Fixes the following bugs when getcwd(3) is used on a fuse file systemhelg2017-11-171-1/+2
| | | | | | | | | | | Endless loop if directory nested more than one level from root of file system Current directory not found if the parent directory contains more children than will fit in the buffer passed to VOP_READDIR(9) Open and close directory in fusefs_readdir if dir is not already open. Now behaves as if readdir_ino option was passed to fuse so that directories in path have a valid ino. ok mpi@
* Include fuse_opt.h in fuse.h.syl2014-01-201-1/+3
| | | | | Reported by Helg Bredow (xx404 AT msn DOT com), thanks ! ok millert@
* define FUSE_{MAJOR,MINOR}_VERSION which many fuse helpers assume is defined.jasper2013-12-171-1/+3
| | | | ok syl@
* Document the negative errno quirk used by callbacks in struct fuse_operations.stsp2013-11-131-1/+6
| | | | ok syl
* add fuse_invalidate() and fuse_setup() functions.syl2013-11-071-1/+4
| | | | ok tedu@
* Add missing bitfields needed by gvfs.syl2013-11-011-11/+30
| | | | | | Bump pkg_config version to 2.8.0 ok ajacoutot@
* Add support for fuse_teardown(3). This functionsyl2013-07-051-1/+2
| | | | | | is needed by zipfs. ok tedu@
* style change.syl2013-06-141-7/+7
|
* Add support for fuse_get_context(3) needed by ntfs-3g.syl2013-06-141-1/+11
| | | | | OK pirofti@ and beck@ "assuming I am getting to setting the initial pid/gid/uid values correctly soon".
* add support for fuse_version(3). Needed by ntfs-3g.syl2013-06-141-1/+2
| | | | Ok beck@ and pirofti@.
* fix readdir, from sylvestretedu2013-06-041-1/+2
|
* rcsidstedu2013-06-031-0/+1
|
* add userland fuse library. ok beck deraadttedu2013-06-031-0/+152
from Sylvestre Gallon ccna.syl gmail.com