summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: fix leak in "open on server" perf counterSteve French2019-10-051-0/+1
* smb3: allow disabling requesting leasesSteve French2019-10-051-1/+1
* 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
* CIFS: Adjust MTU credits before reopening a filePavel Shilovsky2019-03-051-28/+8
* CIFS: Check for reconnects before sending async requestsPavel Shilovsky2019-03-051-3/+4
* CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky2019-03-051-13/+20
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-051-10/+29
* 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
* smb3: request more credits on tree connectSteve French2019-03-041-0/+3
* cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-041-3/+3
* 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