NetBSD/usr.sbin/puffs
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
..
mount_9p Change the signature of puffs_respcmp to return -1,0,1 for smaller, 2007-05-20 16:24:37 +00:00
mount_psshfs Implement SUPERREADDIR (like nfs readdirplus) getattr cache warming 2007-05-20 17:47:12 +00:00
Makefile descend into mount_9p 2007-04-21 14:23:10 +00:00
Makefile.inc Makefile.inc to get BINDIR right 2006-12-29 17:42:52 +00:00