summaryrefslogtreecommitdiff
path: root/fs/smb/client/reparse.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-07cifs: Improve creating native symlinks pointing to directoryPali Rohár1-3/+161
2024-10-03cifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár1-1/+0
2024-10-03cifs: Validate content of NFS reparse point bufferPali Rohár1-0/+23
2024-10-03cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár1-1/+14
2024-09-25smb: client: fix parsing of device numbersPaulo Alcantara1-3/+3
2024-09-25smb: client: set correct device number on nfs reparse pointsPaulo Alcantara1-2/+2
2024-08-22smb: client: ignore unhandled reparse tagsPaulo Alcantara1-4/+7
2024-08-02smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara1-0/+4
2024-03-11smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara1-7/+9
2024-03-11smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara1-14/+64
2024-03-11smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara1-5/+5
2024-03-11smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter1-1/+1
2024-03-11smb: client: add support for WSL reparse pointsPaulo Alcantara1-5/+165
2024-03-11smb: client: move most of reparse point handling code to common filePaulo Alcantara1-0/+320