From patchwork Fri Nov 16 11:27:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kenneth Dsouza X-Patchwork-Id: 998901 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-cifs-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42xGDX3vsQz9s0t for ; Fri, 16 Nov 2018 22:27:40 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728081AbeKPVjg (ORCPT ); Fri, 16 Nov 2018 16:39:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41244 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727715AbeKPVjg (ORCPT ); Fri, 16 Nov 2018 16:39:36 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7706A394D59; Fri, 16 Nov 2018 11:27:39 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.76.1.227]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0364C1019633; Fri, 16 Nov 2018 11:27:37 +0000 (UTC) From: Kenneth D'souza To: linux-cifs@vger.kernel.org Cc: piastryyy@gmail.com, smfrench@gmail.com Subject: [PATCH v2] Update mount.cifs with vers=default mount option and SMBv3.02 Date: Fri, 16 Nov 2018 16:57:36 +0530 Message-Id: <20181116112736.16666-1-kdsouza@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Fri, 16 Nov 2018 11:27:39 +0000 (UTC) Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Signed-off-by: Kenneth D'souza --- mount.cifs.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mount.cifs.rst b/mount.cifs.rst index 405c459..afcf27b 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -543,6 +543,11 @@ vers=arg - 2.1 - The SMBv2.1 protocol that was introduced in Microsoft Windows 7 and Windows Server 2008R2. - 3.0 - The SMBv3.0 protocol that was introduced in Microsoft Windows 8 and Windows Server 2012. - 3.1.1 or 3.11 - The SMBv3.1.1 protocol that was introduced in Microsoft Windows Server 2016. + - 3.0.2 or 3.02 - The SMBv3.02 protocol that was introduced in Windows 8.1(Windows 'Blue') and Windows Server 2012 R2. + - default - Tries to negotiate the highest SMB2+ version supported by the server. + + If no dialect is specified on mount vers=default is used. + To check ``Dialect`` refer to /proc/fs/cifs/DebugData Note too that while this option governs the protocol version used, not all features of each version are available.