Message ID | 20231201002201.2981258-1-dhowells@redhat.com (mailing list archive) |
---|---|
Headers | show
Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Sxb5AtUJ" Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12007196 for <linux-cifs@vger.kernel.org>; Thu, 30 Nov 2023 16:22:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1701390131; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=0zKFElyLnd/c3LCDl+o0d2JWbeCKrzkMuVD1x9/nP0A=; b=Sxb5AtUJkhiAsPp+fSrofNP+D3sC/kWArwurW1upCQwjNL3pL99K7OlP+jV5qHEk7GXoaW ZFGT8385X2hSoIZhh5Thrjlb+WjVQ+R/3TIH0mZLC4NEk4HIfMo04hg4XPXQf9VVHFTUtu mLo4rniMpR4nmX+6BFcxk8eirtNCT0A= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-547-xWcjLnFuNKiizn4o9Zd-4Q-1; Thu, 30 Nov 2023 19:22:08 -0500 X-MC-Unique: xWcjLnFuNKiizn4o9Zd-4Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 52A8B811E7B; Fri, 1 Dec 2023 00:22:07 +0000 (UTC) Received: from warthog.procyon.org.com (unknown [10.42.28.161]) by smtp.corp.redhat.com (Postfix) with ESMTP id D2A7740C6EB9; Fri, 1 Dec 2023 00:22:05 +0000 (UTC) From: David Howells <dhowells@redhat.com> To: Steve French <sfrench@samba.org> Cc: David Howells <dhowells@redhat.com>, Paulo Alcantara <pc@manguebit.com>, Shyam Prasad N <nspmangalore@gmail.com>, Rohith Surabattula <rohiths.msft@gmail.com>, Matthew Wilcox <willy@infradead.org>, Jeff Layton <jlayton@kernel.org>, linux-cifs@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org Subject: [PATCH 0/2] cifs: Fixes for copy_file_range() and FICLONE Date: Fri, 1 Dec 2023 00:21:59 +0000 Message-ID: <20231201002201.2981258-1-dhowells@redhat.com> Precedence: bulk X-Mailing-List: linux-cifs@vger.kernel.org List-Id: <linux-cifs.vger.kernel.org> List-Subscribe: <mailto:linux-cifs+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-cifs+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 |
Series |
cifs: Fixes for copy_file_range() and FICLONE
|
expand
|