Age | Commit message (Expand) | Author |
2024-09-01 | Add missing inclusion of assert.hlibfuse/master | Samuel Thibault |
2024-09-01 | Add missing const qualifiers | Samuel Thibault |
2013-03-30 | Switch from __thread to pthread_key_t for fuse_contextlibfuse/pinotree/fuse-improvements/master | Pino Toscano |
2013-03-24 | Fix context and user data handling at init time | Pino Toscano |
2013-03-23 | Fix return values of some FUSE_OP_CALL | Pino Toscano |
2013-03-23 | Trace FUSE_OP_CALL calls to debug | Pino Toscano |
2013-03-23 | Fix readlink | Pino Toscano |
2013-03-23 | Implement the dummy fuse_invalidate | Pino Toscano |
2013-03-23 | netfs utimes: use the utimens operation if present | Pino Toscano |
2013-03-23 | Bump to compatibility version 26 and compile with it | Pino Toscano |
2013-03-23 | Synchronize headers, examples and version script with FUSE 2.6.5 | Pino Toscano |
2013-03-22 | Add a FUSE_SYMVER macro | Pino Toscano |
2013-03-22 | Increase the SO VERSION to 1.0.0 | Pino Toscano |
2013-03-22 | version script: export the netfs symbols | Pino Toscano |
2013-03-22 | Import the ld version script from FUSE 2.5.x | Pino Toscano |
2013-03-22 | Create and use a fuse struct | Pino Toscano |
2013-03-22 | Remove support for FUSE compatibility < 25 | Pino Toscano |
2013-03-21 | Initialize correctly new netnode instances | Pino Toscano |
2013-03-19 | Convert .cvsignore files to .gitignore | Pino Toscano |
2013-02-11 | Fix build against libpthread | Samuel Thibault |
2012-04-15 | Provide a fuse_main function | Samuel Thibault |
2006-08-07 | ignore fsname fuse option | Stefan Siegl |
2006-08-05 | netfs_attempt_syncfs is called with cred==NULL on filesystem shutdown, change... | Stefan Siegl |
2006-08-05 | changed hashing algo to use some prime magic, fixed routines to use unsigned ... | Stefan Siegl |
2006-08-04 | added support for libfuse 2.5 api | Stefan Siegl |
2006-08-04 | added -f switch, to force foreground operation, unless started using settrans | Stefan Siegl |
2006-08-04 | added support for fuse contexts, including fuse_get_context function | Stefan Siegl |
2006-08-03 | added fuse_exit and fuse_exited stubs, actually we don't support them, theref... | Stefan Siegl |
2006-08-03 | call open and release callbacks on read/write even in fuse_ops_compat2 mode | Stefan Siegl |
2006-08-01 | If started without using settrans but with the mountpoint as first argument, | Stefan Siegl |
2006-04-13 | pulled in headers from fuse 2.5.3 and added examples. fuse_ops variable renam... | Stefan Siegl |
2006-04-13 | split fuse_loop_mt into fuse_loop_mt_proc and fuse_process_cmd, to make the l... | Stefan Siegl |
2006-01-30 | moved headers into new include/ directory, sources moved into new src/ direct... | Stefan Siegl |
2006-01-30 | *** empty log message *** | Stefan Siegl |