aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-16CIFS: keep FileInfo handle live during oplock breakAurelien Aptel4-10/+53
2019-04-16cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg1-0/+2
2019-04-16cifs: Fix lease buffer length errorZhangXiaoxu1-1/+4
2019-04-16cifs: Fix use-after-free in SMB2_readZhangXiaoxu1-2/+2
2019-04-16cifs: Fix use-after-free in SMB2_writeZhangXiaoxu1-1/+1
2019-04-01cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.Ronnie Sahlberg1-5/+3
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountSteve French5-5/+53
2019-04-01smb3: Fix enumerating snapshots to AzureSteve French4-28/+58
2019-04-01cifs: fix kref underflow in close_shroot()Ronnie Sahlberg1-9/+7
2019-03-22cifs: update internal module version numberSteve French1-1/+1
2019-03-22SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French1-1/+4
2019-03-22cifs: Fix slab-out-of-bounds when tracing SMB tconPaulo Alcantara (SUSE)1-3/+3
2019-03-22cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg1-2/+6
2019-03-22fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French1-1/+2
2019-03-22cifs: fix that return -EINVAL when do dedupe operationXiaoli Feng1-1/+1
2019-03-22CIFS: Fix an issue with re-sending rdata when transport returning -EAGAINLong Li1-30/+41
2019-03-22CIFS: Fix an issue with re-sending wdata when transport returning -EAGAINLong Li1-32/+45
2019-03-14CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel1-1/+13
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-14smb2: fix typo in definition of a few error flagsSteve French1-3/+3
2019-03-14CIFS: make mknod() an smb_version_opAurelien Aptel4-104/+239
2019-03-14cifs: minor documentation updatesSteve French1-0/+1
2019-03-14cifs: remove unused value pointed out by CoveritySteve French1-4/+0
2019-03-14SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French2-7/+22
2019-03-14smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French2-0/+38
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg3-19/+68
2019-03-14cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg2-57/+80
2019-03-14smb3: Add dynamic trace points for various compounded smb3 opsSteve French2-4/+185
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg5-28/+118
2019-03-14smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataSteve French1-0/+3
2019-03-14cifs: simplify how we handle credits in compound_send_recv()Ronnie Sahlberg1-72/+38
2019-03-14smb3: add dynamic tracepoint for timeout waiting for creditsSteve French2-0/+6
2019-03-14smb3: display security information in /proc/fs/cifs/DebugData more accuratelySteve French1-1/+7
2019-03-14cifs: add a timeout argument to wait_for_free_creditsRonnie Sahlberg1-10/+30
2019-03-14cifs: prevent starvation in wait_for_free_credits for multi-credit requestsRonnie Sahlberg1-0/+28
2019-03-14cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg3-10/+10
2019-03-14cifs: pass flags down into wait_for_free_credits()Ronnie Sahlberg1-16/+14
2019-03-14cifs: change wait_for_free_request() to take flags as argumentRonnie Sahlberg1-16/+17
2019-03-06fs: cifs: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult1-60/+60
2019-03-05smb3: request more credits on normal (non-large read/write) opsSteve French1-2/+2
2019-03-05CIFS: Mask off signals when sending SMB packetsPavel Shilovsky1-3/+38
2019-03-05CIFS: Return -EAGAIN instead of -ENOTSOCKPavel Shilovsky1-1/+2
2019-03-05CIFS: Only send SMB2_NEGOTIATE command on new TCP connectionsPavel Shilovsky1-0/+8
2019-03-05CIFS: Fix read after write for files with read cachingPavel Shilovsky1-5/+7
2019-03-05smb3: for kerberos mounts display the credential uid usedSteve French1-1/+1
2019-03-05cifs: use correct format charactersLouis Taylor2-3/+3
2019-03-05smb3: add dynamic trace point for query_info_enter/doneSteve French2-0/+48
2019-03-05smb3: add dynamic trace point for smb3_cmd_enterSteve French2-0/+4
2019-03-05smb3: improve dynamic tracing of open and posix mkdirSteve French2-1/+45