From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 9238F3A7848 for ; Thu, 23 Apr 2026 18:15:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776968108; cv=none; b=Vq44KiI32+okWt9IsdjdxgR7ATMsITxx9o/YdDH2WQ3iih0D/EJlZJYEh0bkeoMQdIqcX7e36LjEutopsmWwfz8pkhPqq89vD5312GSzCpB7WL0BeRs5az8ImhfxGcIA9BP1jfsclKh+XlIew2VKSo/H9UND3inj8MLTLmnd1nA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776968108; c=relaxed/simple; bh=OR01UjxMfYJFy4n90PyrT9M9f1Gyxjz+d0pOAFtLJ0w=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=smb7M+GH0QNHLdHxtRi2CEfBU6f1no7gTZyL4YBfaGLpDg38rR/6tMEEE/Tb0HhR44eaer+qGEXpufouF0IgrMnS4vBMlmvXBcrJA/8+tf5/eNB8429Df9PNAQN30z/PLxFEWx54StXMPBH5dVrjs3bOR4ee/K6ORZFfGbba0LU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BuNruzrp; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BuNruzrp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 822D9C2BCAF; Thu, 23 Apr 2026 18:15:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776968108; bh=OR01UjxMfYJFy4n90PyrT9M9f1Gyxjz+d0pOAFtLJ0w=; h=From:To:Cc:Subject:Date:From; b=BuNruzrpfRQ7DVFIQYPOiNR37KDxKieTWkzVSqT+cYB3FytupMWa/CsVJQViWwVVV zsDYByXhNIRGvu64bpmffZOdme6CLpwbsyGCx1QAjF5k99x2ejeqQNwhoWofFCe+DI QGoXmYYcZKtD3TSsBZkyzWedK8NyNURRVJQv9dydAQWLkY6x+NX5UIVcLIl6jDedww OPHj1vGurboNcWPqDGbt287lZChMs78IAITnIsxm3Yj14ZNc+KTvvmt3Jeuf78/ayH SeCPOKFPmlQtIVF5GlvGTMQ73f0YpAETHtVzsx9ngRZcdlqTNftvk8SwxBSPfoHAH9 Tge0BQyu1ix3w== From: Chuck Lever To: Christian Brauner Cc: NeilBrown , Jeff Layton , Olga Kornievskaia , Dai Ngo , Tom Talpey , , Chuck Lever Subject: [PATCH 0/4] cleanup block-style layouts exports v3 Date: Thu, 23 Apr 2026 14:15:00 -0400 Message-ID: <20260423181505.742554-1-cel@kernel.org> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-nfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Chuck Lever Following up on https://lore.kernel.org/linux-nfs/20260401144059.160746-1-hch@lst.de/#r Here is the current version of Christoph's patches that are in nfsd-testing. Christian prefers to see them taken through the VFS tree. Once the patches are applied there, I will rebase nfsd-next and nfsd-testing on that tree and drop these. Christoph Hellwig (4): nfsd/blocklayout: always ignore loca_time_modify exportfs: split out the ops for layout-based block device access exportfs: don't pass struct iattr to ->commit_blocks exportfs,nfsd: rework checking for layout-based block device access support MAINTAINERS | 2 +- fs/nfsd/blocklayout.c | 37 +++++++------- fs/nfsd/export.c | 3 +- fs/nfsd/nfs4layouts.c | 29 ++++------- fs/xfs/xfs_export.c | 4 +- fs/xfs/xfs_pnfs.c | 44 ++++++++++++----- fs/xfs/xfs_pnfs.h | 11 ++--- include/linux/exportfs.h | 25 ++++------ include/linux/exportfs_block.h | 88 ++++++++++++++++++++++++++++++++++ 9 files changed, 162 insertions(+), 81 deletions(-) create mode 100644 include/linux/exportfs_block.h -- 2.53.0