mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/8] NFS fixes
@ 2020-03-30  9:12 Sascha Hauer
  2020-03-30  9:12 ` [PATCH 1/8] nfs: Add function to free packets Sascha Hauer
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sascha Hauer @ 2020-03-30  9:12 UTC (permalink / raw)
  To: Barebox List

This series fixes some issues with the NFS code. It was easy to confuse
the code by pressing ctrl-c during a file transfer. The next file
transfers then ended in corrupted files.

Sascha

Sascha Hauer (8):
  nfs: Add function to free packets
  nfs: Add missing free
  nfs: remove unnecessary check
  nfs: Fix rpc_check_reply() return value for stale packets
  nfs: Fix polling for packets
  nfs: queue received packets
  fs: nfs: don't maintain nfs dentries in dcache
  nfs: Do not allow to abort

 fs/nfs.c | 93 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 49 insertions(+), 44 deletions(-)

-- 
2.26.0.rc2


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

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

end of thread, other threads:[~2020-03-30  9:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30  9:12 [PATCH 0/8] NFS fixes Sascha Hauer
2020-03-30  9:12 ` [PATCH 1/8] nfs: Add function to free packets Sascha Hauer
2020-03-30  9:12 ` [PATCH 2/8] nfs: Add missing free Sascha Hauer
2020-03-30  9:12 ` [PATCH 3/8] nfs: remove unnecessary check Sascha Hauer
2020-03-30  9:12 ` [PATCH 4/8] nfs: Fix rpc_check_reply() return value for stale packets Sascha Hauer
2020-03-30  9:12 ` [PATCH 5/8] nfs: Fix polling for packets Sascha Hauer
2020-03-30  9:12 ` [PATCH 6/8] nfs: queue received packets Sascha Hauer
2020-03-30  9:12 ` [PATCH 7/8] fs: nfs: don't maintain nfs dentries in dcache Sascha Hauer
2020-03-30  9:12 ` [PATCH 8/8] nfs: Do not allow to abort Sascha Hauer

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