summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)Author
2020-02-01cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg
2019-12-21CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky
2019-10-27fix memory leak in large read decrypt offloadSteve French
2019-09-26CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky
2019-09-23smb3: fix leak in "open on server" perf counterSteve French
2019-09-16smb3: fix potential null dereference in decrypt offloadSteve French
2019-09-16smb3: fix unmount hang in open_shrootSteve French
2019-09-16smb3: improve handling of share deleted (and share recreated)Steve French
2019-09-16smb3: display max smb3 requests in flight at any one timeSteve French
2019-09-16smb3: only offload decryption of read responses if multiple requestsSteve French
2019-09-16smb3: enable offload of decryption of large reads via mount optionSteve French
2019-09-16smb3: allow parallelizing decryption of readsSteve French
2019-09-16cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg
2019-09-16cifs: remove unused variablezhengbin
2019-09-16cifs: add passthrough for smb2 setinfoRonnie Sahlberg
2019-08-05SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant
2019-08-05SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky
2019-07-18smb3: optimize open to not send query file internal infoSteve French
2019-07-18CIFS: fix deadlock in cached root handlingAurelien Aptel
2019-07-15cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg
2019-07-10cifs: fix parsing of symbolic link error responseRonnie Sahlberg
2019-07-07cifs: refactor and clean up arguments in the reparse point parsingRonnie Sahlberg
2019-07-07smb3: Allow query of symlinks stored as reparse pointsSteve French
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French
2019-07-07SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French
2019-07-07SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French
2019-06-28cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner
2019-05-15cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg
2019-05-09smb3: trivial cleanup to smb2ops.cSteve French
2019-05-09cifs: cleanup smb2ops.c and normalize stringsChristoph Probst
2019-05-07SMB3: Clean up query symlink when reparse pointRonnie Sahlberg
2019-05-07cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst
2019-05-07cifs: fix smb3_zero_range for AzureRonnie Sahlberg
2019-05-07cifs: zero-range does not require the file is sparseRonnie Sahlberg
2019-05-07cifs: add fiemap supportRonnie Sahlberg
2019-05-07cifs: fix bi-directional fsctl passthrough callsRonnie Sahlberg
2019-05-07SMB3: Add handling for different FSCTL access flagsSteve French
2019-05-07cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg
2019-05-07SMB3: update comment to clarify enumerating snapshotsSteve French
2019-04-16cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg
2019-04-01cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.Ronnie Sahlberg
2019-04-01smb3: Fix enumerating snapshots to AzureSteve French
2019-04-01cifs: fix kref underflow in close_shroot()Ronnie Sahlberg
2019-03-14SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg
2019-03-14cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocRonnie Sahlberg
2019-03-14CIFS: make mknod() an smb_version_opAurelien Aptel
2019-03-14SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French
2019-03-14smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg