chs
4d14671458
add VOP_GETPAGES and VOP_PUTPAGES methods for layered filesystems.
...
drop the interlock on the upper layer, acquire the interlock on the
lower layer.
2001-12-06 04:29:23 +00:00
lukem
2565646230
don't need <sys/types.h> when including <sys/param.h>
2001-11-15 09:47:59 +00:00
lukem
e4b00f433c
add RCSIDs
2001-11-10 13:33:40 +00:00
assar
bec71dc090
change vop_symlink and vop_mknod to return vpp (the created node)
...
refed, so that the caller can actually use it. update callers and
file systems that implement these vnode operations
2001-07-24 15:39:30 +00:00
wiz
fa87a2091d
Typos in comments (misc/13133 by Michael K. Sanders)
2001-06-07 13:32:46 +00:00
enami
0088605039
Don't cache a device vnode in a layer node cache once the layer node
...
is inactivated. Otherwise, the device won't closed.
2000-12-21 03:51:02 +00:00
fvdl
db4108490a
Adapt for VOP_FSYNC parameter change.
2000-09-19 22:01:59 +00:00
augustss
bd842961d4
Register, begone!
2000-03-30 12:22:12 +00:00
soren
95054da1a1
Fix doubled 'the's in comments.
2000-03-13 23:52:25 +00:00
wrstuden
9866514df5
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.
1999-07-08 01:18:59 +00:00