aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb/client/reparse.c
AgeCommit message (Expand)AuthorFilesLines
6 dayscifs: Add a tracepoint to log EIO errorsDavid Howells1-20/+33
2025-09-02smb: client: fix spellings in commentsBharath SM1-1/+1
2025-08-01smb: client: set symlink type as native for POSIX mountsPaulo Alcantara1-1/+1
2025-07-27cifs: Add support for creating reparse points over SMB1Pali Rohár1-6/+10
2025-07-03smb: client: fix native SMB symlink traversalPaulo Alcantara1-9/+13
2025-06-23smb: client: fix regression with native SMB symlinksPaulo Alcantara1-16/+4
2025-06-18cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() functionPali Rohár1-1/+0
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár1-10/+5
2025-04-09cifs: Improve handling of name surrogate reparse points in reparse.cPali Rohár1-11/+8
2025-04-08cifs: Fix support for WSL-style symlinksPali Rohár1-9/+16
2025-04-07cifs: Ensure that all non-client-specific reparse points are processed by the...Pali Rohár1-4/+0
2025-02-19cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...Pali Rohár1-3/+2
2025-01-31cifs: Add support for creating WSL-style symlinksPali Rohár1-12/+53
2025-01-31cifs: Add support for creating NFS-style symlinksPali Rohár1-8/+39
2025-01-31cifs: Add support for creating native Windows socketsPali Rohár1-0/+32
2025-01-29cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár1-10/+42
2025-01-29cifs: Fix creating and resolving absolute NT-style symlinksPali Rohár1-18/+249
2025-01-29cifs: Rename struct reparse_posix_data to reparse_nfs_data_buffer and move to...Pali Rohár1-6/+6
2025-01-29cifs: Remove struct reparse_posix_data from struct cifs_open_info_dataPali Rohár1-3/+2
2025-01-29cifs: Remove unicode parameter from parse_reparse_point() functionPali Rohár1-14/+11
2025-01-29cifs: Validate EAs for WSL reparse pointsPali Rohár1-4/+18
2024-12-09smb3: fix compiler warning in reparse codeSteve French1-1/+1
2024-12-04fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme1-32/+52
2024-11-25cifs: Validate content of WSL reparse point buffersPali Rohár1-0/+5
2024-11-25cifs: Improve guard for excluding $LXDEV xattrPali Rohár1-2/+2
2024-11-25cifs: Add support for parsing WSL-style symlinksPali Rohár1-0/+49
2024-11-25cifs: Validate content of native symlinkPali Rohár1-0/+19
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár1-12/+78
2024-11-21smb: client: handle max length for SMB symlinksPaulo Alcantara1-1/+4
2024-10-06cifs: 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-24smb: client: fix parsing of device numbersPaulo Alcantara1-3/+3
2024-09-24smb: 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-10smb: client: set correct d_type for reparse DFS/DFSR and mount pointPaulo Alcantara1-7/+9
2024-03-10smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara1-14/+64
2024-03-10smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara1-5/+5
2024-03-10smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()Dan Carpenter1-1/+1
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara1-5/+165
2024-03-10smb: client: move most of reparse point handling code to common filePaulo Alcantara1-0/+320