aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)Author
2020-09-17smb3: warn on confusing error scenario with sec=krb5Steve French
2020-07-07smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon
2020-07-07smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French
2020-05-15cifs: log warning message (once) if out of disk spaceSteve French
2020-05-04cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg
2020-04-16cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg
2020-03-20cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)
2020-02-11CIFS: Close open handle after interrupted closePavel Shilovsky
2019-10-05smb3: fix leak in "open on server" perf counterSteve French
2019-10-05smb3: allow disabling requesting leasesSteve French
2019-08-16smb3: send CAP_DFS capability during session setupSteve French
2019-08-16SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky
2019-06-13cifs: fix panic in smb2_reconnectRonnie Sahlberg
2019-05-28fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeMurphy Zhou
2019-05-28cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King
2019-05-15cifs: Allocate memory for all iovs in smb2_ioctlLong Li
2019-05-07Negotiate and save preferred compression algorithmsSteve French
2019-05-07cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg
2019-05-07cifs: add fiemap supportRonnie Sahlberg
2019-05-07SMB3: Add defines for new negotiate contextsSteve French
2019-05-07cifs: smbd: Retry on memory registration failureLong Li
2019-04-24cifs: fix memory leak in SMB2_readRonnie Sahlberg
2019-04-16cifs: Fix lease buffer length errorZhangXiaoxu
2019-04-16cifs: Fix use-after-free in SMB2_readZhangXiaoxu
2019-04-16cifs: Fix use-after-free in SMB2_writeZhangXiaoxu
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountSteve French
2019-04-01smb3: Fix enumerating snapshots to AzureSteve French
2019-03-22SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French
2019-03-22cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg
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-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg
2019-03-05smb3: request more credits on normal (non-large read/write) opsSteve French
2019-03-05smb3: add dynamic trace point for query_info_enter/doneSteve 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: 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 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-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-04smb3: request more credits on tree connectSteve French
2019-03-04cifs: replace snprintf with scnprintfRonnie Sahlberg
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