| Age | Commit message (Expand) | Author | Files | Lines |
| 6 days | cifs: Add a tracepoint to log EIO errors | David Howells | 1 | -20/+33 |
| 2025-09-02 | smb: client: fix spellings in comments | Bharath SM | 1 | -1/+1 |
| 2025-08-01 | smb: client: set symlink type as native for POSIX mounts | Paulo Alcantara | 1 | -1/+1 |
| 2025-07-27 | cifs: Add support for creating reparse points over SMB1 | Pali Rohár | 1 | -6/+10 |
| 2025-07-03 | smb: client: fix native SMB symlink traversal | Paulo Alcantara | 1 | -9/+13 |
| 2025-06-23 | smb: client: fix regression with native SMB symlinks | Paulo Alcantara | 1 | -16/+4 |
| 2025-06-18 | cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() function | Pali Rohár | 1 | -1/+0 |
| 2025-04-09 | cifs: Split parse_reparse_point callback to functions: get buffer and parse b... | Pali Rohár | 1 | -10/+5 |
| 2025-04-09 | cifs: Improve handling of name surrogate reparse points in reparse.c | Pali Rohár | 1 | -11/+8 |
| 2025-04-08 | cifs: Fix support for WSL-style symlinks | Pali Rohár | 1 | -9/+16 |
| 2025-04-07 | cifs: Ensure that all non-client-specific reparse points are processed by the... | Pali Rohár | 1 | -4/+0 |
| 2025-02-19 | cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re... | Pali Rohár | 1 | -3/+2 |
| 2025-01-31 | cifs: Add support for creating WSL-style symlinks | Pali Rohár | 1 | -12/+53 |
| 2025-01-31 | cifs: Add support for creating NFS-style symlinks | Pali Rohár | 1 | -8/+39 |
| 2025-01-31 | cifs: Add support for creating native Windows sockets | Pali Rohár | 1 | -0/+32 |
| 2025-01-29 | cifs: Add mount option -o symlink= for choosing symlink create type | Pali Rohár | 1 | -10/+42 |
| 2025-01-29 | cifs: Fix creating and resolving absolute NT-style symlinks | Pali Rohár | 1 | -18/+249 |
| 2025-01-29 | cifs: Rename struct reparse_posix_data to reparse_nfs_data_buffer and move to... | Pali Rohár | 1 | -6/+6 |
| 2025-01-29 | cifs: Remove struct reparse_posix_data from struct cifs_open_info_data | Pali Rohár | 1 | -3/+2 |
| 2025-01-29 | cifs: Remove unicode parameter from parse_reparse_point() function | Pali Rohár | 1 | -14/+11 |
| 2025-01-29 | cifs: Validate EAs for WSL reparse points | Pali Rohár | 1 | -4/+18 |
| 2024-12-09 | smb3: fix compiler warning in reparse code | Steve French | 1 | -1/+1 |
| 2024-12-04 | fs/smb/client: Implement new SMB3 POSIX type | Ralph Boehme | 1 | -32/+52 |
| 2024-11-25 | cifs: Validate content of WSL reparse point buffers | Pali Rohár | 1 | -0/+5 |
| 2024-11-25 | cifs: Improve guard for excluding $LXDEV xattr | Pali Rohár | 1 | -2/+2 |
| 2024-11-25 | cifs: Add support for parsing WSL-style symlinks | Pali Rohár | 1 | -0/+49 |
| 2024-11-25 | cifs: Validate content of native symlink | Pali Rohár | 1 | -0/+19 |
| 2024-11-25 | cifs: Fix parsing native symlinks relative to the export | Pali Rohár | 1 | -12/+78 |
| 2024-11-21 | smb: client: handle max length for SMB symlinks | Paulo Alcantara | 1 | -1/+4 |
| 2024-10-06 | cifs: Improve creating native symlinks pointing to directory | Pali Rohár | 1 | -3/+161 |
| 2024-10-03 | cifs: Do not convert delimiter when parsing NFS-style symlinks | Pali Rohár | 1 | -1/+0 |
| 2024-10-03 | cifs: Validate content of NFS reparse point buffer | Pali Rohár | 1 | -0/+23 |
| 2024-10-03 | cifs: Fix buffer overflow when parsing NFS reparse points | Pali Rohár | 1 | -1/+14 |
| 2024-09-24 | smb: client: fix parsing of device numbers | Paulo Alcantara | 1 | -3/+3 |
| 2024-09-24 | smb: client: set correct device number on nfs reparse points | Paulo Alcantara | 1 | -2/+2 |
| 2024-08-22 | smb: client: ignore unhandled reparse tags | Paulo Alcantara | 1 | -4/+7 |
| 2024-08-02 | smb: client: handle lack of FSCTL_GET_REPARSE_POINT support | Paulo Alcantara | 1 | -0/+4 |
| 2024-03-10 | smb: client: set correct d_type for reparse DFS/DFSR and mount point | Paulo Alcantara | 1 | -7/+9 |
| 2024-03-10 | smb: client: parse uid, gid, mode and dev from WSL reparse points | Paulo Alcantara | 1 | -14/+64 |
| 2024-03-10 | smb: client: introduce SMB2_OP_QUERY_WSL_EA | Paulo Alcantara | 1 | -5/+5 |
| 2024-03-10 | smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs() | Dan Carpenter | 1 | -1/+1 |
| 2024-03-10 | smb: client: add support for WSL reparse points | Paulo Alcantara | 1 | -5/+165 |
| 2024-03-10 | smb: client: move most of reparse point handling code to common file | Paulo Alcantara | 1 | -0/+320 |