summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-10-051-0/+5
* smb3: fix leak in "open on server" perf counterSteve French2019-10-051-0/+5
* smb3: fix unmount hang in open_shrootSteve French2019-10-011-10/+11
* SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant2019-08-291-1/+9
* SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky2019-08-291-12/+17
* CIFS: fix deadlock in cached root handlingAurelien Aptel2019-07-261-1/+45
* cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2019-07-261-1/+10
* 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
* cifs: fix bi-directional fsctl passthrough callsRonnie Sahlberg2019-05-071-1/+8
* SMB3: Add handling for different FSCTL access flagsSteve French2019-05-071-1/+9
* cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg2019-05-071-2/+15
* SMB3: update comment to clarify enumerating snapshotsSteve French2019-05-071-0/+8
* cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg2019-04-161-0/+2
* cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.Ronnie Sahlberg2019-04-011-5/+3
* smb3: Fix enumerating snapshots to AzureSteve French2019-04-011-12/+32
* cifs: fix kref underflow in close_shroot()Ronnie Sahlberg2019-04-011-9/+7
* SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg2019-03-141-16/+46
* cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocRonnie Sahlberg2019-03-141-2/+12
* CIFS: make mknod() an smb_version_opAurelien Aptel2019-03-141-0/+102
* SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French2019-03-141-7/+19
* smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French2019-03-141-0/+32
* cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg2019-03-141-17/+59
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-141-18/+95
* cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg2019-03-141-1/+1
* CIFS: Adjust MTU credits before reopening a filePavel Shilovsky2019-03-051-0/+35
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-051-7/+20
* CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky2019-03-041-3/+3
* CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky2019-03-041-3/+3
* CIFS: Do not log credits when unmounting a sharePavel Shilovsky2019-03-041-1/+2
* CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky2019-03-041-0/+13
* CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky2019-03-041-3/+12
* cifs: return -ENODATA when deleting an xattr that does not existRonnie Sahlberg2019-03-041-0/+10
* cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg2019-01-291-1/+3
* CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky2019-01-241-1/+5
* CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky2019-01-241-10/+14
* CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2019-01-241-7/+25
* CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky2019-01-241-3/+3
* smb3: fix large reads on encrypted connectionsPaul Aurich2019-01-021-1/+3
* cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg2018-12-311-21/+46
* cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg2018-12-231-62/+43
* cifs: create a helper function for compound query_infoRonnie Sahlberg2018-12-231-26/+56