summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* smb3: add dynamic trace point for query_info_enter/doneSteve French2019-03-052-0/+48
* smb3: add dynamic trace point for smb3_cmd_enterSteve French2019-03-052-0/+4
* smb3: improve dynamic tracing of open and posix mkdirSteve French2019-03-052-1/+45
* smb3: add missing read completion trace pointSteve French2019-03-051-1/+4
* smb3: Add tracepoints for read, write and query_dir enterSteve French2019-03-052-0/+18
* smb3: add tracepoints for query dirSteve French2019-03-052-2/+14
* smb3: Update POSIX negotiate context with POSIX ctxt GUIDSteve French2019-03-052-2/+19
* cifs: update internal module version numberSteve French2019-03-051-1/+1
* CIFS: Try to acquire credits at once for compound requestsPavel Shilovsky2019-03-051-5/+34
* CIFS: Return error code when getting file handle for writebackPavel Shilovsky2019-03-053-32/+70
* CIFS: Move open file handling to writepagesPavel Shilovsky2019-03-051-15/+14
* CIFS: Move unlocking pages from wdata_send_pages()Pavel Shilovsky2019-03-051-7/+5
* CIFS: Find and reopen a file before get MTU credits in writepagesPavel Shilovsky2019-03-051-6/+18
* CIFS: Reopen file before get SMB2 MTU credits for async IOPavel Shilovsky2019-03-051-9/+30
* CIFS: Remove custom credit adjustments for SMB2 async IOPavel Shilovsky2019-03-051-21/+3
* CIFS: Adjust MTU credits before reopening a filePavel Shilovsky2019-03-054-42/+94
* CIFS: Check for reconnects before sending compound requestsPavel Shilovsky2019-03-051-2/+36
* CIFS: Check for reconnects before sending async requestsPavel Shilovsky2019-03-054-9/+25
* CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky2019-03-054-38/+64
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-058-63/+118
* CIFS: Set reconnect instance to one initiallyPavel Shilovsky2019-03-051-1/+1
* CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky2019-03-042-6/+7
* CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky2019-03-044-7/+7
* CIFS: Do not log credits when unmounting a sharePavel Shilovsky2019-03-041-1/+2
* CIFS: Always reset read error to -EIO if no responsePavel Shilovsky2019-03-041-2/+1
* cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon2019-03-041-2/+8
* CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky2019-03-044-3/+49
* smb3: request more credits on tree connectSteve French2019-03-041-0/+3
* smb3: make default i/o size for smb3 mounts largerSteve French2019-03-045-3/+28
* CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky2019-03-042-6/+26
* smb3: fix bytes_read statisticsSteve French2019-03-041-2/+0
* cifs: return -ENODATA when deleting an xattr that does not existRonnie Sahlberg2019-03-041-0/+10
* cifs: add credits from unmatched responses/messagesRonnie Sahlberg2019-03-042-7/+22
* cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-045-19/+19
* cifs: Fix NULL pointer dereference of devnameYao Liu2019-03-041-0/+5
* CIFS: Fix leaking locked VFS cache pages in writeback retryPavel Shilovsky2019-03-041-4/+13
* cifs: update internal module version numberSteve French2019-01-311-1/+1
* CIFS: fix use-after-free of the lease keysAurelien Aptel2019-01-311-2/+2
* CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-01-291-1/+1
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-01-291-2/+2
* CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky2019-01-291-16/+30
* CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky2019-01-291-3/+8
* cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg2019-01-292-3/+16
* cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg2019-01-291-2/+2
* cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugDataRonnie Sahlberg2019-01-241-0/+1
* smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg2019-01-241-0/+7
* CIFS: Fix mounts if the client is low on creditsPavel Shilovsky2019-01-241-0/+17
* CIFS: Do not assume one credit for async responsesPavel Shilovsky2019-01-241-4/+11
* CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky2019-01-242-11/+6
* CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky2019-01-241-10/+14