NetBSD/usr.sbin/puffs/mount_psshfs
pooka a769baf075 Implement SUPERREADDIR (like nfs readdirplus) getattr cache warming
a bit differently: when reading the directory, store all getattr
caching queries and fire off only when the directory read is
complete.  That way the common sequence is not [readdir, lots of
async getattr requests, readdir EOF] but rather [readdir, readdir
EOF, lots of async getattr].  This speeds up ls -lR by about 25%
(on my LAN).
2007-05-20 17:47:12 +00:00
..
fs.c * use NOREF setback to prompt immediate (well, once the kernel 2007-05-18 16:13:47 +00:00
Makefile man page for mount_psshfs 2007-01-07 19:56:26 +00:00
mount_psshfs.8 remove caveat no longer applicable 2007-05-09 21:50:47 +00:00
node.c remove obvious incorrect assert() from doreclaim() and remove the 2007-05-18 18:00:07 +00:00
psbuf.c Change the signature of puffs_respcmp to return -1,0,1 for smaller, 2007-05-20 16:24:37 +00:00
psshfs.c reflect changes in fs mount: use puffs_mount() instead of 2007-05-17 14:13:04 +00:00
psshfs.h Implement SUPERREADDIR (like nfs readdirplus) getattr cache warming 2007-05-20 17:47:12 +00:00
sftp_proto.h
subr.c Implement SUPERREADDIR (like nfs readdirplus) getattr cache warming 2007-05-20 17:47:12 +00:00