summaryrefslogtreecommitdiff
path: root/fs/smb/server/smb_common.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-17ksmbd: extend procfs server statisticsNamjae Jeon1-1/+1
2026-04-12smb: move filesystem_vol_info into common/fscc.hZhangGuoDong1-8/+0
2026-02-08ksmbd: add procfs interface for runtime monitoring and statisticsBahubali B Gumaji1-0/+2
2025-12-21ksmbd: rename smb2_get_msg to smb_get_msgNamjae Jeon1-0/+9
2025-12-16smb: move some SMB1 definitions into common/smb1pdu.hZhangGuoDong1-0/+1
2025-12-09smb/server: remove unused nterr.hChenXiaoSong1-1/+0
2025-12-09smb/server: rename include guard in smb_common.hChenXiaoSong1-3/+3
2025-11-30smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.hChenXiaoSong1-7/+0
2025-11-30smb: do some cleanupsChenXiaoSong1-13/+6
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong1-7/+0
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong1-92/+0
2025-11-30smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong1-27/+1
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong1-6/+1
2025-11-30smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong1-74/+1
2025-11-30smb: move MAX_CIFS_SMALL_BUFFER_SIZE to common/smbglob.hChenXiaoSong1-2/+0
2025-11-30smb: move SMB1_PROTO_NUMBER to common/smbglob.hZhangGuoDong1-1/+0
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong1-5/+0
2025-11-30smb: move smb_version_values to common/smbglob.hZhangGuoDong1-29/+0
2025-11-30smb: rename common/cifsglob.h to common/smbglob.hZhangGuoDong1-1/+1
2025-11-30ksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers1-1/+1
2025-10-15smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong1-13/+1
2025-04-09smb3: Add defines for two new FileSystemAttributesSteve French1-0/+2
2024-11-05ksmbd: check outstanding simultaneous SMB operationsNamjae Jeon1-1/+1
2024-08-18ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum1-2/+2
2024-08-08ksmbd: override fsids for share path checkNamjae Jeon1-0/+2
2023-07-23ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon1-1/+1
2023-06-26ksmbd: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+468