Home
last modified time | relevance | path

Searched hist:"8 fc6378a" (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/ntfs/
H A Dntfs_inode.h8fc6378a Fri Jan 18 05:09:21 GMT 2013 jsing <jsing@openbsd.org> Constrain the amount of kernel memory used by NTFS. Keep a small cache of
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@
H A Dntfs.h8fc6378a Fri Jan 18 05:09:21 GMT 2013 jsing <jsing@openbsd.org> Constrain the amount of kernel memory used by NTFS. Keep a small cache of
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@
H A Dntfs_subr.c8fc6378a Fri Jan 18 05:09:21 GMT 2013 jsing <jsing@openbsd.org> Constrain the amount of kernel memory used by NTFS. Keep a small cache of
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@
H A Dntfs_vfsops.c8fc6378a Fri Jan 18 05:09:21 GMT 2013 jsing <jsing@openbsd.org> Constrain the amount of kernel memory used by NTFS. Keep a small cache of
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@