index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ufs
/
ffs
/
ffs_balloc.c
Age
Commit message (
Expand
)
Author
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-10
Big cleanup inspired by NetBSD with some parts of the code from NetBSD.
Artur Grabowski
2001-12-10
Merge in struct uvm_vnode into struct vnode.
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-21
Don't use #define QUOTA - use stub file instead
Constantine Sapuntzakis
2001-11-13
Allow balloc to get NULL for bpp. Don't get the buffer in that case.
Artur Grabowski
2001-11-13
Allow the bpp arguemnt on ffs_realloccg to be NULL, don't return the
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-06-27
Remove old vm.
Artur Grabowski
2001-06-23
Privatize several vnode operations that are not used by the generic code.
Constantine Sapuntzakis
2001-03-20
cleanup
Artur Grabowski
2001-03-15
cosmetic cleanup
Artur Grabowski
2000-04-20
Fix a problem that occurs when the filesystem fills up.
Artur Grabowski
1999-05-27
Use lblktosize(fs, foo) instead of foo*fs->fs_bsize
Artur Grabowski
1999-02-26
compat with uvm vnode pager
Artur Grabowski
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-05-30
Integrate new ext2fs, reverting ufs support for the old one.
Jason Downs
1996-02-27
From NetBSD: update to 960217 sources
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt