Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935112AbcKQBGa (ORCPT ); Wed, 16 Nov 2016 20:06:30 -0500 Received: from linuxhacker.ru ([217.76.32.60]:38398 "EHLO fiona.linuxhacker.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932301AbcKQBGU (ORCPT ); Wed, 16 Nov 2016 20:06:20 -0500 From: Oleg Drokin To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger , James Simmons Cc: Linux Kernel Mailing List , Lustre Development List , Oleg Drokin Subject: [PATCH 0/2] Lustre fixes Date: Wed, 16 Nov 2016 20:05:28 -0500 Message-Id: <1479344730-1131617-1-git-send-email-green@linuxhacker.ru> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 812 Lines: 21 With multiple metadata RPCs code in now, these two fixes become important. Please consider. Niu Yawei (2): staging/lustre/ptlrpc: track unreplied requests staging/lustre/ptlrpc: update imp_known_replied_xid on resend-replay .../staging/lustre/lustre/include/lustre_import.h | 5 + drivers/staging/lustre/lustre/include/lustre_net.h | 3 + drivers/staging/lustre/lustre/obdclass/genops.c | 2 + drivers/staging/lustre/lustre/ptlrpc/client.c | 112 +++++++++++++++------ drivers/staging/lustre/lustre/ptlrpc/import.c | 34 +++++++ drivers/staging/lustre/lustre/ptlrpc/niobuf.c | 29 +++++- .../staging/lustre/lustre/ptlrpc/ptlrpc_internal.h | 24 +++++ drivers/staging/lustre/lustre/ptlrpc/recover.c | 14 +++ 8 files changed, 187 insertions(+), 36 deletions(-) -- 2.7.4