aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French1-12/+0
2019-07-07SMB3.1.1: Add GCM crypto to the encrypt and decrypt functionsSteve French1-5/+13
2019-07-07SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French1-2/+2
2019-06-28cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg1-4/+60
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner1-13/+0
2019-05-15cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg1-0/+88
2019-05-09smb3: trivial cleanup to smb2ops.cSteve French1-1/+1
2019-05-09cifs: cleanup smb2ops.c and normalize stringsChristoph Probst1-22/+22
2019-05-07SMB3: Clean up query symlink when reparse pointRonnie Sahlberg1-11/+99
2019-05-07cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst1-6/+8
2019-05-07cifs: fix smb3_zero_range for AzureRonnie Sahlberg1-47/+7
2019-05-07cifs: zero-range does not require the file is sparseRonnie Sahlberg1-12/+0
2019-05-07cifs: add fiemap supportRonnie Sahlberg1-0/+77
2019-05-07cifs: fix bi-directional fsctl passthrough callsRonnie Sahlberg1-1/+8
2019-05-07SMB3: Add handling for different FSCTL access flagsSteve French1-1/+9
2019-05-07cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg1-2/+15
2019-05-07SMB3: update comment to clarify enumerating snapshotsSteve French1-0/+8
2019-04-16cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg1-0/+2
2019-04-01cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.Ronnie Sahlberg1-5/+3
2019-04-01smb3: Fix enumerating snapshots to AzureSteve French1-12/+32
2019-04-01cifs: fix kref underflow in close_shroot()Ronnie Sahlberg1-9/+7
2019-03-14SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg1-16/+46
2019-03-14cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocRonnie Sahlberg1-2/+12
2019-03-14CIFS: make mknod() an smb_version_opAurelien Aptel1-0/+102
2019-03-14SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French1-7/+19
2019-03-14smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French1-0/+32
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg1-17/+59
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg1-18/+95
2019-03-14cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg1-1/+1
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky1-0/+35
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky1-7/+20
2019-03-04CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky1-3/+3
2019-03-04CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky1-3/+3
2019-03-04CIFS: Do not log credits when unmounting a sharePavel Shilovsky1-1/+2
2019-03-04CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky1-0/+13
2019-03-04CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky1-3/+12
2019-03-04cifs: return -ENODATA when deleting an xattr that does not existRonnie Sahlberg1-0/+10
2019-01-29cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg1-1/+3
2019-01-24CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky1-1/+5
2019-01-24CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky1-10/+14
2019-01-24CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky1-7/+25
2019-01-24CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky1-3/+3
2019-01-02smb3: fix large reads on encrypted connectionsPaul Aurich1-1/+3
2018-12-31cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg1-21/+46
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg1-62/+43
2018-12-23cifs: create a helper function for compound query_infoRonnie Sahlberg1-26/+56
2018-12-23cifs: use a compound for setting an xattrRonnie Sahlberg1-18/+70
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg1-8/+15
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French1-0/+3
2018-11-02cifs: fix return value for cifs_listxattrRonnie Sahlberg1-5/+6