NetBSD/usr.sbin/puffs
pooka 306e0025cf Implement "superreaddir". This issues a getattr for all the
directory entries already in readdir and caches the results instead
of waiting for each individial getattr from the kernel.  For
high-latency links the difference in "ls -l" is quite astounding
and even on my lan "ls -lR" is faster than for nfs in a normal
directory hierarchy (i.e. not one artifically setup to have thousands
of files per directory).

TODO: implement some sort of bandwidth/latency measurement in the
code and enable or disable this option based on than information
(and a command-line flag).
2007-02-09 23:36:17 +00:00
..
mount_psshfs Implement "superreaddir". This issues a getattr for all the 2007-02-09 23:36:17 +00:00
Makefile
Makefile.inc Makefile.inc to get BINDIR right 2006-12-29 17:42:52 +00:00