All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/9] Fix up issues with new NFSv3 implementation
@ 2016-08-15 20:03 Joe Hershberger
  2016-08-15 20:03 ` [U-Boot] [PATCH 1/9] net: nfs: Share the file handle buffer for v2 / v3 Joe Hershberger
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Joe Hershberger @ 2016-08-15 20:03 UTC (permalink / raw)
  To: u-boot

This fixes most of the memory bloat that happened with the addition of NFSv3
Some checkpatch.pl issues are also fixed
Refactored some code to better share common snippets

These patches depend on the NFSv3 patch by Guillaume GARDET <guillaume.gardet@free.fr>
https://patchwork.ozlabs.org/patch/654061/


Joe Hershberger (9):
  net: nfs: Share the file handle buffer for v2 / v3
  net: nfs: Correct the reply data buffer size
  net: nfs: Fix lines that are too long
  net: nfs: Consolidate handling of NFSv3 attributes
  net: nfs: Correct a comment
  net: nfs: Use consistent names for the rpc_pkt
  net: nfs: Move some prints to debug statements
  net: nfs: Use the tx buffer to construct rpc msgs
  net: nfs: Simplify rpc_add_credentials()

 net/nfs.c | 330 +++++++++++++++++++++++++++-----------------------------------
 net/nfs.h |   2 +-
 2 files changed, 145 insertions(+), 187 deletions(-)

-- 
1.7.11.5

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

end of thread, other threads:[~2016-09-07  7:46 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-15 20:03 [U-Boot] [PATCH 0/9] Fix up issues with new NFSv3 implementation Joe Hershberger
2016-08-15 20:03 ` [U-Boot] [PATCH 1/9] net: nfs: Share the file handle buffer for v2 / v3 Joe Hershberger
2016-08-23  2:28   ` [U-Boot] " Joe Hershberger
2016-08-15 20:03 ` [U-Boot] [PATCH 2/9] net: nfs: Correct the reply data buffer size Joe Hershberger
2016-08-23  2:28   ` [U-Boot] " Joe Hershberger
2016-08-15 20:03 ` [U-Boot] [PATCH 3/9] net: nfs: Fix lines that are too long Joe Hershberger
2016-08-23  2:28   ` [U-Boot] " Joe Hershberger
2016-08-15 20:03 ` [U-Boot] [PATCH 4/9] net: nfs: Consolidate handling of NFSv3 attributes Joe Hershberger
2016-08-23  2:28   ` [U-Boot] " Joe Hershberger
2016-08-15 20:03 ` [U-Boot] [PATCH 5/9] net: nfs: Correct a comment Joe Hershberger
2016-08-23  2:28   ` [U-Boot] " Joe Hershberger
2016-08-15 20:03 ` [U-Boot] [PATCH 6/9] net: nfs: Use consistent names for the rpc_pkt Joe Hershberger
2016-08-23  2:28   ` [U-Boot] " Joe Hershberger
2016-08-15 20:03 ` [U-Boot] [PATCH 7/9] net: nfs: Move some prints to debug statements Joe Hershberger
2016-08-23  2:28   ` [U-Boot] " Joe Hershberger
2016-08-15 20:03 ` [U-Boot] [PATCH 8/9] net: nfs: Use the tx buffer to construct rpc msgs Joe Hershberger
2016-08-23  2:28   ` [U-Boot] " Joe Hershberger
2016-09-06 13:09   ` [U-Boot] [PATCH 8/9] " Guillaume Gardet
2016-09-06 19:09     ` Joe Hershberger
2016-09-07  7:33       ` Guillaume Gardet
2016-09-07  7:46         ` Guillaume Gardet
2016-08-15 20:03 ` [U-Boot] [PATCH 9/9] net: nfs: Simplify rpc_add_credentials() Joe Hershberger
2016-08-23  2:28   ` [U-Boot] " Joe Hershberger
2016-08-19 18:55 ` [U-Boot] [PATCH 0/9] Fix up issues with new NFSv3 implementation Joe Hershberger

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.