login
Header Space

 
 

Re: [RFC 0/8] Variable Order Page Cache

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Christoph Lameter <clameter@...>
Cc: <linux-kernel@...>, Peter Zijlstra <a.p.zijlstra@...>, Nick Piggin <nickpiggin@...>, Paul Jackson <pj@...>, Dave Chinner <dgc@...>, Andi Kleen <ak@...>
Date: Thursday, April 19, 2007 - 7:58 pm

On Thursday 19 April 2007 19:35:04 Christoph Lameter wrote:
(ramfs).
general
mm
layers).

Hello,

This is exactly what I wanted some time ago,
Thank you very much, I was almost thinking of doing this myself 
(but decided that it is too difficult now for me and maybe doesn't worth the 
effort)

I want to point out on number of problems that this will solve (and reasons I 
wanted to do that)

First of all, today, packet writing on cd/dvd doesn't work well, it is very 
slow because 
now all file-systems are limited to 4k-barrier and cd/dvd can write only 
32k/64k packets.
This is why a pktcdvd was written and it emulates those 4k sectors by doing 
read/modify/write cycle
This cause a lot of seeks and read/writing switches and thus it is very slow.

By introducing a bigger that 4k page cache a dvd/cd can be divided is 64k/32k 
blocks that will be read an written freely
(Although dvd can read 2k  I don't think that reading a 64k block will hurt 
since most of time drive is busy seeking and locating a specific sector)

Now I thinking to implement this in an other way, I mean I want to teach udf 
filesystem to to packet writing on its own, bypassing disk cache (but not page 
cache)

Secondary 32/64k limitation is present of flash devices too, so they can 
benefit too, and I almost sure that future hard disks will use bigger block 
size too.

To summarize I want to tell that bigger pagesize will allow devices that have 
big hardware sectors to work fine in linux.

