[Ocfs2-devel] [RFC PATCH 0/3] copy-on-write extents mapping

Zach Brown zab at zabbo.net
Thu Feb 21 10:00:39 PST 2013


>   Can you gather some performance numbers please - i.e. how long does it take
> to map such file without FIEMAP_FLAG_COW and how long with it? I'm not
> completely convinced it will make such a huge difference in practice (given
> du(1) isn't very performance critical application).

Seconded.

I'd like to see measurements (wall time, cpu, ios) of the time it takes
to find shared extents on a giant file *on a fresh uncached mount*.

Because this interface doesn't help the file system do the work more
efficiently, the kernel still has to walk everything to see if its
shared.  It just saves some syscalls and copying.

That's noise compared to the io/cache footprint of the operation.

- z



More information about the Ocfs2-devel mailing list