summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_biomem.c
AgeCommit message (Expand)Author
2010-04-30Right now, if anything internal changes with a uvm object, diverseOwain Ainsworth
2010-04-21the atomic primitives are still impossible to get at without using proc.hTheo de Raadt
2009-08-09buf_dealloc_mem can be called without B_BUSY. Don't decrement busymapped in t...Artur Grabowski
2009-08-09Keep track of number of currently mapped and B_BUSY buffers. beck@ okArtur Grabowski
2009-08-06reintroduce the uvm_tree commit.Owain Ainsworth
2009-06-25backout the buf_acquire() does the bremfree() since all callersThordur I. Bjornsson
2009-06-16Backout all changes to uvm after pmemrange (which will be backed outOwain Ainsworth
2009-06-06All caller of buf_acquire were doing bremfree before the call.Artur Grabowski
2009-06-02Instead of the global hash table with the terrible hashfunction and aOwain Ainsworth
2009-04-22Make the interactions in allocating buffers less confusing.Artur Grabowski
2008-11-08Use atop() and ptoa() in buf_free_pages() to make it consistent withPedro Martelletto
2008-08-03Make buf_dealloc_mem() remove the mapping even if b_pobj is NULL. OtherwiseMark Kettenis
2008-06-11add $OpenBSD$ tag.Thordur I. Bjornsson
2008-06-10Buffer cache revampBob Beck