Up to [cvs.NetBSD.org] / src / sys / nfs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-1-5
Revision 1.22.2.4 / (download) - annotate - [select for diffs], Sat Feb 9 23:26:06 2002 UTC (18 years, 11 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.22.2.3: +2 -2
lines
Diff to previous 1.22.2.3 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)
Pull up revision 1.32 (requested by he): Widen cr_ref to prevent overflow. (Missed in previous round of commits on this issue.)
Revision 1.22.2.3 / (download) - annotate - [select for diffs], Thu Aug 16 16:03:46 2001 UTC (19 years, 5 months ago) by tv
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH002
Changes since 1.22.2.2: +3 -3
lines
Diff to previous 1.22.2.2 (colored) to branchpoint 1.22 (colored)
Pullup [jdolecek]: sys/miscfs/umapfs/umap_vfsops.c 1.29-1.30 sys/kern/vfs_subr.c 1.156 sys/nfs/nfs.h 1.30 Bounds check mount args.
Revision 1.22.2.2 / (download) - annotate - [select for diffs], Fri Apr 6 00:37:13 2001 UTC (19 years, 9 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.22.2.1: +16 -3
lines
Diff to previous 1.22.2.1 (colored) to branchpoint 1.22 (colored)
Pull up revisions 1.26-1.27 (requested by fvdl): Adjust default NFS operation size back to 8KB on all systems except on i386.
Revision 1.22.2.1 / (download) - annotate - [select for diffs], Thu Dec 14 23:36:59 2000 UTC (20 years, 1 month ago) by he
Branch: netbsd-1-5
Changes since 1.22: +4 -4
lines
Diff to previous 1.22 (colored)
Pull up revision 1.24 (requested by fvdl): Improve NFS performance, possibly with as much as 100% in throughput. Please note: this implies a kernel interface change, VOP_FSYNC gains two arguments.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Jun 9 00:00:17 2000 UTC (20 years, 7 months ago) by fvdl
Branch: MAIN
CVS Tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2
Branch point for: netbsd-1-5
Changes since 1.21: +7 -1
lines
Diff to previous 1.21 (colored)
Some tweaks to enable NFS over IPv6. The special-casing of AF_INET should really be removed.