| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
internally, only using ino_t in the VFS layer APIs: vget, readdir, getattr
|
|
|
|
|
|
|
|
|
|
| |
loaded ntnodes and once the maximum is reached, unload the least recently
used ntnode before loading a new one. This avoids leaving large data
structures hanging around, which only get cleaned up when the vnode is
reclaimed. Additionally, the buffer cache should contain the data needed
to reload the ntnode.
ok beck@
|
|
|
|
|
|
| |
- remove #ifdef someos blocks, makes this a tad easier to read
agreed by art@ and thib@
|
|
|
|
| |
Tested by a couple of people, no regressions.
|
| |
|
| |
|
|
The code comes from NetBSD and was ported by Julian Bordet.
ok deraadt@
|