summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: send CAP_DFS capability during session setupSteve French2019-08-061-0/+5
* SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-061-1/+1
* smb3: optimize open to not send query file internal infoSteve French2019-07-191-13/+33
* SMB3: query inode number on open via create contextSteve French2019-07-081-0/+48
* smb3: Send netname context during negotiate protocolSteve French2019-07-081-2/+23
* smb3: do not send compression info by defaultSteve French2019-07-081-10/+12
* SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthmsSteve French2019-07-081-4/+4
* cifs: Use kmemdup in SMB2_ioctl_init()YueHaibing2019-07-081-2/+1Star
* cifs: fix panic in smb2_reconnectRonnie Sahlberg2019-06-131-1/+9
* fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeMurphy Zhou2019-05-291-2/+4
* cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King2019-05-291-1/+2
* cifs: Allocate memory for all iovs in smb2_ioctlLong Li2019-05-161-2/+19
* Negotiate and save preferred compression algorithmsSteve French2019-05-081-1/+45
* cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg2019-05-081-5/+5
* cifs: add fiemap supportRonnie Sahlberg2019-05-081-1/+6
* SMB3: Add defines for new negotiate contextsSteve French2019-05-081-4/+1Star
* cifs: smbd: Retry on memory registration failureLong Li2019-05-081-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-231-1/+4
* cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg2019-03-231-2/+6
* cifs: fix smb3_zero_range so it can expand the file-size when requiredRonnie Sahlberg2019-03-151-2/+2
* cifs: add SMB2_ioctl_init/free helpers to be used with compoundingRonnie Sahlberg2019-03-151-57/+76
* cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg2019-03-151-5/+7
* smb3: request more credits on normal (non-large read/write) opsSteve French2019-03-061-2/+2
* smb3: add dynamic trace point for query_info_enter/doneSteve French2019-03-061-0/+6
* smb3: improve dynamic tracing of open and posix mkdirSteve French2019-03-061-0/+5
* smb3: add missing read completion trace pointSteve French2019-03-061-1/+4
* smb3: Add tracepoints for read, write and query_dir enterSteve French2019-03-061-0/+15
* smb3: add tracepoints for query dirSteve French2019-03-061-2/+12
* smb3: Update POSIX negotiate context with POSIX ctxt GUIDSteve French2019-03-061-0/+17
* CIFS: Remove custom credit adjustments for SMB2 async IOPavel Shilovsky2019-03-061-21/+3Star
* CIFS: Adjust MTU credits before reopening a filePavel Shilovsky2019-03-061-28/+8Star
* CIFS: Check for reconnects before sending async requestsPavel Shilovsky2019-03-061-3/+4
* CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky2019-03-061-13/+20
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-061-10/+29
* CIFS: Always reset read error to -EIO if no responsePavel Shilovsky2019-03-051-2/+1Star
* cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon2019-03-051-2/+8
* smb3: request more credits on tree connectSteve French2019-03-051-0/+3
* cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-051-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-301-1/+1
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-01-301-2/+2
* CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky2019-01-301-16/+30
* CIFS: Do not assume one credit for async responsesPavel Shilovsky2019-01-241-4/+11
* cifs: fix memory leak of an allocated cifs_ntsd structureColin Ian King2019-01-241-0/+8