summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)Author
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg
2021-07-31cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee
2021-05-26cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg
2021-05-11cifs: Return correct error code from smb2_get_enc_keyPaul Aurich
2020-12-30SMB3: avoid confusing warning message on mount to AzureSteve French
2020-12-02smb3: Handle error case during offload read pathRohith Surabattula
2020-12-02smb3: Avoid Mid pending list corruptionRohith Surabattula
2020-12-02smb3: Call cifs reconnect from demultiplex threadRohith Surabattula
2020-10-29SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula
2020-10-29cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N
2020-10-14cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy
2020-10-01CIFS: Properly process SMB3 lease breaksPavel Shilovsky
2020-10-01CIFS: Use common error handling code in smb2_ioctl_query_info()Markus Elfring
2020-06-30cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu
2020-06-30cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu
2020-06-30cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang
2020-04-29cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara
2020-03-25CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou
2020-03-12cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel
2020-02-19cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg
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