
CVS log for src/sys/fs/efs/efs_vnops.c
Up to [NetBSD] / src / sys / fs / efs
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.17.4.1: download - view: text, markup, annotated - select for diffs
Fri Jul 24 01:32:31 2009 (6 months, 2 weeks ago) by jym
Branches: jym-xensuspend
Diff to previous 1.17: preferred, colored next main 1.18: preferred, colored
Changes since revision 1.17: +28 -6
lines
Sync with HEAD.
Revision 1.14.10.2: download - view: text, markup, annotated - select for diffs
Sat Jul 18 16:53:20 2009 (6 months, 3 weeks ago) by yamt
Branches: yamt-nfs-mp
Diff to previous 1.14.10.1: preferred, colored to branchpoint 1.14: preferred, colored next main 1.15: preferred, colored
Changes since revision 1.14.10.1: +28 -6
lines
sync with head.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jul 4 00:25:51 2009 (7 months, 1 week ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
uebayasi-xip-base,
uebayasi-xip,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
HEAD
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4
lines
Fix utterly botched previous commit. efs compiles now and apprears
to work, but the person doing the original change should verify
that it actually works like before the change.
(hi, elad!)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jul 3 23:17:41 2009 (7 months, 1 week ago) by elad
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +28 -6
lines
Where possible, extract the file-system's access() routine to two internal
functions: the first checking if the operation is possible (regardless of
permissions), the second checking file-system permissions, ACLs, etc.
Mailing list reference:
http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005311.html
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jun 23 21:36:40 2009 (7 months, 2 weeks ago) by elad
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4
lines
Move the implementation of vaccess() to genfs_can_access(), in line with
the other routines of the same spirit.
Adjust file-system code to use it.
Keep vaccess() for KPI compatibility and to keep element of least
surprise. A "diagnostic" message warning that vaccess() is deprecated will
be printed when it's used (obviously, only in DIAGNOSTIC kernels).
No objections on tech-kern@:
http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005310.html
Revision 1.14.10.1: download - view: text, markup, annotated - select for diffs
Mon May 4 10:13:42 2009 (9 months, 1 week ago) by yamt
Branches: yamt-nfs-mp
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +118 -11
lines
sync with head.
Revision 1.14.18.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 14:19:33 2009 CET (12 months, 2 weeks ago) by skrll
Branches: nick-hppapmap
Diff to previous 1.14: preferred, colored next main 1.15: preferred, colored
Changes since revision 1.14: +118 -11
lines
Sync with HEAD.
Revision 1.14.6.1: download - view: text, markup, annotated - select for diffs
Sat Jan 17 14:29:16 2009 CET (12 months, 3 weeks ago) by mjf
Branches: mjf-devfs2
Diff to previous 1.14: preferred, colored next main 1.15: preferred, colored
Changes since revision 1.14: +118 -11
lines
Sync with HEAD.
Revision 1.14.20.4: download - view: text, markup, annotated - select for diffs
Wed Jan 7 00:38:41 2009 CET (13 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b
Diff to previous 1.14.20.3: preferred, colored to branchpoint 1.14: preferred, colored next main 1.15: preferred, colored
Changes since revision 1.14.20.3: +6 -2
lines
Apply patch (requested by rumble in ticket #216):
Adjust for the netbsd-5 branch by defining UBC_UNMAP_FLAG.
Revision 1.14.20.3: download - view: text, markup, annotated - select for diffs
Wed Jan 7 00:34:46 2009 CET (13 months ago) by snj
Branches: netbsd-5
Diff to previous 1.14.20.2: preferred, colored to branchpoint 1.14: preferred, colored
Changes since revision 1.14.20.2: +114 -2
lines
Pull up following revision(s) (requested by rumble in ticket #216):
sys/fs/efs/efs_vfsops.c: revision 1.17
sys/fs/efs/efs_vnops.c: revision 1.17
Add specfs/fifofs support. Not really fully tested, but at least
vfs routines don't crash now.
(didn't have an image with matching device node numbers)
fixes PR kern/40055 by myself
Revision 1.14.20.2: download - view: text, markup, annotated - select for diffs
Wed Jan 7 00:32:23 2009 CET (13 months ago) by snj
Branches: netbsd-5
Diff to previous 1.14.20.1: preferred, colored to branchpoint 1.14: preferred, colored
Changes since revision 1.14.20.1: +5 -11
lines
Pull up following revision(s) (requested by rumble in ticket #216):
sys/fs/efs/efs_vnops.c: revision 1.16
Rototill all remaining file systems to use ubc_uiomove() instead
of the ubc_alloc() - uiomove() - ubc_release() dance.
Revision 1.14.20.1: download - view: text, markup, annotated - select for diffs
Wed Jan 7 00:30:13 2009 CET (13 months ago) by snj
Branches: netbsd-5
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2
lines
Pull up following revision(s) (requested by rumble in ticket #216):
sys/fs/efs/efs_vnops.c: revision 1.15
more <sys/buf.h> police
Revision 1.14.16.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 02:14:59 2008 CET (13 months, 4 weeks ago) by haad
Branches: haad-dm
Diff to previous 1.14: preferred, colored next main 1.15: preferred, colored
Changes since revision 1.14: +118 -11
lines
Update haad-dm branch to haad-dm-base2.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Dec 1 15:34:50 2008 CET (14 months, 1 week ago) by pooka
Branches: MAIN
CVS tags: yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
mjf-devfs2-base,
jym-xensuspend-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: jym-xensuspend
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +114 -2
lines
Add specfs/fifofs support. Not really fully tested, but at least
vfs routines don't crash now.
(didn't have an image with matching device node numbers)
fixes PR kern/40055 by myself
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Nov 26 21:17:33 2008 CET (14 months, 1 week ago) by pooka
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +5 -11
lines
Rototill all remaining file systems to use ubc_uiomove() instead
of the ubc_alloc() - uiomove() - ubc_release() dance.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Nov 16 20:34:30 2008 CET (14 months, 3 weeks ago) by pooka
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2
lines
more <sys/buf.h> police
Revision 1.6.6.3: download - view: text, markup, annotated - select for diffs
Sun Mar 23 03:04:56 2008 CET (22 months, 2 weeks ago) by matt
Branches: matt-armv6
Diff to previous 1.6.6.2: preferred, colored to branchpoint 1.6: preferred, colored next main 1.7: preferred, colored
Changes since revision 1.6.6.2: +2 -3
lines
sync with HEAD
Revision 1.11.4.2: download - view: text, markup, annotated - select for diffs
Mon Feb 18 22:06:35 2008 CET (23 months, 3 weeks ago) by mjf
Branches: mjf-devfs
Diff to previous 1.11.4.1: preferred, colored to branchpoint 1.11: preferred, colored next main 1.12: preferred, colored
Changes since revision 1.11.4.1: +4 -6
lines
Sync with HEAD.
Revision 1.6.8.6: download - view: text, markup, annotated - select for diffs
Mon Feb 4 10:23:44 2008 CET (2 years ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.6.8.5: preferred, colored to branchpoint 1.6: preferred, colored next main 1.7: preferred, colored
Changes since revision 1.6.8.5: +2 -3
lines
sync with head.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jan 25 15:32:12 2008 CET (2 years ago) by ad
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
nick-net80211-sync-base,
nick-net80211-sync,
netbsd-5-base,
mjf-devfs-base,
matt-mips64-base2,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
haad-dm-base1,
ad-socklock-base1
Branch point for: yamt-nfs-mp,
nick-hppapmap,
netbsd-5,
mjf-devfs2,
haad-dm
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3
lines
Remove VOP_LEASE. Discussed on tech-kern.
Revision 1.6.8.5: download - view: text, markup, annotated - select for diffs
Mon Jan 21 10:45:44 2008 CET (2 years ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.6.8.4: preferred, colored to branchpoint 1.6: preferred, colored
Changes since revision 1.6.8.4: +4 -5
lines
sync with head
Revision 1.6.6.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 02:55:41 2008 CET (2 years, 1 month ago) by matt
Branches: matt-armv6
Diff to previous 1.6.6.1: preferred, colored to branchpoint 1.6: preferred, colored
Changes since revision 1.6.6.1: +6 -11
lines
sync with HEAD
Revision 1.12.6.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 22:55:28 2008 CET (2 years, 1 month ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to previous 1.12: preferred, colored next main 1.13: preferred, colored
Changes since revision 1.12: +4 -5
lines
Sync with HEAD
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jan 2 12:48:40 2008 CET (2 years, 1 month ago) by ad
Branches: MAIN
CVS tags: matt-armv6-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +4 -5
lines
Merge vmlocking2 to head.
Revision 1.11.4.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 19:20:13 2007 CET (2 years, 2 months ago) by mjf
Branches: mjf-devfs
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +5 -9
lines
Sync with HEAD.
Revision 1.6.8.4: download - view: text, markup, annotated - select for diffs
Fri Dec 7 18:31:53 2007 CET (2 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.6.8.3: preferred, colored to branchpoint 1.6: preferred, colored
Changes since revision 1.6.8.3: +5 -9
lines
sync with head
Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 4 14:03:03 2007 CET (2 years, 2 months ago) by ad
Branches: vmlocking2
Diff to previous 1.12: preferred, colored next main 1.13: preferred, colored
Changes since revision 1.12: +4 -5
lines
Pull the vmlocking changes into a new branch.
Revision 1.6.4.3: download - view: text, markup, annotated - select for diffs
Tue Nov 27 20:37:36 2007 CET (2 years, 2 months ago) by joerg
Branches: jmcneill-pm
Diff to previous 1.6.4.2: preferred, colored to branchpoint 1.6: preferred, colored next main 1.7: preferred, colored
Changes since revision 1.6.4.2: +5 -9
lines
Sync with HEAD. amd64 Xen support needs testing.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 26 20:01:43 2007 CET (2 years, 2 months ago) by pooka
Branches: MAIN
CVS tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base,
cube-autoconf-base,
cube-autoconf
Branch point for: vmlocking2,
bouyer-xeni386
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +5 -9
lines
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
The general trend is to remove it from all kernel interfaces and
this is a start. In case the calling lwp is desired, curlwp should
be used.
quick consensus on tech-kern
Revision 1.6.6.1: download - view: text, markup, annotated - select for diffs
Wed Nov 7 00:31:05 2007 CET (2 years, 3 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +28 -22
lines
sync with HEAD
Revision 1.6.8.3: download - view: text, markup, annotated - select for diffs
Sat Oct 27 13:35:02 2007 (2 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.6.8.2: preferred, colored to branchpoint 1.6: preferred, colored
Changes since revision 1.6.8.2: +28 -22
lines
sync with head.
Revision 1.6.4.2: download - view: text, markup, annotated - select for diffs
Fri Oct 26 17:48:13 2007 (2 years, 3 months ago) by joerg
Branches: jmcneill-pm
Diff to previous 1.6.4.1: preferred, colored to branchpoint 1.6: preferred, colored
Changes since revision 1.6.4.1: +17 -16
lines
Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
Revision 1.8.2.2: download - view: text, markup, annotated - select for diffs
Sun Oct 14 13:48:27 2007 (2 years, 3 months ago) by yamt
Branches: yamt-x86pmap
Diff to previous 1.8.2.1: preferred, colored to branchpoint 1.8: preferred, colored next main 1.9: preferred, colored
Changes since revision 1.8.2.1: +17 -16
lines
sync with head.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Oct 10 22:42:23 2007 (2 years, 4 months ago) by ad
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
vmlocking-base,
jmcneill-base,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64
Branch point for: mjf-devfs
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +4 -3
lines
Merge from vmlocking:
- Split vnode::v_flag into three fields, depending on field locking.
- simple_lock -> kmutex in a few places.
- Fix some simple locking problems.
Revision 1.3.2.7: download - view: text, markup, annotated - select for diffs
Tue Oct 9 17:22:14 2007 (2 years, 4 months ago) by ad
Branches: vmlocking
Diff to previous 1.3.2.6: preferred, colored to branchpoint 1.3: preferred, colored next main 1.4: preferred, colored
Changes since revision 1.3.2.6: +6 -6
lines
Sync with head.
Revision 1.3.2.6: download - view: text, markup, annotated - select for diffs
Tue Oct 9 15:44:15 2007 (2 years, 4 months ago) by ad
Branches: vmlocking
Diff to previous 1.3.2.5: preferred, colored to branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.5: +11 -5
lines
Sync with head.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 8 20:04:03 2007 (2 years, 4 months ago) by ad
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +15 -15
lines
Merge brelse() changes from the vmlocking branch.
Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Sat Oct 6 17:29:44 2007 (2 years, 4 months ago) by yamt
Branches: yamt-x86pmap
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +26 -20
lines
sync with head.
Revision 1.6.4.1: download - view: text, markup, annotated - select for diffs
Tue Oct 2 20:28:49 2007 (2 years, 4 months ago) by joerg
Branches: jmcneill-pm
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +13 -8
lines
Sync with HEAD.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Sep 24 02:42:12 2007 (2 years, 4 months ago) by rumble
Branches: MAIN
CVS tags: yamt-x86pmap-base2
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +26 -20
lines
Avoid stack allocation of large dirent structures in foo_readdir().
Revision 1.3.2.5: download - view: text, markup, annotated - select for diffs
Sun Sep 16 21:04:28 2007 (2 years, 4 months ago) by ad
Branches: vmlocking
Diff to previous 1.3.2.4: preferred, colored to branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.4: +4 -6
lines
Checkpoint work in progress on the vnode lifecycle and reference counting
stuff. This makes it work properly without kernel_lock and fixes a few
quite old bugs. See vfs_subr.c 1.283.2.17 for details.
Revision 1.3.4.2: download - view: text, markup, annotated - select for diffs
Mon Sep 10 12:55:53 2007 (2 years, 5 months ago) by skrll
Branches: nick-csl-alignment
Diff to previous 1.3.4.1: preferred, colored to branchpoint 1.3: preferred, colored next main 1.4: preferred, colored
Changes since revision 1.3.4.1: +23 -24
lines
Sync with HEAD.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Sep 8 20:17:59 2007 (2 years, 5 months ago) by rumble
Branches: MAIN
CVS tags: yamt-x86pmap-base,
nick-csl-alignment-base5
Branch point for: yamt-x86pmap
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +21 -22
lines
In efs_readdir don't foolishly allocate and free dirents for each entry
before copying them out, rather just use a single one. Further, follow
the example of tmpfs and others by simply allocating on the stack.
This should have the side-effect of silencing false Coverity reports like
CID 4559 and 4554.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Sep 8 18:21:27 2007 (2 years, 5 months ago) by rumble
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4
lines
CID 4553:
In efs_lookup, when checking whether a CREATE or RENAME operation would
succeed, be sure to pass the appropriate vnode pointer to VOP_ACCESS.
Revision 1.6.8.2: download - view: text, markup, annotated - select for diffs
Mon Sep 3 16:40:16 2007 (2 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to previous 1.6.8.1: preferred, colored to branchpoint 1.6: preferred, colored
Changes since revision 1.6.8.1: +833 -0
lines
sync with head.
Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Mon Aug 20 23:26:05 2007 (2 years, 5 months ago) by ad
Branches: vmlocking
Diff to previous 1.3.2.3: preferred, colored to branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.3: +47 -19
lines
Sync with HEAD.
Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Sun Aug 19 21:24:49 2007 (2 years, 5 months ago) by ad
Branches: vmlocking
Diff to previous 1.3.2.2: preferred, colored to branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.2: +7 -5
lines
- Back out the biodone() changes.
- Eliminate B_ERROR (from HEAD).
Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Wed Aug 15 15:48:56 2007 (2 years, 5 months ago) by skrll
Branches: nick-csl-alignment
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +49 -21
lines
Sync with HEAD.
Revision 1.6.8.1
Sun Jul 29 22:58:10 2007 (2 years, 6 months ago) by yamt
Branches: yamt-lazymbuf
FILE REMOVED
Changes since revision 1.6: +0 -833
lines
file efs_vnops.c was added on branch yamt-lazymbuf on 2007-09-03 14:40:16 +0000
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 29 22:58:10 2007 (2 years, 6 months ago) by rumble
Branches: MAIN
CVS tags: matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: yamt-lazymbuf,
matt-armv6,
jmcneill-pm
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4
lines
Only set *ap->a_cookies when we're returning success. Also, do not hard-
code 16, but rather use _DIRENT_MINSIZE as the divisor when determining
the number of cookies to allocate.
Noticed by pooka@.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jul 29 22:15:20 2007 (2 years, 6 months ago) by rumble
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +47 -19
lines
Support NFS cookies and the eofflag in efs_readdir. Also, be sure to
update uio->uio_offset as not doing so would cause large directory reads
to misbehave.
EFS is now properly NFS-exportable.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jul 29 15:31:09 2007 (2 years, 6 months ago) by ad
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4
lines
It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.
Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Sun Jul 15 18:15:31 2007 (2 years, 6 months ago) by ad
Branches: vmlocking
Diff to previous 1.3.2.1: preferred, colored to branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +803 -0
lines
Sync with head.
Revision 1.3.2.1
Wed Jul 4 21:24:09 2007 (2 years, 7 months ago) by ad
Branches: vmlocking
FILE REMOVED
Changes since revision 1.3: +0 -805
lines
file efs_vnops.c was added on branch vmlocking on 2007-07-15 16:15:30 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 4 21:24:09 2007 (2 years, 7 months ago) by rumble
Branches: MAIN
CVS tags: nick-csl-alignment-base,
mjf-ufs-trans-base
Branch point for: vmlocking,
nick-csl-alignment
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +55 -47
lines
Additional fixes/enhancements:
1) Comply with the way buffercache(9) is intended to be used. Now we
read in single blocks of EFS_BB_SIZE, never taking in variable
length extents with a single bread() call.
2) Handle symlinks with more than one extent. There's no reason for
this to ever happen, but it's handled now.
3) Finally, add a hint to our iteration initialiser so we can start
from the desired offset, rather than naively looping through from
the beginning each time. Since we can binary search the correct
location quickly, this improves large sequential reads by about
40% with 128MB files. Improvement should increase with file size.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 4 20:40:18 2007 (2 years, 7 months ago) by rumble
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +30 -28
lines
Fix a significant performance bug in efs_read:
When reading a file, we would erroneously iterate to the next extent
before having filled the entire uio request. This lead to unnecessary
extent iteration and excessive calls to efs_read.
Sequential read performance has doubled in the uncached case and
quadrupled when data is buffered.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jun 30 01:30:30 2007 (2 years, 7 months ago) by rumble
Branches: MAIN
Add read-only support for SGI's Extent File System.
Reviewed by pooka@.
cvsweb.de.netbsd.org <zafer@aydogan.de>