index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
filecorefs
Age
Commit message (
Expand
)
Author
2002-03-08
Pool deals fairly well with physical memory shortage, but it doesn't
thorpej
2001-11-12
add RCSIDs
lukem
2001-09-30
add glue required by new genfs_getpages().
chs
2001-09-22
check early for reads beyond EOF.
chs
2001-09-15
a whole bunch of changes to improve performance and robustness under load:
chs
2001-09-15
add a new VFS op, vfs_reinit, which is called when desiredvnodes is
chs
2001-05-30
use _KERNEL_OPT
mrg
2001-05-28
add a genfs_mmap() and change all of the disk-based filesystems
chs
2001-02-27
min() -> MIN(), max() -> MAX().
chs
2001-02-07
Declare prtactive extern.
tsutsui
2001-01-22
make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const
jdolecek
2000-11-27
Initial integration of the Unified Buffer Cache project.
chs
2000-11-08
Update for hashinit() change.
ad
2000-08-03
MALLOC()/FREE() are not to be used for variable sized allocations.
thorpej
2000-03-16
Add new VFS op routine - vfs_done and call it on filesystem detach
jdolecek
1999-11-15
Add Kirk McKusick's soft updates code to the trunk. Not enabled by
fvdl
1999-10-20
Check if the type of device node isn't VBAD before touching v_specinfo. If
enami
1999-10-16
In spec_close(), if we're not doing a non-blocking close and VXLOCK is
wrstuden
1999-09-05
Adapt to cache_lookup() changes.
jdolecek
1999-08-18
Fix compiler warning.
mark
1999-08-04
Pull in changes which parallel rev 1.22 -> 1.25 of ufs_lookup().
wrstuden
1999-08-03
Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl
wrstuden
1999-07-08
Modify file systems to deal with struct lock in struct vnode. All leaf
wrstuden
1999-04-07
Looks like "filecorefs" is also affected by the problem described in
tron
1999-03-22
Add _PC_FILESIZEBITS to pathconf vnop.
kleink
1999-02-26
Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now
wrstuden
1999-02-10
Make sure a buffer optained from bread() is always bresle()'d in case of
bouyer
1998-12-18
COMPAT_xxx option review: add missing opt_compat_netbsd.h
drochner
1998-10-29
Pay attention to the share_size field in the filecore boot block in
mark
1998-09-18
Bug fix from Andrew McMurry for filecore_readdir() missing the end
mark
1998-09-07
Handle _PC_SYNC_IO.
kleink
1998-09-05
Check permissions on device to be mounted.
mycroft
1998-09-02
Fix typo in filecore_node_pool declaration.
mark
1998-09-01
Use the pool allocator and the "nointr" pool page allocator for
thorpej
1998-08-14
Minor code cleanups, KNF a couple of bits that got missed and remove
mark
1998-08-14
Initial commit of Andrew McMurry's Acorn Filecore filesystem.
mark