summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: dump the session id and keys also for SMB2 sessionsRonnie Sahlberg2020-04-151-0/+15
* cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel2020-03-221-16/+39
* cifs: plumb smb2 POSIX dir enumerationAurelien Aptel2020-03-221-7/+27
* cifs: add smb2 POSIX info levelAurelien Aptel2020-03-221-0/+95
* cifs: rename posix create rspAurelien Aptel2020-03-221-4/+9
* cifs: use mod_delayed_work() for &server->reconnect if already queuedStefan Metzmacher2020-03-221-2/+2
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-221-4/+15
* cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-02-241-0/+1
* smb3: print warning once if posix context returned on openSteve French2020-02-061-0/+22
* cifs: add SMB3 change notification supportSteve French2020-02-061-0/+1
* cifs: log warning message (once) if out of disk spaceSteve French2020-02-051-0/+3
* cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg2020-02-051-2/+8
* cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-01-301-1/+1
* smb3: fix default permissions on new files when mounting with modefromsidSteve French2020-01-261-3/+8
* cifs: remove set but not used variable 'server'YueHaibing2020-01-261-4/+1
* cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg2020-01-261-46/+63
* cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg2020-01-261-36/+75
* CIFS: Close cached root handle only if it has a leasePavel Shilovsky2019-12-131-2/+1
* smb3: fix refcount underflow warning on unmount when no directory leasesSteve French2019-12-091-1/+2
* smb3: improve check for when we send the security descriptor context on createSteve French2019-12-071-0/+2
* smb3: fix mode passed in on create for modetosid mount optionSteve French2019-12-061-2/+69
* smb3: query attributes on file closeSteve French2019-12-031-8/+30
* smb3: remove unused flag passed into close functionsSteve French2019-12-021-14/+5
* cifs: remove redundant assignment to pointer pneg_ctxtColin Ian King2019-12-021-1/+1
* cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)2019-11-251-12/+29
* cifs: try opening channels after mountingAurelien Aptel2019-11-251-28/+50
* cifs: switch servers depending on binding stateAurelien Aptel2019-11-251-15/+16
* CIFS: Close open handle after interrupted closePavel Shilovsky2019-11-251-1/+15
* cifs: close the shared root handle on tree disconnectRonnie Sahlberg2019-11-251-0/+2
* smb3: remove noisy debug message and minor cleanupSteve French2019-10-081-7/+4
* smb3: cleanup some recent endian errors spotted by updated sparseSteve French2019-10-061-1/+2
* smb3: pass mode bits into create callsSteve French2019-09-261-0/+20
* fs/cifs/smb2pdu.c: Make SMB2_notify_init staticzhengbin2019-09-231-1/+1
* smb3: fix leak in "open on server" perf counterSteve French2019-09-231-0/+1
* smb3: add missing worker function for SMB3 change notifySteve French2019-09-161-0/+85
* smb3: allow disabling requesting leasesSteve French2019-09-161-1/+1
* smb3: improve handling of share deleted (and share recreated)Steve French2019-09-161-0/+5
* cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg2019-09-161-14/+14
* smb3: fix signing verification of large readsSteve French2019-09-161-2/+2
* smb3: add dynamic tracepoints for flush and closeSteve French2019-09-161-2/+8
* cifs: fix dereference on ses before it is null checkedColin Ian King2019-09-161-3/+8
* cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg2019-09-161-54/+59
* smb3: Incorrect size for netname negotiate contextSteve French2019-09-161-2/+1
* cifs: remove redundant assignment to variable rcColin Ian King2019-09-161-1/+1
* cifs: prepare SMB2_Flush to be usable in compoundsRonnie Sahlberg2019-09-161-18/+40
* smb3: send CAP_DFS capability during session setupSteve French2019-08-051-0/+5
* SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-051-1/+1
* smb3: optimize open to not send query file internal infoSteve French2019-07-181-13/+33
* SMB3: query inode number on open via create contextSteve French2019-07-071-0/+48
* smb3: Send netname context during negotiate protocolSteve French2019-07-071-2/+23