NetBSD/usr.sbin/puffs/mount_psshfs
riastradh 772f45cfc9 Cache vattr in psshfs's setattr.
This means within the cache window, a setattr that wouldn't change the
remote file's attributes from our current view of them will not be
relayed to the server and wait for the server to answer.  Thus, e.g., a
process with a periodic timer interrupt that calls open(2) in a loop
can make progress with much higher probability than without caching.

XXX The test case doesn't work, so it's currently disabled.  It needs
to stop the child of sshd that is handling an sftp session, not sshd
itself, and it's not obvious how to do that.

ok pooka
2011-08-12 04:14:00 +00:00
..
Makefile Enable WARNS=4 by default, except for: 2009-04-22 15:23:01 +00:00
fs.c remove some always true if () checks GCC 4.5.3 picks up. 2011-06-22 04:03:23 +00:00
mount_psshfs.8 Give credit: psshfs was inspired by FUSE sshfs. 2010-02-03 17:16:29 +00:00
node.c Cache vattr in psshfs's setattr. 2011-08-12 04:14:00 +00:00
psbuf.c Fix compilation with -Wsign-compare. Apparently 5.0 doesn't have 2010-01-08 10:53:31 +00:00
psshfs.c Initialize psshfs root node's readdir waiters queue. 2011-05-19 15:07:16 +00:00
psshfs.h In case we create a file, reclaim the vnode, and lookup the file 2010-04-01 02:34:09 +00:00
sftp_proto.h
subr.c In case we create a file, reclaim the vnode, and lookup the file 2010-04-01 02:34:09 +00:00