linuxfs / chunkfs
 | 
View
 

chunkfs

This version was saved 17 years, 11 months ago View current version     Page history
Saved by PBworks
on May 5, 2007 at 6:50:34 pm
 

ChunkFS

 

Intro/Background

ChunkFS is about reducing the file system checking (fsck) time. ChunkFS is an idea that Arjan van de Ven and Val Henson came up with in order to avoid the fsck time increase linearly with the disk drive and the metadata on the disk drive increases.

 

See the reading list for more literature on ChunkFS.

 

Reading

 

Source Code

Initial implementation for ChunkFS can be found here: http://cis.ksu.edu/~gud/patches/chunkfs-v0.0.8.patch

 

Tools, fsck and mkfs for ChunkFS, can be found here:

git://cislinux.cis.ksu.edu/chunkfs-tools

 

NOTE: No xattrs and xips yet, CONFIG_EXT2_FS_XATTR and CONFIG_EXT2_FS_XIP

should be "no" for clean compile.

 

Announcement for the code can be found here: http://lwn.net/Articles/231482/

 

A prototype implementation in FUSE can be found here: git://cislinux.cis.ksu.edu/fuse-chunkfs

Comments (0)

You don't have permission to comment on this page.