public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 000 of 11] knfsd: Introduction
@ 2006-08-24  6:36 NeilBrown
  2006-08-24  6:36 ` [PATCH 001 of 11] knfsd: nfsd: lockdep annotation fix NeilBrown
                   ` (10 more replies)
  0 siblings, 11 replies; 25+ messages in thread
From: NeilBrown @ 2006-08-24  6:36 UTC (permalink / raw)
  To: Andrew Morton; +Cc: nfs, linux-kernel

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2006-10-05  7:07 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-24  6:36 [PATCH 000 of 11] knfsd: Introduction NeilBrown
2006-08-24  6:36 ` [PATCH 001 of 11] knfsd: nfsd: lockdep annotation fix NeilBrown
2006-08-24  6:36 ` [PATCH 002 of 11] knfsd: Fix a botched comment from the last patchset NeilBrown
2006-08-24  6:36 ` [PATCH 003 of 11] knfsd: call lockd_down when closing a socket via a write to nfsd/portlist NeilBrown
2006-08-24  6:36 ` [PATCH 004 of 11] knfsd: Protect update to sn_nrthreads with lock_kernel NeilBrown
2006-08-24  6:36 ` [PATCH 005 of 11] knfsd: Fixed handling of lockd fail when adding nfsd socket NeilBrown
2006-08-24  6:36 ` [PATCH 006 of 11] knfsd: Replace two page lists in struct svc_rqst with one NeilBrown
2006-08-24  6:37 ` [PATCH 007 of 11] knfsd: Avoid excess stack usage in svc_tcp_recvfrom NeilBrown
2006-08-24  6:37 ` [PATCH 008 of 11] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP NeilBrown
2006-09-25 15:43   ` [NFS] " J. Bruce Fields
2006-09-28  3:41     ` Neil Brown
2006-09-28  3:46       ` Andrew Morton
2006-10-03  1:36     ` Neil Brown
2006-10-03  1:59       ` Greg Banks
2006-10-03  2:13       ` J. Bruce Fields
2006-10-03  5:41         ` Neil Brown
2006-10-03  8:02           ` Greg Banks
2006-10-05  7:07             ` Neil Brown
2006-08-24  6:37 ` [PATCH 009 of 11] knfsd: Allow max size of NFSd payload to be configured NeilBrown
2006-09-25 21:24   ` [NFS] " J. Bruce Fields
2006-09-28  4:22     ` Neil Brown
2006-09-28 17:09       ` Hugh Dickins
2006-09-29  1:59         ` Neil Brown
2006-08-24  6:37 ` [PATCH 010 of 11] knfsd: make nfsd readahead params cache SMP-friendly NeilBrown
2006-08-24  6:37 ` [PATCH 011 of 11] knfsd: knfsd: cache ipmap per TCP socket NeilBrown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox