Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-09-25 | smb: client: fix parsing of device numbers | Paulo Alcantara | 1 | -3/+3 |
2024-09-25 | 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-11 | smb: client: set correct d_type for reparse DFS/DFSR and mount point | Paulo Alcantara | 1 | -7/+9 |
2024-03-11 | smb: client: parse uid, gid, mode and dev from WSL reparse points | Paulo Alcantara | 1 | -14/+64 |
2024-03-11 | smb: client: introduce SMB2_OP_QUERY_WSL_EA | Paulo Alcantara | 1 | -5/+5 |
2024-03-11 | smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs() | Dan Carpenter | 1 | -1/+1 |
2024-03-11 | smb: client: add support for WSL reparse points | Paulo Alcantara | 1 | -5/+165 |
2024-03-11 | smb: client: move most of reparse point handling code to common file | Paulo Alcantara | 1 | -0/+320 |