summaryrefslogtreecommitdiff
path: root/fs/smb/client/reparse.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-24smb/client: decode reparse metadata using its payload typeZe Tan1-7/+10
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-2/+2
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-0/+1
2026-02-08cifs: Scripted clean up fs/smb/client/reparse.hDavid Howells1-6/+7
2025-11-30smb: do some cleanupsChenXiaoSong1-4/+4
2025-07-27cifs: Add support for creating reparse points over SMB1Pali Rohár1-2/+2
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár1-4/+1
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French1-6/+22
2025-01-29cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár1-0/+2
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár1-1/+3
2024-11-21smb: client: handle max length for SMB symlinksPaulo Alcantara1-0/+2
2024-09-24smb: client: fix parsing of device numbersPaulo Alcantara1-8/+1
2024-08-02smb: client: handle lack of FSCTL_GET_REPARSE_POINT supportPaulo Alcantara1-2/+17
2024-03-10smb: client: parse uid, gid, mode and dev from WSL reparse pointsPaulo Alcantara1-0/+29
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara1-1/+12
2024-03-10smb: client: move most of reparse point handling code to common filePaulo Alcantara1-0/+73