Message ID | 20221121142854.91109-1-lczerner@redhat.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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45D03C4332F for <linux-fsdevel@archiver.kernel.org>; Mon, 21 Nov 2022 14:30:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229730AbiKUOaX (ORCPT <rfc822;linux-fsdevel@archiver.kernel.org>); Mon, 21 Nov 2022 09:30:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229595AbiKUOaU (ORCPT <rfc822;linux-fsdevel@vger.kernel.org>); Mon, 21 Nov 2022 09:30:20 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E12855C747 for <linux-fsdevel@vger.kernel.org>; Mon, 21 Nov 2022 06:29:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669040960; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=+GqZOZ3Ge0gmFEUW/+k13x8e6CReeYjz07m3XvBDfBs=; b=gcO03OUs+pas7HK6cbPXJKxbZ5BouhdRflKE/eV5TV1i4F61+muUWvrlnryGh0p5EE/jRI kxdLDt/B/msd7pn5DjKvKJ0Ka+jsajFZykN3q1Sp6faaUbJEnsR1ezVvYuGTHGu/22sRSD FUN+KzCocmqLCrTn112sk9WqOryNH9w= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-75-lVT5P5mzNSKrEWyssnzScA-1; Mon, 21 Nov 2022 09:29:16 -0500 X-MC-Unique: lVT5P5mzNSKrEWyssnzScA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6B0A6811E84; Mon, 21 Nov 2022 14:29:16 +0000 (UTC) Received: from ovpn-193-186.brq.redhat.com (ovpn-193-186.brq.redhat.com [10.40.193.186]) by smtp.corp.redhat.com (Postfix) with ESMTP id 563162166B2E; Mon, 21 Nov 2022 14:29:15 +0000 (UTC) From: Lukas Czerner <lczerner@redhat.com> To: Hugh Dickins <hughd@google.com> Cc: Jan Kara <jack@suse.com>, Eric Sandeen <sandeen@redhat.com>, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, djwong@kernel.org Subject: [PATCH v2 0/3] [RFC] shmem: user and group quota support for tmpfs Date: Mon, 21 Nov 2022 15:28:51 +0100 Message-Id: <20221121142854.91109-1-lczerner@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 Precedence: bulk List-ID: <linux-fsdevel.vger.kernel.org> X-Mailing-List: linux-fsdevel@vger.kernel.org |
Series |
shmem: user and group quota support for tmpfs
|
expand
|