aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-29cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg1-2/+13
2019-01-29cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg1-2/+2
2019-01-03smb3: add smb3.1.1 to default dialect listSteve French1-1/+1
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg1-1/+0
2018-11-02smb3: missing defines and structs for reparse point handlingSteve French1-0/+35
2018-10-23smb3: minor missing defines relating to reparse pointsSteve French1-1/+3
2018-10-23cifs: create a define for the max number of iov we need for a SMB2 set_infoRonnie Sahlberg1-0/+9
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg1-0/+12
2018-08-10smb3: allow previous versions to be mounted with snapshot= mount parmSteve French1-0/+8
2018-08-09cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg1-0/+4
2018-08-07smb3: add support for statfs for smb3.1.1 posix extensionsSteve French1-0/+1
2018-08-07smb3: fill in statfs fsid and correct namelenSteve French1-0/+11
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio1-4/+2
2018-06-15CIFS: complete PDU definitions for interface queriesAurelien Aptel1-3/+20
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg1-27/+18
2018-05-31cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg1-13/+1
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg1-6/+0
2018-05-30smb3: add define for id for posix create context and corresponding structSteve French1-1/+10
2018-05-30smb3: add support for posix negotiate contextSteve French1-0/+8
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French1-1/+1
2018-04-12SMB311: Improve checking of negotiate security contextsSteve French1-0/+3
2018-04-12SMB3: Fix length checking of SMB3.11 negotiate requestSteve French1-0/+7
2018-04-02cifs: Add minor debug message during negprotSteve French1-0/+2
2018-04-01CIFS: implement v3.11 preauth integrityAurelien Aptel1-0/+1
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