[pnfs] [PATCH] Removed sessions hard-coded 32678 byte max sizes

J. Bruce Fields bfields at fieldses.org
Mon Mar 19 22:50:42 EDT 2007


On Mon, Mar 19, 2007 at 10:43:38PM -0400, Dean Hildebrand wrote:
> 74 files!?  Is that just sessions or does it include pNFS too?

Yes, that includes both.

> Any idea of how many files just the pNFS patch modifies?

From

	git diff --stat 4.1-sessions..master

it looks like 71.

You can get the complete diffstat from

	git diff --stat v2.6.18.3..master

Appended below.  A lot of that's trivial stuff which crept in there but
probably isn't actually related to pnfs or sessions.  Hopefully that
won't be too hard to filter out, but who knows.

--b.

 Makefile                           |    2 +-
 fs/inode.c                         |    1 +
 fs/nfs/Makefile                    |    5 +-
 fs/nfs/callback.h                  |   20 +
 fs/nfs/callback_proc.c             |   46 +
 fs/nfs/callback_xdr.c              |   48 +
 fs/nfs/delegation.c                |  136 ++
 fs/nfs/delegation.h                |    2 +
 fs/nfs/direct.c                    |  160 ++-
 fs/nfs/file.c                      |   24 +-
 fs/nfs/inode.c                     |   55 +-
 fs/nfs/internal.h                  |    2 +-
 fs/nfs/nfs2xdr.c                   |    2 +
 fs/nfs/nfs3proc.c                  |   14 +
 fs/nfs/nfs41_sessions.h            |   62 +
 fs/nfs/nfs4_fs.h                   |   17 +-
 fs/nfs/nfs4filelayout.c            |  685 ++++++
 fs/nfs/nfs4filelayout.h            |  113 +
 fs/nfs/nfs4filelayoutdev.c         |  466 +++++
 fs/nfs/nfs4proc.c                  | 2112 ++++++++++++++++++-
 fs/nfs/nfs4renewd.c                |   31 +-
 fs/nfs/nfs4state.c                 |   52 +-
 fs/nfs/nfs4xdr.c                   | 4035 ++++++++++++++++++++++++++++++------
 fs/nfs/nfsroot.c                   |    2 +-
 fs/nfs/pagelist.c                  |   22 +-
 fs/nfs/pnfs.c                      | 1513 ++++++++++++++
 fs/nfs/pnfs.h                      |   55 +
 fs/nfs/proc.c                      |    8 +
 fs/nfs/read.c                      |  358 +++-
 fs/nfs/super.c                     |  109 +-
 fs/nfs/write.c                     |  594 +++++--
 fs/nfsd/Makefile                   |    3 +-
 fs/nfsd/export.c                   |   44 +
 fs/nfsd/nfs3proc.c                 |   14 +-
 fs/nfsd/nfs3xdr.c                  |   13 +-
 fs/nfsd/nfs4callback.c             |  131 ++
 fs/nfsd/nfs4filelayoutxdr.c        |  168 ++
 fs/nfsd/nfs4pnfsds.c               |  322 +++
 fs/nfsd/nfs4proc.c                 |  301 +++-
 fs/nfsd/nfs4state.c                |  799 +++++++-
 fs/nfsd/nfs4xdr.c                  |  770 +++++++-
 fs/nfsd/nfsctl.c                   |    2 +-
 fs/nfsd/nfsfh.c                    |    9 +-
 fs/nfsd/nfsproc.c                  |    6 +-
 fs/nfsd/nfsxdr.c                   |   10 +-
 include/linux/fs.h                 |   43 +-
 include/linux/nfs.h                |   19 +-
 include/linux/nfs4.h               |   52 +-
 include/linux/nfs4_pnfs.h          |  185 ++
 include/linux/nfs_fs.h             |   73 +-
 include/linux/nfs_fs_sb.h          |   12 +
 include/linux/nfs_page.h           |    3 +-
 include/linux/nfs_xdr.h            |  247 +++-
 include/linux/nfsd/const.h         |   20 +-
 include/linux/nfsd/debug.h         |    2 +
 include/linux/nfsd/nfs4layoutxdr.h |   88 +
 include/linux/nfsd/nfsd.h          |   21 +-
 include/linux/nfsd/nfsd4_pnfs.h    |  124 ++
 include/linux/nfsd/nfsfh.h         |    2 +
 include/linux/nfsd/pnfsd.h         |   88 +
 include/linux/nfsd/state.h         |   79 +-
 include/linux/nfsd/xdr4.h          |   82 +-
 include/linux/pnfs_xdr.h           |  145 ++
 include/linux/sunrpc/auth.h        |    3 -
 include/linux/sunrpc/auth_gss.h    |    2 +-
 include/linux/sunrpc/gss_api.h     |    2 +-
 include/linux/sunrpc/msg_prot.h    |   40 +
 include/linux/sunrpc/svc.h         |   23 +-
 include/linux/sunrpc/svcauth_gss.h |    2 +-
 include/linux/sunrpc/xprt.h        |    8 +-
 net/sunrpc/auth_gss/auth_gss.c     |    2 +-
 net/sunrpc/sunrpc_syms.c           |    1 +
 net/sunrpc/svc.c                   |   10 +
 net/sunrpc/svcsock.c               |   11 +-
 74 files changed, 13729 insertions(+), 1003 deletions(-)


More information about the pNFS mailing list