From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Fedin Subject: [PATCH 0/9] Amiga SmartFileSystem Date: Mon, 9 Feb 2009 09:52:24 +0300 Message-ID: <187c6cc60902082252i8d275ffr72e7f275008fe58d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: linux-fsdevel@vger.kernel.org Return-path: Received: from mail-ew0-f21.google.com ([209.85.219.21]:64523 "EHLO mail-ew0-f21.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752854AbZBIGw0 (ORCPT ); Mon, 9 Feb 2009 01:52:26 -0500 Received: by ewy14 with SMTP id 14so2361406ewy.13 for ; Sun, 08 Feb 2009 22:52:24 -0800 (PST) Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hello! This is an implementation of Amiga SmartFileSystem for the Linux kernel. This patch was done for 2.6.24 kernel but applies also to 2.6.28. This filesystem is widely used on AmigaOS and derivatives (MorphOS, AROS) instead of old AFFS. I'd like to include support for it into the kernel. Signed-off-by: Pavel Fedin