summaryrefslogtreecommitdiffstats
path: root/lib/libfuse/fuse.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-16libfuse should not maintain state for FBT_READDIR. If a directory ishelg1-14/+2
2017-11-17Fixes the following bugs when getcwd(3) is used on a fuse file systemhelg1-1/+2
2014-01-20Include fuse_opt.h in fuse.h.syl1-1/+3
2013-12-17define FUSE_{MAJOR,MINOR}_VERSION which many fuse helpers assume is defined.jasper1-1/+3
2013-11-13Document the negative errno quirk used by callbacks in struct fuse_operations.stsp1-1/+6
2013-11-07add fuse_invalidate() and fuse_setup() functions.syl1-1/+4
2013-11-01Add missing bitfields needed by gvfs.syl1-11/+30
2013-07-05Add support for fuse_teardown(3). This functionsyl1-1/+2
2013-06-14style change.syl1-7/+7
2013-06-14Add support for fuse_get_context(3) needed by ntfs-3g.syl1-1/+11
2013-06-14add support for fuse_version(3). Needed by ntfs-3g.syl1-1/+2
2013-06-04fix readdir, from sylvestretedu1-1/+2
2013-06-03rcsidstedu1-0/+1
2013-06-03add userland fuse library. ok beck deraadttedu1-0/+152