summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_vnode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove parenthesis around return value to reduce the diff with NetBSD.mpi2021-03-261-21/+21
* spellingjsg2021-03-121-2/+2
* Bring back previous fix for UVM vnode deadlock.mpi2021-03-041-46/+92
* Fix the deadlock between uvn_io() and uvn_flush() by restarting the fault.mpi2021-03-021-4/+8
* Revert the fix for the deadlock between uvn_io() and uvn_flush().mpi2021-03-021-93/+43
* Fix a deadlock between uvn_io() and uvn_flush(). While faulting on aanton2020-10-261-43/+93
* Constify and use C99 initializer for "struct uvm_pagerops".mpi2020-10-211-12/+17
* Use list for freeing pages in uvn_flush() to optimize freeing chunks ofkettenis2020-01-161-3/+10
* Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2019-12-081-2/+2
* R.I.P. UVM_WAIT(). Use tsleep_nsec(9) directly.cheloha2019-07-181-8/+9
* Insert the appropriate uvm_vnp_uncache(9) and uvm_vnp_setsize(9)helg2018-07-161-3/+7
* Remove proc from the parameters of vn_lock(). The parameter isvisa2018-05-021-3/+3
* Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysvisa2018-04-281-3/+3
* Unlock the NET_LOCK() before calling vn_lock(9) to avoid a lock orderingmpi2018-03-301-13/+16
* When we are rebooting, do not fail in uvn_io(). The vnodes arebluhm2018-03-081-3/+8
* Use the NET_LOCK() macro instead of handrolling it.mpi2017-08-121-3/+3
* Enable the NET_LOCK(), take 3.mpi2017-05-151-1/+13
* Mark uvm_sync_lock as vnode'ish for witness purposes, as it is takenguenther2017-05-031-2/+2
* Revert the NET_LOCK() and bring back pf's contention lock for release.mpi2017-03-171-13/+1
* Enable the NET_LOCK(), take 2.mpi2017-01-251-1/+13
* move the vm_page struct from being stored in RB macro trees to RBT functionsdlg2016-09-161-3/+3
* Remove the unused flags argument from VOP_UNLOCK().natano2016-03-191-3/+3
* delete a comment about gcc -Wuninitializedderaadt2015-08-271-4/+2
* fix indentationjsg2015-05-071-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove two useless and unused hash penalty definestedu2014-12-181-3/+1
* remove lock.h from uvm_extern.h. another holdover from the simpletonlocktedu2014-12-171-1/+2
* primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu2014-12-161-10/+10
* Replace a plethora of historical protection options with justderaadt2014-11-161-9/+9
* Chuck Cranor rescinded clauses in his licensejsg2014-07-111-7/+2
* Use real parameter types for u{dv,vn}_attach() instead of void *matthew2014-07-021-3/+2
* Fix some potential integer overflows caused by converting a page number intokettenis2014-05-081-3/+3
* compress code by turning four line comments into one line comments.tedu2014-04-131-145/+26
* add IO_NOCACHE flag to vop_write arguments, which in turn sets B_NOCACHEbeck2014-04-081-2/+4
* UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT.tedu2013-05-301-15/+8
* remove lots of comments about locking per beck's requesttedu2013-05-301-64/+22
* remove simple_locks from uvm code. ok beck deraadttedu2013-05-301-43/+1
* move the specfs code to a place people can see it; ok guenther thib krwderaadt2011-07-041-3/+2
* Replace inadvertantly removed line.oga2011-07-041-1/+2
* Rip out and burn support for UVM_HIST.oga2011-07-031-54/+3
* rename VFSDEBUG to VFLCKDEBUG;thib2011-07-021-3/+3
* Use the current page not he first page when working out whether tooga2011-06-161-5/+3
* dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisdlg2010-05-181-1/+2
* Right now, if anything internal changes with a uvm object, diverseoga2010-04-301-5/+2
* reintroduce the uvm_tree commit.oga2009-08-061-26/+4
* Put the PG_RELEASED changes diff back in.oga2009-07-221-293/+82
* Remove the VREF() macro and replaces all instances with a call to verf(),thib2009-07-091-9/+9
* date based reversion of uvm to the 4th May.oga2009-06-171-1/+1
* Backout all the PG_RELEASED changes.oga2009-06-161-81/+253
* Backout pmemrange (which to most people is more well known as physmemariane2009-06-161-2/+2