aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2019-03-22cifs: update internal module version numberGravatar Steve French 1-1/+1
2019-03-22SMB3: Fix SMB3.1.1 guest mounts to SambaGravatar Steve French 1-1/+4
2019-03-22cifs: Fix slab-out-of-bounds when tracing SMB tconGravatar Paulo Alcantara (SUSE) 1-3/+3
2019-03-22cifs: allow guest mounts to work for smb3.11Gravatar Ronnie Sahlberg 1-2/+6
2019-03-22fix incorrect error code mapping for OBJECTID_NOT_FOUNDGravatar Steve French 1-1/+2
2019-03-22cifs: fix that return -EINVAL when do dedupe operationGravatar Xiaoli Feng 1-1/+1
2019-03-22CIFS: Fix an issue with re-sending rdata when transport returning -EAGAINGravatar Long Li 1-30/+41
2019-03-22CIFS: Fix an issue with re-sending wdata when transport returning -EAGAINGravatar Long Li 1-32/+45
2019-03-14CIFS: fix POSIX lock leak and invalid ptr derefGravatar Aurelien Aptel 1-1/+13
2019-03-14SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsGravatar Ronnie Sahlberg 1-16/+46
2019-03-14cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocGravatar Ronnie Sahlberg 1-2/+12
2019-03-14smb2: fix typo in definition of a few error flagsGravatar Steve French 1-3/+3
2019-03-14CIFS: make mknod() an smb_version_opGravatar Aurelien Aptel 4-104/+239
2019-03-14cifs: minor documentation updatesGravatar Steve French 1-0/+1
2019-03-14cifs: remove unused value pointed out by CoverityGravatar Steve French 1-4/+0
2019-03-14SMB3: passthru query info doesn't check for SMB3 FSCTL passthruGravatar Steve French 2-7/+22
2019-03-14smb3: add dynamic tracepoints for simple fallocate and zero rangeGravatar Steve French 2-0/+38
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredGravatar Ronnie Sahlberg 3-19/+68
2019-03-14cifs: add SMB2_ioctl_init/free helpers to be used with compoundingGravatar Ronnie Sahlberg 2-57/+80
2019-03-14smb3: Add dynamic trace points for various compounded smb3 opsGravatar Steve French 2-4/+185
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleGravatar Ronnie Sahlberg 5-28/+118
2019-03-14smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataGravatar Steve French 1-0/+3
2019-03-14cifs: simplify how we handle credits in compound_send_recv()Gravatar Ronnie Sahlberg 1-72/+38
2019-03-14smb3: add dynamic tracepoint for timeout waiting for creditsGravatar Steve French 2-0/+6
2019-03-14smb3: display security information in /proc/fs/cifs/DebugData more accuratelyGravatar Steve French 1-1/+7
2019-03-14cifs: add a timeout argument to wait_for_free_creditsGravatar Ronnie Sahlberg 1-10/+30
2019-03-14cifs: prevent starvation in wait_for_free_credits for multi-credit requestsGravatar Ronnie Sahlberg 1-0/+28
2019-03-14cifs: wait_for_free_credits() make it possible to wait for >=1 creditsGravatar Ronnie Sahlberg 3-10/+10
2019-03-14cifs: pass flags down into wait_for_free_credits()Gravatar Ronnie Sahlberg 1-16/+14
2019-03-14cifs: change wait_for_free_request() to take flags as argumentGravatar Ronnie Sahlberg 1-16/+17
2019-03-06fs: cifs: Kconfig: pedantic formattingGravatar Enrico Weigelt, metux IT consult 1-60/+60
2019-03-05smb3: request more credits on normal (non-large read/write) opsGravatar Steve French 1-2/+2
2019-03-05CIFS: Mask off signals when sending SMB packetsGravatar Pavel Shilovsky 1-3/+38
2019-03-05CIFS: Return -EAGAIN instead of -ENOTSOCKGravatar Pavel Shilovsky 1-1/+2
2019-03-05CIFS: Only send SMB2_NEGOTIATE command on new TCP connectionsGravatar Pavel Shilovsky 1-0/+8
2019-03-05CIFS: Fix read after write for files with read cachingGravatar Pavel Shilovsky 1-5/+7
2019-03-05smb3: for kerberos mounts display the credential uid usedGravatar Steve French 1-1/+1
2019-03-05cifs: use correct format charactersGravatar Louis Taylor 2-3/+3
2019-03-05smb3: add dynamic trace point for query_info_enter/doneGravatar Steve French 2-0/+48
2019-03-05smb3: add dynamic trace point for smb3_cmd_enterGravatar Steve French 2-0/+4
2019-03-05smb3: improve dynamic tracing of open and posix mkdirGravatar Steve French 2-1/+45
2019-03-05smb3: add missing read completion trace pointGravatar Steve French 1-1/+4
2019-03-05smb3: Add tracepoints for read, write and query_dir enterGravatar Steve French 2-0/+18
2019-03-05smb3: add tracepoints for query dirGravatar Steve French 2-2/+14
2019-03-05smb3: Update POSIX negotiate context with POSIX ctxt GUIDGravatar Steve French 2-2/+19
2019-03-05cifs: update internal module version numberGravatar Steve French 1-1/+1
2019-03-05CIFS: Try to acquire credits at once for compound requestsGravatar Pavel Shilovsky 1-5/+34
2019-03-05CIFS: Return error code when getting file handle for writebackGravatar Pavel Shilovsky 3-32/+70
2019-03-05CIFS: Move open file handling to writepagesGravatar Pavel Shilovsky 1-15/+14
2019-03-05CIFS: Move unlocking pages from wdata_send_pages()Gravatar Pavel Shilovsky 1-7/+5