Up to [cvs.NetBSD.org] / src / sys / nfs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-1-5
Revision 1.113.4.4 / (download) - annotate - [select for diffs], Tue Jan 29 22:21:44 2002 UTC (19 years, 2 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.113.4.3: +5 -4
lines
Diff to previous 1.113.4.3 (colored) to branchpoint 1.113 (colored) next main 1.114 (colored)
Pull up revision 1.148 (requested by fvdl): Set np->n_size before calling nfs_vinvalbuf. Avoids confusion as to the actual file size.
Revision 1.113.4.3 / (download) - annotate - [select for diffs], Thu Dec 14 23:37:18 2000 UTC (20 years, 4 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001
Changes since 1.113.4.2: +67 -225
lines
Diff to previous 1.113.4.2 (colored) to branchpoint 1.113 (colored)
Pull up revisions 1.120,1.123 (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.113.4.2 / (download) - annotate - [select for diffs], Tue Sep 19 18:43:15 2000 UTC (20 years, 7 months ago) by fvdl
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-5-BETA2,
netbsd-1-5-BETA
Changes since 1.113.4.1: +14 -6
lines
Diff to previous 1.113.4.1 (colored) to branchpoint 1.113 (colored)
Revision 1.118: Fix bug in access cache that might result in permission being denied needlessly. From Matthias Drochner. (approved by thorpej)
Revision 1.113.4.1 / (download) - annotate - [select for diffs], Sun Jul 30 20:38:57 2000 UTC (20 years, 8 months ago) by jdolecek
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-ALPHA2
Changes since 1.113: +2 -3
lines
Diff to previous 1.113 (colored)
Pullup from trunk (approved by thorpej): Change lf_advlock() to: int lf_advlock (struct vop_advlock_args *, struct lockf **, off_t) This matches it's usage. Change inspired by FreeBSD, though we use off_t instead u_quad_t as the last argument. sys/lockf.h rev. 1.9 msdosfs/msdosfs_vnops.c rev. 1.99 kern/vfs_lockf.c rev. 1.17 miscfs/specfs/spec_vnops.c rev. 1.49 nfs/nfs_vnops.c rev. 1.115 ufs/ext2fs/ext2fs_vnops.c rev. 1.28 ufs/ufs/ufs_vnops.c rev. 1.72
Revision 1.113 / (download) - annotate - [select for diffs], Fri May 26 08:36:48 2000 UTC (20 years, 10 months ago) by enami
Branch: MAIN
CVS Tags: netbsd-1-5-base,
minoura-xpg4dl-base,
minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.112: +7 -5
lines
Diff to previous 1.112 (colored)
- Try to commit another buffer even if previous commit failed except the case that write verf is changed. Suggested by mycroft@netbsd.org. - Reset wcred to NULL (i.e., write credential isn't decieded) everytime before gathering buffer for new commit, so that there is a chance to the commit request is merged.