summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-10tell about valid mount options, when printing usage informationStefan Siegl
2005-12-10use common Unix permissions-checking only, if default_permissions mount optio...Stefan Siegl
2005-12-09don't call chown to make sure, files created with the fusexmp-translator have...Stefan Siegl
2005-12-09don't expect opendir and releasedir operations to be available, if readdir is...Stefan Siegl
2005-12-09set O_RDONLY bit, in case O_EXEC is set, else we won't be able to execute bin...Stefan Siegl
2005-12-09call open/flush/release operations when reading and writing (new api)Stefan Siegl
2005-12-09added support for new fuse api's opendir/readdir/releasedir operationsStefan Siegl
2005-12-06netfs_startup() check bootstrap == MACH_PORT_NULL.Thomas Schwinge
2005-12-04test_allow_root_or_other: new function, check whether or not to allow filesystemStefan Siegl
2005-12-03care for uid,gid,umask mount options in netfs_validate_statsStefan Siegl
2005-12-03mount option parser added.Stefan Siegl
2005-12-03Updated.Stefan Siegl
2005-12-03Command line option to disable multi-threaded operation (-s) added like the L...Stefan Siegl
2005-12-03added libfuse_params configuration struct (replacing existing fuse_use_ino by...Stefan Siegl
2005-12-03return the number of directory entries as a positive integer from netfs_get_d...Stefan Siegl
2005-12-03ignore some more filesStefan Siegl
2005-12-03Remove superfluous semicolons.Thomas Schwinge
2005-12-02... but too many words are just noise.Thomas Schwinge
2005-12-02Actually use FUNC_EPILOGUE_FMT() in netfs_get_dirents().Thomas Schwinge
2005-12-02Remove no longer used variable.Thomas Schwinge
2005-12-02Use getattr() instead of getdir() in netfs_attempt_lookup().Thomas Schwinge
2005-12-02Words are more expressive than numbers...Thomas Schwinge
2005-12-02Add the examples from fuse_2_3_0.Thomas Schwinge
2005-12-02Bump the API up to fuse_2_3_0.Thomas Schwinge
2005-12-02`TODO' updated.Thomas Schwinge
2005-12-02`TODO' added.Thomas Schwinge
2005-12-02Needed patch for fusexmp.c.Thomas Schwinge
2005-12-01Make example*/Makefile.am find <hurd.h>.Thomas Schwinge
2005-11-17Removed. Use `autoreconf -i'.Thomas Schwinge
2005-11-15Install the public header files.Thomas Schwinge
2005-11-15Copy FUSE's `fuse.pc.in' and handle it correctly.Thomas Schwinge
2005-11-15New name and new location.Thomas Schwinge
2005-04-08Implemented fuse_new, fuse_mount and fuse_loop functions (includingStefan Siegl
2005-04-06disabling malloc debuggingStefan Siegl
2005-04-02touching copyright noticeStefan Siegl
2005-04-02wrong path specified.Stefan Siegl
2005-04-02first shot.Stefan Siegl
2005-04-02In fuse_sync_filesystem emit debug messages if a netnode has a nodeStefan Siegl
2005-04-02* Dropped fuse_bump_helper in favour of simplicity, however now beingStefan Siegl
2005-04-02*** empty log message ***Stefan Siegl
2005-04-02trace malloc/free/strdup callsStefan Siegl
2005-03-27added getopt support.Stefan Siegl
2005-03-27 * don't FUSE_OP_CALL(open) to check whether we've got sufficientStefan Siegl
2005-03-27emit warning message if program not started as a translator.Stefan Siegl
2005-03-27added -DFUSE_USE_VERSIONS=22 to CFLAGS.Stefan Siegl
2005-03-27upgrade to fuse-2.2.1 api.Stefan Siegl
2005-03-27create example-22/MakefileStefan Siegl
2005-03-27use creat() to create files in xmp_mknod.Stefan Siegl
2005-03-26adding examples from fuse-2.2.1Stefan Siegl
2005-03-26upgrade to fuse.h from fuse-2.2.1Stefan Siegl