aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
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
2019-03-05CIFS: Set reconnect instance to one initiallyPavel Shilovsky
2019-03-04CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky
2019-03-04CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky
2019-03-04CIFS: Do not log credits when unmounting a sharePavel Shilovsky
2019-03-04CIFS: Always reset read error to -EIO if no responsePavel Shilovsky
2019-03-04cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon
2019-03-04CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky
2019-03-04smb3: request more credits on tree connectSteve French
2019-03-04smb3: make default i/o size for smb3 mounts largerSteve French
2019-03-04CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky
2019-03-04smb3: fix bytes_read statisticsSteve French
2019-03-04cifs: return -ENODATA when deleting an xattr that does not existRonnie Sahlberg
2019-03-04cifs: add credits from unmatched responses/messagesRonnie Sahlberg
2019-03-04cifs: replace snprintf with scnprintfRonnie Sahlberg
2019-03-04cifs: Fix NULL pointer dereference of devnameYao Liu
2019-03-04CIFS: Fix leaking locked VFS cache pages in writeback retryPavel Shilovsky
2019-01-31cifs: update internal module version numberSteve French
2019-01-31CIFS: fix use-after-free of the lease keysAurelien Aptel
2019-01-29CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky
2019-01-29CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky
2019-01-29CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky
2019-01-29CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky