All of lore.kernel.org
 help / color / mirror / Atom feed
* server support for multiple tcp fragments
@ 2012-12-04 12:58 J. Bruce Fields
  2012-12-04 12:58 ` [PATCH 1/5] svcrpc: don't byte-swap sk_reclen in place J. Bruce Fields
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: J. Bruce Fields @ 2012-12-04 12:58 UTC (permalink / raw)
  To: linux-nfs

I wanted to use pynfs to reproduce a bug with the server's handling of
certain large compounds, but ran into trouble because pynfs likes to
break up rpc's into 2k fragments.  Rather than fixing pynfs I decided
it's long past time we should have fixed this bug in the server....

I'm planning to queue this up for 3.8.--b.


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

end of thread, other threads:[~2012-12-04 15:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-04 12:58 server support for multiple tcp fragments J. Bruce Fields
2012-12-04 12:58 ` [PATCH 1/5] svcrpc: don't byte-swap sk_reclen in place J. Bruce Fields
2012-12-04 12:58 ` [PATCH 2/5] svcrpc: delay minimum-rpc-size check till later J. Bruce Fields
2012-12-04 12:58 ` [PATCH 3/5] svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk J. Bruce Fields
2012-12-04 12:58 ` [PATCH 4/5] svcrpc: track rpc data length separately from sk_tcplen J. Bruce Fields
2012-12-04 12:58 ` [PATCH 5/5] svcrpc: support multiple-fragment rpc's J. Bruce Fields
2012-12-04 15:54 ` server support for multiple tcp fragments J. Bruce Fields

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.