aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Add missing structs and defines from recent SMB3.1.1 documentationSteve French1-2/+112
2018-01-26Cleanup some minor endian issues in smb3 rdmaSteve French1-7/+7
2018-01-24cifs: remove rfc1002 header from smb2_lease_ackRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_oplock_break we get from serverRonnie Sahlberg1-1/+13
2018-01-24cifs: remove rfc1002 header from smb2_query_info_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_query_directory_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_set_info_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2 read/write requestsRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_lock_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_flush_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_create_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_sess_setup_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_tree_connect_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_echo_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_ioctl_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_close_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_tree_disconnect_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_logoff_reqRonnie Sahlberg1-1/+1
2018-01-24cifs: remove rfc1002 header from smb2_negotiate_reqRonnie Sahlberg1-1/+1
2017-10-18CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATELong Li1-1/+1
2017-10-18cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg1-1/+2
2017-09-17SMB3: Add support for multidialect negotiate (SMB2.1 and later)Steve French1-1/+1
2017-09-04cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg1-0/+10
2017-08-30CIFS: Fix maximum SMB2 header sizePavel Shilovsky1-2/+2
2017-03-02CIFS: implement get_dfs_refer for SMB2+Aurelien Aptel1-0/+8
2017-02-01CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky1-1/+4
2017-02-01CIFS: Separate RFC1001 length processing for SMB2 readPavel Shilovsky1-2/+3
2017-02-01CIFS: Separate SMB2 sync header processingPavel Shilovsky1-0/+5
2017-02-01CIFS: Separate SMB2 header structurePavel Shilovsky1-4/+8
2016-12-05CIFS: Fix a possible double locking of mutex during reconnectPavel Shilovsky1-0/+2
2016-10-12Set previous session id correctly on SMB3 reconnectSteve French1-1/+1
2016-01-14Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.Steve French1-4/+4
2015-11-03[SMB3] Send durable handle v2 contexts when use of persistent handles requiredSteve French1-0/+45
2015-06-28Update negotiate protocol for SMB3.11 dialectSteve French1-3/+3
2015-06-28Add ioctl to set integritySteve French1-0/+1
2015-06-28Add Get/Set Integrity Information structure definitionsSteve French1-0/+22
2015-06-28Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French1-0/+8
2015-06-27Add defines and structs for smb3.1 dialectSteve French1-5/+35
2015-06-27Allow parsing vers=3.11 on cifs mountSteve French1-3/+7
2014-12-14Convert MessageID in smb2_hdr to LESachin Prabhu1-1/+1
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-14/+14
2014-12-10fs/cifs: remove obsolete __constantFabian Frederick1-14/+14
2014-12-07Add missing defines for ACL query supportSteve French1-0/+19
2014-10-16add defines for two new file attributesSteve French1-0/+2
2014-08-17enable fallocate punch hole ("fallocate -p") for SMB3Steve French1-0/+6
2014-05-21Clarify SMB2/SMB3 create context and add missing onesSteve French1-1/+5
2014-05-21cifs: Set client guid on per connection basisSachin Prabhu1-2/+0
2013-11-19Check SMB3 dialects against downgrade attacksSteve French1-3/+9
2013-11-15[CIFS] Warn if SMB3 encryption required by serverSteve French1-0/+18
2013-11-14CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1Steve French1-1/+14