summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-17cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke1-6/+7
2023-03-17SMB3: Backup intent flag missing from some more opsAmir Goldstein1-54/+27
2023-01-18cifs: fix oops during encryptionPaulo Alcantara1-75/+68
2022-11-25cifs: add check for returning value of SMB2_set_info_initAnastasia Belova1-0/+2
2022-09-15smb3: missing inode locks in punch holeDavid Howells1-5/+5
2022-08-25smb3: check xattr value length earlierSteve French1-2/+3
2022-06-14cifs: version operations for smb20 unneeded when legacy support disabledSteve French1-1/+6
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2021-07-31cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee1-2/+2
2021-05-26cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg1-0/+2
2021-05-11cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2020-12-30SMB3: avoid confusing warning message on mount to AzureSteve French1-1/+2
2020-12-02smb3: Handle error case during offload read pathRohith Surabattula1-1/+19
2020-12-02smb3: Avoid Mid pending list corruptionRohith Surabattula1-9/+46
2020-12-02smb3: Call cifs reconnect from demultiplex threadRohith Surabattula1-5/+8
2020-10-29SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula1-5/+7
2020-10-29cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N1-1/+1
2020-10-14cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-10-01CIFS: Properly process SMB3 lease breaksPavel Shilovsky1-14/+30
2020-10-01CIFS: Use common error handling code in smb2_ioctl_query_info()Markus Elfring1-22/+23
2020-06-30cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu1-0/+5
2020-06-30cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu1-0/+6
2020-06-30cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang1-0/+1
2020-04-29cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara1-0/+5
2020-03-25CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou1-1/+1
2020-03-12cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel1-1/+2
2020-02-19cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg1-1/+34
2020-02-01cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg1-2/+7
2019-12-21CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky1-7/+1
2019-10-27fix memory leak in large read decrypt offloadSteve French1-1/+2
2019-09-27CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky1-0/+5
2019-09-24smb3: 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-06SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant1-1/+9
2019-08-06SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky1-12/+17
2019-07-19smb3: 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-16cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg1-1/+10
2019-07-11cifs: fix parsing of symbolic link error responseRonnie Sahlberg1-4/+10
2019-07-08cifs: refactor and clean up arguments in the reparse point parsingRonnie Sahlberg1-35/+31
2019-07-08smb3: Allow query of symlinks stored as reparse pointsSteve French1-6/+54