Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp1248270ybm; Sat, 30 May 2020 03:16:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyKgVPnQyCJ7LndSonV8N0qBqyWuY71nP6eMnuN68qK53EQKj8QGaYObHTsAn5S6P2WAHVm X-Received: by 2002:aa7:d985:: with SMTP id u5mr8874582eds.160.1590833769911; Sat, 30 May 2020 03:16:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590833769; cv=none; d=google.com; s=arc-20160816; b=T6iqcBtz9s/YLwzQYmLgnRHU9vSQekOoJ5nk5TCmOfx5JsB6NIsFLu2RXup9TwAGpz 7gJV40LgNsHDhVZL1658Hy+PLxzAY85iTfuSXW3cc/1rtP+x7jUE/MnpFvjxW7ZLNuAe 4sv5Z8ADnW341sFV5ZVPL0sMxkxEVugRGa1506jTicCKSuc1nxZGVte7ZCDhQfr0CQ4G GW3J4Yt3l9zI6Qg/+8cFSRPfWY9vt3bD1sFKuOAlOhJhkxTyZvg+2MwLMwx0XQIKQeyU sSVARG339lDRUPN2kOacYGUyvTlDUGDGjeRDTLKmTU2uK3z4X2/f9attXCsi58hkDCnf dlXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=M1JiIQKhn5B+qLxWLROwKeRNiJBUp+N+GiWoGBU0FT8=; b=ytB7rLDm1B/suik1ujEYaZ/6HN/BXR2TLfN6dSPMJxb4QclyMK6sW0IQAyqfAHAF6D FUMnL6+arO9OnMklsCYsJfml8RX7YFmUW4F3ClTLeSvvQV/kZ26V3TI5rVBbR8mAZq0Y irXaA6Z1rL17BPJOujfoi6knWohP0cE1abtntkc9jk+TqHpsGK6VIywJ7rFp2qRx1Jpd kunatD69LnW6eG0+WjCqC6z5CcvNkpSyinJ4uGDhferF3+mAFCBqR5Ir3EOuS4tMta86 OE2hq6RB/gw1AECU2INFkjqWQnzLq8VxZQQWAsRtQXgDkIEbzUWID0lZmoeRjPFli3Aw 1B/g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h15si7296238eja.51.2020.05.30.03.15.46; Sat, 30 May 2020 03:16:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728391AbgE3KN5 (ORCPT + 99 others); Sat, 30 May 2020 06:13:57 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:35442 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725813AbgE3KN4 (ORCPT ); Sat, 30 May 2020 06:13:56 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 197F31C0BD2; Sat, 30 May 2020 12:13:55 +0200 (CEST) Date: Sat, 30 May 2020 12:13:54 +0200 From: Pavel Machek To: Edward Shishkin Cc: ReiserFS development mailing list , linux-kernel Subject: Re: [ANNOUNCE] Reiser5: Data Tiering. Burst Buffers. Speedup synchronous modifications Message-ID: <20200530101354.GA630@duo.ucw.cz> References: <4f919dee-5b72-9269-2bd0-6818a7167864@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: <4f919dee-5b72-9269-2bd0-6818a7167864@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > For example, you can use proxy device to store hot data only. With > such strategy new logical blocks (which are always "cold") will always > go to the main storage (in contrast with Burst Buffers, where new > logical blocks first get written to the proxy disk). Once in a while > you need to scan your volume in order to push colder data out, and > pull hotter data in the proxy disk. Reiser5 contains a common > interface for this. It is possible to maintain per-file, or even per- > blocks-extent "temperature" of data (e.g. as a generation counter), Would it be possible to offer userland interface for this? I can probably say that mp3/video files should be cold, while some source files should be hot, etc... Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCXtIx4gAKCRAw5/Bqldv6 8oF2AJ4hfCKfuD86iK8M3DhcyfcE3WlYlACbBEXlg9NI2nOms1moiyGTWJQjS68= =x8me -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o--