[PATCH 000 of 11] knfsd: Introduction

From: NeilBrown
Date: Thu Aug 24 2006 - 02:33:47 EST


Following are 11 patch for knfsd against
2.6.18-rc4-mm2 plus nfsd-lockdep-annotation.patch
(the first patch being a fix for that patch).

They are all appropriate for 2.6.19, not 2.6.18.

The batch in the middle (6-9) allow nfsd to handle IO requests
of up to 1Megabyte (rather than the current limit of 32K).
This only applies on TCP connections. This has not
been heavily tested...
The max size to allow is configurable via the nfsd filesystem,
and defaults to something that I hope is reasonable.

This set also includes a few more scalability patches from Greg Banks.

NeilBrown


[PATCH 001 of 11] knfsd: nfsd: lockdep annotation fix
[PATCH 002 of 11] knfsd: Fix a botched comment from the last patchset
[PATCH 003 of 11] knfsd: call lockd_down when closing a socket via a write to nfsd/portlist
[PATCH 004 of 11] knfsd: Protect update to sn_nrthreads with lock_kernel
[PATCH 005 of 11] knfsd: Fixed handling of lockd fail when adding nfsd socket.
[PATCH 006 of 11] knfsd: Replace two page lists in struct svc_rqst with one.
[PATCH 007 of 11] knfsd: Avoid excess stack usage in svc_tcp_recvfrom
[PATCH 008 of 11] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP.
[PATCH 009 of 11] knfsd: Allow max size of NFSd payload to be configured.
[PATCH 010 of 11] knfsd: make nfsd readahead params cache SMP-friendly
[PATCH 011 of 11] knfsd: knfsd: cache ipmap per TCP socket
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/