From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932372AbcILT2g (ORCPT ); Mon, 12 Sep 2016 15:28:36 -0400 Received: from us-smtp-delivery-194.mimecast.com ([216.205.24.194]:45052 "EHLO us-smtp-delivery-194.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758033AbcILT2c (ORCPT ); Mon, 12 Sep 2016 15:28:32 -0400 From: Trond Myklebust To: "torvalds@linux-foundation.org" CC: "linux-kernel@vger.kernel.org" , "linux-nfs@vger.kernel.org" Subject: [GIT PULL] Please pull NFS client fixes Thread-Topic: [GIT PULL] Please pull NFS client fixes Thread-Index: AQHSDSvUQ+871rvJtEOxOWx9q9hVDQ== Date: Mon, 12 Sep 2016 19:28:24 +0000 Message-ID: <1473708502.6434.1.camel@primarydata.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [68.49.162.121] x-ms-office365-filtering-correlation-id: 32bc0aed-3069-423d-3662-08d3db42f719 x-microsoft-exchange-diagnostics: 1;BN6PR11MB1572;20:UCFiXJ9C70MgK7ln1PyaKmDXLNO1HGGK9lsu8rf8C6+Wa5+oKK8se9ZLf8uf7ZLA+wWm41EAb1LvwC5yIVnCX2mJs09JSIOuJrCV2odI1/tCJS8flipwgs1+6oEqj5D9p5JW7wCww/1p9usXJUcVTXNSmEbrOXNDweFz8ej4YMg= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN6PR11MB1572; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(158342451672863)(5213294742642)(211171220733660); x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(6040176)(601004)(2401047)(8121501046)(5005006)(3002001)(10201501046)(6043046)(6042046);SRVR:BN6PR11MB1572;BCL:0;PCL:0;RULEID:;SRVR:BN6PR11MB1572; x-forefront-prvs: 006339698F x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(7916002)(377424004)(2351001)(229853001)(2900100001)(3280700002)(50986999)(54356999)(33646002)(586003)(3660700001)(5660300001)(122556002)(4001520100001)(5004840100003)(106116001)(66066001)(99286002)(3846002)(189998001)(36756003)(10400500002)(77096005)(11100500001)(305945005)(5002640100001)(2501003)(87936001)(87386001)(4326007)(102836003)(6116002)(8676002)(8936002)(1730700003)(103116003)(5640700001)(19580395003)(81166006)(86362001)(2906002)(7846002)(7736002)(575784001)(92566002)(110136003)(19580405001);DIR:OUT;SFP:1102;SCL:1;SRVR:BN6PR11MB1572;H:BN6PR11MB1570.namprd11.prod.outlook.com;FPR:;SPF:None;LANG:en; spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-ID: MIME-Version: 1.0 X-OriginatorOrg: primarydata.com X-MS-Exchange-CrossTenant-originalarrivaltime: 12 Sep 2016 19:28:24.8760 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 03193ed6-8726-4bb3-a832-18ab0d28adb7 X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN6PR11MB1572 X-MC-Unique: GH2Wd7pvMJ63k4tYMcjZEw-1 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u8CJSrxq018254 Hi Linus, The following changes since commit 98b0f80c2396224bbbed81792b526e6c72ba9efa: NFSv4.x: Fix a refcount leak in nfs_callback_up_net (2016-08-30 09:26:57 -0400) are available in the git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.8-4 for you to fetch changes up to b519d408ea32040b1c7e10b155a3ee9a36660947: NFSv4.1: Fix the CREATE_SESSION slot number accounting (2016-09-11 14:56:44 -0400) Cheers Trond ---------------------------------------------------------------- NFS client bugfixes for 4.8 Highlights include: Stable patches: - We must serialise LAYOUTGET and LAYOUTRETURN to ensure correct state accounting - Fix the CREATE_SESSION slot number Bugfixes: - sunrpc: fix a UDP memory accounting regression - NFS: Fix an error reporting regression in nfs_file_write() - pNFS: Fix further layout stateid issues - RPC/rdma: Revert 3d4cf35bd4fa ("xprtrdma: Reply buffer exhaustion...") - RPC/rdma: Fix receive buffer accounting ---------------------------------------------------------------- Chuck Lever (2): xprtrdma: Revert 3d4cf35bd4fa ("xprtrdma: Reply buffer exhaustion...") xprtrdma: Fix receive buffer accounting Paolo Abeni (1): sunrpc: fix UDP memory accounting Trond Myklebust (6): NFS: Fix error reporting in nfs_file_write() pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialised pNFS: Fix pnfs_set_layout_stateid() to clear NFS_LAYOUT_INVALID_STID pNFS: Clear out all layout segments if the server unsets lrp->res.lrs_present pNFS: Don't forget the layout stateid if there are outstanding LAYOUTGETs NFSv4.1: Fix the CREATE_SESSION slot number accounting fs/nfs/file.c | 5 ++++- fs/nfs/nfs4proc.c | 21 ++++++++++++++----- fs/nfs/pnfs.c | 42 +++++++++++++++++++++----------------- net/sunrpc/xprtrdma/verbs.c | 45 +++++++++++++++++++++++++++++------------ net/sunrpc/xprtrdma/xprt_rdma.h | 1 + net/sunrpc/xprtsock.c | 2 +- 6 files changed, 78 insertions(+), 38 deletions(-) -- Trond Myklebust Linux NFS client maintainer, PrimaryData trond.myklebust@primarydata.com