summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: pass mode bits into create callsSteve French2019-09-261-0/+20
* fs/cifs/smb2pdu.c: Make SMB2_notify_init staticzhengbin2019-09-231-1/+1
* smb3: fix leak in "open on server" perf counterSteve French2019-09-231-0/+1
* smb3: add missing worker function for SMB3 change notifySteve French2019-09-161-0/+85
* smb3: allow disabling requesting leasesSteve French2019-09-161-1/+1
* smb3: improve handling of share deleted (and share recreated)Steve French2019-09-161-0/+5
* cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg2019-09-161-14/+14
* smb3: fix signing verification of large readsSteve French2019-09-161-2/+2
* smb3: add dynamic tracepoints for flush and closeSteve French2019-09-161-2/+8
* cifs: fix dereference on ses before it is null checkedColin Ian King2019-09-161-3/+8
* cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg2019-09-161-54/+59
* smb3: Incorrect size for netname negotiate contextSteve French2019-09-161-2/+1
* cifs: remove redundant assignment to variable rcColin Ian King2019-09-161-1/+1
* cifs: prepare SMB2_Flush to be usable in compoundsRonnie Sahlberg2019-09-161-18/+40
* smb3: send CAP_DFS capability during session setupSteve French2019-08-051-0/+5
* SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-051-1/+1
* smb3: optimize open to not send query file internal infoSteve French2019-07-181-13/+33
* SMB3: query inode number on open via create contextSteve French2019-07-071-0/+48
* smb3: Send netname context during negotiate protocolSteve French2019-07-071-2/+23
* smb3: do not send compression info by defaultSteve French2019-07-071-10/+12
* SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French2019-07-071-4/+4
* cifs: Use kmemdup in SMB2_ioctl_init()YueHaibing2019-07-071-2/+1
* cifs: fix panic in smb2_reconnectRonnie Sahlberg2019-06-131-1/+9
* fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeMurphy Zhou2019-05-281-2/+4
* cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King2019-05-281-1/+2
* cifs: Allocate memory for all iovs in smb2_ioctlLong Li2019-05-151-2/+19
* Negotiate and save preferred compression algorithmsSteve French2019-05-071-1/+45
* cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg2019-05-071-5/+5
* cifs: add fiemap supportRonnie Sahlberg2019-05-071-1/+6
* SMB3: Add defines for new negotiate contextsSteve French2019-05-071-4/+1
* cifs: smbd: Retry on memory registration failureLong Li2019-05-071-2/+2
* cifs: fix memory leak in SMB2_readRonnie Sahlberg2019-04-241-0/+1
* cifs: Fix lease buffer length errorZhangXiaoxu2019-04-161-1/+4
* cifs: Fix use-after-free in SMB2_readZhangXiaoxu2019-04-161-2/+2
* cifs: Fix use-after-free in SMB2_writeZhangXiaoxu2019-04-161-1/+1
* SMB3: Allow persistent handle timeout to be configurable on mountSteve French2019-04-011-3/+11
* smb3: Fix enumerating snapshots to AzureSteve French2019-04-011-13/+22
* SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French2019-03-221-1/+4
* cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg2019-03-221-2/+6
* cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg2019-03-141-2/+2
* cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg2019-03-141-57/+76
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-141-5/+7
* smb3: request more credits on normal (non-large read/write) opsSteve French2019-03-051-2/+2
* smb3: add dynamic trace point for query_info_enter/doneSteve French2019-03-051-0/+6
* smb3: improve dynamic tracing of open and posix mkdirSteve French2019-03-051-0/+5
* smb3: add missing read completion trace pointSteve French2019-03-051-1/+4
* smb3: Add tracepoints for read, write and query_dir enterSteve French2019-03-051-0/+15
* smb3: add tracepoints for query dirSteve French2019-03-051-2/+12
* smb3: Update POSIX negotiate context with POSIX ctxt GUIDSteve French2019-03-051-0/+17
* CIFS: Remove custom credit adjustments for SMB2 async IOPavel Shilovsky2019-03-051-21/+3