aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04cifs: multichannel: try to rebind when reconnecting a channelAurelien Aptel1-0/+16
2020-06-04smb3: remove static checker warningSteve French1-1/+1
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel1-132/+221
2020-06-04smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French1-1/+1
2020-06-01cifs: minor fix to two debug messagesSteve French1-1/+1
2020-06-01cifs: Standardize logging outputJoe Perches1-37/+33
2020-06-01cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara1-18/+38
2020-04-15cifs: dump the session id and keys also for SMB2 sessionsRonnie Sahlberg1-0/+15
2020-03-22cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel1-16/+39
2020-03-22cifs: plumb smb2 POSIX dir enumerationAurelien Aptel1-7/+27
2020-03-22cifs: add smb2 POSIX info levelAurelien Aptel1-0/+95
2020-03-22cifs: rename posix create rspAurelien Aptel1-4/+9
2020-03-22cifs: use mod_delayed_work() for &server->reconnect if already queuedStefan Metzmacher1-2/+2
2020-03-22cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)1-4/+15
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel1-0/+1
2020-02-06 smb3: print warning once if posix context returned on openSteve French1-0/+22
2020-02-06cifs: add SMB3 change notification supportSteve French1-0/+1
2020-02-05cifs: log warning message (once) if out of disk spaceSteve French1-0/+3
2020-02-05cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg1-2/+8
2020-01-30cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg1-1/+1
2020-01-26smb3: fix default permissions on new files when mounting with modefromsidSteve French1-3/+8
2020-01-26cifs: remove set but not used variable 'server'YueHaibing1-4/+1
2020-01-26cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg1-46/+63
2020-01-26cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg1-36/+75
2019-12-13CIFS: Close cached root handle only if it has a leasePavel Shilovsky1-2/+1
2019-12-09smb3: fix refcount underflow warning on unmount when no directory leasesSteve French1-1/+2
2019-12-07smb3: improve check for when we send the security descriptor context on createSteve French1-0/+2
2019-12-06smb3: fix mode passed in on create for modetosid mount optionSteve French1-2/+69
2019-12-03smb3: query attributes on file closeSteve French1-8/+30
2019-12-02smb3: remove unused flag passed into close functionsSteve French1-14/+5
2019-12-02cifs: remove redundant assignment to pointer pneg_ctxtColin Ian King1-1/+1
2019-11-25cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)1-12/+29
2019-11-25cifs: try opening channels after mountingAurelien Aptel1-28/+50
2019-11-25cifs: switch servers depending on binding stateAurelien Aptel1-15/+16
2019-11-25CIFS: Close open handle after interrupted closePavel Shilovsky1-1/+15
2019-11-25cifs: close the shared root handle on tree disconnectRonnie Sahlberg1-0/+2
2019-10-08smb3: remove noisy debug message and minor cleanupSteve French1-7/+4
2019-10-06smb3: cleanup some recent endian errors spotted by updated sparseSteve French1-1/+2
2019-09-26smb3: pass mode bits into create callsSteve French1-0/+20
2019-09-23fs/cifs/smb2pdu.c: Make SMB2_notify_init staticzhengbin1-1/+1
2019-09-23smb3: fix leak in "open on server" perf counterSteve French1-0/+1
2019-09-16smb3: add missing worker function for SMB3 change notifySteve French1-0/+85
2019-09-16smb3: allow disabling requesting leasesSteve French1-1/+1
2019-09-16smb3: improve handling of share deleted (and share recreated)Steve French1-0/+5
2019-09-16cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg1-14/+14
2019-09-16smb3: fix signing verification of large readsSteve French1-2/+2
2019-09-16smb3: add dynamic tracepoints for flush and closeSteve French1-2/+8
2019-09-16cifs: fix dereference on ses before it is null checkedColin Ian King1-3/+8
2019-09-16cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg1-54/+59
2019-09-16smb3: Incorrect size for netname negotiate contextSteve French1-2/+1