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=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 0438FC433E0 for ; Wed, 3 Jun 2020 19:26:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E3B572067B for ; Wed, 3 Jun 2020 19:26:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726123AbgFCT0U (ORCPT ); Wed, 3 Jun 2020 15:26:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725821AbgFCT0U (ORCPT ); Wed, 3 Jun 2020 15:26:20 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 00EA9C08C5C0; Wed, 3 Jun 2020 12:26:19 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.93 #3 (Red Hat Linux)) id 1jgZ1j-002dJy-FL; Wed, 03 Jun 2020 19:26:15 +0000 Date: Wed, 3 Jun 2020 20:26:15 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Christoph Hellwig Subject: [git pull] vfs.git work.splice Message-ID: <20200603192615.GY23230@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Christoph's assorted splice cleanups. The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.splice for you to fetch changes up to c928f642c29a5ffb02e16f2430b42b876dde69de: fs: rename pipe_buf ->steal to ->try_steal (2020-05-20 12:14:10 -0400) ---------------------------------------------------------------- Christoph Hellwig (7): fs: simplify do_splice_to fs: simplify do_splice_from pipe: merge anon_pipe_buf*_ops trace: remove tracing_pipe_buf_ops fs: make the pipe_buf_operations ->steal operation optional fs: make the pipe_buf_operations ->confirm operation optional fs: rename pipe_buf ->steal to ->try_steal drivers/char/virtio_console.c | 2 +- fs/fuse/dev.c | 2 +- fs/pipe.c | 96 ++++++++++--------------------------------- fs/splice.c | 81 +++++++++++++----------------------- include/linux/pipe_fs_i.h | 40 +++++++++--------- kernel/relay.c | 7 ++-- kernel/trace/trace.c | 11 +---- net/smc/smc_rx.c | 8 ---- 8 files changed, 77 insertions(+), 170 deletions(-)