summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant2019-08-061-1/+9
* SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky2019-08-061-12/+17
* smb3: optimize open to not send query file internal infoSteve French2019-07-191-3/+4
* CIFS: fix deadlock in cached root handlingAurelien Aptel2019-07-181-1/+45
* cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2019-07-161-1/+10
* cifs: fix parsing of symbolic link error responseRonnie Sahlberg2019-07-101-4/+10
* cifs: refactor and clean up arguments in the reparse point parsingRonnie Sahlberg2019-07-081-35/+31Star
* smb3: Allow query of symlinks stored as reparse pointsSteve French2019-07-081-6/+54
* cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-081-12/+0Star
* SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French2019-07-081-5/+13
* SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French2019-07-081-2/+2
* 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/+0Star
* cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg2019-05-161-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-081-11/+99
* cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-05-081-6/+8
* cifs: fix smb3_zero_range for AzureRonnie Sahlberg2019-05-081-47/+7Star
* cifs: zero-range does not require the file is sparseRonnie Sahlberg2019-05-081-12/+0Star
* cifs: add fiemap supportRonnie Sahlberg2019-05-081-0/+77
* cifs: fix bi-directional fsctl passthrough callsRonnie Sahlberg2019-05-081-1/+8
* SMB3: Add handling for different FSCTL access flagsSteve French2019-05-081-1/+9
* cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg2019-05-081-2/+15
* SMB3: update comment to clarify enumerating snapshotsSteve French2019-05-081-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/+3Star
* smb3: Fix enumerating snapshots to AzureSteve French2019-04-011-12/+32
* cifs: fix kref underflow in close_shroot()Ronnie Sahlberg2019-04-011-9/+7Star
* SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg2019-03-151-16/+46
* cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocRonnie Sahlberg2019-03-151-2/+12
* CIFS: make mknod() an smb_version_opAurelien Aptel2019-03-151-0/+102
* SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French2019-03-151-7/+19
* smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French2019-03-151-0/+32
* cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg2019-03-151-17/+59
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-151-18/+95
* cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg2019-03-151-1/+1
* CIFS: Adjust MTU credits before reopening a filePavel Shilovsky2019-03-061-0/+35
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-061-7/+20
* CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky2019-03-051-3/+3
* CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky2019-03-051-3/+3
* CIFS: Do not log credits when unmounting a sharePavel Shilovsky2019-03-051-1/+2
* CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky2019-03-051-0/+13
* CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky2019-03-051-3/+12
* cifs: return -ENODATA when deleting an xattr that does not existRonnie Sahlberg2019-03-051-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