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_sync.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
silly typo...
pedro
2004-10-29
1
-2
/
+2
*
protect code dealing with the vnode sync list with splbio(). fixes the
pedro
2004-08-15
1
-2
/
+13
*
Print more diagnostics on fsync failure in sched_sync.
art
2004-08-03
1
-2
/
+7
*
First step towards more sane time handling in the kernel -- this changes
tholo
2004-06-21
1
-3
/
+3
*
match syscallargs comments with reality
henning
2003-09-01
1
-1
/
+4
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
First round of __P removal in sys
millert
2002-03-14
1
-7
/
+7
*
UBC was a disaster. It worked very good when it worked, but on some
art
2001-12-19
1
-7
/
+10
*
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
art
2001-11-27
1
-10
/
+7
*
Make sure that stuff on the syncer worklist has VBIOONSYNCLIST set
art
2001-11-15
1
-2
/
+3
*
KNF
deraadt
2001-06-22
1
-20
/
+21
*
No need to extern mountlist_slock here.
art
2001-03-16
1
-3
/
+1
*
Instead of doing VOP_ISLOCKED, vn_lock(..LK_RETRY..) we can do vn_lock(..LK_NOWAIT..).
art
2001-02-27
1
-6
/
+12
*
Move splbio's around so that they cover the data structures they need to
csapuntz
2001-02-24
1
-9
/
+9
*
Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.
csapuntz
2001-02-24
1
-3
/
+3
*
Try to avoid sleeping in the syncer waiting for vnode locks.
csapuntz
2001-02-23
1
-5
/
+18
*
Latest soft updates from FreeBSD/Kirk McKusick
csapuntz
2001-02-21
1
-18
/
+17
*
No need for our own declaration of lbolt.
art
2000-03-23
1
-4
/
+1
*
Drop SYNCER_MAXDELAY to 32. The delay is never bigger than 30 anyway.
art
2000-01-14
1
-2
/
+2
*
Add a new vnode flag "VONSYNCLIST" that indicates if the vnode is on the
art
1999-12-05
1
-4
/
+6
*
Add a new function "speedup_syncer()" that pushes the syncer to work harder.
art
1999-12-05
1
-2
/
+29
*
Unlock the vnode in inactive even when v_usecount == 0.
art
1999-12-05
1
-2
/
+4
*
Release mountlist_slock if vfs_busy fails.
art
1999-12-05
1
-2
/
+4
*
Indentation fixes.
art
1999-12-05
1
-84
/
+82
*
More soft updates fixes from Kirk McKusick.
csapuntz
1998-11-12
1
-12
/
+21
*
Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock
csapuntz
1998-08-06
1
-4
/
+4
*
Changes necesary for new soft updates code. Doesn't affect old soft updates
millert
1998-03-14
1
-4
/
+19
*
Fix a couple spinlock references. More code motion in vfs_subr.c
csapuntz
1998-01-11
1
-1
/
+3
*
A couple more splbio()s in vfs_bio plus moving around a couple functions.
csapuntz
1998-01-10
1
-0
/
+342