aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.h
AgeCommit message (Expand)Author
2024-01-08ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon
2021-02-10smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva
2021-01-30SMB3.1.1: do not log warning message if server doesn't populate saltSteve French
2020-10-01CIFS: Properly process SMB3 lease breaksPavel Shilovsky
2019-11-06SMB3: Fix persistent handles reconnectPavel Shilovsky
2019-09-16smb3: add missing flag definitionsSteve French
2019-07-18smb3: optimize open to not send query file internal infoSteve French
2019-07-10cifs: fix parsing of symbolic link error responseRonnie Sahlberg
2019-07-07SMB3: query inode number on open via create contextSteve French
2019-07-07smb3: Send netname context during negotiate protocolSteve French
2019-07-07add some missing definitionsSteve French
2019-07-07Fix match_server check to allow for auto dialect negotiateSteve French
2019-07-07SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French
2019-06-28cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg
2019-05-07Negotiate and save preferred compression algorithmsSteve French
2019-05-07smb3: Add protocol structs for change notify supportSteve French
2019-05-07Add new flag on SMB3.1.1 readSteve French
2019-05-07cifs: add fiemap supportRonnie Sahlberg
2019-05-07SMB3: Add defines for new negotiate contextsSteve French
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg
2019-03-05smb3: Update POSIX negotiate context with POSIX ctxt GUIDSteve French
2019-01-29cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg
2019-01-29cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg
2019-01-03smb3: add smb3.1.1 to default dialect listSteve French
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg
2018-11-02smb3: missing defines and structs for reparse point handlingSteve French
2018-10-23smb3: minor missing defines relating to reparse pointsSteve French
2018-10-23cifs: create a define for the max number of iov we need for a SMB2 set_infoRonnie Sahlberg
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg
2018-08-10smb3: allow previous versions to be mounted with snapshot= mount parmSteve French
2018-08-09cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg
2018-08-07smb3: add support for statfs for smb3.1.1 posix extensionsSteve French
2018-08-07smb3: fill in statfs fsid and correct namelenSteve French
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio
2018-06-15CIFS: complete PDU definitions for interface queriesAurelien Aptel
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg
2018-05-31cifs: remove struct smb2_oplock_break_rspRonnie Sahlberg
2018-05-31cifs: remove rfc1002 header from all SMB2 response structuresRonnie Sahlberg
2018-05-30smb3: add define for id for posix create context and corresponding structSteve French
2018-05-30smb3: add support for posix negotiate contextSteve French
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French
2018-04-12SMB311: Improve checking of negotiate security contextsSteve French
2018-04-12SMB3: Fix length checking of SMB3.11 negotiate requestSteve French
2018-04-02cifs: Add minor debug message during negprotSteve French
2018-04-01CIFS: implement v3.11 preauth integrityAurelien Aptel
2018-02-07Add missing structs and defines from recent SMB3.1.1 documentationSteve French
2018-01-26Cleanup some minor endian issues in smb3 rdmaSteve French
2018-01-24cifs: remove rfc1002 header from smb2_lease_ackRonnie Sahlberg
2018-01-24cifs: remove rfc1002 header from smb2_oplock_break we get from serverRonnie Sahlberg
2018-01-24cifs: remove rfc1002 header from smb2_query_info_reqRonnie Sahlberg