commit | e99761514999f64aff1985460967f93d9e8417f4 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Thu Oct 11 15:53:56 2012 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Sun Dec 16 20:46:21 2012 -0500 |
tree | 67bd13d96325679bde7244d69cce501840b63796 | |
parent | 5f3ab90a72f98adbf00c50ac2d4d2b47cf4a9685 [diff] |
Btrfs: only log the inode item if we can get away with it Currently we copy all the file information into the log, inode item, the refs, xattrs etc. Except most of this doesn't change from fsync to fsync, just the inode item changes. So set a flag if an xattr changes or a link is added, and otherwise only log the inode item. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>