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_alloc.c
Age
Commit message (
Expand
)
Author
2001-11-30
Don't brelse a random pointer in ffs_realloccg when filesystem is full
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-15
Missed one place to check for bpp == NULL
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-10-09
Fix comparison when start_lvl == 0
Constantine Sapuntzakis
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-04-19
Cleanup dirpref and synhronize superblock with freebsd.
Grigoriy Orlov
2001-04-06
Replace FFS directory preference algorithm(dirpref) by new one.
Grigoriy Orlov
2001-03-27
clean more dangling spaces
Artur Grabowski
2001-03-20
Even more cleanup. This file was a mess.
Artur Grabowski
2001-03-20
indent
Artur Grabowski
2001-03-20
Even more.
Artur Grabowski
2001-03-20
14 more NULL used as integer values.
Artur Grabowski
2001-03-20
NULL is not an u_long
Artur Grabowski
2001-03-20
NULL is not a daddr_t
Artur Grabowski
2001-02-21
Latest soft updates from FreeBSD/Kirk McKusick
Constantine Sapuntzakis
2000-01-14
Try to allocate the first indirect block in the same cg as the inode.
Artur Grabowski
1999-12-06
#if 0 some broken unreached code.
Artur Grabowski
1999-06-01
minor comment beautification
Todd C. Miller
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
1998-03-27
Make compile without diagnistic possible. (Yes very small kernel)
Per Fogelstrom
1998-03-03
GCC 2.8 -Wall
ryker
1998-03-01
GCC 2.8 -Wall
Niklas Hallqvist
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-07-22
range error fix; mckusick@McKusick.COM
Theo de Raadt
1997-05-30
Integrate new ext2fs, reverting ufs support for the old one.
Jason Downs
1997-02-11
Add fs_id support and random inode generation numbers for ffs.
Todd C. Miller
1996-05-22
Change VOP_UPDATE() semantics:
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-02-27
From NetBSD: update to 960217 sources
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt