Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161423AbbKSX3B (ORCPT ); Thu, 19 Nov 2015 18:29:01 -0500 Received: from ipmail06.adl6.internode.on.net ([150.101.137.145]:37492 "EHLO ipmail06.adl6.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934406AbbKSX3A (ORCPT ); Thu, 19 Nov 2015 18:29:00 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CcCQBiWk5WPALtLHleKAECgxCBQoZdpRYBAQEBAQEGizmFLIJ9gRCGCQQCAoFMTQEBAQEBAQcBAQEBQAE/hDUBAQQ6HCMQCAMYCSUPBSUDBxoTiC3ANwEBCAIhGYV0hUWJOQEElkyNJoFjhECWLIR7KjSFIAEBAQ Date: Fri, 20 Nov 2015 10:24:55 +1100 From: Dave Chinner To: Octavian Purdila Cc: xfs@oss.sgi.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH] xfs: support for non-mmu architectures Message-ID: <20151119232455.GM14311@dastard> References: <1447800381-20167-1-git-send-email-octavian.purdila@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447800381-20167-1-git-send-email-octavian.purdila@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 940 Lines: 23 On Wed, Nov 18, 2015 at 12:46:21AM +0200, Octavian Purdila wrote: > Naive implementation for non-mmu architectures: allocate physically > contiguous xfs buffers with alloc_pages. Terribly inefficient with > memory and fragmentation on high I/O loads but it may be good enough > for basic usage (which most non-mmu architectures will need). Can you please explain why you want to use XFS on low end, basic non-MMU devices? XFS is a high performance, enterprise/HPC level filesystem - it's not a filesystem designed for small IoT level devices - so I'm struggling to see why we'd want to expend any effort to make XFS work on such devices.... Cheers, Dave. -- Dave Chinner david@fromorbit.com -- 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/