Re: Tux3 Report: How fast can we fsync?

From: Daniel Phillips
Date: Wed Apr 29 2015 - 02:56:11 EST


On Tuesday, April 28, 2015 11:20:08 PM PDT, Richard Weinberger wrote:
On Wed, Apr 29, 2015 at 8:01 AM, Daniel Phillips <daniel@xxxxxxxxx> wrote:
On Tuesday, April 28, 2015 7:21:11 PM PDT, Mike Galbraith wrote: ...

Where can I find the fsync code?
IOW how to reproduce your results? :)

Hi Richard,

If you can bear with us, the latest code needs to make it through
Hirofumi's QA before it appears on github. If you are impatient, the
fsync in current head benchmarks pretty well too, I don't think I need
to apologize for it.

In any case, you build userspace tools from the hirofumi-user branch,
by doing make in fs/tux3/user. This builds the tux3 command, and you
make a filesystem with "tux3 mkfs <volume>".

You can build the kernel including Tux3 from the hirofumi branch, or
the hirofumi-user branch, providing you do make clean SUBDIRS=fs/tux3
before building the kernel or make clean in tux3/user before building
the user space, so user and kernel .o files don't collide. A little
awkward indeed, but still it is pretty cool that we can even build
that code for user space.

The wiki might be helpful:

https://github.com/OGAWAHirofumi/linux-tux3/wiki
https://github.com/OGAWAHirofumi/linux-tux3/wiki/Compile

This is current, except you want to build from hirofumi and hirofumi-user rather than master and user because the latter is a bit old.

Regards,

Daniel

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/