aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse.h
AgeCommit message (Collapse)AuthorLines
2004-09-27Add PID to fuse_contextMiklos Szeredi-0/+1
2004-09-22fixMiklos Szeredi-10/+3
2004-09-16fixMiklos Szeredi-3/+5
2004-07-29add fuse_invalidate() to library APIMiklos Szeredi-0/+10
2004-07-23clean up mount option passingMiklos Szeredi-22/+20
2004-07-13add flag to turn off hiding removed but open filesMiklos Szeredi-0/+4
2004-07-07change email addressMiklos Szeredi-1/+1
2004-06-30support for multiplexing fuse fdMiklos Szeredi-0/+1
2004-06-03cache ENOSYS on some optional functionsMiklos Szeredi-1/+1
2004-06-03build shared libraryMiklos Szeredi-1/+1
2004-05-18added flush() callMiklos Szeredi-7/+18
2004-05-13clarify commentMiklos Szeredi-4/+7
2004-04-13_FILE_OFFSET_BITS checkingMiklos Szeredi-2/+4
2004-03-30EA operations addedMiklos Szeredi-20/+24
2004-02-25added fuse_get()Miklos Szeredi-0/+9
2004-02-19statfs fixesMiklos Szeredi-12/+3
2004-01-26fixMiklos Szeredi-3/+6
2003-12-15version numbers addedMiklos Szeredi-0/+6
2003-12-12added fsync operationMiklos Szeredi-1/+4
2003-10-22fixMiklos Szeredi-2/+8
2003-10-13fixMiklos Szeredi-26/+25
2002-12-11release() changesMiklos Szeredi-1/+1
2002-12-10added release() callbackMiklos Szeredi-0/+8
2002-12-05fixesMiklos Szeredi-9/+24
2002-12-03fixesMiklos Szeredi-0/+3
2002-10-25version change + cleanupsMiklos Szeredi-2/+2
2002-10-25use fuse_mount in fuse_mainMiklos Szeredi-2/+3
2002-10-07statfs header cleanupMiklos Szeredi-1/+10
2002-05-29fixesMiklos Szeredi-2/+1
2002-04-19interface cleanupMiklos Szeredi-11/+12
2002-04-18fuse_mount_ioslave() and helper utilMark Glines-0/+11
2002-04-12Changed #include "fusestat.h" to #include <fusestat.h> and added fusestat.hRoland Bauerschmidt-1/+1
to include/Makefile.am, so that building with headers in /usr/include works.
2002-03-17'struct statfs' changes size, and entries within it change position, dependingMark Glines-2/+2
on which headerfiles are included and which macros are defined. Because its unreliable, we now use struct fuse_statfs everywhere except in the kernel. Also fixed some perl fuse_main semantics - it now works much better when multithreading is disabled.
2002-01-07Added statfs support to kernel, lib, examples, and perlMark Glines-0/+2
other minor perl fixes (still unstable)
2001-12-20preparations for cred checking in fsMiklos Szeredi-12/+19
2001-12-08minor updatesMiklos Szeredi-0/+11
2001-11-21writing modules made more easyMiklos Szeredi-0/+30
2001-11-16multithreading works in PythonMiklos Szeredi-2/+3
2001-11-16threading fixesMiklos Szeredi-3/+3
2001-11-16better thread managementMiklos Szeredi-3/+25
2001-11-13fix vfsmount leak bug in fuse_follow_linkMiklos Szeredi-0/+5
2001-11-11xMiklos Szeredi-35/+23
2001-11-09preparing for releaseMiklos Szeredi-26/+6
2001-11-08fusermountMiklos Szeredi-0/+1
2001-11-07build fixesMiklos Szeredi-0/+5
2001-11-06cleanupsMiklos Szeredi-2/+90
2001-11-06bugfixesMiklos Szeredi-19/+27
2001-10-31xMiklos Szeredi-10/+16
2001-10-30xMiklos Szeredi-1/+3
2001-10-29xMiklos Szeredi-1/+5