Results 1 to 2 of 2
Hello, I want to implement my own buffer cache management algorithm in ext3 fs.
Where I start? Besides, do anyone know the difference between buffer cache and page cache? I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-02-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
about buffer or page cache?
Hello, I want to implement my own buffer cache management algorithm in ext3 fs.
Where I start? Besides, do anyone know the difference between buffer cache and page cache? I just read understanding linux kernel. But still confuse..
Thank you.
- 03-05-2009 #2Just Joined!
- Join Date
- Feb 2009
- Posts
- 12
buffer cache and page cache
The difference between buffer cache.Blocks in memory is the buffer.Page contains buffers.Suppose if the size of buffer is 1KB then the size of page tends to be 4KB.For further verification see the link below
what is difference between page cache and buffer cache? | KernelTrap


Reply With Quote
