summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/reparse.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb3: fix compiler warning in reparse codeSteve French2024-12-091-1/+1
* fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme2024-12-051-32/+52
* cifs: Validate content of WSL reparse point buffersPali Rohár2024-11-251-0/+5
* cifs: Improve guard for excluding $LXDEV xattrPali Rohár2024-11-251-2/+2
* cifs: Add support for parsing WSL-style symlinksPali Rohár2024-11-251-0/+49
* cifs: Validate content of native symlinkPali Rohár2024-11-251-0/+19
* cifs: Fix parsing native symlinks relative to the exportPali Rohár2024-11-251-12/+78
* smb: client: handle max length for SMB symlinksPaulo Alcantara2024-11-211-1/+4
* cifs: Improve creating native symlinks pointing to directoryPali Rohár2024-10-071-3/+161
* cifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár2024-10-031-1/+0
* cifs: Validate content of NFS reparse point bufferPali Rohár2024-10-031-0/+23
* cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár2024-10-031-1/+14
* smb: client: fix parsing of device numbersPaulo Alcantara2024-09-251-3/+3
* smb: client: set correct device number on nfs reparse pointsPaulo Alcantara2024-09-251-2/+2
* smb: client: ignore unhandled reparse tagsPaulo Alcantara2024-08-221-4/+7
* smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara2024-08-021-0/+4
* smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara2024-03-111-7/+9
* smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara2024-03-111-14/+64
* smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara2024-03-111-5/+5
* smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter2024-03-111-1/+1
* smb: client: add support for WSL reparse pointsPaulo Alcantara2024-03-111-5/+165
* smb: client: move most of reparse point handling code to common filePaulo Alcantara2024-03-111-0/+320