From owner-freebsd-fs@FreeBSD.ORG Sun Jun 9 03:04:58 2013 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 601E01BE; Sun, 9 Jun 2013 03:04:58 +0000 (UTC) (envelope-from delphij@gmail.com) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 18D1D1A86; Sun, 9 Jun 2013 03:04:58 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id k14so2355367qcv.20 for ; Sat, 08 Jun 2013 20:04:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Q2fwWn7BP/WwDilp1kAoUkHimjEBFLi5yc+0oBcmmnU=; b=Je0bGJ+IXL/7nrWYrbqCKLMkEJilfMJ+HIiAR4CD5nz86/FfnpDQlR31ytpm3IRBrY TfgFsc32eNieISaCSD39RmKDkOznQSjvH3MJD4mxxmFuidsovR3pN9prNSV09/t5/Z2Q ZbweUQkYrzkEDGzpRUBj3rygo2laNLMS32UcTbT9MU+jxMZNQBXk5ZSI/kRCj6wopMF/ nKNwU3snPdsJTsgkSj7pBALLKZDgFo7k/0I4h2qwS3HOIvI1KKRP7Gt7LLn8K0FWMoZc k3Zy6CkDqiapAD763Y2Nc/33qmiqLMfYvt1oPqYE1ZdwveaQXdBxxCIPOOSJSO4eZzTk 8LCw== MIME-Version: 1.0 X-Received: by 10.224.51.7 with SMTP id b7mr8862370qag.8.1370747097551; Sat, 08 Jun 2013 20:04:57 -0700 (PDT) Received: by 10.49.42.73 with HTTP; Sat, 8 Jun 2013 20:04:57 -0700 (PDT) In-Reply-To: <16FEF774EE8E4100AD2CAEC65276A49D@multiplay.co.uk> References: <16FEF774EE8E4100AD2CAEC65276A49D@multiplay.co.uk> Date: Sat, 8 Jun 2013 20:04:57 -0700 Message-ID: Subject: Re: Changing the default for ZFS atime to off? From: Xin LI To: Steven Hartland Content-Type: text/plain; charset=UTF-8 Cc: fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 03:04:58 -0000 I'd suggest implementing relative atime in VFS layer first: https://github.com/delphij/freebsd/commit/6a199821fbdbf424027499d4a0f8f113f6943e16