Best regards,
	Maxim Levitsky
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC 0/8] Variable Order Page Cache, Christoph Lameter, (Thu Apr 19, 12:35 pm)
Re: [RFC 0/8] Variable Order Page Cache, Mel Gorman, (Fri Apr 20, 10:14 am)
Re: [RFC 0/8] Variable Order Page Cache, Christoph Lameter, (Fri Apr 20, 12:23 pm)
Re: [RFC 0/8] Variable Order Page Cache, William Lee Irwin III, (Fri Apr 20, 12:47 am)
Re: [RFC 0/8] Variable Order Page Cache, David Chinner, (Fri Apr 20, 4:42 am)
Re: [RFC 0/8] Variable Order Page Cache, Christoph Lameter, (Fri Apr 20, 1:27 am)
Re: [RFC 0/8] Variable Order Page Cache, William Lee Irwin III, (Fri Apr 20, 2:22 am)
Re: [RFC 0/8] Variable Order Page Cache, Maxim Levitsky, (Thu Apr 19, 7:58 pm)
Re: [RFC 0/8] Variable Order Page Cache, Christoph Lameter, (Thu Apr 19, 9:15 pm)
Re: [RFC 0/8] Variable Order Page Cache, David Chinner, (Thu Apr 19, 6:42 pm)
Re: [RFC 0/8] Variable Order Page Cache, Jens Axboe, (Fri Apr 20, 2:32 am)
Re: [RFC 0/8] Variable Order Page Cache, David Chinner, (Fri Apr 20, 3:48 am)
Re: [RFC 0/8] Variable Order Page Cache, Andrew Morton, (Sat Apr 21, 6:18 pm)
Re: [RFC 0/8] Variable Order Page Cache, Christoph Lameter, (Thu Apr 19, 9:14 pm)
Re: [RFC 0/8] Variable Order Page Cache, Andi Kleen, (Thu Apr 19, 3:11 pm)
Re: [RFC 0/8] Variable Order Page Cache, Mel Gorman, (Fri Apr 20, 10:37 am)
Re: [RFC 0/8] Variable Order Page Cache, Christoph Lameter, (Thu Apr 19, 3:15 pm)
Re: [RFC 0/8] Variable Order Page Cache, Badari Pulavarty, (Thu Apr 19, 3:09 pm)
Re: [RFC 0/8] Variable Order Page Cache, Christoph Lameter, (Thu Apr 19, 3:12 pm)
[RFC 8/8] Add some debug output, Christoph Lameter, (Thu Apr 19, 12:35 pm)
[RFC 5/8] Enhance generic_read/write to support higher order..., Christoph Lameter, (Thu Apr 19, 12:35 pm)
[RFC 4/8] Enhance fallback functions in libs to support high..., Christoph Lameter, (Thu Apr 19, 12:35 pm)
Re: [RFC 4/8] Enhance fallback functions in libs to support ..., Christoph Lameter, (Fri Apr 20, 3:10 pm)
Re: [RFC 4/8] Enhance fallback functions in libs to support ..., Christoph Lameter, (Thu Apr 19, 3:10 pm)
Re: [RFC 4/8] Enhance fallback functions in libs to support ..., Christoph Lameter, (Fri Apr 20, 12:01 pm)
Re: [RFC 4/8] Enhance fallback functions in libs to support ..., Christoph Lameter, (Thu Apr 19, 9:15 pm)
[RFC 3/8] Flushing and zeroing higher order page cache pages, Christoph Lameter, (Thu Apr 19, 12:35 pm)
Re: [RFC 3/8] Flushing and zeroing higher order page cache p..., Christoph Lameter, (Fri Apr 20, 12:15 pm)
Re: [RFC 3/8] Flushing and zeroing higher order page cache p..., William Lee Irwin III, (Fri Apr 20, 12:51 pm)
[RFC 2/8] Basic allocation for higher order page cache pages, Christoph Lameter, (Thu Apr 19, 12:35 pm)
[RFC 6/8] Account for pages in the page cache in terms of ba..., Christoph Lameter, (Thu Apr 19, 12:35 pm)
Re: [RFC 6/8] Account for pages in the page cache in terms o..., Christoph Lameter, (Thu Apr 19, 1:52 pm)
[RFC 7/8] Enhance ramfs to support higher order pages, Christoph Lameter, (Thu Apr 19, 12:35 pm)
Re: [RFC 7/8] Enhance ramfs to support higher order pages, Christoph Lameter, (Fri Apr 20, 12:20 pm)
Re: [RFC 7/8] Enhance ramfs to support higher order pages, William Lee Irwin III, (Fri Apr 20, 10:47 am)
Re: [RFC 7/8] Enhance ramfs to support higher order pages, Christoph Lameter, (Fri Apr 20, 12:30 pm)
Re: [RFC 7/8] Enhance ramfs to support higher order pages, William Lee Irwin III, (Fri Apr 20, 1:11 pm)
Re: [RFC 7/8] Enhance ramfs to support higher order pages, Christoph Lameter, (Fri Apr 20, 1:15 pm)
Re: [RFC 7/8] Enhance ramfs to support higher order pages, William Lee Irwin III, (Fri Apr 20, 1:19 pm)
Re: [RFC 7/8] Enhance ramfs to support higher order pages, Christoph Lameter, (Fri Apr 20, 2:02 pm)
Re: [RFC 7/8] Enhance ramfs to support higher order pages, Christoph Lameter, (Fri Apr 20, 2:01 pm)
Re: [RFC 7/8] Enhance ramfs to support higher order pages, Christoph Lameter, (Fri Apr 20, 1:59 pm)
Re: [RFC 7/8] Enhance ramfs to support higher order pages, Christoph Lameter, (Fri Apr 20, 1:57 pm)
Re: [RFC 7/8] Enhance ramfs to support higher order pages, William Lee Irwin III, (Fri Apr 20, 3:21 pm)
[RFC 1/8] Add order field to address_space struct, Christoph Lameter, (Thu Apr 19, 12:35 pm)
speck-geostationary