freebsd-nq/sys/ufs/mfs
Matthew Dillon 50c7d0d513 Added support for VOP_FREEBLKS(), reducing MFS's impact on swap and
increasing performance by deallocating at least some of the backing
    store when files are removed.

    Protect mfsp->buf_queue access at splbio().
1999-01-21 09:27:03 +00:00
..
mfs_extern.h This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
mfs_vfsops.c Access to mfsp->buf_queue must be protected at splbio(). Other minor 1999-01-21 09:24:46 +00:00
mfs_vnops.c Added support for VOP_FREEBLKS(), reducing MFS's impact on swap and 1999-01-21 09:27:03 +00:00
mfsnode.h Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h. 1997-11-01 20:40:14 +00:00