| Commit message (Expand) | Author | Age | Files | Lines |
* | cifs: delete duplicated words in header files | Randy Dunlap | 2020-08-02 | 1 | -1/+1 |
* | SMB311: Add support for query info using posix extensions (level 100) | Steve French | 2020-06-12 | 1 | -1/+26 |
* | smb3: minor update to compression header definitions | Steve French | 2020-06-02 | 1 | -2/+11 |
* | cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect... | Long Li | 2020-03-29 | 1 | -0/+3 |
* | SMB3: Minor cleanup of protocol definitions | Steve French | 2020-03-22 | 1 | -4/+11 |
* | SMB3: Additional compression structures | Steve French | 2020-03-22 | 1 | -1/+16 |
* | SMB3: Add new compression flags | Steve French | 2020-03-22 | 1 | -1/+7 |
* | cifs: smb2pdu.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-22 | 1 | -19/+19 |
* | cifs: add SMB2_open() arg to return POSIX data | Aurelien Aptel | 2020-03-22 | 1 | -7/+5 |
* | cifs: add smb2 POSIX info level | Aurelien Aptel | 2020-03-22 | 1 | -0/+44 |
* | cifs: rename posix create rsp | Aurelien Aptel | 2020-03-22 | 1 | -3/+6 |
* | smb3: Add defines for new information level, FileIdInformation | Steve French | 2020-02-06 | 1 | -0/+8 |
* | smb3: print warning once if posix context returned on open | Steve French | 2020-02-06 | 1 | -0/+8 |
* | cifs: prepare SMB2_query_directory to be used with compounding | Ronnie Sahlberg | 2020-01-26 | 1 | -0/+2 |
* | smb3: fix mode passed in on create for modetosid mount option | Steve French | 2019-12-06 | 1 | -0/+10 |
* | smb3: query attributes on file close | Steve French | 2019-12-03 | 1 | -0/+11 |
* | CIFS: Properly process SMB3 lease breaks | Pavel Shilovsky | 2019-11-25 | 1 | -1/+1 |
* | SMB3: Fix persistent handles reconnect | Pavel Shilovsky | 2019-11-06 | 1 | -0/+1 |
* | smb3: add missing flag definitions | Steve French | 2019-09-16 | 1 | -0/+2 |
* | smb3: optimize open to not send query file internal info | Steve French | 2019-07-18 | 1 | -1/+3 |
* | cifs: fix parsing of symbolic link error response | Ronnie Sahlberg | 2019-07-10 | 1 | -0/+2 |
* | SMB3: query inode number on open via create context | Steve French | 2019-07-07 | 1 | -5/+12 |
* | smb3: Send netname context during negotiate protocol | Steve French | 2019-07-07 | 1 | -0/+6 |
* | add some missing definitions | Steve French | 2019-07-07 | 1 | -0/+8 |
* | Fix match_server check to allow for auto dialect negotiate | Steve French | 2019-07-07 | 1 | -0/+1 |
* | SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthms | Steve French | 2019-07-07 | 1 | -2/+2 |
* | cifs: fix crash querying symlinks stored as reparse-points | Ronnie Sahlberg | 2019-06-28 | 1 | -1/+13 |
* | Negotiate and save preferred compression algorithms | Steve French | 2019-05-07 | 1 | -6/+9 |
* | smb3: Add protocol structs for change notify support | Steve French | 2019-05-07 | 1 | -0/+36 |
* | Add new flag on SMB3.1.1 read | Steve French | 2019-05-07 | 1 | -0/+1 |
* | cifs: add fiemap support | Ronnie Sahlberg | 2019-05-07 | 1 | -0/+5 |
* | SMB3: Add defines for new negotiate contexts | Steve French | 2019-05-07 | 1 | -0/+26 |
* | cifs: fix smb3_zero_range so it can expand the file-size when required | Ronnie Sahlberg | 2019-03-14 | 1 | -0/+7 |
* | smb3: Update POSIX negotiate context with POSIX ctxt GUID | Steve French | 2019-03-05 | 1 | -2/+2 |
* | cifs: limit amount of data we request for xattrs to CIFSMaxBufSize | Ronnie Sahlberg | 2019-01-29 | 1 | -2/+13 |
* | cifs: fix computation for MAX_SMB2_HDR_SIZE | Ronnie Sahlberg | 2019-01-29 | 1 | -2/+2 |
* | smb3: add smb3.1.1 to default dialect list | Steve French | 2019-01-03 | 1 | -1/+1 |
* | cifs: change smb2_query_eas to use the compound query-info helper | Ronnie Sahlberg | 2018-12-23 | 1 | -1/+0 |
* | smb3: missing defines and structs for reparse point handling | Steve French | 2018-11-02 | 1 | -0/+35 |
* | smb3: minor missing defines relating to reparse points | Steve French | 2018-10-23 | 1 | -1/+3 |
* | cifs: create a define for the max number of iov we need for a SMB2 set_info | Ronnie Sahlberg | 2018-10-23 | 1 | -0/+9 |
* | cifs: create a define for how many iovs we need for an SMB2_open() | Ronnie Sahlberg | 2018-08-23 | 1 | -0/+12 |
* | smb3: allow previous versions to be mounted with snapshot= mount parm | Steve French | 2018-08-10 | 1 | -0/+8 |
* | cifs: update smb2_queryfs() to use compounding | Ronnie Sahlberg | 2018-08-09 | 1 | -0/+4 |
* | smb3: add support for statfs for smb3.1.1 posix extensions | Steve French | 2018-08-07 | 1 | -0/+1 |
* | smb3: fill in statfs fsid and correct namelen | Steve French | 2018-08-07 | 1 | -0/+11 |
* | cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf() | Stefano Brivio | 2018-07-05 | 1 | -4/+2 |
* | CIFS: complete PDU definitions for interface queries | Aurelien Aptel | 2018-06-15 | 1 | -3/+20 |
* | cifs: remove struct smb2_hdr | Ronnie Sahlberg | 2018-06-01 | 1 | -27/+18 |
* | cifs: remove struct smb2_oplock_break_rsp | Ronnie Sahlberg | 2018-05-31 | 1 | -13/+1 |