index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_cluster.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
styling
pedro
2004-10-26
1
-4
/
+4
*
useless caddr_t cast removal. same md5s.
tedu
2004-04-13
1
-5
/
+5
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
Stop using an LFS type for cluster mallocs, use an own type and
art
2003-01-30
1
-9
/
+9
*
spelling; from Brian Poole <raj@cerias.purdue.edu>
todd
2002-06-14
1
-2
/
+2
*
cluster_callback is a b_iodone handler. Since it calls functions
art
2002-05-24
1
-1
/
+3
*
First round of __P removal in sys
millert
2002-03-14
1
-10
/
+10
*
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
miod
2001-11-06
1
-2
/
+2
*
KNF
deraadt
2001-06-22
1
-21
/
+21
*
cluster_rbuild() have a race between incore and getblk. incore() returns
gluk
2001-05-28
1
-1
/
+2
*
fix comments.
gluk
2001-05-20
1
-4
/
+4
*
Fix a race which could cause us to write out data belonging
art
2001-03-21
1
-2
/
+10
*
Move buf_undirty and tbp flags manipulation back before calling the
csapuntz
2001-02-27
1
-12
/
+12
*
Change the B_DELWRI flag using buf_dirty and buf_undirty instead of
csapuntz
2001-02-23
1
-9
/
+8
*
Remove the clustering fields from the vnodes and place them in the
csapuntz
2001-02-23
1
-56
/
+61
*
Latest soft updates from FreeBSD/Kirk McKusick
csapuntz
2001-02-21
1
-3
/
+3
*
remove obsolete vtrace guts; art@
mickey
2000-06-23
1
-8
/
+2
*
panic prints a newline for you, don't do it in the panic string
millert
1999-01-11
1
-3
/
+3
*
More fixes for huge (>2GB) files.
csapuntz
1998-10-13
1
-7
/
+9
*
Fix from Kirk McKusick to make sure that clustering works correctly across
csapuntz
1998-10-11
1
-2
/
+2
*
Please GCC 2.8's harsher view of good style
niklas
1998-02-20
1
-3
/
+5
*
Soft updates bug fix: Set the flags on the buffer describing our intentions
csapuntz
1998-01-08
1
-7
/
+9
*
Updates for VFS Lite 2 + soft update.
csapuntz
1997-11-06
1
-14
/
+5
*
back out vfs lite2 till after 2.2
deraadt
1997-10-06
1
-5
/
+14
*
VFS Lite2 Changes
csapuntz
1997-10-06
1
-14
/
+5
*
Cleaning up my tree.. that is why nits like this extra blank line
niklas
1997-09-27
1
-1
/
+2
*
Correct early termination case of read clustering which could cause
niklas
1997-02-01
1
-24
/
+17
*
Correct a panic condition hitting on machines with NBPG != ffs blocksize,
niklas
1997-01-10
1
-2
/
+2
*
Kernel-implementation of update(8) my me
tholo
1996-06-11
1
-1
/
+3
*
sync syscalls, no sys/cpu.h
deraadt
1996-05-02
1
-4
/
+4
*
partial sync with netbsd 960418, more to come
deraadt
1996-04-21
1
-5
/
+5
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-3
/
+6
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+773