summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)AuthorLines
2019-03-14CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel-1/+13
2019-03-14SMB3: Allow SMB3 FSCTL queries to be sent to server from toolsRonnie Sahlberg-16/+46
2019-03-14cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_fallocRonnie Sahlberg-2/+12
2019-03-14smb2: fix typo in definition of a few error flagsSteve French-3/+3
2019-03-14CIFS: make mknod() an smb_version_opAurelien Aptel-104/+239
2019-03-14cifs: minor documentation updatesSteve French-0/+1
2019-03-14cifs: remove unused value pointed out by CoveritySteve French-4/+0
2019-03-14SMB3: passthru query info doesn't check for SMB3 FSCTL passthruSteve French-7/+22
2019-03-14smb3: add dynamic tracepoints for simple fallocate and zero rangeSteve French-0/+38
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg-19/+68
2019-03-14cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg-57/+80
2019-03-14smb3: Add dynamic trace points for various compounded smb3 opsSteve French-4/+185
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg-28/+118
2019-03-14smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataSteve French-0/+3
2019-03-14cifs: simplify how we handle credits in compound_send_recv()Ronnie Sahlberg-72/+38
2019-03-14smb3: add dynamic tracepoint for timeout waiting for creditsSteve French-0/+6
2019-03-14smb3: display security information in /proc/fs/cifs/DebugData more accuratelySteve French-1/+7
2019-03-14cifs: add a timeout argument to wait_for_free_creditsRonnie Sahlberg-10/+30
2019-03-14cifs: prevent starvation in wait_for_free_credits for multi-credit requestsRonnie Sahlberg-0/+28
2019-03-14cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg-10/+10
2019-03-14cifs: pass flags down into wait_for_free_credits()Ronnie Sahlberg-16/+14
2019-03-14cifs: change wait_for_free_request() to take flags as argumentRonnie Sahlberg-16/+17
2019-03-06fs: cifs: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult-60/+60
2019-03-05smb3: request more credits on normal (non-large read/write) opsSteve French-2/+2
2019-03-05CIFS: Mask off signals when sending SMB packetsPavel Shilovsky-3/+38
2019-03-05CIFS: Return -EAGAIN instead of -ENOTSOCKPavel Shilovsky-1/+2
2019-03-05CIFS: Only send SMB2_NEGOTIATE command on new TCP connectionsPavel Shilovsky-0/+8
2019-03-05CIFS: Fix read after write for files with read cachingPavel Shilovsky-5/+7
2019-03-05smb3: for kerberos mounts display the credential uid usedSteve French-1/+1
2019-03-05cifs: use correct format charactersLouis Taylor-3/+3
2019-03-05smb3: add dynamic trace point for query_info_enter/doneSteve French-0/+48
2019-03-05smb3: add dynamic trace point for smb3_cmd_enterSteve French-0/+4
2019-03-05smb3: improve dynamic tracing of open and posix mkdirSteve French-1/+45
2019-03-05smb3: add missing read completion trace pointSteve French-1/+4
2019-03-05smb3: Add tracepoints for read, write and query_dir enterSteve French-0/+18
2019-03-05smb3: add tracepoints for query dirSteve French-2/+14
2019-03-05smb3: Update POSIX negotiate context with POSIX ctxt GUIDSteve French-2/+19
2019-03-05cifs: update internal module version numberSteve French-1/+1
2019-03-05CIFS: Try to acquire credits at once for compound requestsPavel Shilovsky-5/+34
2019-03-05CIFS: Return error code when getting file handle for writebackPavel Shilovsky-32/+70
2019-03-05CIFS: Move open file handling to writepagesPavel Shilovsky-15/+14
2019-03-05CIFS: Move unlocking pages from wdata_send_pages()Pavel Shilovsky-7/+5
2019-03-05CIFS: Find and reopen a file before get MTU credits in writepagesPavel Shilovsky-6/+18
2019-03-05CIFS: Reopen file before get SMB2 MTU credits for async IOPavel Shilovsky-9/+30
2019-03-05CIFS: Remove custom credit adjustments for SMB2 async IOPavel Shilovsky-21/+3
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky-42/+94
2019-03-05CIFS: Check for reconnects before sending compound requestsPavel Shilovsky-2/+36
2019-03-05CIFS: Check for reconnects before sending async requestsPavel Shilovsky-9/+25
2019-03-05CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky-38/+64
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky-63/+118