Home | History | Annotate | Download | only in uvm
History log of /src/sys/uvm/uvm_page_array.h
RevisionDateAuthorComments
 1.3  25-May-2020  ad - Alter the convention for uvm_page_array slightly, so the basic search
parameters can't change part way through a search: move the "uobj" and
"flags" arguments over to uvm_page_array_init() and store those with the
array.

- With that, detect when it's not possible to find any more pages in the
tree with the given search parameters, and avoid repeated tree lookups if
the caller loops over uvm_page_array_fill_and_peek().
 1.2  15-Dec-2019  ad branches: 1.2.6;
Merge from yamt-pagecache:

- do gang lookup of pages using radixtree.
- remove now unused uvm_object::uo_memq and vm_page::listq.queue.
 1.1  02-Nov-2011  yamt branches: 1.1.2;
file uvm_page_array.h was initially added on branch yamt-pagecache.
 1.1.2.6  01-Aug-2012  yamt - fix integrity sync.
putpages for integrity sync (fsync, msync with MS_SYNC, etc) should not
skip pages being written back by other threads.

- adapt to radix tree tag api changes.
 1.1.2.5  18-Apr-2012  yamt comment
 1.1.2.4  26-Nov-2011  yamt - uvm_page_array_fill: add some more parameters
- uvn_findpages: use gang-lookup
- genfs_putpages: re-enable backward clustering
- mechanical changes after the recent radixtree.h api changes
 1.1.2.3  14-Nov-2011  yamt comment
 1.1.2.2  06-Nov-2011  yamt add a convenient routine for common usage
 1.1.2.1  02-Nov-2011  yamt page cache related changes

- maintain object pages in radix tree rather than rb tree.
- reduce unnecessary page scan in putpages. esp. when an object has a ton of
pages cached but only a few of them are dirty.
- reduce the number of pmap operations by tracking page dirtiness more
precisely in uvm layer.
- fix nfs commit range tracking.
- fix nfs write clustering. XXX hack
 1.2.6.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.2.6.1  15-Dec-2019  martin file uvm_page_array.h was added on branch phil-wifi on 2020-04-08 14:09:04 +0000

RSS XML Feed