Age | Commit message (Expand) | Author | Files | Lines |
2023-02-21 | smb3: Replace smb2pdu 1-element arrays with flex-arrays | Kees Cook | 1 | -1/+1 |
2023-02-20 | cifs: Replace remaining 1-element arrays | Kees Cook | 1 | -1/+1 |
2022-10-13 | cifs: improve symlink handling for smb2+ | Paulo Alcantara | 1 | -0/+3 |
2022-05-24 | Add various fsctl structs | Steve French | 1 | -22/+0 |
2022-03-31 | smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c... | Steve French | 1 | -112/+0 |
2022-03-27 | smb3: move defines for query info and query fsinfo to smbfs_common | Steve French | 1 | -304/+3 |
2022-03-27 | smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_common | Steve French | 1 | -41/+0 |
2022-03-25 | [smb3] move more common protocol header definitions to smbfs_common | Steve French | 1 | -100/+0 |
2021-11-05 | cifs: Move SMB2_Create definitions to the shared area | Ronnie Sahlberg | 1 | -165/+0 |
2021-11-05 | cifs: Move more definitions into the shared area | Ronnie Sahlberg | 1 | -197/+0 |
2021-11-05 | cifs: move NEGOTIATE_PROTOCOL definitions out into the common area | Ronnie Sahlberg | 1 | -220/+0 |
2021-11-05 | cifs: Create a new shared file holding smb2 pdu definitions | Ronnie Sahlberg | 1 | -338/+35 |
2021-09-13 | cifs: remove pathname for file from SPDX header | Steve French | 1 | -1/+0 |
2021-07-16 | SMB3.1.1: fix mount failure to some servers when compression enabled | Steve French | 1 | -0/+1 |
2021-07-09 | SMB3.1.1: Add support for negotiating signing algorithm | Steve French | 1 | -1/+4 |
2021-07-05 | smb3: fix typo in header file | Steve French | 1 | -1/+1 |
2021-06-23 | SMB3: Add new info level for query directory | Steve French | 1 | -2/+37 |
2021-06-21 | cifs: use SPDX-Licence-Identifier | Steve French | 1 | -13/+1 |
2021-04-26 | SMB3: update structures for new compression protocol definitions | Steve French | 1 | -2/+9 |
2021-04-26 | smb3: update protocol header definitions based to include new flags | Steve French | 1 | -4/+34 |
2021-02-02 | smb3: Fix out-of-bounds bug in SMB2_negotiate() | Gustavo A. R. Silva | 1 | -1/+1 |
2021-01-13 | cifs: style: replace one-element array with flexible-array | YANG LI | 1 | -1/+1 |
2020-12-14 | SMB3.1.1: do not log warning message if server doesn't populate salt | Steve French | 1 | -3/+11 |
2020-12-04 | cifs: refactor create_sd_buf() and and avoid corrupting the buffer | Ronnie Sahlberg | 1 | -2/+0 |
2020-10-23 | smb3: add some missing definitions from MS-FSCC | Steve French | 1 | -0/+26 |
2020-10-23 | smb3: add support for stat of WSL reparse points for special file types | Steve French | 1 | -0/+5 |
2020-10-22 | smb3.1.1: fix typo in compression flag | Steve French | 1 | -1/+1 |
2020-10-19 | smb3.1.1: set gcm256 when requested | Steve French | 1 | -0/+1 |
2020-10-19 | smb3.1.1: rename nonces used for GCM and CCM encryption | Steve French | 1 | -2/+2 |
2020-10-16 | smb3.1.1: add new module load parm enable_gcm_256 | Steve French | 1 | -2/+3 |
2020-10-16 | SMB3.1.1: add defines for new signing negotiate context | Steve French | 1 | -0/+14 |
2020-10-12 | update structure definitions from updated protocol documentation | Steve French | 1 | -7/+57 |
2020-10-12 | smb3: add defines for new crypto algorithms | Steve French | 1 | -0/+2 |
2020-08-03 | cifs: delete duplicated words in header files | Randy Dunlap | 1 | -1/+1 |
2020-06-12 | SMB311: Add support for query info using posix extensions (level 100) | Steve French | 1 | -1/+26 |
2020-06-02 | smb3: minor update to compression header definitions | Steve French | 1 | -2/+11 |
2020-03-30 | cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect... | Long Li | 1 | -0/+3 |
2020-03-23 | SMB3: Minor cleanup of protocol definitions | Steve French | 1 | -4/+11 |
2020-03-23 | SMB3: Additional compression structures | Steve French | 1 | -1/+16 |
2020-03-23 | SMB3: Add new compression flags | Steve French | 1 | -1/+7 |
2020-03-23 | cifs: smb2pdu.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -19/+19 |
2020-03-23 | cifs: add SMB2_open() arg to return POSIX data | Aurelien Aptel | 1 | -7/+5 |
2020-03-23 | cifs: add smb2 POSIX info level | Aurelien Aptel | 1 | -0/+44 |
2020-03-23 | cifs: rename posix create rsp | Aurelien Aptel | 1 | -3/+6 |
2020-02-07 | smb3: Add defines for new information level, FileIdInformation | Steve French | 1 | -0/+8 |
2020-02-07 | smb3: print warning once if posix context returned on open | Steve French | 1 | -0/+8 |
2020-01-27 | cifs: prepare SMB2_query_directory to be used with compounding | Ronnie Sahlberg | 1 | -0/+2 |
2019-12-06 | smb3: fix mode passed in on create for modetosid mount option | Steve French | 1 | -0/+10 |
2019-12-04 | smb3: query attributes on file close | Steve French | 1 | -0/+11 |
2019-11-25 | CIFS: Properly process SMB3 lease breaks | Pavel Shilovsky | 1 | -1/+1 |