lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241222145845.23801-1-pali@kernel.org>
Date: Sun, 22 Dec 2024 15:58:41 +0100
From: Pali Rohár <pali@...nel.org>
To: Steve French <sfrench@...ba.org>,
	Paulo Alcantara <pc@...guebit.com>,
	Ronnie Sahlberg <ronniesahlberg@...il.com>
Cc: linux-cifs@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] cifs: Handle all name surrogate reparse points

Name surrogate reparse point represents another named entity in the system.

If the name surrogate reparse point is not handled by Linux SMB client
and it is of directory type then treat it as a new mount point.

Cleanup code for all explicit surrogate reparse points (like reparse
points with tag IO_REPARSE_TAG_MOUNT_POINT) as they are handled by
generic name surrogate reparse point code.

Pali Rohár (4):
  cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from
    parse_reparse_point()
  cifs: Treat unhandled directory name surrogate reparse points as mount
    directory nodes
  cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in
    inode.c
  cifs: Improve handling of name surrogate reparse points in reparse.c

 fs/smb/client/inode.c    | 17 +++++++++++++----
 fs/smb/client/reparse.c  | 24 ++++++++++--------------
 fs/smb/common/smbfsctl.h |  3 +++
 3 files changed, 26 insertions(+), 18 deletions(-)

-- 
2.20.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