Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2010 15:30:02 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_contig.c vm_object.c vm_pageout.c vm_pageout.h
Message-ID:  <201011261530.oAQFUTDe047004@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

kib         2010-11-26 15:30:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/vm               vm_contig.c vm_object.c vm_pageout.c 
                         vm_pageout.h 
  Log:
  SVN rev 215866 on 2010-11-26 15:30:02Z by kib
  
  MFC r215471:
  In vm_object_page_clean(), handle the pages that might be cached
  or not written by vm_pageout_flush().
  
  MFC r215574:
  The runlen returned from vm_pageout_flush() might be zero legitimately
  
  MCF r215610:
  Eliminate the mab, maf arrays and related variables.
  The change also fixes off-by-one error in the calculation of mreq.
  
  MFC r215796:
  After the sleep caused by encountering a busy page, relookup the page.
  
  Revision   Changes    Path
  1.73.2.3   +1 -1      src/sys/vm/vm_contig.c
  1.408.2.8  +19 -56    src/sys/vm/vm_object.c
  1.308.2.7  +12 -4     src/sys/vm/vm_pageout.c
  1.43.2.2   +1 -1      src/sys/vm/vm_pageout.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011261530.oAQFUTDe047004>