summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb2proto.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-23cifs: Call the calc_signature functions directlyDavid Howells1-6/+0
2025-10-16smb: client: Consolidate cmac(aes) shash allocationEric Biggers1-1/+1
2025-10-16smb: client: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers1-3/+3
2025-09-10smb: client: fix data loss due to broken rename(2)Paulo Alcantara1-0/+3
2025-07-28cifs: Add support for creating reparse points over SMB1Pali Rohár1-4/+1
2025-05-28smb: client: Remove an unused function and variableDr. David Alan Gilbert1-3/+0
2025-02-06smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya1-1/+1
2025-01-31cifs: Fix parsing native symlinks directory/file typePali Rohár1-0/+1
2025-01-30cifs: Remove unicode parameter from parse_reparse_point() functionPali Rohár1-1/+1
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár1-1/+8
2024-11-18smb: client: fix use-after-free of signing keyPaulo Alcantara1-2/+0
2024-10-07cifs: Improve creating native symlinks pointing to directoryPali Rohár1-0/+1
2024-10-01Revert "smb: client: make SHA-512 TFM ephemeral"Steve French1-1/+1
2024-09-27smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya1-1/+1
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong1-1/+1
2024-05-01cifs: Cut over to using netfslibDavid Howells1-1/+1
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells1-2/+1
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells1-1/+1
2024-03-11smb: client: add support for WSL reparse pointsPaulo Alcantara1-1/+2
2024-03-11smb: client: move most of reparse point handling code to common filePaulo Alcantara1-0/+6
2024-03-11smb: client: reuse file lease key in compound operationsMeetakshi Setiya1-2/+4
2024-01-24cifs: commands that are retried should have replay flag setShyam Prasad N1-0/+5
2024-01-19smb: client: parse owner/group when creating reparse pointsPaulo Alcantara1-3/+1
2024-01-08cifs: Pass unbyteswapped eof value into SMB2_set_eof()David Howells1-1/+1
2024-01-08smb: client: cleanup smb2_query_reparse_point()Paulo Alcantara1-0/+6
2024-01-08smb: client: fix hardlinking of reparse pointsPaulo Alcantara1-3/+5
2024-01-08smb: client: fix renaming of reparse pointsPaulo Alcantara1-3/+5
2024-01-08smb: client: allow creating special files via reparse pointsPaulo Alcantara1-0/+7
2023-12-11smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara1-5/+7
2023-08-21smb: client: move some params to cifs_open_info_dataPaulo Alcantara1-7/+10
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+287