summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara2020-04-231-0/+5
* cifs: smbd: Calculate the correct maximum packet size for segmented SMBDirect...Long Li2020-03-291-22/+16
* CIFS: check new file size when extending file by fallocateMurphy Zhou2020-03-231-0/+4
* cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel2020-03-231-8/+15
* cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher2020-03-231-3/+0
* CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou2020-03-171-1/+1
* CIFS: Increment num_remote_opens stats counter even in case of smb2_query_dir...Shyam Prasad N2020-03-171-0/+2
* cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-02-241-1/+2
* cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg2020-02-141-1/+34
* cifs: enable change notification for SMB2.1 dialectSteve French2020-02-141-0/+1
* cifs: add SMB3 change notification supportSteve French2020-02-061-0/+62
* smb3: fix problem with null cifs super block with previous patchSteve French2020-02-051-1/+1
* SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-031-54/+27
* cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg2020-01-271-35/+29
* cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg2020-01-271-2/+7
* cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg2020-01-271-12/+84
* fs/cifs/smb2ops.c: use true,false for bool variablezhengbin2020-01-271-1/+1
* CIFS: Close cached root handle only if it has a leasePavel Shilovsky2019-12-131-1/+18
* smb3: query attributes on file closeSteve French2019-12-031-4/+45
* CIFS: Properly process SMB3 lease breaksPavel Shilovsky2019-11-251-14/+30
* cifs: try opening channels after mountingAurelien Aptel2019-11-251-8/+10
* cifs: switch servers depending on binding stateAurelien Aptel2019-11-251-1/+1
* cifs: sort interface list by speedAurelien Aptel2019-11-251-0/+11
* CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky2019-11-251-7/+1
* CIFS: Use common error handling code in smb2_ioctl_query_info()Markus Elfring2019-11-251-22/+23
* CIFS: Use memdup_user() rather than duplicating its implementationMarkus Elfring2019-11-251-9/+4
* fix memory leak in large read decrypt offloadSteve French2019-10-271-1/+2
* CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-09-261-0/+5
* smb3: fix leak in "open on server" perf counterSteve French2019-09-241-0/+5
* smb3: fix potential null dereference in decrypt offloadSteve French2019-09-161-6/+3
* smb3: fix unmount hang in open_shrootSteve French2019-09-161-10/+11
* smb3: improve handling of share deleted (and share recreated)Steve French2019-09-161-1/+12
* smb3: display max smb3 requests in flight at any one timeSteve French2019-09-161-0/+2
* smb3: only offload decryption of read responses if multiple requestsSteve French2019-09-161-1/+1
* smb3: enable offload of decryption of large reads via mount optionSteve French2019-09-161-2/+2
* smb3: allow parallelizing decryption of readsSteve French2019-09-161-3/+80
* cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg2019-09-161-27/+27
* cifs: remove unused variablezhengbin2019-09-161-2/+0
* cifs: add passthrough for smb2 setinfoRonnie Sahlberg2019-09-161-4/+25
* SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant2019-08-061-1/+9
* SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky2019-08-061-12/+17
* smb3: optimize open to not send query file internal infoSteve French2019-07-191-3/+4
* CIFS: fix deadlock in cached root handlingAurelien Aptel2019-07-181-1/+45
* cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2019-07-161-1/+10
* cifs: fix parsing of symbolic link error responseRonnie Sahlberg2019-07-101-4/+10
* cifs: refactor and clean up arguments in the reparse point parsingRonnie Sahlberg2019-07-081-35/+31
* smb3: Allow query of symlinks stored as reparse pointsSteve French2019-07-081-6/+54
* cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-081-12/+0
* SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French2019-07-081-5/+13
* SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French2019-07-081-2/+2