Message ID | 162375263398.232295.14755578426619198534.stgit@web.messagingengine.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-fsdevel-owner@kernel.org> 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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 A746FC48BE5 for <linux-fsdevel@archiver.kernel.org>; Tue, 15 Jun 2021 10:25:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8444461450 for <linux-fsdevel@archiver.kernel.org>; Tue, 15 Jun 2021 10:25:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231359AbhFOK2A convert rfc822-to-8bit (ORCPT <rfc822;linux-fsdevel@archiver.kernel.org>); Tue, 15 Jun 2021 06:28:00 -0400 Received: from us-smtp-delivery-44.mimecast.com ([205.139.111.44]:43677 "EHLO us-smtp-delivery-44.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231327AbhFOK17 (ORCPT <rfc822;linux-fsdevel@vger.kernel.org>); Tue, 15 Jun 2021 06:27:59 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-550-h_lDR4XNM2Kg48Ch7OVvDA-1; Tue, 15 Jun 2021 06:25:50 -0400 X-MC-Unique: h_lDR4XNM2Kg48Ch7OVvDA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 46A5280364C; Tue, 15 Jun 2021 10:25:48 +0000 (UTC) Received: from web.messagingengine.com (ovpn-116-40.sin2.redhat.com [10.67.116.40]) by smtp.corp.redhat.com (Postfix) with ESMTP id F098060C0F; Tue, 15 Jun 2021 10:25:39 +0000 (UTC) Subject: [PATCH v7 0/6] kernfs: proposed locking and concurrency improvement From: Ian Kent <raven@themaw.net> To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Tejun Heo <tj@kernel.org> Cc: Eric Sandeen <sandeen@sandeen.net>, Fox Chen <foxhlchen@gmail.com>, Brice Goglin <brice.goglin@gmail.com>, Al Viro <viro@ZenIV.linux.org.uk>, Rick Lindsley <ricklind@linux.vnet.ibm.com>, David Howells <dhowells@redhat.com>, Miklos Szeredi <miklos@szeredi.hu>, Marcelo Tosatti <mtosatti@redhat.com>, "Eric W. Biederman" <ebiederm@xmission.com>, Carlos Maiolino <cmaiolino@redhat.com>, linux-fsdevel <linux-fsdevel@vger.kernel.org>, Kernel Mailing List <linux-kernel@vger.kernel.org> Date: Tue, 15 Jun 2021 18:25:35 +0800 Message-ID: <162375263398.232295.14755578426619198534.stgit@web.messagingengine.com> User-Agent: StGit/0.23 MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=raven@themaw.net X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: themaw.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: <linux-fsdevel.vger.kernel.org> X-Mailing-List: linux-fsdevel@vger.kernel.org |
Series |
kernfs: proposed locking and concurrency improvement
|
expand
|