summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2pdu.h
Commit message (Expand)AuthorAgeFilesLines
* smb3: move some common open context structs to smbfs_commonSteve French2023-04-281-11/+0
* smb3: make query_on_disk_id open context consistent and move to common codeSteve French2023-04-281-9/+0
* smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook2023-02-201-1/+1
* cifs: Replace remaining 1-element arraysKees Cook2023-02-201-1/+1
* cifs: improve symlink handling for smb2+Paulo Alcantara2022-10-131-0/+3
* Add various fsctl structsSteve French2022-05-231-22/+0
* smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French2022-03-311-112/+0
* smb3: move defines for query info and query fsinfo to smbfs_commonSteve French2022-03-261-304/+3
* smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-261-41/+0
* [smb3] move more common protocol header definitions to smbfs_commonSteve French2022-03-251-100/+0
* cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg2021-11-051-165/+0
* cifs: Move more definitions into the shared areaRonnie Sahlberg2021-11-051-197/+0
* cifs: move NEGOTIATE_PROTOCOL definitions out into the common areaRonnie Sahlberg2021-11-051-220/+0
* cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-051-338/+35
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* SMB3.1.1: fix mount failure to some servers when compression enabledSteve French2021-07-151-0/+1
* SMB3.1.1: Add support for negotiating signing algorithmSteve French2021-07-091-1/+4
* smb3: fix typo in header fileSteve French2021-07-051-1/+1
* SMB3: Add new info level for query directorySteve French2021-06-231-2/+37
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* SMB3: update structures for new compression protocol definitionsSteve French2021-04-251-2/+9
* smb3: update protocol header definitions based to include new flagsSteve French2021-04-251-4/+34
* smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva2021-02-011-1/+1
* cifs: style: replace one-element array with flexible-arrayYANG LI2021-01-131-1/+1
* SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2020-12-131-3/+11
* cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2020-12-031-2/+0
* smb3: add some missing definitions from MS-FSCCSteve French2020-10-231-0/+26
* smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-231-0/+5
* smb3.1.1: fix typo in compression flagSteve French2020-10-221-1/+1
* smb3.1.1: set gcm256 when requestedSteve French2020-10-191-0/+1
* smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French2020-10-191-2/+2
* smb3.1.1: add new module load parm enable_gcm_256Steve French2020-10-151-2/+3
* SMB3.1.1: add defines for new signing negotiate contextSteve French2020-10-151-0/+14
* update structure definitions from updated protocol documentationSteve French2020-10-111-7/+57
* smb3: add defines for new crypto algorithmsSteve French2020-10-111-0/+2
* cifs: delete duplicated words in header filesRandy Dunlap2020-08-021-1/+1
* SMB311: Add support for query info using posix extensions (level 100)Steve French2020-06-121-1/+26
* smb3: minor update to compression header definitionsSteve French2020-06-021-2/+11
* cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li2020-03-291-0/+3
* SMB3: Minor cleanup of protocol definitionsSteve French2020-03-221-4/+11
* SMB3: Additional compression structuresSteve French2020-03-221-1/+16
* SMB3: Add new compression flagsSteve French2020-03-221-1/+7
* cifs: smb2pdu.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-221-19/+19
* cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel2020-03-221-7/+5
* cifs: add smb2 POSIX info levelAurelien Aptel2020-03-221-0/+44
* cifs: rename posix create rspAurelien Aptel2020-03-221-3/+6
* smb3: Add defines for new information level, FileIdInformationSteve French2020-02-061-0/+8
* smb3: print warning once if posix context returned on openSteve French2020-02-061-0/+8
* cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg2020-01-261-0/+2
* smb3: fix mode passed in on create for modetosid mount optionSteve French2019-12-061-0/+10