From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E292C04E30 for ; Mon, 9 Dec 2019 11:07:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4A089207FD for ; Mon, 9 Dec 2019 11:07:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="Px7HvpjJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727511AbfLILHk (ORCPT ); Mon, 9 Dec 2019 06:07:40 -0500 Received: from pandora.armlinux.org.uk ([78.32.30.218]:59946 "EHLO pandora.armlinux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726377AbfLILHk (ORCPT ); Mon, 9 Dec 2019 06:07:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=OYoP1i4HwovCnE2wnjNJwXLk8c3QpAckSchfXMkR8RI=; b=Px7HvpjJ51Kv98Rstl4/Pc/9Y GKIsqcSSXccaH3svTu2I1U1OAyHi212IPQWOGCBzi0CYJbxTXo3wy9uh70cNQiW3Yf9i+yIKSEkAP 8ZjQuZSxUuUZs85WOuMNg6MXbFkNmYy6zeBqXshwqdWetySzrT++qCEqL308/zNNIIXGr7/1fDl6Y stuNWU86oxA3w8RoMzRzsMR8zXoi7VIuF9o23qDpHN9Hx68iFTpJ1gGHVhuYO/TQhGzbklHpkm5Pj miSMEBk46ec44Ve5Ycu+Knj7LfFdQES0mymh6Lgw4+Q5rozucjnhJvVkaEbqV0ZRj9/w78X2oiS6F 2BT7sOj6A==; Received: from shell.armlinux.org.uk ([2002:4e20:1eda:1:5054:ff:fe00:4ec]:46430) by pandora.armlinux.org.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ieGt4-0002S9-3v; Mon, 09 Dec 2019 11:07:34 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1ieGt1-0003Zc-Kh; Mon, 09 Dec 2019 11:07:31 +0000 Date: Mon, 9 Dec 2019 11:07:31 +0000 From: Russell King - ARM Linux admin To: Al Viro , Jonathan Corbet Cc: linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [PATCH 00/41] fs/adfs updates for 5.6 Message-ID: <20191209110731.GD25745@shell.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi, This patch series updates the fs/adfs code in the kernel (which still has users!) - update inode timestamps to centisecond resolution time, as per the native format. - consolidate and clean up map scanning code. - consolidate and clean up and modernise directory handling code. - restructure directory handling code to better improve the rudimentary write support we have. - fix inode dropping; otherwise updates are lost on umount. - add support for E and E+ format image files. Patches based on v5.4; there have been no changes to fs/adfs during the merge window. This is also available from: git://git.armlinux.org.uk/~rmk/linux-arm.git adfs with head SHA1 8901af013ecd. Documentation/filesystems/adfs.txt | 24 +++ fs/adfs/adfs.h | 32 ++-- fs/adfs/dir.c | 314 +++++++++++++++++++++++++-------- fs/adfs/dir_f.c | 302 +++++++++----------------------- fs/adfs/dir_f.h | 52 +++--- fs/adfs/dir_fplus.c | 345 +++++++++++++++++++++---------------- fs/adfs/dir_fplus.h | 6 +- fs/adfs/inode.c | 64 +++---- fs/adfs/map.c | 247 +++++++++++++++++++------- fs/adfs/super.c | 267 ++++++++++------------------ 10 files changed, 913 insertions(+), 740 deletions(-) -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up According to speedtest.net: 11.9Mbps down 500kbps up