aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)Author
2020-07-16cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu
2020-07-16cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu
2020-07-16cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang
2020-06-04cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara
2020-05-21CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou
2020-05-04cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg
2020-04-16cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg
2020-02-11CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky
2019-10-05CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky
2019-10-05smb3: fix leak in "open on server" perf counterSteve French
2019-10-01smb3: fix unmount hang in open_shrootSteve French
2019-08-29SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant
2019-08-29SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky
2019-07-26CIFS: fix deadlock in cached root handlingAurelien Aptel
2019-07-26cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg
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
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg
2019-03-14cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky
2019-03-04CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky
2019-03-04CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky
2019-03-04CIFS: Do not log credits when unmounting a sharePavel Shilovsky
2019-03-04CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky
2019-03-04CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky
2019-03-04cifs: return -ENODATA when deleting an xattr that does not existRonnie Sahlberg
2019-01-29cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg