diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml index 1b3a388fe2..8eb98cf6c1 100644 --- a/en/projects/ideas/ideas.xml +++ b/en/projects/ideas/ideas.xml @@ -15,7 +15,7 @@ Ideas//EN" - $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.26 2007/10/14 15:48:12 netchild Exp $ + $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.27 2007/10/14 17:44:18 hrs Exp $ @@ -70,7 +70,7 @@ Ideas//EN" Extend UFS2 with on-disk indexing

The section 8.3 Naming of the book - Design and Implementation of FreeBSD operation system + Design and Implementation of the FreeBSD Operating System describes the current approach of name lookups in UFS2 and a possible extension/improvement by utilizing on-disk indexing in a backward compatible way. While the current approach (an in-memory directory cache) @@ -80,7 +80,7 @@ Ideas//EN"

@@ -99,7 +99,7 @@ Ideas//EN" towards ext3fs, which supports the same on-disk format as ext2fs and adds journalling. Porting NetBSD's ext2fs and adding support for in gjournal (if possible) would make an excellent combination. Other - desirables possibilities would be to implement EA/ACLs and to use + desirable possibilities would be to implement EA/ACLs and to use it as root filesystem.

Requirements: