Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- From: Jeff Dike <jdike@xxxxxxxxxxx>
- Date: Fri, 27 Apr 2007 11:06:47 -0400
On Thu, Apr 26, 2007 at 09:58:25PM -0700, Valerie Henson wrote:
Here's an example, spelled out:
Allocate file 1 in chunk A.
Grow file 1.
Chunk A fills up.
Allocate continuation inode for file 1 in chunk B.
Chunk A gets some free space.
Chunk B fills up.
Pick chunk A for allocating next block of file 1.
Try to look up a continuation inode for file 1 in chunk A.
Continuation inode for file 1 found in chunk A!
Attach newly allocated block to existing inode for file 1 in chunk A.
So far, so good (and the slides are helpful, tx!). What happens when
file 1 keeps growing and chunk A fills up (and chunk B is still full)?
Can the same continuation inode also point at chunk C, where the file
is going to grow to?
Jeff
--
Work email - jdike at linux dot intel dot com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- From: Nikita Danilov
- Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- From: David Lang
- Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- From: Nikita Danilov
- Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- From: David Lang
- Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- From: Nikita Danilov
- Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- From: Valerie Henson
- Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- From: Jeff Dike
- Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- From: Amit Gud
- Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- From: Jeff Dike
- Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- From: Valerie Henson
- Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- Prev by Date: Video for Linux deprecated drivers (VIDEO_V4L1)
- Next by Date: Re: [linux-pm] driver power operations (was Re: suspend2 merge)
- Previous by thread: Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- Next by thread: Re: [RFC][PATCH] ChunkFS: fs fission for faster fsck
- Index(es):