summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)Author
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
2019-01-24CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky
2019-01-24CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky
2019-01-24CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky
2019-01-24CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky
2019-01-02smb3: fix large reads on encrypted connectionsPaul Aurich
2018-12-31cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg
2018-12-23cifs: create a helper function for compound query_infoRonnie Sahlberg
2018-12-23cifs: use a compound for setting an xattrRonnie Sahlberg
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French
2018-11-02cifs: fix return value for cifs_listxattrRonnie Sahlberg
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French
2018-10-23cifs: add support for ioctl on directoriesRonnie Sahlberg
2018-10-23smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGustavo A. R. Silva
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg