summaryrefslogtreecommitdiff
path: root/src/netfs.c
AgeCommit message (Expand)Author
2013-03-30Switch from __thread to pthread_key_t for fuse_contextlibfuse/pinotree/fuse-improvements/masterPino Toscano
2013-03-24Fix context and user data handling at init timePino Toscano
2013-03-23Fix return values of some FUSE_OP_CALLPino Toscano
2013-03-23Fix readlinkPino Toscano
2013-03-23netfs utimes: use the utimens operation if presentPino Toscano
2013-03-22Create and use a fuse structPino Toscano
2013-03-22Remove support for FUSE compatibility < 25Pino Toscano
2013-02-11Fix build against libpthreadSamuel Thibault
2006-08-05netfs_attempt_syncfs is called with cred==NULL on filesystem shutdown, change...Stefan Siegl
2006-08-04added support for libfuse 2.5 apiStefan Siegl
2006-08-04added support for fuse contexts, including fuse_get_context functionStefan Siegl
2006-08-03call open and release callbacks on read/write even in fuse_ops_compat2 modeStefan Siegl
2006-04-13pulled in headers from fuse 2.5.3 and added examples. fuse_ops variable renam...Stefan Siegl
2006-01-30moved headers into new include/ directory, sources moved into new src/ direct...Stefan Siegl