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_extern.h
Age
Commit message (
Expand
)
Author
2006-03-31
Add a pool for FFS2 dinodes
Pedro Martelletto
2006-03-11
Add UFS2 block allocation functions, okay tedu@.
Pedro Martelletto
2005-12-17
Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS.
Pedro Martelletto
2005-11-09
ANSI function declarations and deregister, only ffs_softdep left to go
Pedro Martelletto
2004-07-13
Change mode_t and nlink_t from 16bit to 32bit. This allows us to
Todd C. Miller
2004-03-02
silly fifos aren't a real fs, so we have to be sure to call reclaim
Ted Unangst
2004-01-07
sysctls for dirhash variables. with a hint from miod. ok deraadt
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-26
fiddle with some type names. change most instances of ufs_daddr_t to
Ted Unangst
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-25
Move softdep sysctls from debug to vfs.ffs; art@ OK
Todd C. Miller
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-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-13
Allow the bpp arguemnt on ffs_realloccg to be NULL, don't return the
Artur Grabowski
2001-06-23
Privatize several vnode operations that are not used by the generic code.
Constantine Sapuntzakis
2001-03-22
Change the ffs inode allocation from using malloc to pool.
Artur Grabowski
2001-02-21
Latest soft updates from FreeBSD/Kirk McKusick
Constantine Sapuntzakis
2001-02-20
use void * consistently in vfs_mount and sys_mount. ok @art
assar
2000-02-07
update to use new checkexp vfs operation
assar
1999-12-05
Integrate the latest soft updates code.
Artur Grabowski
1998-02-08
Updates to match type changes in syscall tables
Thorsten Lockert
1997-11-09
Include stub decl for struct vop_vfree_args to avoid copiler warnings.
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
1996-02-27
From NetBSD: update to 960217 sources
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt