summaryrefslogtreecommitdiffstats
path: root/lib/libfuse/fuse.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* libfuse should not maintain state for FBT_READDIR. If a directory ishelg2018-05-161-14/+2
* Fixes the following bugs when getcwd(3) is used on a fuse file systemhelg2017-11-171-1/+2
* Include fuse_opt.h in fuse.h.syl2014-01-201-1/+3
* define FUSE_{MAJOR,MINOR}_VERSION which many fuse helpers assume is defined.jasper2013-12-171-1/+3
* Document the negative errno quirk used by callbacks in struct fuse_operations.stsp2013-11-131-1/+6
* add fuse_invalidate() and fuse_setup() functions.syl2013-11-071-1/+4
* Add missing bitfields needed by gvfs.syl2013-11-011-11/+30
* Add support for fuse_teardown(3). This functionsyl2013-07-051-1/+2
* style change.syl2013-06-141-7/+7
* Add support for fuse_get_context(3) needed by ntfs-3g.syl2013-06-141-1/+11
* add support for fuse_version(3). Needed by ntfs-3g.syl2013-06-141-1/+2
* fix readdir, from sylvestretedu2013-06-041-1/+2
* rcsidstedu2013-06-031-0/+1
* add userland fuse library. ok beck deraadttedu2013-06-031-0/+152