index
:
hurd/incubator.git
clisp
cross-gnu/master
cvsfs/master
dde
dde_net
filter
gopherfs/master
install_crosshurd
libchannel
libfuse/master
libfuse/pinotree/fuse-improvements/master
master
netio/master
nsmux
nsmux-notify
random
rump
smbfs/master
socketio
tarfs/master
user-level_pcnet32
the great next stuff
GNU Hurd maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
netfs.c
Age
Commit message (
Expand
)
Author
2013-03-30
Switch from __thread to pthread_key_t for fuse_context
libfuse/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
Fix readlink
Pino Toscano
2013-03-23
netfs utimes: use the utimens operation if present
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-02-11
Fix build against libpthread
Samuel Thibault
2006-08-05
netfs_attempt_syncfs is called with cred==NULL on filesystem shutdown, change...
Stefan Siegl
2006-08-04
added support for libfuse 2.5 api
Stefan Siegl
2006-08-04
added support for fuse contexts, including fuse_get_context function
Stefan Siegl
2006-08-03
call open and release callbacks on read/write even in fuse_ops_compat2 mode
Stefan Siegl
2006-04-13
pulled in headers from fuse 2.5.3 and added examples. fuse_ops variable renam...
Stefan Siegl
2006-01-30
moved headers into new include/ directory, sources moved into new src/ direct...
Stefan Siegl