From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jIqSz-00067I-Nm for barebox@lists.infradead.org; Mon, 30 Mar 2020 09:12:23 +0000 From: Sascha Hauer Date: Mon, 30 Mar 2020 11:12:02 +0200 Message-Id: <20200330091210.18716-1-s.hauer@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 0/8] NFS fixes 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