mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/9] nfs3 support
@ 2014-02-06 16:40 Uwe Kleine-König
  2014-02-06 16:40 ` [PATCH 1/9] net: net_read_uint32: assert that only 32 bit are read Uwe Kleine-König
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Uwe Kleine-König @ 2014-02-06 16:40 UTC (permalink / raw)
  To: barebox

Hello,

this series switches barebox from using nfs2 to nfs3. The added benefit
(apart from nfs3 being newer and probably better tested on the server
side) is that it now also works with unfs3 implementing the server side.

The first two patches are fixes, up to you if you want to apply them
before 2014.03.0.

Uwe Kleine-König (9):
  net: net_read_uint32: assert that only 32 bit are read
  nfs: skip over stale rpc packets
  nfs: shorten and simplify rpc_add_credentials a bit
  nfs: simplify rpc_lookup_req
  nfs: drop an unneeded variable from nfs_do_open()
  net: new function net_read_uint64
  mount: support filesystem options passed via -o
  nfs: switch to nfs3
  nfs: parse nfsport and mount port from file system options

 arch/arm/boards/raspberry-pi/rpi.c |   2 +-
 arch/arm/mach-omap/omap_generic.c  |   2 +-
 arch/arm/mach-omap/xload.c         |   4 +-
 arch/arm/mach-socfpga/generic.c    |   2 +-
 commands/mount.c                   |  19 +-
 commands/tftp.c                    |   2 +-
 common/blspec.c                    |   2 +-
 common/startup.c                   |   4 +-
 fs/fs.c                            |  19 +-
 fs/nfs.c                           | 970 +++++++++++++++++++++++++------------
 include/fs.h                       |   6 +-
 include/net.h                      |  15 +-
 lib/bootstrap/disk.c               |   2 +-
 13 files changed, 721 insertions(+), 328 deletions(-)

-- 
1.8.5.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2014-02-07 10:23 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-06 16:40 [PATCH 0/9] nfs3 support Uwe Kleine-König
2014-02-06 16:40 ` [PATCH 1/9] net: net_read_uint32: assert that only 32 bit are read Uwe Kleine-König
2014-02-06 16:40 ` [PATCH 2/9] nfs: skip over stale rpc packets Uwe Kleine-König
2014-02-07  8:20   ` Uwe Kleine-König
2014-02-06 16:40 ` [PATCH 3/9] nfs: shorten and simplify rpc_add_credentials a bit Uwe Kleine-König
2014-02-06 16:40 ` [PATCH 4/9] nfs: simplify rpc_lookup_req Uwe Kleine-König
2014-02-06 16:40 ` [PATCH 5/9] nfs: drop an unneeded variable from nfs_do_open() Uwe Kleine-König
2014-02-06 16:40 ` [PATCH 6/9] net: new function net_read_uint64 Uwe Kleine-König
2014-02-07  8:17   ` Uwe Kleine-König
2014-02-06 16:40 ` [PATCH 7/9] mount: support filesystem options passed via -o Uwe Kleine-König
2014-02-06 16:40 ` [PATCH 8/9] nfs: switch to nfs3 Uwe Kleine-König
2014-02-07  6:48   ` Jean-Christophe PLAGNIOL-VILLARD
2014-02-07  8:52     ` Uwe Kleine-König
2014-02-07  9:50       ` Jean-Christophe PLAGNIOL-VILLARD
2014-02-07 10:23         ` Uwe Kleine-König
2014-02-06 16:40 ` [PATCH 9/9] nfs: parse nfsport and mount port from file system options Uwe Kleine-König
2014-02-07  6:50   ` Jean-Christophe PLAGNIOL-VILLARD
2014-02-07  8:22     ` Uwe Kleine-König
2014-02-07  8:45       ` Jean-Christophe PLAGNIOL-VILLARD
2014-02-07 10:06         ` Uwe Kleine-König

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