| Age | Commit message (Expand) | Author |
| 2007-06-12 | Use pthread_[gs]etspecific to store a pointer to the fuse_context | agc |
| 2007-06-12 | Minor cleanup - change uses of malloc, memset to calloc. | agc |
| 2007-06-12 | Re-work the way the SET_FUSE_CONTEXT* macros are done, following | agc |
| 2007-06-11 | # use puffs_cred_getuid(3) and puffs_cred_getgid(3) | agc |
| 2007-06-11 | Set the uid, gid and pid wherever possible (i.e. where known). This gets | agc |
| 2007-05-24 | After we've malloc'd an area of storage, zero out this storage, "just in | agc |
| 2007-05-17 | Calling puffs_exit() in fuse_{exit,unmount}() is wrong, as those | pooka |
| 2007-05-17 | create hash for the root path object | pooka |
| 2007-05-17 | initialize refusenode contents to 0 | pooka |
| 2007-05-17 | reflect changes in fs mount: use puffs_mount() instead of | pooka |
| 2007-05-17 | More fixes: | christos |
| 2007-05-16 | - Always check strdup return. For now we are lazy and bail instead of cleaning | christos |
| 2007-05-16 | Enable puffs_fakecc. FUSE file systems don't use continuations anyway, | pooka |
| 2007-05-15 | When parsing arguments for the directory to mount, search backwards from | agc |
| 2007-05-15 | When puffs_mount fails, display the name of the directory which wasn't | agc |
| 2007-05-03 | Implement fuse_setup(), and fuse_teardown() - necessary for the python | agc |
| 2007-05-02 | In case a fuse fs hands an stbuf with an inode number 0 to the | pooka |
| 2007-05-01 | use PUFFS_FLAG_HASHPATH | pooka |
| 2007-04-16 | Flesh out the args management a bit more: | agc |
| 2007-04-13 | Instead of keeping on adding parameters to puffs_mount(), make it | pooka |
| 2007-04-12 | Hide struct puffs_usermount from the rest of the world and provide | pooka |
| 2007-04-11 | adapt to new readdir signature. no functional change | pooka |
| 2007-03-16 | use puffs_addvtype2mode() in puffs_fuse_node_mknod() | pooka |
| 2007-03-13 | Revert the most recent changes I made - they weren't ready for primetime. | agc |
| 2007-03-13 | Fix a thinko - if we're going to do a deep copy, let's do it properly. | agc |
| 2007-03-13 | + Only use EXIT_SUCCESS and EXIT_FAILURE for the return code to the | agc |
| 2007-02-28 | * Move fuse_opt* defs and prototypes into fuse_opt.h. | xtraeme |
| 2007-02-26 | For just now, just use "puffs:refuse" as the file system name - this will | agc |
| 2007-02-26 | Refactor a few interfaces a bit to look more like fuse. fuse_args | pooka |
| 2007-02-26 | convert FREAD/FWRITE to O_RDWR-stuff in open | pooka |
| 2007-02-26 | Implement readdir properly, or at least as close to possible to how | pooka |
| 2007-02-26 | revert 1.34, as discussed with agc. It creates more problems than | pooka |
| 2007-02-23 | For large directories, remove the artificial restriction on one | agc |
| 2007-02-20 | * missing open is not a failure, just return 0 | pooka |
| 2007-02-20 | reverse order of arguments to fuse->op.symlink, remove comment | pooka |
| 2007-02-20 | * Thread flags to VOP_OPEN (except of course O_CREAT, O_TRUNC and O_EXCL) | pooka |
| 2007-02-20 | * create a refusenode also for the root node | pooka |
| 2007-02-19 | Implement a very very stubby fuse_unmount(), which does ... nothing. | pooka |
| 2007-02-19 | fix return-in-the-middle bug in inactive. and while there, make | pooka |
| 2007-02-19 | puffs_fuse_node_inactive: initialize ret to 0 to avoid a warning. | xtraeme |
| 2007-02-19 | * combine emulation layer tasks for node creation to a common routine | pooka |
| 2007-02-18 | * don't allow reads beyond at offset = EOF, all fuse file systems can't | pooka |
| 2007-02-18 | fix rename (yes, it's really that simple) | pooka |
| 2007-02-18 | * oh, and when removing, remove the target node, not its parent directory | pooka |
| 2007-02-18 | * map reclaim to release, but call it only for files which were opened | pooka |
| 2007-02-18 | in create, if op.create doesn't exist, try op.mknod instead | pooka |
| 2007-02-18 | Added extra functionality: | agc |
| 2007-02-18 | support some more fuse interfaces required for setattr: | pooka |
| 2007-02-16 | * can't call unlink(2) & rmdir(2) in error paths. Rather, call | pooka |
| 2007-02-16 | write to end-of-file in case of IOAPPEND | pooka |