summaryrefslogtreecommitdiff
path: root/fs/smb/common/smb2pdu.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-17ksmbd: add SMB Direct RDMA encryption transformNamjae Jeon1-0/+22
2026-08-17ksmbd: add per-share SMB3 encryption enforcementNamjae Jeon1-1/+2
2026-08-17ksmbd: recognize replayed SMB2 lock sequencesNamjae Jeon1-2/+2
2026-08-17ksmbd: add AAPL READDIR_ATTR V2 supportGael Blivet1-0/+8
2026-08-17ksmbd: return complete resume key responseNamjae Jeon1-1/+1
2026-06-24smb common: add missing AAPL definesSteve French1-0/+24
2026-06-16smb: add common SMB2 compression transform helpersNamjae Jeon1-7/+4
2026-05-12SMB3.1.1: add missing QUERY_DIR info levelsSteve French1-0/+4
2026-04-22smb: common: add SMB3_COMPRESS_MAX_ALGSEnzo Matsumiya1-0/+2
2026-04-12smb: move filesystem_vol_info into common/fscc.hZhangGuoDong1-11/+0
2026-04-12smb: move some definitions from common/smb2pdu.h into common/fscc.hZhangGuoDong1-307/+0
2026-02-08cifs: SMB1 split: cifs_debug.cDavid Howells1-0/+3
2025-12-16smb: move some SMB1 definitions into common/smb1pdu.hZhangGuoDong1-40/+0
2025-12-16smb: align durable reconnect v2 context to 8 byte boundaryBharath SM1-0/+1
2025-12-11smb: move File Attributes definitions into common/fscc.hChenXiaoSong1-35/+0
2025-12-11smb: update struct duplicate_extents_to_file_exChenXiaoSong1-1/+2
2025-12-09smb: move SMB2 Notify Action Flags into common/smb2pdu.hChenXiaoSong1-0/+2
2025-12-09smb: move notify completion filter flags into common/smb2pdu.hChenXiaoSong1-0/+1
2025-12-09smb: add documentation references for smb2 change notify definitionsChenXiaoSong1-1/+6
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-3/+0
2025-11-30smb: move create_durable_reconn to common/smb2pdu.hChenXiaoSong1-2/+2
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong1-0/+7
2025-11-30smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong1-6/+166
2025-11-30smb: move create_durable_rsp_v2 to common/smb2pdu.hChenXiaoSong1-0/+12
2025-11-30smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.hChenXiaoSong1-0/+16
2025-11-30smb: move create_durable_req_v2 to common/smb2pdu.hChenXiaoSong1-0/+14
2025-11-30smb: move resume_key_ioctl_rsp to common/smb2pdu.hZhangGuoDong1-0/+10
2025-11-30smb: move copychunk definitions to common/smb2pdu.hZhangGuoDong1-0/+29
2025-11-30smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.hZhangGuoDong1-0/+15
2025-04-08cifs: Fix support for WSL-style symlinksPali Rohár1-3/+3
2025-03-31smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong1-0/+3
2025-02-19smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-10/+20
2025-01-29cifs: Rename struct reparse_posix_data to reparse_nfs_data_buffer and move to...Pali Rohár1-1/+13
2024-11-25cifs: Add support for parsing WSL-style symlinksPali Rohár1-0/+9
2024-09-25ksmbd: Correct typos in multiple comments across various filesShen Lichuan1-3/+3
2024-08-15smb: smb2pdu.h: Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+2
2024-07-03ksmbd: return FILE_DEVICE_DISK instead of super magicNamjae Jeon1-0/+34
2024-05-13smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-15/+18
2024-04-19ksmbd: common: use struct_group_attr instead of struct_group for network_open...Namjae Jeon1-1/+1
2024-03-20smb311: additional compression flag defined in updated protocol specSteve French1-4/+6
2024-03-20smb311: correct incorrect offset field in compression headerSteve French1-1/+1
2024-03-10smb: common: simplify compression headersEnzo Matsumiya1-19/+26
2024-03-10smb: common: fix fields sizes in compression_pattern_payload_v1Enzo Matsumiya1-2/+2
2023-12-08ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon1-1/+1
2023-12-08ksmbd: send v2 lease break notification for directoryNamjae Jeon1-0/+1
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov1-7/+10
2023-10-30Add definition for new smb3.1.1 command typeSteve French1-0/+15
2023-10-30SMB3: clarify some of the unused CreateOption flagsSteve French1-1/+8
2023-09-08smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French1-1/+1
2023-08-24[SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French1-0/+22