From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9F6831D86F6 for ; Tue, 26 Nov 2024 16:24:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732638271; cv=none; b=mbRzSxfzOdjZVkOiN1yfNX5u2y1ZtzqmXlMa/IVmTQsS2e82kGypDfR1Cogx9w5DMFXJd2uswePPiGMQYgDKIH+HpQ1YmGWNL+qBQE8tJ8QAQ5d8ehDd0SY7rT8UELnW4nxP3SCt/DqJgvUgJD8vlfI0Zwl8ghFj7geEuOWZzSg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732638271; c=relaxed/simple; bh=p9C8NOHvMxF8biksRTaV5Qeq5m6isuBRG/uxUjxyieo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KiJMoXxWTJdC9hPvO4d8N5BZEqu5DnSMkjYNm66LL/NMaxdXImlz1OEAUg5LaBnJpaIWPSDPE6RxybYhBfk0HNHDcajrF6SkQADeEEgZnfM+cuz4KU8KBaY+2VEf+2mgiSoKjXXRiAfnLDLFC6XA9K08ixLckXbipQ43CY+ynew= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=sV144xlA; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="sV144xlA" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=S8QgynpgATJHol45Ib4baCY+lnCFHsFkq/3Ee7lR0Gc=; b=sV144xlAwUxix6TTVgVbWcx9hH XxB3I5G21fCCJ2lqap7WWK6U5CwL+1DdChNgP8J4lOE7ixW6v422BHyjRM+D8Pw5D2kIAO38vInXH XZ3Ug7KTs3eVvmaAx7xP4KdF/8u+2yWwCcFdFFySxmgPFEBMQnZzVjip2RAfgsPzazyClCPgBHCn4 YaRY2fSdclAI/n1d2Fn+V4TY6SIduiw7dyDTLEGMZ4pN9w4gZpo5dg/nC7v5BZ8Tg7ehZ0S46gEE7 DlusISPHwnVwJB/UQhbVtmWQi3Yr0DG0YcMsUR19BkgJPpaBOQQTxZfcrpN58j90hLEEZoSprs5Zr KP1V42Rw==; Received: from hch by bombadil.infradead.org with local (Exim 4.98 #2 (Red Hat Linux)) id 1tFyMW-0000000B9OL-3ohz; Tue, 26 Nov 2024 16:24:28 +0000 Date: Tue, 26 Nov 2024 08:24:28 -0800 From: Christoph Hellwig To: cel@kernel.org Cc: Hugh Dickens , Christian Brauner , Al Viro , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, yukuai3@huawei.com, yangerkun@huaweicloud.com, Chuck Lever Subject: Re: [RFC PATCH v2 0/5] Improve simple directory offset wrap behavior Message-ID: References: <20241126155444.2556-1-cel@kernel.org> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241126155444.2556-1-cel@kernel.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html On Tue, Nov 26, 2024 at 10:54:39AM -0500, cel@kernel.org wrote: > From: Chuck Lever > > This series attempts to narrow some gaps in the current tmpfs > directory offset mechanism that relate to misbehaviors reported by > Yu Kuai and Yang Erkun . Any chance you could write xfstests test cases to exercise these corner cases?