From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:50684 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750732AbeAMF0r (ORCPT ); Sat, 13 Jan 2018 00:26:47 -0500 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w0D5Nn52055969 for ; Sat, 13 Jan 2018 00:26:47 -0500 Received: from e06smtp11.uk.ibm.com (e06smtp11.uk.ibm.com [195.75.94.107]) by mx0b-001b2d01.pphosted.com with ESMTP id 2ff9kvbjk4-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Sat, 13 Jan 2018 00:26:46 -0500 Received: from localhost by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 13 Jan 2018 05:26:45 -0000 From: Chandan Rajendra To: Randy Dunlap Cc: linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, tytso@mit.edu Subject: Re: [RFC PATCH 0/8] Ext4 encryption support for blocksize < pagesize Date: Sat, 13 Jan 2018 10:58:00 +0530 In-Reply-To: <1aa4981a-63ef-aaa4-97da-9c9137d52862@infradead.org> References: <20180112141129.27507-1-chandan@linux.vnet.ibm.com> <1aa4981a-63ef-aaa4-97da-9c9137d52862@infradead.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Message-Id: <4200254.IvU45QXq6O@localhost.localdomain> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Saturday, January 13, 2018 12:37:59 AM IST Randy Dunlap wrote: > On 01/12/18 06:11, Chandan Rajendra wrote: > > This patchset implements code to support encryption of Ext4 filesystem > > instances that have blocksize less than pagesize. The patchset has > > been tested on both ppc64 and x86_64 machines. > > strictly "less than" or "less than or equal to"? I have tested the patchset for the use cases of "less than or equal to page size" i.e. On ppc64, the patchset was tested with blocksizes of 4k and 64k. On x86_64, the patchset was tested with blocksizes of 2k and 4k. -- chandan