summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2019-03-14CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel
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-14smb2: fix typo in definition of a few error flagsSteve French
2019-03-14CIFS: make mknod() an smb_version_opAurelien Aptel
2019-03-14cifs: minor documentation updatesSteve French
2019-03-14cifs: remove unused value pointed out by CoveritySteve French
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: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg
2019-03-14smb3: Add dynamic trace points for various compounded smb3 opsSteve French
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg
2019-03-14smb3: display volume serial number for shares in /proc/fs/cifs/DebugDataSteve French
2019-03-14cifs: simplify how we handle credits in compound_send_recv()Ronnie Sahlberg
2019-03-14smb3: add dynamic tracepoint for timeout waiting for creditsSteve French
2019-03-14smb3: display security information in /proc/fs/cifs/DebugData more accuratelySteve French
2019-03-14cifs: add a timeout argument to wait_for_free_creditsRonnie Sahlberg
2019-03-14cifs: prevent starvation in wait_for_free_credits for multi-credit requestsRonnie Sahlberg
2019-03-14cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg
2019-03-14cifs: pass flags down into wait_for_free_credits()Ronnie Sahlberg
2019-03-14cifs: change wait_for_free_request() to take flags as argumentRonnie Sahlberg
2019-03-06fs: cifs: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult
2019-03-05smb3: request more credits on normal (non-large read/write) opsSteve French
2019-03-05CIFS: Mask off signals when sending SMB packetsPavel Shilovsky
2019-03-05CIFS: Return -EAGAIN instead of -ENOTSOCKPavel Shilovsky
2019-03-05CIFS: Only send SMB2_NEGOTIATE command on new TCP connectionsPavel Shilovsky
2019-03-05CIFS: Fix read after write for files with read cachingPavel Shilovsky
2019-03-05smb3: for kerberos mounts display the credential uid usedSteve French
2019-03-05cifs: use correct format charactersLouis Taylor
2019-03-05smb3: add dynamic trace point for query_info_enter/doneSteve French
2019-03-05smb3: add dynamic trace point for smb3_cmd_enterSteve French
2019-03-05smb3: improve dynamic tracing of open and posix mkdirSteve French
2019-03-05smb3: add missing read completion trace pointSteve French
2019-03-05smb3: Add tracepoints for read, write and query_dir enterSteve French
2019-03-05smb3: add tracepoints for query dirSteve French
2019-03-05smb3: Update POSIX negotiate context with POSIX ctxt GUIDSteve French
2019-03-05cifs: update internal module version numberSteve French
2019-03-05CIFS: Try to acquire credits at once for compound requestsPavel Shilovsky
2019-03-05CIFS: Return error code when getting file handle for writebackPavel Shilovsky
2019-03-05CIFS: Move open file handling to writepagesPavel Shilovsky
2019-03-05CIFS: Move unlocking pages from wdata_send_pages()Pavel Shilovsky
2019-03-05CIFS: Find and reopen a file before get MTU credits in writepagesPavel Shilovsky
2019-03-05CIFS: Reopen file before get SMB2 MTU credits for async IOPavel Shilovsky
2019-03-05CIFS: Remove custom credit adjustments for SMB2 async IOPavel Shilovsky
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky
2019-03-05CIFS: Check for reconnects before sending compound requestsPavel Shilovsky
2019-03-05CIFS: Check for reconnects before sending async requestsPavel Shilovsky
2019-03-05CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky