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=-12.4 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable 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 BAED4C004C9 for ; Tue, 7 May 2019 20:53:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 99BE420656 for ; Tue, 7 May 2019 20:53:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727658AbfEGUxV (ORCPT ); Tue, 7 May 2019 16:53:21 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:52278 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727644AbfEGUxV (ORCPT ); Tue, 7 May 2019 16:53:21 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92 #3 (Red Hat Linux)) id 1hO75T-0000aP-6S; Tue, 07 May 2019 20:53:19 +0000 Date: Tue, 7 May 2019 21:53:19 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git misc pieces Message-ID: <20190507205319.GN23075@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.11.3 (2019-02-01) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Assorted stuff, with no common topic whatsoever... The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6: Linux 5.1-rc3 (2019-03-31 14:39:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.misc for you to fetch changes up to 6ee9706aa22e026f438caabb2982e5f78de2c82c: libfs: document simple_get_link() (2019-04-30 23:59:25 -0400) ---------------------------------------------------------------- Arnd Bergmann (1): fs: use timespec64 in relatime_need_update Chengguang Xu (1): fs/block_dev.c: remove unused include Eric Biggers (4): Documentation/filesystems/vfs.txt: remove bogus "Last updated" date Documentation/filesystems/vfs.txt: document how ->i_link works Documentation/filesystems/Locking: fix ->get_link() prototype libfs: document simple_get_link() Documentation/filesystems/Locking | 2 +- Documentation/filesystems/vfs.txt | 8 ++++++-- fs/block_dev.c | 1 - fs/inode.c | 4 ++-- fs/libfs.c | 14 ++++++++++++++ 5 files changed, 23 insertions(+), 6 deletions(-)