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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1516CC433FE for ; Sun, 22 May 2022 21:26:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351718AbiEVV0Q (ORCPT ); Sun, 22 May 2022 17:26:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351648AbiEVV0G (ORCPT ); Sun, 22 May 2022 17:26:06 -0400 Received: from mail-pf1-x42c.google.com (mail-pf1-x42c.google.com [IPv6:2607:f8b0:4864:20::42c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54E14767B for ; Sun, 22 May 2022 14:26:04 -0700 (PDT) Received: by mail-pf1-x42c.google.com with SMTP id c14so12087400pfn.2 for ; Sun, 22 May 2022 14:26:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=message-id:date:mime-version:user-agent:from:subject:to:cc :content-language:content-transfer-encoding; bh=t27NbU/sEvE5Ri3vCjzv2EKdw2O05IpZ7eJRF2bYoK4=; b=RkEA05HftNb+833WE+hkgAgBfYDRUxUfmQevrXLQAVTwdyx099x+9eo6GxUIjiGZS7 /mCGbxxosldwH/QywT3xBj12LCaPxcFrb1mukFqd2iJNsSOKOg3WCq6BRCEHz1D2T6dY edJmz0uPynehCT+Kn6WXisEcT9pzHn5xDGCHlCNx1zv9cx2gUfbO9lCKeBWsjbDShCiD QrHBVP0dfQQWw4bw9q3u+yOymWVf/NdiccFJw7kgvkouYQ1jDFaUSgca33KpZzaqc+lN Km9mJGecJr0TFtOqPN7rKzrB+tMRXzu1avMLPKkgzOkHS7Gn8Re7kbYntxO/PrVx3hIi 0AyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:from :subject:to:cc:content-language:content-transfer-encoding; bh=t27NbU/sEvE5Ri3vCjzv2EKdw2O05IpZ7eJRF2bYoK4=; b=s1qHZK0kCFyEGOY4iJQ01E2y8JppbDn3wf0NNBd3855hH1yc4kPBf2ichTlUoyXYrV gm4OA0GepVizeLpEK2wlh1/c5iUsj2zAsag3/gCzEPO5PsOKhI0vqv/2tvc03LczmZPE Kt0ikKGh5nHz1TarF41lVhaM0ztLJEGW6lJKjxIurYihiI7PhXz4BrLTpMNWQKgrQ/rU cBAFV/gJ/pOZYVJGCUj9jg1dBOgelnU0Mhm3QzJYT9zWwjPIQlGNi1rVDv1MhsEoj9ZT gNH37kYD14mjfO6GuHbjV89dzjkyTo1sjyxiPAAvLWo4D+morDcfNa/LrnDZLyZ35jFR Zb/A== X-Gm-Message-State: AOAM530jqDCqnUVNkdk0WpYaQpLslrh19pompSeqmqkaunS9JZP3JGxp vbGfI4ivNt7T2e2jrv0ipn+lbQ== X-Google-Smtp-Source: ABdhPJzQFCH+sLZxxfeHLmxK2BD6Qv+DIbuzmqy2Hfd8NvSxtQHTLt2PtzL71WQP/jFJCUfzXbJ66A== X-Received: by 2002:a05:6a00:1a53:b0:510:a045:b92e with SMTP id h19-20020a056a001a5300b00510a045b92emr20451649pfv.64.1653254763797; Sun, 22 May 2022 14:26:03 -0700 (PDT) Received: from [192.168.1.100] ([198.8.77.157]) by smtp.gmail.com with ESMTPSA id d10-20020a170902f14a00b00161955fe0d5sm2794219plb.274.2022.05.22.14.26.02 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 22 May 2022 14:26:03 -0700 (PDT) Message-ID: Date: Sun, 22 May 2022 15:26:02 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 From: Jens Axboe Subject: [GIT PULL] io_uring xattr support To: Linus Torvalds Cc: io-uring , "linux-fsdevel@vger.kernel.org" Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi Linus, On top of the core io_uring changes, this pull request includes support for the xattr variants. Please pull! The following changes since commit 155bc9505dbd6613585abbf0be6466f1c21536c4: io_uring: return an error when cqe is dropped (2022-04-24 18:18:18 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/for-5.19/io_uring-xattr-2022-05-22 for you to fetch changes up to 4ffaa94b9c047fe0e82b1f271554f31f0e2e2867: io_uring: cleanup error-handling around io_req_complete (2022-04-24 18:29:33 -0600) ---------------------------------------------------------------- for-5.19/io_uring-xattr-2022-05-22 ---------------------------------------------------------------- Jens Axboe (1): io_uring: fix trace for reduced sqe padding Kanchan Joshi (1): io_uring: cleanup error-handling around io_req_complete Stefan Roesch (4): fs: split off setxattr_copy and do_setxattr function from setxattr fs: split off do_getxattr from getxattr io_uring: add fsetxattr and setxattr support io_uring: add fgetxattr and getxattr support fs/internal.h | 29 ++++ fs/io_uring.c | 322 ++++++++++++++++++++++++++++++++++++---- fs/xattr.c | 143 ++++++++++++------ include/trace/events/io_uring.h | 9 +- include/uapi/linux/io_uring.h | 8 +- 5 files changed, 434 insertions(+), 77 deletions(-) -- Jens Axboe