summaryrefslogtreecommitdiff
path: root/share/examples/refuse/virtdir/virtdir.c
AgeCommit message (Expand)Author
2008-02-07Set a definitive FUSE ABI before including fuse.h, to avoid situationsagc
2007-11-11Only use the bottom 20bits for an inode number to prevent the inode number cr...agc
2007-11-11Include a (random) inode number in the virtual directory information thatagc
2007-06-21Record the root directory at initialisation time.agc
2007-05-21Add a size parameter to virtdir_add, so that binary information can beagc
2007-05-19Add a function to return the virtual offset in the virtdir_t tree.agc
2007-04-18When adding virtual directory entries, check the path to see thatagc
2007-04-17Don't allow duplicate directory entries to be created.agc
2007-04-15Add routines to manipulate virtual directory entries, for use withagc