[PATCH v4 0/2] nfsd: Implement large extent array support in pNFS

Sergey Bashirov posted 2 patches 3 months, 2 weeks ago
fs/nfsd/blocklayout.c    |  20 ++++---
fs/nfsd/blocklayoutxdr.c | 118 ++++++++++++++++++++-------------------
fs/nfsd/blocklayoutxdr.h |   4 +-
fs/nfsd/nfs4proc.c       |   2 +-
fs/nfsd/nfs4xdr.c        |  11 ++--
fs/nfsd/pnfs.h           |   1 +
fs/nfsd/xdr4.h           |   3 +-
7 files changed, 83 insertions(+), 76 deletions(-)
[PATCH v4 0/2] nfsd: Implement large extent array support in pNFS
Posted by Sergey Bashirov 3 months, 2 weeks ago
This series is the result of splitting the patch v3. Removing dprintk is
now done in a separate cleanup commit. No additional changes.

Prerequisite patch: [v3] nfsd: Use correct error code when decoding extents

Signed-off-by: Sergey Bashirov <sergeybashirov@gmail.com>
---
Sergey Bashirov (2):
  nfsd: Drop dprintk in blocklayout xdr functions
  nfsd: Implement large extent array support in pNFS

 fs/nfsd/blocklayout.c    |  20 ++++---
 fs/nfsd/blocklayoutxdr.c | 118 ++++++++++++++++++++-------------------
 fs/nfsd/blocklayoutxdr.h |   4 +-
 fs/nfsd/nfs4proc.c       |   2 +-
 fs/nfsd/nfs4xdr.c        |  11 ++--
 fs/nfsd/pnfs.h           |   1 +
 fs/nfsd/xdr4.h           |   3 +-
 7 files changed, 83 insertions(+), 76 deletions(-)

-- 
2.43.0
Re: [PATCH v4 0/2] nfsd: Implement large extent array support in pNFS
Posted by Chuck Lever 3 months, 2 weeks ago
From: Chuck Lever <chuck.lever@oracle.com>

On Sat, 21 Jun 2025 19:52:43 +0300, Sergey Bashirov wrote:
> This series is the result of splitting the patch v3. Removing dprintk is
> now done in a separate cleanup commit. No additional changes.
> 
> Prerequisite patch: [v3] nfsd: Use correct error code when decoding extents
> 
> 

Applied to nfsd-testing, thanks!

[1/2] nfsd: Drop dprintk in blocklayout xdr functions
      commit: 46e337cf767d14baf8738393adb9816f7d7b7db0
[2/2] nfsd: Implement large extent array support in pNFS
      commit: 49ccb2bd38c6cb6d713faee9bb958a3abcf76e28

--
Chuck Lever