summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb3: remove unused flag passed into close functionsSteve French2019-12-031-14/+5
* cifs: remove redundant assignment to pointer pneg_ctxtColin Ian King2019-12-021-1/+1
* cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)2019-11-251-12/+29
* cifs: try opening channels after mountingAurelien Aptel2019-11-251-28/+50
* cifs: switch servers depending on binding stateAurelien Aptel2019-11-251-15/+16
* CIFS: Close open handle after interrupted closePavel Shilovsky2019-11-251-1/+15
* cifs: close the shared root handle on tree disconnectRonnie Sahlberg2019-11-251-0/+2
* smb3: remove noisy debug message and minor cleanupSteve French2019-10-091-7/+4
* smb3: cleanup some recent endian errors spotted by updated sparseSteve French2019-10-071-1/+2
* smb3: pass mode bits into create callsSteve French2019-09-261-0/+20
* fs/cifs/smb2pdu.c: Make SMB2_notify_init staticzhengbin2019-09-241-1/+1
* smb3: fix leak in "open on server" perf counterSteve French2019-09-241-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-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/+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-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/+1
* 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