[3969] in arla-drinkers
Re: is cache-only-prefixes an nnpfs limitation?
daemon@ATHENA.MIT.EDU (Tomas Olsson)
Wed Jun 21 10:19:43 2006
From arla-drinkers-bounces@stacken.kth.se Wed Jun 21 14:19:43 2006
Return-Path: <arla-drinkers-bounces@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 25778 invoked from network); 21 Jun 2006 14:19:43 -0000
Received: from mx2.kth.se (130.237.48.98)
by charon.mit.edu with SMTP; 21 Jun 2006 14:19:43 -0000
Received: from localhost (localhost.localdomain [127.0.0.1])
by mx2.kth.se (Postfix) with ESMTP id 1C6FB141F85;
Wed, 21 Jun 2006 16:19:42 +0200 (CEST)
Received: from mx2.kth.se ([127.0.0.1])
by localhost (mx2.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP
id 20510-02-51; Wed, 21 Jun 2006 16:19:40 +0200 (CEST)
Received: from tapas.stacken.kth.se (tapas.stacken.kth.se [130.237.234.140])
by mx2.kth.se (Postfix) with ESMTP id B203F1408D6;
Wed, 21 Jun 2006 16:19:40 +0200 (CEST)
Received: from tapas.stacken.kth.se (localhost [127.0.0.1])
by tapas.stacken.kth.se (Postfix) with ESMTP id 76FCE534FC;
Wed, 21 Jun 2006 16:19:40 +0200 (CEST)
X-Original-To: arla-drinkers@tapas.stacken.kth.se
Delivered-To: arla-drinkers@tapas.stacken.kth.se
Received: from brev.stacken.kth.se (brev.stacken.kth.se [130.237.234.84])
by tapas.stacken.kth.se (Postfix) with ESMTP id D845F534FC
for <arla-drinkers@tapas.stacken.kth.se>;
Wed, 21 Jun 2006 16:19:37 +0200 (CEST)
Received: from mx3.kth.se (mx3.kth.se [130.237.48.97])
by brev.stacken.kth.se (8.12.10/8.12.10) with ESMTP id k5LEJaAr014597
for <arla-drinkers@stacken.kth.se>;
Wed, 21 Jun 2006 16:19:36 +0200 (MET DST)
Received: from localhost (localhost.localdomain [127.0.0.1])
by mx3.kth.se (Postfix) with ESMTP id 0E54A140F12;
Wed, 21 Jun 2006 16:19:35 +0200 (CEST)
Received: from mx3.kth.se ([127.0.0.1])
by localhost (mx3.kth.se [127.0.0.1]) (amavisd-new,
port 10024) with LMTP
id 10424-03-7; Wed, 21 Jun 2006 16:19:34 +0200 (CEST)
Received: from kashyyyk.ite.kth.se (kashyyyk.ite.kth.se [130.237.31.35])
by mx3.kth.se (Postfix) with ESMTP id E9C8F14097E;
Wed, 21 Jun 2006 16:19:33 +0200 (CEST)
Received: by kashyyyk.ite.kth.se (Postfix, from userid 18404)
id D7C27960127; Wed, 21 Jun 2006 16:19:33 +0200 (CEST)
From: Tomas Olsson <tol@stacken.kth.se>
To: Harald Barth <haba@pdc.kth.se>
Subject: Re: is cache-only-prefixes an nnpfs limitation?
References: <lsrfykmpliu.fsf@kashyyyk.ite.kth.se>
<20060621092106.GC12107@artax.karlin.mff.cuni.cz>
<lsr7j3ag7ej.fsf@kashyyyk.ite.kth.se>
<20060621.160551.41635819.haba@habarber.pdc.kth.se>
Date: 21 Jun 2006 16:19:33 +0200
In-Reply-To: <20060621.160551.41635819.haba@habarber.pdc.kth.se>
Message-ID: <lsru06eeglm.fsf@kashyyyk.ite.kth.se>
Lines: 15
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3
MIME-Version: 1.0
X-Virus-Scanned: by amavisd-new at kth.se
X-Spam-Status: No, hits=-4.9 tagged_above=-200.0 required=5.0 tests=BAYES_00
X-Spam-Level:
Cc: arla-drinkers@stacken.kth.se
X-BeenThere: arla-drinkers@stacken.kth.se
X-Mailman-Version: 2.1.6
Precedence: list
List-Id: Arla discussions <arla-drinkers.stacken.kth.se>
List-Unsubscribe: <https://lists.stacken.kth.se/mailman/listinfo/arla-drinkers>,
<mailto:arla-drinkers-request@stacken.kth.se?subject=unsubscribe>
List-Archive: <http://lists.stacken.kth.se/pipermail/arla-drinkers>
List-Post: <mailto:arla-drinkers@stacken.kth.se>
List-Help: <mailto:arla-drinkers-request@stacken.kth.se?subject=help>
List-Subscribe: <https://lists.stacken.kth.se/mailman/listinfo/arla-drinkers>,
<mailto:arla-drinkers-request@stacken.kth.se?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: arla-drinkers-bounces@stacken.kth.se
Errors-To: arla-drinkers-bounces@stacken.kth.se
X-Virus-Scanned: by amavisd-new at kth.se
Harald Barth <haba@pdc.kth.se> writes:
> > That means cache eviction of parts of files, and making new holes
> > in files doesn't seem to be widely supported yet.
>
> Yes. When reading a big file, it must be possible to throw away the
> beginning or middle to be able to fit the end in the cache.
>
"Big" steps in linux in this area, btw. They actually added support for
punching holes, but only for tmpfs and shmem IIRC. And only through
sys_madvise(). Maybe more will come, sys_holepunch(fd, start, len) was
mentioned.
Are there any sane interfaces for this in other OS:es?
/t
_______________________________________________
Arla-drinkers mailing list
Arla-drinkers@stacken.kth.se
https://lists.stacken.kth.se/mailman/listinfo/arla-drinkers