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_bio.c
Age
Commit message (
Expand
)
Author
2002-06-09
Use LIST_FOREACH.
Artur Grabowski
2002-06-09
ANSIfy (started as some other change that just ran away).
Artur Grabowski
2002-05-24
protect more of the bookkeeping variables with splbio.
Artur Grabowski
2002-05-24
typo
Artur Grabowski
2002-05-22
some b_iodone handlers and vwakeup require splbio.
Artur Grabowski
2002-05-16
sprinkle some splassert(IPL_BIO) in some functions that are commented as "sho...
Artur Grabowski
2002-04-27
Comment biodone as "must be called at splbio".
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-30
Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok
Thomas Nordin
2002-01-23
Pool deals fairly well with physical memory shortage, but it doesn't deal
Artur Grabowski
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-11-30
Call buf_cleanout, which handles wakeups
Constantine Sapuntzakis
2001-11-27
kill breada
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-15
bio_doread doesn't need a cred anymore
Artur Grabowski
2001-11-15
Remove creds from struct buf, move the creds that nfs need into the nfs node.
Artur Grabowski
2001-11-09
Create bufpool - a pool of struct bufs.
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-10-28
we try to test things before commit, art
Theo de Raadt
2001-10-28
Sprinkle some assertions in the buffer code.
Artur Grabowski
2001-10-11
Fix flawed logic when deciding if we should sleep when
Artur Grabowski
2001-10-11
Count pages not buffers. This fixes deadlock condition which mainly
Grigoriy Orlov
2001-09-20
Get rid of B_VFLUSH. Tested by costa and me.
Grigoriy Orlov
2001-09-19
No need for this complicated (and bug-prone) method for waking up the flusher.
Artur Grabowski
2001-09-17
The first implementation of the buffer flushing daemon. It solves our
Grigoriy Orlov
2001-09-10
remove useless debug function.
Grigoriy Orlov
2001-08-30
Change getnewbuf interface so that getnewbuf always return
Grigoriy Orlov
2001-05-05
Get rid of CLSIZE and all related stuff.
Artur Grabowski
2001-04-06
Avoid a livelock problem where the buffer cache code would be
Grigoriy Orlov
2001-03-30
Avoid a 'thundering herd' problem when many processes wait for free buffers.
Artur Grabowski
2001-03-14
Slight cleanup.
Artur Grabowski
2001-03-13
Reserve some buffers for syncer daemon. This prevent deadlock in getblk
Grigoriy Orlov
2001-03-09
Remove random trailing whitespace.
Artur Grabowski
2001-02-27
art@ found a race in getnewbuf. bawrite can block so we need to restart
Constantine Sapuntzakis
2001-02-24
Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.
Constantine Sapuntzakis
2001-02-23
Change the B_DELWRI flag using buf_dirty and buf_undirty instead of
Constantine Sapuntzakis
2001-02-21
Latest soft updates from FreeBSD/Kirk McKusick
Constantine Sapuntzakis
2001-02-13
Use MIN, not min when counting the pages we steal.
Artur Grabowski
2000-06-23
remove obsolete vtrace guts; art@
Michael Shalayeff
1999-12-05
Collect statistics on sync and async writes.
Artur Grabowski
1999-12-02
Indentation to make the code more readable.
Artur Grabowski
1999-09-10
use clrnd(round_page(size)) instead of roundup(size, CLBYTES).
Artur Grabowski
1999-07-15
vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t
Artur Grabowski
1999-04-28
zap the newhashinit hack.
Artur Grabowski
1998-11-29
indent
Artur Grabowski
1998-01-10
A couple more splbio()s in vfs_bio plus moving around a couple functions.
Constantine Sapuntzakis
1997-11-07
Fixed hang on shutdown
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
[next]