summaryrefslogtreecommitdiff
path: root/fs/smb/client/reparse.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-27cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() functionPali Rohár1-1/+0
2025-04-25cifs: Ensure that all non-client-specific reparse points are processed by the...Pali Rohár1-4/+0
2025-03-22cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...Pali Rohár1-3/+2
2025-03-22cifs: Validate content of WSL reparse point buffersPali Rohár1-0/+5
2025-02-08cifs: Validate EAs for WSL reparse pointsPali Rohár1-4/+18
2024-12-14fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme1-32/+52
2024-12-09cifs: Fix parsing native symlinks relative to the exportPali Rohár1-12/+78
2024-12-09smb: client: handle max length for SMB symlinksPaulo Alcantara1-1/+4
2024-11-08cifs: Improve creating native symlinks pointing to directoryPali Rohár1-3/+161
2024-11-08smb: client: set correct device number on nfs reparse pointsPaulo Alcantara1-2/+2
2024-11-08smb: client: fix parsing of device numbersPaulo Alcantara1-3/+3
2024-11-01cifs: Validate content of NFS reparse point bufferPali Rohár1-0/+23
2024-10-10cifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár1-1/+0
2024-10-10cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár1-1/+14
2024-08-29smb: client: ignore unhandled reparse tagsPaulo Alcantara1-4/+7
2024-08-14smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara1-0/+4
2024-05-25smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara1-7/+9
2024-05-25smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara1-14/+64
2024-05-25smb: client: introduce SMB2_OP_QUERY_WSL_EASteve French1-5/+5
2024-05-25smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter1-1/+1
2024-05-25smb: client: add support for WSL reparse pointsPaulo Alcantara1-5/+165
2024-05-25smb: client: move most of reparse point handling code to common filePaulo Alcantara1-0/+320