CVS log for src/sys/miscfs/nullfs/null_vfsops.c
Up to [cvs.NetBSD.org] / src / sys / miscfs / nullfs
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.95.4.2: download - view: text, markup, annotated - select for diffs
Mon Feb 6 17:04:48 2023 UTC (22 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE
Diff to: previous 1.95.4.1: preferred, colored; branchpoint 1.95: preferred, colored; next MAIN 1.96: preferred, colored
Changes since revision 1.95.4.1: +3 -3
lines
Pull up following revision(s) (requested by hannken in ticket #1587):
sys/fs/union/union_vfsops.c: revision 1.86
sys/miscfs/nullfs/null_vfsops.c: revision 1.101 (via patch)
Set IMNT_MPSAFE only if all lower layers have it set.
Revision 1.100.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 6 16:57:24 2023 UTC (22 months ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Diff to: previous 1.100: preferred, colored; next MAIN 1.101: preferred, colored
Changes since revision 1.100: +3 -3
lines
Pull up following revision(s) (requested by hannken in ticket #68):
sys/fs/union/union_vfsops.c: revision 1.86
sys/miscfs/nullfs/null_vfsops.c: revision 1.101
Set IMNT_MPSAFE only if all lower layers have it set.
Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon Feb 6 10:32:58 2023 UTC (22 months ago) by hannken
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +3 -3
lines
Set IMNT_MPSAFE only if the lower layer has it set.
Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri Nov 4 11:20:39 2022 UTC (2 years, 1 month ago) by hannken
Branches: MAIN
CVS tags: netbsd-10-base
Branch point for: netbsd-10
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +8 -3
lines
Add a helper to set or clear lower mount and use it.
Always add a reference to the lower mount.
Ride 9.99.105
Revision 1.94.12.3: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:42:43 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.94.12.2: preferred, colored; branchpoint 1.94: preferred, colored; next MAIN 1.95: preferred, colored
Changes since revision 1.94.12.2: +1 -1
lines
Sync with HEAD
Revision 1.98.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:29:11 2020 UTC (4 years, 7 months ago) by bouyer
Branches: bouyer-xenpvh
Diff to: previous 1.98: preferred, colored; next MAIN 1.99: preferred, colored
Changes since revision 1.98: +3 -3
lines
Sync with HEAD
Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Apr 13 19:23:19 2020 UTC (4 years, 7 months ago) by ad
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-20200421,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +3 -3
lines
Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function
that hides the details and does atomic_load_relaxed(). Signature matches
FreeBSD.
Revision 1.94.12.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:08:53 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.94.12.1: preferred, colored; branchpoint 1.94: preferred, colored
Changes since revision 1.94.12.1: +20 -17
lines
Merge changes from current as of 20200406
Revision 1.98: download - view: text, markup, annotated - select for diffs
Sat Apr 4 20:49:30 2020 UTC (4 years, 8 months ago) by ad
Branches: MAIN
CVS tags: phil-wifi-20200411,
phil-wifi-20200406,
bouyer-xenpvh-base
Branch point for: bouyer-xenpvh
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +3 -2
lines
Merge the remaining changes from the ad-namecache branch, affecting namei()
and getcwd():
- push vnode locking back as far as possible.
- do most lookups directly in the namecache, avoiding vnode locks & refs.
- don't block new refs to vnodes across VOP_INACTIVE().
- get shared locks for VOP_LOOKUP() if the file system supports it.
- correct lock types for VOP_ACCESS() / VOP_GETATTR() in a few places.
Possible future enhancements:
- make the lookups lockless.
- support dotdot lookups by being lockless and inferring absence of chroot.
- maybe make it work for layered file systems.
- avoid vnode references at the root & cwd.
Revision 1.97: download - view: text, markup, annotated - select for diffs
Mon Mar 16 21:20:11 2020 UTC (4 years, 8 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +18 -16
lines
Use the module subsystem's ability to process SYSCTL_SETUP() entries to
automate installation of sysctl nodes.
Note that there are still a number of device and pseudo-device modules
that create entries tied to individual device units, rather than to the
module itself. These are not changed.
Revision 1.96.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 22 12:04:36 2020 UTC (4 years, 10 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.96.2.1: preferred, colored; branchpoint 1.96: preferred, colored; next MAIN 1.97: preferred, colored
Changes since revision 1.96.2.1: +4 -3
lines
Copy the IMNT_SHRLOOKUP flag from lowerrootvp's mount.
Revision 1.96.2.1: download - view: text, markup, annotated - select for diffs
Sun Jan 19 21:21:55 2020 UTC (4 years, 10 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +3 -3
lines
Set IMNT_SHRLOOKUP and use it for the in-cache case. Need to check what
more can be done with tmpfs though, it can probably do the whole lookup.
Revision 1.95.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 24 17:45:53 2019 UTC (4 years, 11 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +3 -3
lines
Pull up following revision(s) (requested by hannken in ticket #581):
sys/miscfs/nullfs/null_vfsops.c: revision 1.96
Set IMNT_MPSAFE before creating the vnode for the root of the
filesystem. Otherwise, it won't be created with VV_MPSAFE and require
the kernel_lock.
Revision 1.94.4.1: download - view: text, markup, annotated - select for diffs
Tue Dec 24 17:15:47 2019 UTC (4 years, 11 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE
Diff to: previous 1.94: preferred, colored; next MAIN 1.95: preferred, colored
Changes since revision 1.94: +3 -3
lines
Pull up following revision(s) (requested by hannken in ticket #1476):
sys/miscfs/nullfs/null_vfsops.c: revision 1.96
Set IMNT_MPSAFE before creating the vnode for the root of the
filesystem. Otherwise, it won't be created with VV_MPSAFE and require
the kernel_lock.
Revision 1.96: download - view: text, markup, annotated - select for diffs
Sun Dec 15 20:30:56 2019 UTC (4 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: is-mlppp-base,
is-mlppp,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base
Branch point for: ad-namecache
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +3 -3
lines
Set IMNT_MPSAFE before creating the vnode for the root of the
filesystem. Otherwise, it won't be created with VV_MPSAFE and require
the kernel_lock.
Revision 1.94.12.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:09:06 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +3 -3
lines
Sync with HEAD
Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Feb 20 10:06:00 2019 UTC (5 years, 9 months ago) by hannken
Branches: MAIN
CVS tags: phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-0-RC1,
isaki-audio2-base,
isaki-audio2
Branch point for: netbsd-9
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +3 -3
lines
Set "mnt_lower" before the first file system operation on the new file system.
Revision 1.84.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:38:48 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.84.2.1: preferred, colored; branchpoint 1.84: preferred, colored; next MAIN 1.85: preferred, colored
Changes since revision 1.84.2.1: +8 -6
lines
update from HEAD
Revision 1.90.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:53:09 2017 UTC (7 years, 3 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.90: preferred, colored; next MAIN 1.91: preferred, colored
Changes since revision 1.90: +10 -7
lines
Sync with HEAD
Revision 1.90.4.2: download - view: text, markup, annotated - select for diffs
Wed Apr 26 02:53:27 2017 UTC (7 years, 7 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.90.4.1: preferred, colored; branchpoint 1.90: preferred, colored; next MAIN 1.91: preferred, colored
Changes since revision 1.90.4.1: +9 -7
lines
Sync with HEAD
Revision 1.90.6.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:54:04 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.90: preferred, colored; next MAIN 1.91: preferred, colored
Changes since revision 1.90: +10 -7
lines
Sync with HEAD
Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Apr 11 07:51:37 2017 UTC (7 years, 8 months ago) by hannken
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-20170426,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
netbsd-8-base,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
bouyer-socketcan-base1
Branch point for: phil-wifi,
netbsd-8
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +6 -6
lines
Field "layerm_vfs" of "struct layer_mount" got superseded by "mnt_lower".
Adapt consumers and remove the now unused field.
Ride 7.99.68
Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Mar 30 09:13:01 2017 UTC (7 years, 8 months ago) by hannken
Branches: MAIN
CVS tags: jdolecek-ncq-base,
jdolecek-ncq
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +6 -4
lines
Change _fstrans_start() to allocate per lwp info for layered file
systems to get a reference on the mount.
Set mnt_lower on successfull mount only.
Revision 1.90.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:48 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +4 -3
lines
Sync with HEAD
Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon Mar 6 10:10:07 2017 UTC (7 years, 9 months ago) by hannken
Branches: MAIN
CVS tags: pgoyette-localcount-20170320
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +3 -2
lines
Add field "mnt_lower" to "struct mount" to track the file system
a layered file system is mounted on.
Welcome to 7.99.65
Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Feb 17 08:31:25 2017 UTC (7 years, 9 months ago) by hannken
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -3
lines
Add generic genfs_suspendctl() and use it for all file systems.
Layered file systems need work.
Revision 1.89.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 17 12:10:55 2015 UTC (9 years, 10 months ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Diff to: previous 1.89: preferred, colored; next MAIN 1.90: preferred, colored
Changes since revision 1.89: +2 -3
lines
Pull up following revision(s) (requested by maxv in ticket #427):
sys/compat/svr4/svr4_schedctl.c: revision 1.8
sys/netinet/tcp_timer.c: revision 1.88
sys/miscfs/genfs/layer_vfsops.c: revision 1.45
sys/compat/svr4/svr4_ioctl.c: revision 1.37
sys/ufs/chfs/chfs_vfsops.c: revision 1.14
sys/miscfs/fdesc/fdesc_vfsops.c: revision 1.91
sys/compat/linux/arch/i386/linux_ptrace.c: revision 1.30
sys/compat/common/kern_time_50.c: revision 1.28
sys/netinet6/ip6_forward.c: revision 1.74
sys/miscfs/umapfs/umap_vnops.c: revision 1.57
sys/compat/svr4/svr4_fcntl.c: revision 1.74
distrib/sets/lists/comp/mi: revision 1.1931
sys/netinet6/udp6_output.c: revision 1.46
sys/fs/puffs/puffs_compat.c: revision 1.3
sys/fs/udf/udf_rename.c: revision 1.11
sys/compat/svr4/svr4_filio.c: revision 1.24
sys/fs/udf/udf_rename.c: revision 1.12
sys/netinet/tcp_usrreq.c: revision 1.202
sys/miscfs/umapfs/umap_subr.c: revision 1.29
sys/compat/linux/common/linux_fadvise64.c: revision 1.3
sys/netinet/if_atm.c: revision 1.34
sys/miscfs/procfs/procfs_subr.c: revision 1.106
sys/miscfs/genfs/layer_subr.c: revision 1.37
sys/netinet/tcp_sack.c: revision 1.30
sys/compat/freebsd/freebsd_misc.c: revision 1.33
sys/compat/freebsd/freebsd_file.c: revision 1.33
sys/ufs/chfs/chfs_vnode.c: revision 1.12
sys/compat/svr4/svr4_ttold.c: revision 1.34
sys/compat/linux/common/linux_file.c: revision 1.114
sys/compat/linux/arch/mips/linux_machdep.c: revision 1.43
sys/compat/linux/common/linux_signal.c: revision 1.76
sys/compat/common/compat_util.c: revision 1.46
sys/compat/linux/arch/arm/linux_ptrace.c: revision 1.18
sys/compat/svr4/svr4_sockio.c: revision 1.36
sys/compat/linux/arch/arm/linux_machdep.c: revision 1.32
sys/compat/svr4/svr4_signal.c: revision 1.66
sys/kern/kern_exec.c: revision 1.410
sys/fs/puffs/puffs_vfsops.c: revision 1.115
sys/compat/svr4/svr4_exec_elf64.c: revision 1.15
sys/compat/linux/arch/i386/linux_machdep.c: revision 1.159
sys/compat/linux/arch/alpha/linux_machdep.c: revision 1.50
sys/compat/linux32/common/linux32_misc.c: revision 1.24
sys/netinet/in_pcb.c: revision 1.153
sys/sys/malloc.h: revision 1.116
sys/compat/common/if_43.c: revision 1.9
share/man/man9/Makefile: revision 1.380
sys/netinet/tcp_vtw.c: revision 1.12
sys/miscfs/umapfs/umap_vfsops.c: revision 1.95
sys/ufs/ext2fs/ext2fs_vfsops.c: revision 1.186
sys/compat/common/uipc_syscalls_43.c: revision 1.46
sys/ufs/ext2fs/ext2fs_vnops.c: revision 1.115
sys/fs/puffs/puffs_msgif.c: revision 1.97
sys/compat/svr4/svr4_ipc.c: revision 1.27
sys/compat/linux/common/linux_exec.c: revision 1.117
sys/ufs/ext2fs/ext2fs_readwrite.c: revision 1.66
sys/netinet/tcp_output.c: revision 1.179
sys/compat/svr4/svr4_termios.c: revision 1.28
sys/fs/udf/udf_strat_bootstrap.c: revision 1.4
sys/fs/puffs/puffs_subr.c: revision 1.67
sys/fs/puffs/puffs_node.c: revision 1.36
sys/miscfs/overlay/overlay_vnops.c: revision 1.21
sys/fs/cd9660/cd9660_node.c: revision 1.34
sys/netinet/raw_ip.c: revision 1.146
sys/sys/mallocvar.h: revision 1.13
sys/miscfs/overlay/overlay_vfsops.c: revision 1.63
share/man/man9/malloc.9: revision 1.50
sys/netinet6/dest6.c: revision 1.18
sys/compat/linux/common/linux_uselib.c: revision 1.33
sys/compat/linux/common/linux_socket.c: revision 1.120
share/man/man9/malloc.9: revision 1.51
sys/netinet/tcp_subr.c: revision 1.257
sys/compat/linux/common/linux_socketcall.c: revision 1.45
sys/compat/linux/common/linux_fadvise64_64.c: revision 1.3
sys/compat/freebsd/freebsd_ipc.c: revision 1.17
sys/compat/linux/common/linux_misc_notalpha.c: revision 1.109
sys/compat/linux/arch/alpha/linux_pipe.c: revision 1.17
sys/netinet6/in6_pcb.c: revision 1.132
sys/netinet6/in6_ifattach.c: revision 1.94
sys/compat/svr4/svr4_exec_elf32.c: revision 1.15
sys/miscfs/nullfs/null_vfsops.c: revision 1.90
sys/fs/cd9660/cd9660_util.c: revision 1.12
sys/compat/linux/arch/powerpc/linux_machdep.c: revision 1.48
sys/compat/freebsd/freebsd_exec_elf32.c: revision 1.20
sys/miscfs/procfs/procfs_vfsops.c: revision 1.94
sys/compat/linux/arch/powerpc/linux_ptrace.c: revision 1.28
sys/compat/linux/common/linux_sched.c: revision 1.67
sys/compat/linux/common/linux_exec_aout.c: revision 1.67
sys/compat/linux/common/linux_pipe.c: revision 1.67
sys/compat/linux/common/linux_llseek.c: revision 1.34
sys/compat/linux/arch/mips/linux_ptrace.c: revision 1.10
Do not uselessly include <sys/malloc.h>.
Cleanup:
- remove struct kmembuckets (dead)
- correctly deadify MALLOC_XX
- remove MALLOC_DEFINE_LIMIT and MALLOC_JUSTDEFINE_LIMIT (dead)
- remove malloc_roundup(), malloc_type_setlimit(), MALLOC_DEFINE_LIMIT()
and MALLOC_JUSTDEFINE_LIMIT() from man 9 malloc
New sentence, new line. Bump date for previous.
Obsolete malloc_roundup(9), malloc_type_setlimit(9) and MALLOC_DEFINE_LIMIT(9)
man pages.
Revision 1.90: download - view: text, markup, annotated - select for diffs
Sun Nov 9 18:08:07 2014 UTC (10 years, 1 month ago) by maxv
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
localcount-20160914,
bouyer-socketcan-base
Branch point for: pgoyette-localcount,
nick-nhusb,
bouyer-socketcan
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -3
lines
Do not uselessly include <sys/malloc.h>.
Revision 1.84.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:04:31 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +29 -41
lines
Rebase to HEAD as of a few days ago.
Revision 1.87.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:56:05 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.87: preferred, colored; next MAIN 1.88: preferred, colored
Changes since revision 1.87: +5 -10
lines
Rebase.
Revision 1.89: download - view: text, markup, annotated - select for diffs
Sun May 25 13:51:25 2014 UTC (10 years, 6 months ago) by hannken
Branches: MAIN
CVS tags: tls-maxphys-base,
tls-earlyentropy-base,
netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -10
lines
Change layerfs from hashlist to vcache.
Make VI_LOCKSHARE public again.
Ride 6.99.43
Revision 1.83.8.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:41:05 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.83.8.1: preferred, colored; branchpoint 1.83: preferred, colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83.8.1: +28 -33
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.84.4.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:46:09 2014 UTC (10 years, 6 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.84: preferred, colored; next MAIN 1.85: preferred, colored
Changes since revision 1.84: +28 -33
lines
sync with head
Revision 1.77.16.1: download - view: text, markup, annotated - select for diffs
Mon Apr 28 16:05:36 2014 UTC (10 years, 7 months ago) by sborrill
Branches: netbsd-5-2
CVS tags: netbsd-5-2-3-RELEASE
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +4 -2
lines
Pull up the following revisions(s) (requested by maxv in ticket #1901):
sys/kern/vfs_syscalls.c: revision 1.478, 1.480 via patch
sys/coda/coda_vfsops.c: revision 1.81
sys/fs/adosfs/advfsops.c: revision 1.70
sys/fs/cd9660/cd9660_vfsops.c: revision 1.84
sys/fs/efs/efs_vfsops.c: revision 1.25
sys/fs/filecorefs/filecore_vfsops.c: revision 1.76
sys/fs/hfs/hfs_vfsops.c: revision 1.31
sys/fs/msdosfs/msdosfs_vfsops.c: revision 1.107
sys/fs/ntfs/ntfs_vfsops.c: revision 1.94
sys/fs/ptyfs/ptyfs_vfsops.c: revision 1.50 via patch
sys/fs/puffs/puffs_vfsops.c: revision 1.110 via patch
sys/fs/smbfs/smbfs_vfsops.c: revision 1.100
sys/fs/sysvbfs/sysvbfs_vfsops.c: revision 1.43
sys/fs/tmpfs/tmpfs_vfsops.c: revision 1.59 via patch
sys/fs/udf/udf_vfsops.c: revision 1.67
sys/fs/union/union_vfsops.c: revision 1.72
sys/fs/unionfs/unionfs_vfsops.c: revision 1.13
sys/kern/vfs_syscalls.c: revision 1.479
sys/miscfs/nullfs/null_vfsops.c: revision 1.88 via patch
sys/miscfs/overlay/overlay_vfsops.c: revision 1.61
sys/miscfs/procfs/procfs_vfsops.c: revision 1.91
sys/miscfs/umapfs/umap_vfsops.c: revision 1.92
sys/nfs/nfs_vfsops.c: revision 1.227
sys/ufs/ext2fs/ext2fs_vfsops.c: revision 1.180
sys/ufs/ffs/ffs_vfsops.c: revision 1.297
sys/ufs/lfs/lfs_vfsops.c: revision 1.321
sys/ufs/mfs/mfs_vfsops.c: revision 1.107
Due to missing checks in the mount syscall, and a wrong assumption on the
file systems side, the kernel could allocate an unbounded or zero-sized
memory buffer, and could dereference a NULL pointer when particular
arguments are given by a user.
Revision 1.77.12.1: download - view: text, markup, annotated - select for diffs
Mon Apr 28 16:03:15 2014 UTC (10 years, 7 months ago) by sborrill
Branches: netbsd-5-1
CVS tags: netbsd-5-1-5-RELEASE
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +4 -2
lines
Pull up the following revisions(s) (requested by maxv in ticket #1901):
sys/kern/vfs_syscalls.c: revision 1.478, 1.480 via patch
sys/coda/coda_vfsops.c: revision 1.81
sys/fs/adosfs/advfsops.c: revision 1.70
sys/fs/cd9660/cd9660_vfsops.c: revision 1.84
sys/fs/efs/efs_vfsops.c: revision 1.25
sys/fs/filecorefs/filecore_vfsops.c: revision 1.76
sys/fs/hfs/hfs_vfsops.c: revision 1.31
sys/fs/msdosfs/msdosfs_vfsops.c: revision 1.107
sys/fs/ntfs/ntfs_vfsops.c: revision 1.94
sys/fs/ptyfs/ptyfs_vfsops.c: revision 1.50 via patch
sys/fs/puffs/puffs_vfsops.c: revision 1.110 via patch
sys/fs/smbfs/smbfs_vfsops.c: revision 1.100
sys/fs/sysvbfs/sysvbfs_vfsops.c: revision 1.43
sys/fs/tmpfs/tmpfs_vfsops.c: revision 1.59 via patch
sys/fs/udf/udf_vfsops.c: revision 1.67
sys/fs/union/union_vfsops.c: revision 1.72
sys/fs/unionfs/unionfs_vfsops.c: revision 1.13
sys/kern/vfs_syscalls.c: revision 1.479
sys/miscfs/nullfs/null_vfsops.c: revision 1.88 via patch
sys/miscfs/overlay/overlay_vfsops.c: revision 1.61
sys/miscfs/procfs/procfs_vfsops.c: revision 1.91
sys/miscfs/umapfs/umap_vfsops.c: revision 1.92
sys/nfs/nfs_vfsops.c: revision 1.227
sys/ufs/ext2fs/ext2fs_vfsops.c: revision 1.180
sys/ufs/ffs/ffs_vfsops.c: revision 1.297
sys/ufs/lfs/lfs_vfsops.c: revision 1.321
sys/ufs/mfs/mfs_vfsops.c: revision 1.107
Due to missing checks in the mount syscall, and a wrong assumption on the
file systems side, the kernel could allocate an unbounded or zero-sized
memory buffer, and could dereference a NULL pointer when particular
arguments are given by a user.
Revision 1.77.6.1: download - view: text, markup, annotated - select for diffs
Fri Apr 25 15:43:50 2014 UTC (10 years, 7 months ago) by sborrill
Branches: netbsd-5
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +4 -2
lines
Pull up the following revisions(s) (requested by maxv in ticket #1901):
sys/kern/vfs_syscalls.c: revision 1.478, 1.480 via patch
sys/coda/coda_vfsops.c: revision 1.81
sys/fs/adosfs/advfsops.c: revision 1.70
sys/fs/cd9660/cd9660_vfsops.c: revision 1.84
sys/fs/efs/efs_vfsops.c: revision 1.25
sys/fs/filecorefs/filecore_vfsops.c: revision 1.76
sys/fs/hfs/hfs_vfsops.c: revision 1.31
sys/fs/msdosfs/msdosfs_vfsops.c: revision 1.107
sys/fs/ntfs/ntfs_vfsops.c: revision 1.94
sys/fs/ptyfs/ptyfs_vfsops.c: revision 1.50 via patch
sys/fs/puffs/puffs_vfsops.c: revision 1.110 via patch
sys/fs/smbfs/smbfs_vfsops.c: revision 1.100
sys/fs/sysvbfs/sysvbfs_vfsops.c: revision 1.43
sys/fs/tmpfs/tmpfs_vfsops.c: revision 1.59 via patch
sys/fs/udf/udf_vfsops.c: revision 1.67
sys/fs/union/union_vfsops.c: revision 1.72
sys/fs/unionfs/unionfs_vfsops.c: revision 1.13
sys/kern/vfs_syscalls.c: revision 1.479
sys/miscfs/nullfs/null_vfsops.c: revision 1.88 via patch
sys/miscfs/overlay/overlay_vfsops.c: revision 1.61
sys/miscfs/procfs/procfs_vfsops.c: revision 1.91
sys/miscfs/umapfs/umap_vfsops.c: revision 1.92
sys/nfs/nfs_vfsops.c: revision 1.227
sys/ufs/ext2fs/ext2fs_vfsops.c: revision 1.180
sys/ufs/ffs/ffs_vfsops.c: revision 1.297
sys/ufs/lfs/lfs_vfsops.c: revision 1.321
sys/ufs/mfs/mfs_vfsops.c: revision 1.107
Due to missing checks in the mount syscall, and a wrong assumption on the
file systems side, the kernel could allocate an unbounded or zero-sized
memory buffer, and could dereference a NULL pointer when particular
arguments are given by a user.
Revision 1.83.20.1: download - view: text, markup, annotated - select for diffs
Mon Apr 21 10:17:48 2014 UTC (10 years, 7 months ago) by bouyer
Branches: netbsd-6-1
CVS tags: netbsd-6-1-5-RELEASE
Diff to: previous 1.83: preferred, colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83: +4 -2
lines
Pull up following revision(s) (requested by maxv in ticket #1050):
sys/ufs/chfs/chfs_vfsops.c: revision 1.11
sys/fs/unionfs/unionfs_vfsops.c: revision 1.13
sys/fs/nilfs/nilfs_vfsops.c: revision 1.16
sys/ufs/mfs/mfs_vfsops.c: revision 1.107
sys/fs/sysvbfs/sysvbfs_vfsops.c: revision 1.43
sys/ufs/ffs/ffs_vfsops.c: revision 1.297
sys/kern/vfs_syscalls.c: revision 1.478
sys/kern/vfs_syscalls.c: revision 1.479
sys/fs/puffs/puffs_vfsops.c: revision 1.110
sys/fs/cd9660/cd9660_vfsops.c: revision 1.84
sys/nfs/nfs_vfsops.c: revision 1.227
sys/fs/v7fs/v7fs_vfsops.c: revision 1.10
sys/ufs/ext2fs/ext2fs_vfsops.c: revision 1.180
sys/miscfs/umapfs/umap_vfsops.c: revision 1.92
sys/fs/filecorefs/filecore_vfsops.c: revision 1.76
sys/miscfs/nullfs/null_vfsops.c: revision 1.88
sys/fs/ptyfs/ptyfs_vfsops.c: revision 1.50
sys/coda/coda_vfsops.c: revision 1.81
sys/ufs/lfs/lfs_vfsops.c: revision 1.321
sys/fs/tmpfs/tmpfs_vfsops.c: revision 1.59
sys/fs/hfs/hfs_vfsops.c: revision 1.31
sys/miscfs/overlay/overlay_vfsops.c: revision 1.61
sys/fs/union/union_vfsops.c: revision 1.72
sys/fs/ntfs/ntfs_vfsops.c: revision 1.94
sys/kern/vfs_syscalls.c: revision 1.480
sys/fs/efs/efs_vfsops.c: revision 1.25
sys/kern/vfs_syscalls.c: revision 1.482
sys/fs/msdosfs/msdosfs_vfsops.c: revision 1.107
external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vfsops.c: revision 1.12
sys/miscfs/procfs/procfs_vfsops.c: revision 1.91
sys/fs/smbfs/smbfs_vfsops.c: revision 1.100
sys/fs/adosfs/advfsops.c: revision 1.70
sys/fs/udf/udf_vfsops.c: revision 1.67
Limit check for 'data_len'. Otherwise a (un)privileged user can easily
panic the system by passing a huge size.
ok christos@
An (un)privileged user can easily make the kernel dereference a NULL
pointer.
The kernel allows 'data' to be NULL; it's the fs's responsibility to
ensure that it isn't NULL (if the fs actually needs data).
ok christos@
Some fs's - like kernfs - set their vfs_min_mount_data to zero. Add a check
to prevent an (un)privileged user from requesting a zero-sized allocation
(and thus a panic).
This thing is totally buggy: 'data_len' is modified by the fs, so calling
kmem_free with it while its value has changed since the kmem_alloc is far
from being a good idea.
If the kernel figures out that something mismatches, it will panic
(typically with kernfs).
Revision 1.83.18.1: download - view: text, markup, annotated - select for diffs
Mon Apr 21 10:15:37 2014 UTC (10 years, 7 months ago) by bouyer
Branches: netbsd-6-0
CVS tags: netbsd-6-0-6-RELEASE
Diff to: previous 1.83: preferred, colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83: +4 -2
lines
Pull up following revision(s) (requested by maxv in ticket #1050):
sys/ufs/chfs/chfs_vfsops.c: revision 1.11
sys/fs/unionfs/unionfs_vfsops.c: revision 1.13
sys/fs/nilfs/nilfs_vfsops.c: revision 1.16
sys/ufs/mfs/mfs_vfsops.c: revision 1.107
sys/fs/sysvbfs/sysvbfs_vfsops.c: revision 1.43
sys/ufs/ffs/ffs_vfsops.c: revision 1.297
sys/kern/vfs_syscalls.c: revision 1.478
sys/kern/vfs_syscalls.c: revision 1.479
sys/fs/puffs/puffs_vfsops.c: revision 1.110
sys/fs/cd9660/cd9660_vfsops.c: revision 1.84
sys/nfs/nfs_vfsops.c: revision 1.227
sys/fs/v7fs/v7fs_vfsops.c: revision 1.10
sys/ufs/ext2fs/ext2fs_vfsops.c: revision 1.180
sys/miscfs/umapfs/umap_vfsops.c: revision 1.92
sys/fs/filecorefs/filecore_vfsops.c: revision 1.76
sys/miscfs/nullfs/null_vfsops.c: revision 1.88
sys/fs/ptyfs/ptyfs_vfsops.c: revision 1.50
sys/coda/coda_vfsops.c: revision 1.81
sys/ufs/lfs/lfs_vfsops.c: revision 1.321
sys/fs/tmpfs/tmpfs_vfsops.c: revision 1.59
sys/fs/hfs/hfs_vfsops.c: revision 1.31
sys/miscfs/overlay/overlay_vfsops.c: revision 1.61
sys/fs/union/union_vfsops.c: revision 1.72
sys/fs/ntfs/ntfs_vfsops.c: revision 1.94
sys/kern/vfs_syscalls.c: revision 1.480
sys/fs/efs/efs_vfsops.c: revision 1.25
sys/kern/vfs_syscalls.c: revision 1.482
sys/fs/msdosfs/msdosfs_vfsops.c: revision 1.107
external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vfsops.c: revision 1.12
sys/miscfs/procfs/procfs_vfsops.c: revision 1.91
sys/fs/smbfs/smbfs_vfsops.c: revision 1.100
sys/fs/adosfs/advfsops.c: revision 1.70
sys/fs/udf/udf_vfsops.c: revision 1.67
Limit check for 'data_len'. Otherwise a (un)privileged user can easily
panic the system by passing a huge size.
ok christos@
An (un)privileged user can easily make the kernel dereference a NULL
pointer.
The kernel allows 'data' to be NULL; it's the fs's responsibility to
ensure that it isn't NULL (if the fs actually needs data).
ok christos@
Some fs's - like kernfs - set their vfs_min_mount_data to zero. Add a check
to prevent an (un)privileged user from requesting a zero-sized allocation
(and thus a panic).
This thing is totally buggy: 'data_len' is modified by the fs, so calling
kmem_free with it while its value has changed since the kmem_alloc is far
from being a good idea.
If the kernel figures out that something mismatches, it will panic
(typically with kernfs).
Revision 1.83.14.1: download - view: text, markup, annotated - select for diffs
Mon Apr 21 10:14:18 2014 UTC (10 years, 7 months ago) by bouyer
Branches: netbsd-6
Diff to: previous 1.83: preferred, colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83: +4 -2
lines
Pull up following revision(s) (requested by maxv in ticket #1050):
sys/ufs/chfs/chfs_vfsops.c: revision 1.11
sys/fs/unionfs/unionfs_vfsops.c: revision 1.13
sys/fs/nilfs/nilfs_vfsops.c: revision 1.16
sys/ufs/mfs/mfs_vfsops.c: revision 1.107
sys/fs/sysvbfs/sysvbfs_vfsops.c: revision 1.43
sys/ufs/ffs/ffs_vfsops.c: revision 1.297
sys/kern/vfs_syscalls.c: revision 1.478
sys/kern/vfs_syscalls.c: revision 1.479
sys/fs/puffs/puffs_vfsops.c: revision 1.110
sys/fs/cd9660/cd9660_vfsops.c: revision 1.84
sys/nfs/nfs_vfsops.c: revision 1.227
sys/fs/v7fs/v7fs_vfsops.c: revision 1.10
sys/ufs/ext2fs/ext2fs_vfsops.c: revision 1.180
sys/miscfs/umapfs/umap_vfsops.c: revision 1.92
sys/fs/filecorefs/filecore_vfsops.c: revision 1.76
sys/miscfs/nullfs/null_vfsops.c: revision 1.88
sys/fs/ptyfs/ptyfs_vfsops.c: revision 1.50
sys/coda/coda_vfsops.c: revision 1.81
sys/ufs/lfs/lfs_vfsops.c: revision 1.321
sys/fs/tmpfs/tmpfs_vfsops.c: revision 1.59
sys/fs/hfs/hfs_vfsops.c: revision 1.31
sys/miscfs/overlay/overlay_vfsops.c: revision 1.61
sys/fs/union/union_vfsops.c: revision 1.72
sys/fs/ntfs/ntfs_vfsops.c: revision 1.94
sys/kern/vfs_syscalls.c: revision 1.480
sys/fs/efs/efs_vfsops.c: revision 1.25
sys/kern/vfs_syscalls.c: revision 1.482
sys/fs/msdosfs/msdosfs_vfsops.c: revision 1.107
external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vfsops.c: revision 1.12
sys/miscfs/procfs/procfs_vfsops.c: revision 1.91
sys/fs/smbfs/smbfs_vfsops.c: revision 1.100
sys/fs/adosfs/advfsops.c: revision 1.70
sys/fs/udf/udf_vfsops.c: revision 1.67
Limit check for 'data_len'. Otherwise a (un)privileged user can easily
panic the system by passing a huge size.
ok christos@
An (un)privileged user can easily make the kernel dereference a NULL
pointer.
The kernel allows 'data' to be NULL; it's the fs's responsibility to
ensure that it isn't NULL (if the fs actually needs data).
ok christos@
Some fs's - like kernfs - set their vfs_min_mount_data to zero. Add a check
to prevent an (un)privileged user from requesting a zero-sized allocation
(and thus a panic).
This thing is totally buggy: 'data_len' is modified by the fs, so calling
kmem_free with it while its value has changed since the kmem_alloc is far
from being a good idea.
If the kernel figures out that something mismatches, it will panic
(typically with kernfs).
Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Apr 16 18:55:19 2014 UTC (10 years, 7 months ago) by maxv
Branches: MAIN
CVS tags: yamt-pagecache-base9,
rmind-smpnet-nbase,
rmind-smpnet-base
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +4 -2
lines
An (un)privileged user can easily make the kernel dereference a NULL
pointer.
The kernel allows 'data' to be NULL; it's the fs's responsibility to
ensure that it isn't NULL (if the fs actually needs data).
ok christos@
Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun Mar 23 15:21:16 2014 UTC (10 years, 8 months ago) by hannken
Branches: MAIN
CVS tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Branch point for: tls-earlyentropy
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +23 -27
lines
Change all vfsops to use C99 designated initializers.
No functional changes intended.
Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Feb 25 18:30:11 2014 UTC (10 years, 9 months ago) by pooka
Branches: MAIN
CVS tags: riastradh-drm2-base3
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -7
lines
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
the sysctl link sets are processed, and remove redundancy.
Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate
lines of code.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Feb 10 11:23:14 2014 UTC (10 years, 10 months ago) by hannken
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +5 -3
lines
Change layerfs_vget(), layerfs_fhtovp() and the various layer xxx_mount()
functions to unlock/relock the node for the call to layer_node_create().
Finally remove dirty hacks (LK_NOWAIT, kpause) from layer_node_find().
Revision 1.83.12.1: download - view: text, markup, annotated - select for diffs
Sat Jun 2 11:09:36 2012 UTC (12 years, 6 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.83: preferred, colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83: +5 -5
lines
sync to latest -current.
Revision 1.83.8.1: download - view: text, markup, annotated - select for diffs
Wed May 23 10:08:14 2012 UTC (12 years, 6 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +5 -5
lines
sync with head.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Apr 30 22:51:27 2012 UTC (12 years, 7 months ago) by rmind
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
khorben-n900,
jmcneill-usbmp-base10,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys,
rmind-smpnet
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +5 -5
lines
- Replace some malloc(9) uses with kmem(9).
- G/C M_IPMOPTS, M_IPMADDR and M_BWMETER.
Revision 1.79.4.3: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:55:31 2011 UTC (13 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.79.4.2: preferred, colored; branchpoint 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79.4.2: +10 -3
lines
sync with head
Revision 1.83: download - view: text, markup, annotated - select for diffs
Fri Nov 19 06:44:46 2010 UTC (14 years ago) by dholland
Branches: MAIN
CVS tags: yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
netbsd-6-1,
netbsd-6-0,
netbsd-6,
jmcneill-usbmp
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +10 -3
lines
Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.
Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).
The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.
Revision 1.79.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:47:38 2010 UTC (14 years, 3 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.79.2.1: preferred, colored; branchpoint 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79.2.1: +31 -81
lines
Sync with HEAD.
Revision 1.73.10.3: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:54:47 2010 UTC (14 years, 4 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.73.10.2: preferred, colored; branchpoint 1.73: preferred, colored; next MAIN 1.74: preferred, colored
Changes since revision 1.73.10.2: +35 -85
lines
sync with head.
Revision 1.79.4.2: download - view: text, markup, annotated - select for diffs
Sat Jul 3 01:19:58 2010 UTC (14 years, 5 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.79.4.1: preferred, colored; branchpoint 1.79: preferred, colored
Changes since revision 1.79.4.1: +33 -83
lines
sync with head
Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Jul 2 03:16:01 2010 UTC (14 years, 5 months ago) by rmind
Branches: MAIN
CVS tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +32 -82
lines
Slightly clean-up layerfs and nullfs: update the big description more to
the reality (remove duplicate one in nullfs, merge some differences from
it), KNF, improve and update some comments, add few KASSERT()s, remove
unused declarations, avoid double inclusion of headers, misc.
No functional changes.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Jun 24 13:03:16 2010 UTC (14 years, 5 months ago) by hannken
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -3
lines
Clean up vnode lock operations pass 2:
VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp): Remove the unneeded flags argument.
Welcome to 5.99.32.
Discussed on tech-kern.
Revision 1.79.4.1: download - view: text, markup, annotated - select for diffs
Sun May 30 05:17:59 2010 UTC (14 years, 6 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +4 -4
lines
sync with head
Revision 1.79.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:44:16 2010 UTC (14 years, 7 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +4 -4
lines
Sync with HEAD.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Sat Apr 10 18:14:54 2010 UTC (14 years, 8 months ago) by jld
Branches: MAIN
CVS tags: uebayasi-xip-base1
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +4 -4
lines
Change the nullfs module's actual name to "null", to match the name
it's installed under and the name of the filesystem.
Fixes PR kern/43110.
Revision 1.78.4.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:22:17 2009 UTC (15 years, 7 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.78: preferred, colored; next MAIN 1.79: preferred, colored
Changes since revision 1.78: +3 -7
lines
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.73.10.2: download - view: text, markup, annotated - select for diffs
Mon May 4 08:14:05 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.73.10.1: preferred, colored; branchpoint 1.73: preferred, colored
Changes since revision 1.73.10.1: +36 -32
lines
sync with head.
Revision 1.77.4.2: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:37:15 2009 UTC (15 years, 7 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.77.4.1: preferred, colored; branchpoint 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77.4.1: +3 -7
lines
Sync with HEAD.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat Mar 14 15:36:22 2009 UTC (15 years, 9 months ago) by dsl
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
uebayasi-xip-base,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base
Branch point for: uebayasi-xip,
rmind-uvmplock
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -7
lines
Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
Revision 1.77.4.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:20:06 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3
lines
Sync with HEAD.
Revision 1.73.6.3: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:29:27 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.73.6.2: preferred, colored; branchpoint 1.73: preferred, colored; next MAIN 1.74: preferred, colored
Changes since revision 1.73.6.2: +1 -1
lines
Sync with HEAD.
Revision 1.77.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:15:24 2008 UTC (16 years ago) by haad
Branches: haad-dm
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +3 -3
lines
Update haad-dm branch to haad-dm-base2.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Dec 5 13:05:37 2008 UTC (16 years ago) by ad
Branches: MAIN
CVS tags: nick-hppapmap-base2,
mjf-devfs2-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: jym-xensuspend
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3
lines
PR kern/40110: null, overlay and umap modules loading -> panic (layerfs symbols not there)
Add a layerfs module.
Revision 1.75.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:36:58 2008 UTC (16 years, 2 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.75.2.1: preferred, colored; next MAIN 1.76: preferred, colored
Changes since revision 1.75.2.1: +34 -26
lines
Sync with wrstuden-revivesa-base-2.
Revision 1.73.6.2: download - view: text, markup, annotated - select for diffs
Sun Jun 29 09:33:16 2008 UTC (16 years, 5 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.73.6.1: preferred, colored; branchpoint 1.73: preferred, colored
Changes since revision 1.73.6.1: +32 -24
lines
Sync with HEAD.
Revision 1.76.2.1: download - view: text, markup, annotated - select for diffs
Fri Jun 27 15:11:48 2008 UTC (16 years, 5 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76: +34 -26
lines
Sync with head.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Jun 24 11:25:05 2008 UTC (16 years, 5 months ago) by ad
Branches: MAIN
CVS tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
simonb-wapbl-nbase,
simonb-wapbl-base,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
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-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-dm-base1
Branch point for: nick-hppapmap,
netbsd-5-2,
netbsd-5-1,
netbsd-5,
haad-dm
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +34 -26
lines
Set up the sysctl tree correctly when loaded as a file system.
Revision 1.75.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:31:57 2008 UTC (16 years, 5 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +19 -3
lines
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.73.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:24:20 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +25 -7
lines
Sync with HEAD.
Revision 1.73.8.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:35:25 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.73: preferred, colored; next MAIN 1.74: preferred, colored
Changes since revision 1.73: +25 -7
lines
sync with head.
Revision 1.73.10.1: download - view: text, markup, annotated - select for diffs
Fri May 16 02:25:39 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +25 -7
lines
sync with head.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat May 10 02:26:09 2008 UTC (16 years, 7 months ago) by rumble
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
hpcarm-cleanup-nbase
Branch point for: simonb-wapbl
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +19 -3
lines
Convert file systems to dynamically attach with the new module interface.
Make VFS hooks dynamic while we're here and say farewell to VFS_ATTACH and
VFS_HOOKS_ATTACH linksets.
As a consequence, most of the file systems can now be loaded as new style
modules.
Quick sanity check by ad@.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon May 5 17:11:17 2008 UTC (16 years, 7 months ago) by ad
Branches: MAIN
Branch point for: wrstuden-revivesa
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +7 -6
lines
- Convert hashinit() to use kmem_alloc(). The hash tables can be large
and it's better to not have them in kmem_map.
- Convert a couple of minor items along the way to kmem_alloc().
- Fix some memory leaks.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Apr 29 18:18:09 2008 UTC (16 years, 7 months ago) by ad
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +3 -2
lines
PR kern/38057 ffs makes assuptions about devvp file system
PR kern/33406 softdeps get stuck in endless loop
Introduce VFS_FSYNC() and call it when syncing a block device, if it
has a mounted file system.
Revision 1.68.4.3: download - view: text, markup, annotated - select for diffs
Sun Mar 23 02:05:03 2008 UTC (16 years, 8 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.68.4.2: preferred, colored; branchpoint 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68.4.2: +4 -2
lines
sync with HEAD
Revision 1.69.4.3: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:07:00 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.69.4.2: preferred, colored; branchpoint 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69.4.2: +13 -13
lines
Sync with HEAD.
Revision 1.55.2.8: download - view: text, markup, annotated - select for diffs
Mon Feb 4 09:24:32 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.55.2.7: preferred, colored; branchpoint 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55.2.7: +4 -2
lines
sync with head.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Jan 28 14:31:19 2008 UTC (16 years, 10 months ago) by dholland
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
mjf-devfs2
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +4 -2
lines
Fix some race conditions in rename.
Introduce a per-FS rename lock and new vfsops to manipulate it.
Get this lock while renaming. Also add another relookup() in do_sys_rename,
which is a hack to kludge around some of the worst deficiencies of
ufs_rename.
reviewed-by: pooka (and an earlier rev by ad)
posted on tech-kern with no objections.
Revision 1.55.2.7: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:46:54 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.55.2.6: preferred, colored; branchpoint 1.55: preferred, colored
Changes since revision 1.55.2.6: +12 -15
lines
sync with head
Revision 1.68.4.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:57:04 2008 UTC (16 years, 11 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.68.4.1: preferred, colored; branchpoint 1.68: preferred, colored
Changes since revision 1.68.4.1: +15 -18
lines
sync with HEAD
Revision 1.71.4.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 21:56:53 2008 UTC (16 years, 11 months ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71: +11 -13
lines
Sync with HEAD
Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Jan 2 11:49:00 2008 UTC (16 years, 11 months ago) by ad
Branches: MAIN
CVS tags: matt-armv6-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +11 -13
lines
Merge vmlocking2 to head.
Revision 1.69.4.2: download - view: text, markup, annotated - select for diffs
Thu Dec 27 00:46:23 2007 UTC (16 years, 11 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.69.4.1: preferred, colored; branchpoint 1.69: preferred, colored
Changes since revision 1.69.4.1: +3 -4
lines
Sync with HEAD.
Revision 1.70.2.3: download - view: text, markup, annotated - select for diffs
Wed Dec 26 21:39:49 2007 UTC (16 years, 11 months ago) by ad
Branches: vmlocking2
Diff to: previous 1.70.2.2: preferred, colored; branchpoint 1.70: preferred, colored; next MAIN 1.71: preferred, colored
Changes since revision 1.70.2.2: +3 -4
lines
Sync with head.
Revision 1.68.2.3: download - view: text, markup, annotated - select for diffs
Sun Dec 9 19:38:32 2007 UTC (17 years ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.68.2.2: preferred, colored; branchpoint 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68.2.2: +3 -4
lines
Sync with HEAD.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Sat Dec 8 19:29:51 2007 UTC (17 years ago) by pooka
Branches: MAIN
CVS tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
jmcneill-pm-base,
cube-autoconf-base,
cube-autoconf
Branch point for: bouyer-xeni386
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -4
lines
Remove cn_lwp from struct componentname. curlwp should be used
from on. The NDINIT() macro no longer takes the lwp parameter and
associates the credentials of the calling thread with the namei
structure.
Revision 1.69.4.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:21:02 2007 UTC (17 years ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +5 -5
lines
Sync with HEAD.
Revision 1.55.2.6: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:34:07 2007 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.55.2.5: preferred, colored; branchpoint 1.55: preferred, colored
Changes since revision 1.55.2.5: +5 -5
lines
sync with head
Revision 1.70.2.2: download - view: text, markup, annotated - select for diffs
Thu Dec 6 21:03:54 2007 UTC (17 years ago) by ad
Branches: vmlocking2
Diff to: previous 1.70.2.1: preferred, colored; branchpoint 1.70: preferred, colored
Changes since revision 1.70.2.1: +5 -2
lines
Mark it MPSAFE.
Revision 1.70.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 4 13:03:26 2007 UTC (17 years ago) by ad
Branches: vmlocking2
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +8 -13
lines
Pull the vmlocking changes into a new branch.
Revision 1.68.2.2: download - view: text, markup, annotated - select for diffs
Tue Nov 27 19:38:49 2007 UTC (17 years ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.68.2.1: preferred, colored; branchpoint 1.68: preferred, colored
Changes since revision 1.68.2.1: +5 -5
lines
Sync with HEAD. amd64 Xen support needs testing.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Nov 26 19:02:14 2007 UTC (17 years ago) by pooka
Branches: MAIN
CVS tags: vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base
Branch point for: vmlocking2
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +5 -5
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.68.4.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:33:19 2007 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +5 -4
lines
sync with HEAD
Revision 1.55.2.5: download - view: text, markup, annotated - select for diffs
Sat Oct 27 11:35:55 2007 UTC (17 years, 1 month ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.55.2.4: preferred, colored; branchpoint 1.55: preferred, colored
Changes since revision 1.55.2.4: +5 -4
lines
sync with head.
Revision 1.68.2.1: download - view: text, markup, annotated - select for diffs
Fri Oct 26 15:48:54 2007 UTC (17 years, 1 month ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +5 -4
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.68.6.1: download - view: text, markup, annotated - select for diffs
Sun Oct 14 11:48:54 2007 UTC (17 years, 2 months ago) by yamt
Branches: yamt-x86pmap
Diff to: previous 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68: +5 -4
lines
sync with head.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Oct 10 20:42:29 2007 UTC (17 years, 2 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.68: preferred, colored
Changes since revision 1.68: +5 -4
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.62.6.6: download - view: text, markup, annotated - select for diffs
Sun Sep 16 19:04:35 2007 UTC (17 years, 2 months ago) by ad
Branches: vmlocking
Diff to: previous 1.62.6.5: preferred, colored; branchpoint 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62.6.5: +3 -8
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.55.2.4: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:41:53 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.55.2.3: preferred, colored; branchpoint 1.55: preferred, colored
Changes since revision 1.55.2.3: +22 -35
lines
sync with head.
Revision 1.62.6.5: download - view: text, markup, annotated - select for diffs
Mon Aug 20 21:27:49 2007 UTC (17 years, 3 months ago) by ad
Branches: vmlocking
Diff to: previous 1.62.6.4: preferred, colored; branchpoint 1.62: preferred, colored
Changes since revision 1.62.6.4: +10 -12
lines
Sync with HEAD.
Revision 1.66.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 15 13:49:32 2007 UTC (17 years, 4 months ago) by skrll
Branches: nick-csl-alignment
Diff to: previous 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66: +9 -11
lines
Sync with HEAD.
Revision 1.68.8.2: download - view: text, markup, annotated - select for diffs
Tue Jul 31 21:14:17 2007 UTC (17 years, 4 months ago) by pooka
Branches: matt-mips64
Diff to: previous 1.68.8.1: preferred, colored; branchpoint 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68.8.1: +305 -0
lines
* nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern
knew what it was supposed to be used for and wrstuden gave a go-ahead
* while rototilling, convert file systems which went easily to
use VFS_PROTOS() instead of manually prototyping the methods
Revision 1.68.8.1
Tue Jul 31 21:14:16 2007 UTC (17 years, 4 months ago) by pooka
Branches: matt-mips64
FILE REMOVED
Changes since revision 1.68: +0 -305
lines
file null_vfsops.c was added on branch matt-mips64 on 2007-07-31 21:14:17 +0000
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Jul 31 21:14:16 2007 UTC (17 years, 4 months ago) by pooka
Branches: MAIN
CVS tags: yamt-x86pmap-base2,
yamt-x86pmap-base,
nick-csl-alignment-base5,
matt-mips64-base
Branch point for: yamt-x86pmap,
matt-mips64,
matt-armv6,
jmcneill-pm
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +8 -10
lines
* nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern
knew what it was supposed to be used for and wrstuden gave a go-ahead
* while rototilling, convert file systems which went easily to
use VFS_PROTOS() instead of manually prototyping the methods
Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Jul 26 22:57:39 2007 UTC (17 years, 4 months ago) by pooka
Branches: MAIN
CVS tags: hpcarm-cleanup
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -3
lines
Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Jul 17 11:19:34 2007 UTC (17 years, 4 months ago) by pooka
Branches: MAIN
CVS tags: nick-csl-alignment-base
Branch point for: nick-csl-alignment
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -3
lines
Make set_statvfs_info() take a parameter for the vfs name instead
of always retrieving it from mp->mnt_op->vfs_name
christos ok
Revision 1.62.6.4: download - view: text, markup, annotated - select for diffs
Sun Jul 15 13:27:50 2007 UTC (17 years, 5 months ago) by ad
Branches: vmlocking
Diff to: previous 1.62.6.3: preferred, colored; branchpoint 1.62: preferred, colored
Changes since revision 1.62.6.3: +16 -26
lines
Sync with head.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Jul 12 19:35:34 2007 UTC (17 years, 5 months ago) by dsl
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +15 -15
lines
Change the VFS_MOUNT() interface so that the 'data' buffer passed to the
fs code is a kernel buffer, pass though the length of the buffer as well.
Since the length of the userspace buffer isn'it (yet) passed through the mount
system call, add a field to the vfsops structure containing the default length.
Split sys_mount() for calls from compat code.
Ride one of the recent kernel version changes - old fs LKMs will load, but
sys_mount() will reject any attempt to use them.
Revision 1.62.8.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:10:42 2007 UTC (17 years, 5 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62: +3 -14
lines
Sync with head.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Jul 8 23:58:53 2007 UTC (17 years, 5 months ago) by pooka
Branches: MAIN
CVS tags: mjf-ufs-trans-base
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -13
lines
* allow unmount even if rootvp has a usecount > 1 provided that
MNT_FORCE is given
* decrease cargo cult index by getting rid of commented sections
with mntflushbuf() in them - AFAICT the call was removed from our
kernel over 13 years ago with the 4.4BSDlite import
Revision 1.62.6.3: download - view: text, markup, annotated - select for diffs
Sun Jun 17 21:31:41 2007 UTC (17 years, 5 months ago) by ad
Branches: vmlocking
Diff to: previous 1.62.6.2: preferred, colored; branchpoint 1.62: preferred, colored
Changes since revision 1.62.6.2: +8 -8
lines
- Increase the number of thread priorities from 128 to 256. How the space
is set up is to be revisited.
- Implement soft interrupts as kernel threads. A generic implementation
is provided, with hooks for fast-path MD code that can run the interrupt
threads over the top of other threads executing in the kernel.
- Split vnode::v_flag into three fields, depending on how the flag is
locked (by the interlock, by the vnode lock, by the file system).
- Miscellaneous locking fixes and improvements.
Revision 1.62.2.1: download - view: text, markup, annotated - select for diffs
Sun Apr 15 16:03:56 2007 UTC (17 years, 8 months ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62: +2 -3
lines
sync with head.
Revision 1.62.6.2: download - view: text, markup, annotated - select for diffs
Tue Apr 10 13:26:44 2007 UTC (17 years, 8 months ago) by ad
Branches: vmlocking
Diff to: previous 1.62.6.1: preferred, colored; branchpoint 1.62: preferred, colored
Changes since revision 1.62.6.1: +2 -3
lines
Sync with head.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Apr 8 11:20:45 2007 UTC (17 years, 8 months ago) by hannken
Branches: MAIN
CVS tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -3
lines
Remove now obsolete vn_start_write() and vn_finished_write() and
corresponding flags.
Revert softdep_trackbufs() to its state before vn_start_write() was added.
Remove from struct mount now unneeded flags IMNT_SUSPEND* and
members mnt_writeopcountupper, mnt_writeopcountlower and mnt_leaf.
Welcome to 4.99.17
Revision 1.62.6.1: download - view: text, markup, annotated - select for diffs
Thu Apr 5 21:57:51 2007 UTC (17 years, 8 months ago) by ad
Branches: vmlocking
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +4 -3
lines
Compile fixes.
Revision 1.55.2.3: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:11:29 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.55.2.2: preferred, colored; branchpoint 1.55: preferred, colored
Changes since revision 1.55.2.2: +3 -2
lines
sync with head.
Revision 1.59.2.2: download - view: text, markup, annotated - select for diffs
Thu Feb 1 08:48:41 2007 UTC (17 years, 10 months ago) by ad
Branches: newlock2
Diff to: previous 1.59.2.1: preferred, colored; branchpoint 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59.2.1: +3 -2
lines
Sync with head.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Jan 19 14:49:11 2007 UTC (17 years, 10 months ago) by hannken
Branches: MAIN
CVS tags: reinoud-bufcleanup,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp,
vmlocking,
mjf-ufs-trans
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -2
lines
New file system suspension API to replace vn_start_write and vn_finished_write.
The suspension helpers are now put into file system specific operations.
This means every file system not supporting these helpers cannot be suspended
and therefore snapshots are no longer possible.
Implemented for file systems of type ffs.
The new API is enabled on a kernel option NEWVNGATE. This option is
not enabled by default in any kernel config.
Presented and discussed on tech-kern with much input from
Bill Studenmund <wrstuden@netbsd.org> and YAMAMOTO Takashi <yamt@netbsd.org>.
Welcome to 4.99.9 (new vfs op vfs_suspendctl).
Revision 1.55.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:50:17 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.55.2.1: preferred, colored; branchpoint 1.55: preferred, colored
Changes since revision 1.55.2.1: +5 -6
lines
sync with head.
Revision 1.59.4.2: download - view: text, markup, annotated - select for diffs
Sun Dec 10 07:18:59 2006 UTC (18 years ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.59.4.1: preferred, colored; branchpoint 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59.4.1: +3 -3
lines
sync with head.
Revision 1.59.2.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:39:28 2006 UTC (18 years ago) by ad
Branches: newlock2
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -6
lines
Sync with head.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Nov 16 01:33:38 2006 UTC (18 years ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +3 -3
lines
__unused removal on arguments; approved by core.
Revision 1.59.4.1: download - view: text, markup, annotated - select for diffs
Sun Oct 22 06:07:23 2006 UTC (18 years, 1 month ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -6
lines
sync with head
Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Oct 12 01:32:27 2006 UTC (18 years, 2 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base2
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -6
lines
- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
Revision 1.58.8.1: download - view: text, markup, annotated - select for diffs
Thu Sep 14 12:31:54 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +4 -2
lines
sync with head.
Revision 1.58.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:58:00 2006 UTC (18 years, 3 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +4 -2
lines
sync with head
Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Sep 3 21:01:12 2006 UTC (18 years, 3 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
newlock2
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -2
lines
add missing initializers
Revision 1.55.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 15:10:26 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +14 -23
lines
sync with head.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:24:51 2005 UTC (19 years ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
peter-altq-base,
peter-altq,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-pdpolicy,
rpaulo-netinet-merge-pcb
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +10 -10
lines
merge ktrace-lwp.
Revision 1.42.2.9: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:10:31 2005 UTC (19 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.42.2.8: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42.2.8: +8 -17
lines
Sync with HEAD. Here we go again...
Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Sep 23 12:10:33 2005 UTC (19 years, 2 months ago) by jmmv
Branches: MAIN
CVS tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +5 -14
lines
Apply the NFS exports list rototill patch:
- Remove all NFS related stuff from file system specific code.
- Drop the vfs_checkexp hook and generalize it in the new nfs_check_export
function, thus removing redundancy from all file systems.
- Move all NFS export-related stuff from kern/vfs_subr.c to the new
file sys/nfs/nfs_export.c. The former was becoming large and its code
is always compiled, regardless of the build options. Using the latter,
the code is only compiled in when NFSSERVER is enabled. While doing this,
also make some functions in nfs_subs.c conditional to NFSSERVER.
- Add a new command in nfssvc(2), called NFSSVC_SETEXPORTSLIST, that takes a
path and a set of export entries. At the moment it can only clear the
exports list or append entries, one by one, but it is done in a way that
allows setting the whole set of entries atomically in the future (see the
comment in mountd_set_exports_list or in doc/TODO).
- Change mountd(8) to use the nfssvc(2) system call instead of mount(2) so
that it becomes file system agnostic. In fact, all this whole thing was
done to remove a 'XXX' block from this utility!
- Change the mount*, newfs and fsck* userland utilities to not deal with NFS
exports initialization; done internally by the kernel when initializing
the NFS support for each file system.
- Implement an interface for VFS (called VFS hooks) so that several kernel
subsystems can run arbitrary code upon receipt of specific VFS events.
At the moment, this only provides support for unmount and is used to
destroy NFS exports lists from the file systems being unmounted, though it
has room for extension.
Thanks go to yamt@, chs@, thorpej@, wrstuden@ and others for their comments
and advice in the development of this patch.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Aug 30 20:08:01 2005 UTC (19 years, 3 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +5 -5
lines
Remove __P()
Revision 1.53.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:29:30 2005 UTC (19 years, 7 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53: +4 -3
lines
sync with -current
Revision 1.42.2.8: download - view: text, markup, annotated - select for diffs
Fri Apr 1 14:31:34 2005 UTC (19 years, 8 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.42.2.7: preferred, colored
Changes since revision 1.42.2.7: +3 -2
lines
Sync with HEAD.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Mar 29 02:41:05 2005 UTC (19 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: kent-audio2-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -2
lines
- Define a VFS_ATTACH() macro that places a reference to a vfsops structure
into the "vfsops" link set.
- Use VFS_ATTACH() where vfsops are declared for individual file systems.
- In vfsinit(), traverse the "vfsops" link set, rather than vfs_list_initial[].
Revision 1.53.4.1: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:36:30 2005 UTC (19 years, 8 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53: +3 -3
lines
sync with head. xen and whitespace. xen part is not finished.
Revision 1.42.2.7: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:52:55 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.42.2.6: preferred, colored
Changes since revision 1.42.2.6: +3 -3
lines
Sync with HEAD.
Hi Perry!
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Feb 26 22:59:00 2005 UTC (19 years, 9 months ago) by perry
Branches: MAIN
CVS tags: yamt-km-base4,
yamt-km-base3,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -3
lines
nuke trailing whitespace
Revision 1.42.2.6: download - view: text, markup, annotated - select for diffs
Mon Jan 17 19:32:38 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.42.2.5: preferred, colored
Changes since revision 1.42.2.5: +3 -2
lines
Sync with HEAD.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Jan 2 16:08:30 2005 UTC (19 years, 11 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-km-base2,
yamt-km-base,
kent-audio1-beforemerge
Branch point for: yamt-km,
kent-audio2
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -2
lines
Add the system call and VFS infrastructure for file system extended
attributes.
From FreeBSD.
Revision 1.42.2.5: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:36:31 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.42.2.4: preferred, colored
Changes since revision 1.42.2.4: +10 -10
lines
Fix the sync with head I botched.
Revision 1.42.2.4: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:54:15 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.42.2.3: preferred, colored
Changes since revision 1.42.2.3: +10 -10
lines
Sync with HEAD.
Revision 1.42.2.3: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:54:06 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.42.2.2: preferred, colored
Changes since revision 1.42.2.2: +32 -12
lines
Sync with HEAD
Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Jul 1 10:03:31 2004 UTC (20 years, 5 months ago) by hannken
Branches: MAIN
CVS tags: kent-audio1-base,
kent-audio1
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -2
lines
Keep a pointer to the leaf mount. Needed for write gating where a
file system gets suspended and has layered mounts above it.
Welcome to 2.0G
Reviewed by: Bill Studenmund <wrstuden@netbsd.org>
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat May 29 23:48:08 2004 UTC (20 years, 6 months ago) by wrstuden
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -3
lines
Add layerfs_snapshot() as a handler routine for VFS_SNAPSHOT() calls
through a layered file system.
Note: we don't actually support snapshots through a layered file system,
and this routine returns an error. However we: 1) have clearly documented
what needs fixing (which isn't trivial to fix) and 2) if we do fix
this, all layered file systems can take advantage of it at once.
Revision 1.46.2.1: download - view: text, markup, annotated - select for diffs
Sat May 29 09:04:47 2004 UTC (20 years, 6 months ago) by tron
Branches: netbsd-2-0
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2
Diff to: previous 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46: +4 -3
lines
Pull up revision 1.49 (requested by atatat in ticket #393):
Sysctl descriptions under vfs subtree
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue May 25 14:54:57 2004 UTC (20 years, 6 months ago) by hannken
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -2
lines
Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.
- Not enabled by default. Needs kernel option FFS_SNAPSHOT.
- Change parameters of ffs_blkfree.
- Let the copy-on-write functions return an error so spec_strategy
may fail if the copy-on-write fails.
- Change genfs_*lock*() to use vp->v_vnlock instead of &vp->v_lock.
- Add flag B_METAONLY to VOP_BALLOC to return indirect block buffer.
- Add a function ffs_checkfreefile needed for snapshot creation.
- Add special handling of snapshot files:
Snapshots may not be opened for writing and the attributes are read-only.
Use the mtime as the time this snapshot was taken.
Deny mtime updates for snapshot files.
- Add function transferlockers to transfer any waiting processes from
one lock to another.
- Add vfsop VFS_SNAPSHOT to take a snapshot and make it accessible through
a vnode.
- Add snapshot support to ls, fsck_ffs and dump.
Welcome to 2.0F.
Approved by: Jason R. Thorpe <thorpej@netbsd.org>
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue May 25 04:44:44 2004 UTC (20 years, 6 months ago) by atatat
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +4 -3
lines
Sysctl descriptions under vfs subtree
Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Apr 29 16:10:55 2004 UTC (20 years, 7 months ago) by jrf
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -4
lines
Removed remaining caddr_t casts we do not need in miscfs. Recompiled
kernel and ran for a day or so. There are still some caddr_t types in
the arguments of some calls, I will do those separately (later) as
they touch a lot more of the system.
Approved by christos@NetBSD.org.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Apr 21 01:05:41 2004 UTC (20 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +4 -4
lines
Replace the statfs() family of system calls with statvfs().
Retain binary compatibility.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Mar 24 15:34:54 2004 UTC (20 years, 8 months ago) by atatat
Branches: MAIN
CVS tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +6 -4
lines
Tango on sysctl_createv() and flags. The flags have all been renamed,
and sysctl_createv() now uses more arguments.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Mar 9 03:16:08 2004 UTC (20 years, 9 months ago) by atatat
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -6
lines
Remove pointless comment about layerfs_sysctl()
Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Dec 4 19:38:24 2003 UTC (21 years ago) by atatat
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +26 -3
lines
Dynamic sysctl.
Gone are the old kern_sysctl(), cpu_sysctl(), hw_sysctl(),
vfs_sysctl(), etc, routines, along with sysctl_int() et al. Now all
nodes are registered with the tree, and nodes can be added (or
removed) easily, and I/O to and from the tree is handled generically.
Since the nodes are registered with the tree, the mapping from name to
number (and back again) can now be discovered, instead of having to be
hard coded. Adding new nodes to the tree is likewise much simpler --
the new infrastructure handles almost all the work for simple types,
and just about anything else can be done with a small helper function.
All existing nodes are where they were before (numerically speaking),
so all existing consumers of sysctl information should notice no
difference.
PS - I'm sorry, but there's a distinct lack of documentation at the
moment. I'm working on sysctl(3/8/9) right now, and I promise to
watch out for buses.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Aug 7 16:32:38 2003 UTC (21 years, 4 months ago) by agc
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -7
lines
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
Revision 1.42.2.2: download - view: text, markup, annotated - select for diffs
Wed Jul 2 21:48:15 2003 UTC (21 years, 5 months ago) by wrstuden
Branches: ktrace-lwp
Diff to: previous 1.42.2.1: preferred, colored
Changes since revision 1.42.2.1: +3 -3
lines
Check in lwp-ification changes needed to get the evbarm/IQ80321 kernel
to compile.
only question I have is over the:
l->l_proc->p_stats->p_ru.ru_msgsnd++;
command at line 245 of dev/kttcp.c. Should we be doing per-lwp or
per-proc accounting?
Revision 1.42.2.1: download - view: text, markup, annotated - select for diffs
Wed Jul 2 15:26:51 2003 UTC (21 years, 5 months ago) by darrenr
Branches: ktrace-lwp
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +9 -9
lines
Apply the aborted ktrace-lwp changes to a specific branch. This is just for
others to review, I'm concerned that patch fuziness may have resulted in some
errant code being generated but I'll look at that later by comparing the diff
from the base to the branch with the file I attempt to apply to it. This will,
at the very least, put the changes in a better context for others to review
them and attempt to tinker with removing passing of 'struct lwp' through
the kernel.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Jun 29 22:31:43 2003 UTC (21 years, 5 months ago) by fvdl
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +10 -10
lines
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Jun 29 02:16:59 2003 UTC (21 years, 5 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3
lines
Adjust for ktrace/lwp changes.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Jun 28 14:22:03 2003 UTC (21 years, 5 months ago) by darrenr
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +9 -9
lines
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records. The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.
Bump the kernel rev up to 1.6V
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Apr 16 21:44:23 2003 UTC (21 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -9
lines
PR/1796: John Kohl: statfs misbehaves under chrooted environments.
- Under chroot it displays only the visible filesystems with appropriate paths.
- The statfs f_mntonname gets adjusted to contain the real path from root.
- While was there, fixed a bug in ext2fs, locking problems with vfs_getfsstat(),
and factored out some of the vfsop statfs() code to copy_statfs_info(). This
fixes the problem where some filesystems forgot to set fsid.
- Made coda look more like a normal fs.
Revision 1.29.2.6: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:45:04 2002 UTC (22 years, 1 month ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.29.2.5: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.2.5: +8 -0
lines
Catch up to -current.
Revision 1.30.2.4: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:43:32 2002 UTC (22 years, 2 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.30.2.3: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.2.3: +10 -2
lines
sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Sep 21 18:09:29 2002 UTC (22 years, 2 months ago) by christos
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +10 -2
lines
MNT_GETARGS support
Revision 1.30.2.3: download - view: text, markup, annotated - select for diffs
Fri Sep 6 08:48:37 2002 UTC (22 years, 3 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.30.2.2: preferred, colored
Changes since revision 1.30.2.2: +3 -3
lines
sync kqueue branch with HEAD
Revision 1.36.8.1: download - view: text, markup, annotated - select for diffs
Thu Aug 29 05:23:23 2002 UTC (22 years, 3 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +3 -3
lines
catch up with -current.
Revision 1.29.2.5: download - view: text, markup, annotated - select for diffs
Thu Aug 1 02:46:32 2002 UTC (22 years, 4 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.29.2.4: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.4: +2 -2
lines
Catch up to -current.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jul 30 07:40:09 2002 UTC (22 years, 4 months ago) by soren
Branches: MAIN
CVS tags: gehenna-devsw-base
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -3
lines
Die, qaddr_t, die! - mnt_data in struct mount is already effectively
a void *, so stop pretending otherwise.
Revision 1.30.2.2: download - view: text, markup, annotated - select for diffs
Thu Jan 10 20:01:38 2002 UTC (22 years, 11 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.30.2.1: preferred, colored
Changes since revision 1.30.2.1: +25 -18
lines
Sync kqueue branch with -current.
Revision 1.29.2.4: download - view: text, markup, annotated - select for diffs
Wed Nov 14 19:17:10 2001 UTC (23 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.29.2.3: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.3: +24 -18
lines
Catch up to -current.
Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 12 21:19:10 2001 UTC (23 years, 1 month ago) by thorpej
Branches: thorpej-mips-cache
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +24 -18
lines
Sync the thorpej-mips-cache branch with -current.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Nov 10 13:33:42 2001 UTC (23 years, 1 month ago) by lukem
Branches: MAIN
CVS tags: thorpej-mips-cache-base,
newlock-base,
newlock,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
ifpoll-base,
eeh-devprop-base,
eeh-devprop
Branch point for: gehenna-devsw
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -1
lines
add RCSIDs
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Nov 7 04:55:26 2001 UTC (23 years, 1 month ago) by enami
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -4
lines
Make the size of null node hash table to desiredvnodes instead of 16.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Nov 7 04:21:26 2001 UTC (23 years, 1 month ago) by enami
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -2
lines
Call hashdone where appropriate.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Nov 7 04:15:41 2001 UTC (23 years, 1 month ago) by enami
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +16 -14
lines
Cosmetic changes.
Revision 1.31.2.1: download - view: text, markup, annotated - select for diffs
Mon Oct 1 12:47:20 2001 UTC (23 years, 2 months ago) by fvdl
Branches: thorpej-devvp
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +2 -1
lines
Catch up with -current.
Revision 1.29.2.3: download - view: text, markup, annotated - select for diffs
Fri Sep 21 22:36:38 2001 UTC (23 years, 2 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.29.2.2: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.2: +2 -1
lines
Catch up to -current.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Sep 15 16:12:58 2001 UTC (23 years, 3 months ago) by chs
Branches: MAIN
CVS tags: thorpej-devvp-base3,
thorpej-devvp-base2,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: thorpej-mips-cache
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1
lines
add a new VFS op, vfs_reinit, which is called when desiredvnodes is
adjusted via sysctl. file systems that have hash tables which are
sized based on the value of this variable now resize those hash tables
using the new value. the max number of FFS softdeps is also recalculated.
convert various file systems to use the <sys/queue.h> macros for
their hash tables.
Revision 1.29.2.2: download - view: text, markup, annotated - select for diffs
Fri Aug 24 00:11:58 2001 UTC (23 years, 3 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.29.2.1: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.1: +2 -5
lines
Catch up with -current.
Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 3 04:13:47 2001 UTC (23 years, 4 months ago) by lukem
Branches: kqueue
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -5
lines
update to -current
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Aug 2 22:40:58 2001 UTC (23 years, 4 months ago) by assar
Branches: MAIN
CVS tags: thorpej-devvp-base
Branch point for: thorpej-devvp
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -5
lines
(*fs_mount): do not get the parent vnode back from namei to just release it
Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 21 20:07:39 2001 UTC (23 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Catch up to -current.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Jun 7 13:44:46 2001 UTC (23 years, 6 months ago) by wiz
Branches: MAIN
Branch point for: kqueue
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Typos and grammer fixes in comments (misc/13133 by Michael K. Sanders)
Revision 1.24.2.3: download - view: text, markup, annotated - select for diffs
Sun Feb 11 19:16:59 2001 UTC (23 years, 10 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.24.2.2: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.2.2: +3 -3
lines
Sync with HEAD.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jan 22 12:17:38 2001 UTC (23 years, 10 months ago) by jdolecek
Branches: MAIN
CVS tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: nathanw_sa
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3
lines
make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const
Revision 1.24.2.2: download - view: text, markup, annotated - select for diffs
Wed Nov 22 16:05:45 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.24.2.1: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.1: +3 -3
lines
Sync with HEAD.
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 18:09:47 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -3
lines
Update thorpej_scsipi to -current as of a month ago
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Nov 8 14:28:13 2000 UTC (24 years, 1 month ago) by ad
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3
lines
Update for hashinit() change.
Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 22 17:09:33 2000 UTC (24 years, 5 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +2 -2
lines
Sync w/ netbsd-1-5-base.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jun 10 18:27:03 2000 UTC (24 years, 6 months ago) by assar
Branches: MAIN
CVS tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
make vfs_getnewfsid only take one argument and fetch the name of the
filesystem from the supplied mount argument. also make makefstype
take a const parameter. update all the callers.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Mar 16 19:00:26 2000 UTC (24 years, 9 months ago) by jdolecek
Branches: MAIN
CVS tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1
lines
Adapt to last VFS changes - add appropriate vfs_done routine.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Mar 13 23:52:41 2000 UTC (24 years, 9 months ago) by soren
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
Fix doubled 'the's in comments.
Revision 1.24.8.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 23:19:59 1999 UTC (24 years, 11 months ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +2 -1
lines
Initial commit of recent changes to make DEV_BSIZE go away.
Runs on i386, needs work on other arch's. Main kernel routines should be
fine, but a number of the stand programs need help.
cd, fd, ccd, wd, and sd have been updated. sd has been tested with non-512
byte block devices. vnd, raidframe, and lfs need work.
Non 2**n block support is automatic for LKM's and conditional for kernels
on "options NON_PO2_BLOCKS".
Revision 1.23.4.1: download - view: text, markup, annotated - select for diffs
Mon Aug 2 22:20:17 1999 UTC (25 years, 4 months ago) by thorpej
Branches: chs-ubc2
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +100 -218
lines
Update from trunk.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jul 8 01:19:05 1999 UTC (25 years, 5 months ago) by wrstuden
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-newbase,
chs-ubc2-base
Branch point for: wrstuden-devbsize,
thorpej_scsipi
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +100 -218
lines
Introduce layer library in genfs. This set of files abstracts most of
the functionality of nullfs. The latter is now just a mount & unmount
routine, and a few tables. umapfs borrow most of this infrastructure.
Both fs's are now nfs-exportable.
All layered fs's share a common format to private mount & private
vnode structs (which a particular fs can extend).
Also add genfs_noerr_rele(), a vnode op which will vrele/vput
operand vnodes appropriately.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Feb 26 23:44:45 1999 UTC (25 years, 9 months ago) by wrstuden
Branches: MAIN
CVS tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
kame_14_19990705,
kame_14_19990628,
kame_141_19991130,
kame
Branch point for: chs-ubc2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +15 -5
lines
Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now
only handles the file handle to vnode conversion, and a new call,
vfs_checkexp(), performs the export verification.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jan 15 22:04:44 1999 UTC (25 years, 11 months ago) by wrstuden
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -2
lines
Oops. That extra "*" doesn't need to be there.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jan 13 01:51:37 1999 UTC (25 years, 11 months ago) by wrstuden
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -5
lines
In nullfs_mount, we need to check if error before VOP_UNLOCK(vp,0) as
vp is initialized iff error==0 in null_node_create.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Aug 9 20:51:09 1998 UTC (26 years, 4 months ago) by perry
Branches: MAIN
CVS tags: kenh-if-detach-base,
kenh-if-detach,
chs-ubc-base,
chs-ubc
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +7 -7
lines
bzero->memset, bcopy->memcpy, bcmp->memcmp
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 1 02:21:43 1998 UTC (26 years, 9 months ago) by fvdl
Branches: MAIN
CVS tags: eeh-paddr_t-base,
eeh-paddr_t
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +26 -14
lines
Merge with Lite2 + local changes
Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 1 02:13:14 1998 UTC (26 years, 9 months ago) by fvdl
Branches: netbsd,
CSRG
CVS tags: lite-2
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +13 -12
lines
Import 4.4BSD-Lite2
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 1 02:09:59 1998 UTC (26 years, 9 months ago) by fvdl
Branches: netbsd,
CSRG
CVS tags: lite-1,
date-03-may-96
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -12
lines
Import 4.4BSD-Lite for reference
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Feb 18 07:05:48 1998 UTC (26 years, 9 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +10 -1
lines
Place a pointer to an array of our vnodeopv_desc *'s in our vfsops
structure, for use by vfs_attach().
Revision 1.15.4.2: download - view: text, markup, annotated - select for diffs
Tue Oct 14 10:28:31 1997 UTC (27 years, 2 months ago) by thorpej
Branches: marc-pcmcia
Diff to: previous 1.15.4.1: preferred, colored; branchpoint 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15.4.1: +2 -2
lines
Update marc-pcmcia branch from trunk.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Oct 6 09:32:33 1997 UTC (27 years, 2 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3,
marc-pcmcia-base
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
Make the vfs ops and vnodeop_opv symbols match the name of the
file-system option used to configure the file system into the kernel.
Revision 1.15.4.1: download - view: text, markup, annotated - select for diffs
Tue Sep 16 03:51:11 1997 UTC (27 years, 3 months ago) by thorpej
Branches: marc-pcmcia
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5
lines
Update marc-pcmcia branch from trunk.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Sep 10 13:44:23 1997 UTC (27 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5
lines
PR/4098: Alan Barrett: Fix diagnostic printf formatting.
Revision 1.14.6.1: download - view: text, markup, annotated - select for diffs
Wed Mar 12 21:24:22 1997 UTC (27 years, 9 months ago) by is
Branches: is-newarp
Diff to: previous 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14: +2 -2
lines
Merge in changes from Trunk
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Mar 11 03:54:29 1997 UTC (27 years, 9 months ago) by mikel
Branches: MAIN
CVS tags: thorpej-signal-base,
thorpej-signal,
marc-pcmcia-bp,
is-newarp-before-merge,
bouyer-scsipi
Branch point for: marc-pcmcia
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
this is nullfs, not lofs
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Dec 22 10:10:23 1996 UTC (27 years, 11 months ago) by cgd
Branches: MAIN
CVS tags: thorpej-setroot,
mrg-vm-swap,
is-newarp-base
Branch point for: is-newarp
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4
lines
Change the second and third args to struct vfsops' (*vfs_mount)() to
'const char *', and 'void *', respectively. The second arg is taken directly
from user arguments, and is const there, so must be const in the prototypes
and functions. The third arg is also taken directly from user arguments.
It doesn't have to be changed, but since it's cleaner to keep the type
the same as the user arg's type, and I'm already making the 'const char *'
change...
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Oct 13 02:21:34 1996 UTC (28 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -5
lines
backout previous kprintf changes
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Oct 10 22:54:10 1996 UTC (28 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -12
lines
printf -> kprintf, sprintf -> ksprintf
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 10 22:50:56 1996 UTC (28 years, 7 months ago) by jtk
Branches: MAIN
CVS tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Add locking code to avoid deadlocks on vnode reclaim, which means the
addition of null_lookup, null_lock, null_unlock, null_islocked.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Feb 9 22:40:31 1996 UTC (28 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +18 -6
lines
miscfs prototype changes
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jun 18 14:47:32 1995 UTC (29 years, 6 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2
lines
don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Mar 9 12:05:56 1995 UTC (29 years, 9 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
copy*str() should use size_t.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 8 01:34:50 1995 UTC (29 years, 9 months ago) by cgd
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
use u_long for copyin*
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 25 14:50:48 1995 UTC (29 years, 10 months ago) by cgd
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
return EOPNOTSUPP from fhtovp and vptofh functions; doing otherwise
correctly is not possible.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jan 18 09:34:27 1995 UTC (29 years, 10 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Clean up the code to frob mnt_stat a (tiny) bit.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Dec 15 20:00:18 1994 UTC (30 years ago) by mycroft
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2
lines
Call foo_statfs() from a common place when mounting.
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 16 18:00:26 1994 UTC (30 years, 3 months ago) by cgd
Branches: netbsd-1-0
CVS tags: netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +3 -2
lines
from trunk, per mycroft
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Sep 15 03:42:40 1994 UTC (30 years, 3 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2
lines
stat the file system at mount time, for `df -n', et al.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 29 06:34:33 1994 UTC (30 years, 5 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-0-base
Branch point for: netbsd-1-0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2
lines
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 8 11:33:25 1994 UTC (30 years, 6 months ago) by mycroft
Branches: MAIN
Update to 4.4-Lite fs code, with local changes.
CVSweb <webmaster@jp.NetBSD.org>