aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky1-14/+30
2019-11-25cifs: try opening channels after mountingAurelien Aptel1-8/+10
2019-11-25cifs: switch servers depending on binding stateAurelien Aptel1-1/+1
2019-11-25cifs: sort interface list by speedAurelien Aptel1-0/+11
2019-11-25CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky1-7/+1
2019-11-25CIFS: Use common error handling code in smb2_ioctl_query_info()Markus Elfring1-22/+23
2019-11-25CIFS: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-9/+4
2019-10-27fix memory leak in large read decrypt offloadSteve French1-1/+2
2019-09-26CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky1-0/+5
2019-09-23smb3: fix leak in "open on server" perf counterSteve French1-0/+5
2019-09-16smb3: fix potential null dereference in decrypt offloadSteve French1-6/+3
2019-09-16smb3: fix unmount hang in open_shrootSteve French1-10/+11
2019-09-16smb3: improve handling of share deleted (and share recreated)Steve French1-1/+12
2019-09-16smb3: display max smb3 requests in flight at any one timeSteve French1-0/+2
2019-09-16smb3: only offload decryption of read responses if multiple requestsSteve French1-1/+1
2019-09-16smb3: enable offload of decryption of large reads via mount optionSteve French1-2/+2
2019-09-16smb3: allow parallelizing decryption of readsSteve French1-3/+80
2019-09-16cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg1-27/+27
2019-09-16cifs: remove unused variablezhengbin1-2/+0
2019-09-16cifs: add passthrough for smb2 setinfoRonnie Sahlberg1-4/+25
2019-08-05SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant1-1/+9
2019-08-05SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky1-12/+17
2019-07-18smb3: optimize open to not send query file internal infoSteve French1-3/+4
2019-07-18CIFS: fix deadlock in cached root handlingAurelien Aptel1-1/+45
2019-07-15cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg1-1/+10
2019-07-10cifs: fix parsing of symbolic link error responseRonnie Sahlberg1-4/+10
2019-07-07cifs: refactor and clean up arguments in the reparse point parsingRonnie Sahlberg1-35/+31
2019-07-07smb3: Allow query of symlinks stored as reparse pointsSteve French1-6/+54
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French1-12/+0
2019-07-07SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French1-5/+13
2019-07-07SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French1-2/+2
2019-06-28cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg1-4/+60
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner1-13/+0
2019-05-15cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg1-0/+88
2019-05-09smb3: trivial cleanup to smb2ops.cSteve French1-1/+1
2019-05-09cifs: cleanup smb2ops.c and normalize stringsChristoph Probst1-22/+22
2019-05-07SMB3: Clean up query symlink when reparse pointRonnie Sahlberg1-11/+99
2019-05-07cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst1-6/+8
2019-05-07cifs: fix smb3_zero_range for AzureRonnie Sahlberg1-47/+7
2019-05-07cifs: zero-range does not require the file is sparseRonnie Sahlberg1-12/+0
2019-05-07cifs: add fiemap supportRonnie Sahlberg1-0/+77
2019-05-07cifs: fix bi-directional fsctl passthrough callsRonnie Sahlberg1-1/+8
2019-05-07SMB3: Add handling for different FSCTL access flagsSteve French1-1/+9
2019-05-07cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg1-2/+15
2019-05-07SMB3: update comment to clarify enumerating snapshotsSteve French1-0/+8
2019-04-16cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg1-0/+2
2019-04-01cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.Ronnie Sahlberg1-5/+3
2019-04-01smb3: Fix enumerating snapshots to AzureSteve French1-12/+32
2019-04-01cifs: fix kref underflow in close_shroot()Ronnie Sahlberg1-9/+7
2019-03-14SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg1-16/+46