summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* 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-261-35/+29
* cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg2020-01-261-2/+7
* cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg2020-01-261-12/+84
* fs/cifs/smb2ops.c: use true,false for bool variablezhengbin2020-01-261-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-231-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-051-1/+9
* SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky2019-08-051-12/+17
* smb3: optimize open to not send query file internal infoSteve French2019-07-181-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-151-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-071-35/+31
* smb3: Allow query of symlinks stored as reparse pointsSteve French2019-07-071-6/+54
* cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-071-12/+0
* SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French2019-07-071-5/+13
* SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French2019-07-071-2/+2
* cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg2019-06-281-4/+60
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner2019-06-191-13/+0
* cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg2019-05-151-0/+88
* smb3: trivial cleanup to smb2ops.cSteve French2019-05-091-1/+1
* cifs: cleanup smb2ops.c and normalize stringsChristoph Probst2019-05-091-22/+22
* SMB3: Clean up query symlink when reparse pointRonnie Sahlberg2019-05-071-11/+99
* cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-05-071-6/+8
* cifs: fix smb3_zero_range for AzureRonnie Sahlberg2019-05-071-47/+7
* cifs: zero-range does not require the file is sparseRonnie Sahlberg2019-05-071-12/+0
* cifs: add fiemap supportRonnie Sahlberg2019-05-071-0/+77