summaryrefslogtreecommitdiff
path: root/fs/ksmbd/smb2pdu.h
AgeCommit message (Expand)Author
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French
2022-03-26smb3: move defines for query info and query fsinfo to smbfs_commonSteve French
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French
2022-03-25[smb3] move more common protocol header definitions to smbfs_commonSteve French
2022-03-23ksmbd: store fids as opaque u64 integersPaulo Alcantara
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2022-01-10ksmbd: add support for smb2 max credit parameterNamjae Jeon
2021-11-11ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg
2021-11-11ksmbd: Move more definitions into the shared areaRonnie Sahlberg
2021-11-11ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg
2021-11-11ksmbd: switch to use shared definitions where availableRonnie Sahlberg
2021-11-11ksmbd: change LeaseKey data type to u8 arrayNamjae Jeon
2021-11-11ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon
2021-11-11ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon
2021-10-15ksmbd: limit read/write/trans buffer size not to exceed 8MBNamjae Jeon
2021-10-07ksmbd: remove the leftover of smb2.0 dialect supportNamjae Jeon
2021-09-30ksmbd: use correct basic info level in set_file_basic_info()Namjae Jeon
2021-08-13ksmbd: change int data type to booleanNamjae Jeon
2021-07-22ksmbd: add support for negotiating signing algorithmNamjae Jeon
2021-07-22ksmbd: add negotiate context verificationNamjae Jeon
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon