Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/puffs/mount_psshfs
Module Name: src
Committed By: pooka
Date: Wed May 20 13:56:36 UTC 2009
Modified Files:
src/usr.sbin/puffs/mount_psshfs: fs.c mount_psshfs.8 node.c psshfs.c
psshfs.h subr.c
Log Message:
Introduce -c [12], which can be used to open 1 or 2 ssh connections
to the server. If "2" is specified, a separate connection is used
for data and directory operations. Using two connections can
significantly increase directory operation performance on a saturated
link, at least up to 30x faster.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/puffs/mount_psshfs/fs.c
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8
cvs rdiff -u -r1.56 -r1.57 src/usr.sbin/puffs/mount_psshfs/node.c
cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/puffs/mount_psshfs/psshfs.c
cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/puffs/mount_psshfs/psshfs.h
cvs rdiff -u -r1.45 -r1.46 src/usr.sbin/puffs/mount_psshfs/subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index