aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)Author
2020-06-17smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon
2020-06-17smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel
2020-02-06 smb3: print warning once if posix context returned on openSteve French
2020-02-06cifs: add SMB3 change notification supportSteve French
2020-02-05cifs: log warning message (once) if out of disk spaceSteve French
2020-02-05cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg
2020-01-30cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg
2020-01-26smb3: fix default permissions on new files when mounting with modefromsidSteve French
2020-01-26cifs: remove set but not used variable 'server'YueHaibing
2020-01-26cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg
2020-01-26cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg
2019-12-13CIFS: Close cached root handle only if it has a leasePavel Shilovsky
2019-12-09smb3: fix refcount underflow warning on unmount when no directory leasesSteve French
2019-12-07smb3: improve check for when we send the security descriptor context on createSteve French
2019-12-06smb3: fix mode passed in on create for modetosid mount optionSteve French
2019-12-03smb3: query attributes on file closeSteve French
2019-12-02smb3: remove unused flag passed into close functionsSteve French
2019-12-02cifs: remove redundant assignment to pointer pneg_ctxtColin Ian King
2019-11-25cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)
2019-11-25cifs: try opening channels after mountingAurelien Aptel
2019-11-25cifs: switch servers depending on binding stateAurelien Aptel
2019-11-25CIFS: Close open handle after interrupted closePavel Shilovsky
2019-11-25cifs: close the shared root handle on tree disconnectRonnie Sahlberg
2019-10-08smb3: remove noisy debug message and minor cleanupSteve French
2019-10-06smb3: cleanup some recent endian errors spotted by updated sparseSteve French
2019-09-26smb3: pass mode bits into create callsSteve French
2019-09-23fs/cifs/smb2pdu.c: Make SMB2_notify_init staticzhengbin
2019-09-23smb3: fix leak in "open on server" perf counterSteve French
2019-09-16smb3: add missing worker function for SMB3 change notifySteve French
2019-09-16smb3: allow disabling requesting leasesSteve French
2019-09-16smb3: improve handling of share deleted (and share recreated)Steve French
2019-09-16cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg
2019-09-16smb3: fix signing verification of large readsSteve French
2019-09-16smb3: add dynamic tracepoints for flush and closeSteve French
2019-09-16cifs: fix dereference on ses before it is null checkedColin Ian King
2019-09-16cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg
2019-09-16smb3: Incorrect size for netname negotiate contextSteve French
2019-09-16cifs: remove redundant assignment to variable rcColin Ian King
2019-09-16cifs: prepare SMB2_Flush to be usable in compoundsRonnie Sahlberg
2019-08-05smb3: send CAP_DFS capability during session setupSteve French
2019-08-05SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky
2019-07-18smb3: optimize open to not send query file internal infoSteve French
2019-07-07SMB3: query inode number on open via create contextSteve French
2019-07-07smb3: Send netname context during negotiate protocolSteve French
2019-07-07smb3: do not send compression info by defaultSteve French
2019-07-07SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French
2019-07-07cifs: Use kmemdup in SMB2_ioctl_init()YueHaibing
2019-06-13cifs: fix panic in smb2_reconnectRonnie Sahlberg
2019-05-28fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeMurphy Zhou