OCFS2 in Mainline Kernel 2.6.22 で Sparse file supportなるか

http://www.uwsg.iu.edu/hypermail/linux/kernel/0704.3/2171.html From: Mark Fasheh Date: Fri Apr 27 2007 - 13:23:49 ESTあたりの話。

http://oss.oracle.com/osswiki/OCFS2/Roadmap

Feature Component Projected in Current Status
Sparse Files FS 1.4 Checked in (2.6.22)

http://oss.oracle.com/osswiki/OCFS2/LargeTasksList

Completed Tasks

Sparse file support (Completed as of 2.6.22-rc1)

Owner: Mark

Target Release: 1.4

This gains us performance, more efficient usage of space, and has no impact on direct io. It also has the effect of simplifying many critical paths (file write, ftruncate, etc), which will make it easier to implement other allocation changes in the future. This should be done before "Data in inode blocks" and "inline extended attributes" as those two become much easier afterwards.