aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-05smb3: send CAP_DFS capability during session setupSteve French1-0/+5
2019-08-05SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky1-1/+1
2019-07-18smb3: optimize open to not send query file internal infoSteve French1-13/+33
2019-07-07SMB3: query inode number on open via create contextSteve French1-0/+48
2019-07-07smb3: Send netname context during negotiate protocolSteve French1-2/+23
2019-07-07smb3: do not send compression info by defaultSteve French1-10/+12
2019-07-07SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French1-4/+4
2019-07-07cifs: Use kmemdup in SMB2_ioctl_init()YueHaibing1-2/+1
2019-06-13cifs: fix panic in smb2_reconnectRonnie Sahlberg1-1/+9
2019-05-28fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeMurphy Zhou1-2/+4
2019-05-28cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King1-1/+2
2019-05-15cifs: Allocate memory for all iovs in smb2_ioctlLong Li1-2/+19
2019-05-07Negotiate and save preferred compression algorithmsSteve French1-1/+45
2019-05-07cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg1-5/+5
2019-05-07cifs: add fiemap supportRonnie Sahlberg1-1/+6
2019-05-07SMB3: Add defines for new negotiate contextsSteve French1-4/+1
2019-05-07cifs: smbd: Retry on memory registration failureLong Li1-2/+2
2019-04-24cifs: fix memory leak in SMB2_readRonnie Sahlberg1-0/+1
2019-04-16cifs: Fix lease buffer length errorZhangXiaoxu1-1/+4
2019-04-16cifs: Fix use-after-free in SMB2_readZhangXiaoxu1-2/+2
2019-04-16cifs: Fix use-after-free in SMB2_writeZhangXiaoxu1-1/+1
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountSteve French1-3/+11
2019-04-01smb3: Fix enumerating snapshots to AzureSteve French1-13/+22
2019-03-22SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French1-1/+4
2019-03-22cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg1-2/+6
2019-03-14cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg1-2/+2
2019-03-14cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg1-57/+76
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg1-5/+7
2019-03-05smb3: request more credits on normal (non-large read/write) opsSteve French1-2/+2
2019-03-05smb3: add dynamic trace point for query_info_enter/doneSteve French1-0/+6
2019-03-05smb3: improve dynamic tracing of open and posix mkdirSteve French1-0/+5
2019-03-05smb3: add missing read completion trace pointSteve French1-1/+4
2019-03-05smb3: Add tracepoints for read, write and query_dir enterSteve French1-0/+15
2019-03-05smb3: add tracepoints for query dirSteve French1-2/+12
2019-03-05smb3: Update POSIX negotiate context with POSIX ctxt GUIDSteve French1-0/+17
2019-03-05CIFS: Remove custom credit adjustments for SMB2 async IOPavel Shilovsky1-21/+3
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky1-28/+8
2019-03-05CIFS: Check for reconnects before sending async requestsPavel Shilovsky1-3/+4
2019-03-05CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky1-13/+20
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky1-10/+29
2019-03-04CIFS: Always reset read error to -EIO if no responsePavel Shilovsky1-2/+1
2019-03-04cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon1-2/+8
2019-03-04smb3: request more credits on tree connectSteve French1-0/+3
2019-03-04cifs: replace snprintf with scnprintfRonnie Sahlberg1-3/+3
2019-01-31CIFS: fix use-after-free of the lease keysAurelien Aptel1-2/+2
2019-01-29CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky1-1/+1
2019-01-29CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky1-2/+2
2019-01-29CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky1-16/+30
2019-01-24CIFS: Do not assume one credit for async responsesPavel Shilovsky1-4/+11
2019-01-24cifs: fix memory leak of an allocated cifs_ntsd structureColin Ian King1-0/+8