summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-25cifs: try opening channels after mountingAurelien Aptel1-28/+50
2019-11-25cifs: switch servers depending on binding stateAurelien Aptel1-15/+16
2019-11-25CIFS: Close open handle after interrupted closePavel Shilovsky1-1/+15
2019-11-25cifs: close the shared root handle on tree disconnectRonnie Sahlberg1-0/+2
2019-10-09smb3: remove noisy debug message and minor cleanupSteve French1-7/+4
2019-10-07smb3: cleanup some recent endian errors spotted by updated sparseSteve French1-1/+2
2019-09-26smb3: pass mode bits into create callsSteve French1-0/+20
2019-09-24fs/cifs/smb2pdu.c: Make SMB2_notify_init staticzhengbin1-1/+1
2019-09-24smb3: fix leak in "open on server" perf counterSteve French1-0/+1
2019-09-16smb3: add missing worker function for SMB3 change notifySteve French1-0/+85
2019-09-16smb3: allow disabling requesting leasesSteve French1-1/+1
2019-09-16smb3: improve handling of share deleted (and share recreated)Steve French1-0/+5
2019-09-16cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg1-14/+14
2019-09-16smb3: fix signing verification of large readsSteve French1-2/+2
2019-09-16smb3: add dynamic tracepoints for flush and closeSteve French1-2/+8
2019-09-16cifs: fix dereference on ses before it is null checkedColin Ian King1-3/+8
2019-09-16cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg1-54/+59
2019-09-16smb3: Incorrect size for netname negotiate contextSteve French1-2/+1
2019-09-16cifs: remove redundant assignment to variable rcColin Ian King1-1/+1
2019-09-16cifs: prepare SMB2_Flush to be usable in compoundsRonnie Sahlberg1-18/+40
2019-08-06smb3: send CAP_DFS capability during session setupSteve French1-0/+5
2019-08-06SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky1-1/+1
2019-07-19smb3: optimize open to not send query file internal infoSteve French1-13/+33
2019-07-08SMB3: query inode number on open via create contextSteve French1-0/+48
2019-07-08smb3: Send netname context during negotiate protocolSteve French1-2/+23
2019-07-08smb3: do not send compression info by defaultSteve French1-10/+12
2019-07-08SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French1-4/+4
2019-07-08cifs: Use kmemdup in SMB2_ioctl_init()YueHaibing1-2/+1
2019-06-13cifs: fix panic in smb2_reconnectRonnie Sahlberg1-1/+9
2019-05-29fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeMurphy Zhou1-2/+4
2019-05-29cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King1-1/+2
2019-05-16cifs: Allocate memory for all iovs in smb2_ioctlLong Li1-2/+19
2019-05-08Negotiate and save preferred compression algorithmsSteve French1-1/+45
2019-05-08cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg1-5/+5
2019-05-08cifs: add fiemap supportRonnie Sahlberg1-1/+6
2019-05-08SMB3: Add defines for new negotiate contextsSteve French1-4/+1
2019-05-08cifs: 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-23SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French1-1/+4
2019-03-23cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg1-2/+6
2019-03-15cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg1-2/+2
2019-03-15cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg1-57/+76
2019-03-15cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg1-5/+7
2019-03-06smb3: request more credits on normal (non-large read/write) opsSteve French1-2/+2
2019-03-06smb3: add dynamic trace point for query_info_enter/doneSteve French1-0/+6