commit | dc17ff8f11d129db9e83ab7244769e4eae05e14d | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Jan 08 15:46:30 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:59 2008 -0400 |
tree | 622e70100d6082e371a6ca62b02fd57e0c37f8dc | |
parent | e4204dedbbaa3a614605cb83cc0ac5161af6b4e6 [diff] |
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 <chris.mason@oracle.com>