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