From: Chris Mason Date: Tue, 8 Jan 2008 20:46:30 +0000 (-0500) Subject: Btrfs: Add data=ordered support X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~350 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc17ff8f11d129db9e83ab7244769e4eae05e14d;p=pandora-kernel.git Btrfs: Add data=ordered support This forces file data extents down the disk along with the metadata that references them. The current implementation is fairly simple, and just writes out all of the dirty pages in an inode before the commit. Signed-off-by: Chris Mason --- Reading git-diff-tree failed