[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Review of Thomas's >2GB ext2fs proposal
From: |
Neal H. Walfield |
Subject: |
Re: Review of Thomas's >2GB ext2fs proposal |
Date: |
Tue, 17 Aug 2004 06:04:22 -0400 |
User-agent: |
Wanderlust/2.8.1 (Something) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (UnebigoryĆmae) APEL/10.6 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI) |
At Tue, 17 Aug 2004 12:50:25 +0300,
Ognyan Kulev wrote:
>
> Neal H. Walfield wrote:
> > If that is the case, then I think we should drop the whole reference
> > counting system and have the accessor functions just do a vm_map and
> > vm_unmap as required.
>
> Surely you don't want ext2_getblk to vm_map/vm_unmap 1024 times the same
> single indirect block for a 4M file when this file is read.
> (ext2_getblk is called for each block when file is read.)
>
> And what about two threads that access the same block? They should work
> with the same page (we don't want to merge changes made in two pages,
> right?), and whoever fininishes first must not vm_unmap the page,
> because the other works with the same page too.
Nope. You accidently cut one too many lines of context. Namely,
Thomas's statement that
Mappings carry no overhead, and are quick and easy to set up and
tear down.
Neal
- Review of Thomas's >2GB ext2fs proposal, (continued)
- Review of Thomas's >2GB ext2fs proposal, Neal H. Walfield, 2004/08/16
- Re: Review of Thomas's >2GB ext2fs proposal, Thomas Bushnell BSG, 2004/08/16
- Re: Review of Thomas's >2GB ext2fs proposal, Neal H. Walfield, 2004/08/16
- Re: Review of Thomas's >2GB ext2fs proposal, Thomas Bushnell BSG, 2004/08/16
- Re: Review of Thomas's >2GB ext2fs proposal, Neal H. Walfield, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Thomas Bushnell BSG, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Neal H. Walfield, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Thomas Bushnell BSG, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Ognyan Kulev, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Thomas Bushnell BSG, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal,
Neal H. Walfield <=
- Re: Review of Thomas's >2GB ext2fs proposal, Ognyan Kulev, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Thomas Bushnell BSG, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Ognyan Kulev, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Thomas Bushnell BSG, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Ognyan Kulev, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Thomas Bushnell BSG, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Neal H. Walfield, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Thomas Bushnell BSG, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Ognyan Kulev, 2004/08/17
- Re: Review of Thomas's >2GB ext2fs proposal, Thomas Bushnell BSG, 2004/08/17