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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 25D73C433E0 for ; Tue, 2 Jun 2020 00:09:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0D249206A4 for ; Tue, 2 Jun 2020 00:09:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728428AbgFBAJu (ORCPT ); Mon, 1 Jun 2020 20:09:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725446AbgFBAJu (ORCPT ); Mon, 1 Jun 2020 20:09:50 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1B5CC05BD43; Mon, 1 Jun 2020 17:09:49 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.93 #3 (Red Hat Linux)) id 1jfuUz-001dqa-P2; Tue, 02 Jun 2020 00:09:45 +0000 Date: Tue, 2 Jun 2020 01:09:45 +0100 From: Al Viro To: Linus Torvalds Cc: Linux Kernel Mailing List , linux-fsdevel , Miklos Szeredi Subject: Re: [git pull] vfs patches from Miklos Message-ID: <20200602000945.GI23230@ZenIV.linux.org.uk> References: <20200601184036.GH23230@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 01, 2020 at 04:46:45PM -0700, Linus Torvalds wrote: > On Mon, Jun 1, 2020 at 11:40 AM Al Viro wrote: > > > > Assorted patches from Miklos; an interesting part here is /proc/mounts > > stuff... > > You know, this could really have done with more of a real description, Al... Umm... Assorted VFS work: * faster /proc/*/mount* iterator - insert a cursor into the list instead of rescan in event of any change * several mount options parser cleanups * statx patches, including the ability to report mnt_id on statx(2) * introduction of faccessat2(2) * utimensat(2) with AT_EMPTY_PATH * allow creating whiteouts (via mknod(2)) for non-root * an aio bugfix That stuff is really all over the place - there are several groups of related patches, but the above is about as far as it can be compacted...