]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
smb: client: add support for O_TMPFILE
authorPaulo Alcantara <pc@manguebit.org>
Tue, 7 Apr 2026 19:58:10 +0000 (16:58 -0300)
committerSteve French <stfrench@microsoft.com>
Fri, 10 Apr 2026 16:25:35 +0000 (11:25 -0500)
commit3e7d63037a2b1715f70b7454630f3b2b8a922ec8
tree58b0abb457a7053ef2c50f0900b0bafc6d8a6f88
parent30a59dddd688bbd75f54e96b174a7aac914774d2
smb: client: add support for O_TMPFILE

Implement O_TMPFILE support for SMB2+ in the CIFS client.

Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: linux-fsdevel@vger.kernel.org
Cc: linux-cifs@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsfs.c
fs/smb/client/cifsfs.h
fs/smb/client/cifsglob.h
fs/smb/client/cifsproto.h
fs/smb/client/dir.c
fs/smb/client/file.c
fs/smb/client/inode.c
fs/smb/client/link.c
fs/smb/client/smb2inode.c