On Wed, 9 April 2008 23:09:07 +0200, Pavel Machek wrote:If someone implemented readpages(), that might be possible - depending on your definition of 'reasonable' and your workload. Writes will hit the disk roughly in order. When readahead requests a bunch of pages, there is some chance of them being adjacent and having the block layer combine most of the bios into a few large ones. The main drawbacks are: - No reservations. If data is written in random order or several writers chew away in parallel, write order will be fairly pessimal. - No readahead yet. Wouldn't be hard to do. - Garbage collection completely ignores fragmentation. If segments are needed and one contains a nice long extend from a single file, that data will be written elsewhere, often split between two segments. Rinse, repeat and fragmentation will increase over time. - File creation/deletion currently will cause disk heads to jump in triangles. This hurts write performance on most flash media as well, so it will get changed reasonably soon. All of those are solvable. Some will definitely be solved because the help performance on flash media as well. Other may or may not. Jörn -- When people work hard for you for a pat on the back, you've got to give them that pat. -- Robert Heinlein --
| Arjan van de Ven | [patch] Add basic sanity checks to the syscall execution patch |
| Ingo Molnar | Re: [patch] high-res timers: UP resume fix |
| Satyam Sharma | Re: 2.6.23-rc4-mm1 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
git: | |
| Eric Wong | Re: [RFC] Git config file reader in Perl (WIP) |
| Raimund Bauer | [wishlist] graphical diff |
| Junio C Hamano | Re: git-diff on touched files: bug or feature? |
| Steve | Re: Libification project (SoC) |
| François Rousseau | carp, ospf can't see carp state |
| Benjamin Bennett | Re: Multi-Threaded SSH/SCP made by university of Puttsburgh |
| Nuno Magalhães | Can't scp, ssh is slow to authenticate. |
| Brian | drm at vga1? |
| Olof Johansson | [PATCH 3/3] pasemi_mac: Disable interface on close |
| Ilpo Järvinen | Re: [bug] stuck localhost TCP connections, v2.6.26-rc3+ |
| Chris Snook | [RFC] introducing the Atheros L2 Fast Ethernet driver |
| Steven Whitehouse | My 802.3ad is my bond |
