summaryrefslogtreecommitdiff
path: root/fs/ksmbd/smb2pdu.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.4-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-05-071-16/+0
|\
| * SMB3.1.1: correct definition for app_instance_id create contextsSteve French2023-05-021-16/+0
* | Merge tag '6.4-rc-ksmbd-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds2023-05-051-0/+2
|\ \ | |/ |/|
| * ksmbd: destroy expired sessionsNamjae Jeon2023-05-031-0/+2
* | smb3: move some common open context structs to smbfs_commonSteve French2023-04-281-25/+0
* | smb3: make query_on_disk_id open context consistent and move to common codeSteve French2023-04-281-8/+0
|/
* ksmbd: delete asynchronous work from listNamjae Jeon2023-04-021-0/+1
* ksmbd: limit pdu length size according to connection statusNamjae Jeon2023-01-251-2/+3
* ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-12-021-1/+1
* ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blobNamjae Jeon2022-10-051-0/+1
* ksmbd: change security id to the one samba used for posix extensionNamjae Jeon2022-10-051-2/+4
* Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-011-527/+6
|\
| * smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French2022-03-311-73/+0
| * smb3: move defines for query info and query fsinfo to smbfs_commonSteve French2022-03-261-284/+1
| * smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-261-70/+0
| * [smb3] move more common protocol header definitions to smbfs_commonSteve French2022-03-251-95/+0
| * ksmbd: store fids as opaque u64 integersPaulo Alcantara2022-03-231-17/+17
* | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-4/+4
|/
* ksmbd: add support for smb2 max credit parameterNamjae Jeon2022-01-101-0/+1
* ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg2021-11-111-152/+1
* ksmbd: Move more definitions into the shared areaRonnie Sahlberg2021-11-111-188/+0
* ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg2021-11-111-142/+1
* ksmbd: switch to use shared definitions where availableRonnie Sahlberg2021-11-111-176/+0
* ksmbd: change LeaseKey data type to u8 arrayNamjae Jeon2021-11-111-6/+5
* ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon2021-11-111-5/+0
* ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon2021-11-111-8/+12
* ksmbd: limit read/write/trans buffer size not to exceed 8MBNamjae Jeon2021-10-151-0/+2
* ksmbd: remove the leftover of smb2.0 dialect supportNamjae Jeon2021-10-071-1/+0
* ksmbd: use correct basic info level in set_file_basic_info()Namjae Jeon2021-09-301-0/+9
* ksmbd: change int data type to booleanNamjae Jeon2021-08-131-3/+3
* ksmbd: add support for negotiating signing algorithmNamjae Jeon2021-07-221-0/+14
* ksmbd: add negotiate context verificationNamjae Jeon2021-07-221-3/+3
* ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon2021-06-281-0/+1684