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
/
kern
/
vfs_cluster.c
Age
Commit message (
Expand
)
Author
2006-10-16
Use daddr64_t for logical blocks, okay krw@ thib@ mickey@
Pedro Martelletto
2006-10-03
Introduce daddr64_t and use it for physical block numbers
Pedro Martelletto
2005-11-08
Use ANSI function declarations and deregister, no binary change
Pedro Martelletto
2004-10-26
styling
Pedro Martelletto
2004-04-13
useless caddr_t cast removal. same md5s.
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-01-30
Stop using an LFS type for cluster mallocs, use an own type and
Artur Grabowski
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-05-24
cluster_callback is a b_iodone handler. Since it calls functions
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-06-22
KNF
Theo de Raadt
2001-05-28
cluster_rbuild() have a race between incore and getblk. incore() returns
Grigoriy Orlov
2001-05-20
fix comments.
Grigoriy Orlov
2001-03-21
Fix a race which could cause us to write out data belonging
Artur Grabowski
2001-02-27
Move buf_undirty and tbp flags manipulation back before calling the
Constantine Sapuntzakis
2001-02-23
Change the B_DELWRI flag using buf_dirty and buf_undirty instead of
Constantine Sapuntzakis
2001-02-23
Remove the clustering fields from the vnodes and place them in the
Constantine Sapuntzakis
2001-02-21
Latest soft updates from FreeBSD/Kirk McKusick
Constantine Sapuntzakis
2000-06-23
remove obsolete vtrace guts; art@
Michael Shalayeff
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1998-10-13
More fixes for huge (>2GB) files.
Constantine Sapuntzakis
1998-10-11
Fix from Kirk McKusick to make sure that clustering works correctly across
Constantine Sapuntzakis
1998-02-20
Please GCC 2.8's harsher view of good style
Niklas Hallqvist
1998-01-08
Soft updates bug fix: Set the flags on the buffer describing our intentions
Constantine Sapuntzakis
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-09-27
Cleaning up my tree.. that is why nits like this extra blank line
Niklas Hallqvist
1997-02-01
Correct early termination case of read clustering which could cause
Niklas Hallqvist
1997-01-10
Correct a panic condition hitting on machines with NBPG != ffs blocksize,
Niklas Hallqvist
1996-06-11
Kernel-implementation of update(8) my me
Thorsten Lockert
1996-05-02
sync syscalls, no sys/cpu.h
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt