[BACK]Return to tsld015.htm CVS log [TXT][DIR] Up to [Development] / xfs-website / papers / linux_kongress

File: [Development] / xfs-website / papers / linux_kongress / tsld015.htm (download)

Revision 1.1.1.1 (vendor branch), Wed Mar 29 22:34:40 2000 UTC (17 years, 7 months ago) by n8994
Branch: SGI_FW, MAIN
CVS Tags: START, HEAD
Changes since 1.1: +0 -0 lines

Initial checkin

<HTML>

<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=windows-1252">
<meta name="GENERATOR" content="Microsoft Internet Assistant for PowerPoint 97">
 <TITLE>buffer cache/chunk cache</TITLE> 
</HEAD>

<BODY     >

 <H1>buffer cache/chunk cache</H1> 
 <P><UL>
<LI><H2>XFS uses two levels of buffer cache:
</H2>
<UL>
<LI> standard bufs (dev/block #) limited to 16K or 64K depending on page size. (can be pinned).
<LI> Buffers physically point to VM pages
<LI> standard bufs are used for meta data I/O.
<LI> chunk cache clusters buffers (user data):
<UL>
<LI>collection of standard bufs (logically contiguous) per file
<LI>not always associated with disk blocks (delayed allocate)
<LI>supports large pages (16k, 64k, 256k, 1m, 4m, 16m)
<LI>chunk cache buffers searched by file offset</UL></UL></UL></P>
<P></P> 
<P>
<TABLE>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld014.htm">Previous slide</A> </TD>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld016.htm">Next slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="tsld001.htm">Back to first slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="sld015.htm">View graphic version</A> </TD>
</TABLE>
<BR>
</P>



</Body>
</HTML>