Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753522AbbD2Gzz (ORCPT ); Wed, 29 Apr 2015 02:55:55 -0400 Received: from mail.phunq.net ([184.71.0.62]:49759 "EHLO starbase.phunq.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752650AbbD2Gzx convert rfc822-to-8bit (ORCPT ); Wed, 29 Apr 2015 02:55:53 -0400 From: Daniel Phillips To: Richard Weinberger Cc: Mike Galbraith , LKML , linux-fsdevel , , "Theodore Ts'o" Subject: Re: Tux3 Report: How fast can we =?iso-8859-1?Q?fsync=3F?= Date: Tue, 28 Apr 2015 23:56:11 -0700 User-Agent: Trojita/v0.5-14-g8a2496c; Qt/4.8.6; X11; Linux; Ubuntu 14.04.2 LTS MIME-Version: 1.0 Message-ID: <64c18eff-355a-454d-bacf-24362fe61c11@phunq.net> In-Reply-To: References: <8f886f13-6550-4322-95be-93244ae61045@phunq.net> <1430274071.3363.4.camel@gmail.com> <1906f271-aa23-404b-9776-a4e2bce0c6aa@phunq.net> Organization: tux3.org Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1635 Lines: 42 On Tuesday, April 28, 2015 11:20:08 PM PDT, Richard Weinberger wrote: > On Wed, Apr 29, 2015 at 8:01 AM, Daniel Phillips 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 ". 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/