Re: [PATCH 00/24] Modernize NFSv2 XDR encoder/decoders

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Note: I now have some minor clean ups for this series. I can post again after a few days, after any review comments.

On 05/16/10 10:45 PM, Chuck Lever wrote:
This series backports patches I did 3 years ago that update the NFS
client's NFSv2 XDR encoders and decoders to use xdr_stream style
marshalling, similar to NFSv4.  The immediate advantage is better
bounds checking during marshalling and unmarshalling.

I've already done the kernel's MNT client, lockd's NSM client, and
the kernel's rpcbind client.  Eventually, we should convert NFSv3 and
NLM to use this style of marshalling XDR so that we can streamline
call_encode() and call_decode().

---

Chuck Lever (24):
       NFS: Replace old NFSv2 decoder functions with xdr_stream-based ones
       NFS: Decode NFSv2 statfs reply using an xdr_stream
       NFS: Decode NFSv2 readdir reply using an xdr_stream
       NFS: Decode NFSv2 write reply using an xdr_stream
       NFS: Decode NFSv2 read reply using an xdr_stream
       NFS: Decode NFSv2 readlink reply using an xdr_stream
       NFS: Decode NFSv2 dirop reply using an xdr_stream
       NFS: Decode NFSv2 attrstat reply using an xdr_stream
       NFS: Decode NFSv2 stat reply using an xdr_stream
       NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()
       NFS: Replace old NFSv2 encoder functions with xdr_stream-based ones
       NFS: Encode NFSv2 readdir argument using an xdr_stream
       NFS: Encode NFSv2 symlink argument using an xdr_stream
       NFS: Encode NFSv2 link argument using an xdr_stream
       NFS: Encode NFSv2 rename argument using an xdr_stream
       NFS: Encode NFSv2 create argument using an xdr_stream
       NFS: Encode NFSv2 write argument using an xdr_stream
       NFS: Encode NFSv2 read argument using an xdr_stream
       NFS: Encode NFSv2 readlink argument using an xdr_stream
       NFS: Encode dirop argument using an xdr_stream
       NFS: Encode v2 setattr argument using an xdr_stream
       NFS: Encode NFSv2 fhandle argument using an xdr_stream
       NFS: Introduce XDR helpers for basic NFSv2 data types
       SUNRPC: Refactor logic to NUL-terminate strings in pages


  fs/nfs/internal.h          |    2
  fs/nfs/nfs2xdr.c           | 1169 +++++++++++++++++++++++++++++---------------
  fs/nfs/nfs3xdr.c           |    6
  fs/nfs/nfs4xdr.c           |    5
  include/linux/sunrpc/xdr.h |    1
  net/sunrpc/xdr.c           |   17 +
  6 files changed, 779 insertions(+), 421 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux