summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-10-051-0/+5
* CIFS: fix max ea value sizeMurphy Zhou2019-10-051-1/+1
* smb3: allow disabling requesting leasesSteve French2019-10-054-2/+13
* CIFS: fix deadlock in cached root handlingAurelien Aptel2019-10-011-0/+44
* cifs: Use kzfree() to zero out the passwordDan Carpenter2019-09-211-1/+1
* cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-09-211-0/+22
* cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-09-163-2/+12
* cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg2019-09-163-2/+12
* cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li2019-09-163-30/+32
* cifs: Fix lease buffer length errorZhangXiaoxu2019-09-161-0/+1
* CIFS: Fix leaking locked VFS cache pages in writeback retryPavel Shilovsky2019-09-161-4/+13
* CIFS: Fix error paths in writeback codePavel Shilovsky2019-09-164-9/+56
* SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant2019-08-291-1/+9
* SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky2019-08-291-12/+17
* smb3: send CAP_DFS capability during session setupSteve French2019-08-161-0/+5
* SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-161-1/+1
* cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2019-08-061-4/+4
* SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French2019-06-251-1/+1
* CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas2019-06-091-1/+3
* cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King2019-06-091-1/+2
* cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-05-251-6/+8
* cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson2019-05-021-0/+4
* cifs: fix memory leak in SMB2_readRonnie Sahlberg2019-05-021-0/+1
* cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg2019-04-271-0/+2
* cifs: Fix use-after-free in SMB2_readZhangXiaoxu2019-04-271-2/+2
* cifs: Fix use-after-free in SMB2_writeZhangXiaoxu2019-04-271-1/+1
* CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-274-10/+53
* cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2019-04-201-30/+37
* fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-04-201-1/+2
* cifs: Fix NULL pointer dereference of devnameYao Liu2019-04-051-0/+5
* cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon2019-04-051-2/+8
* cifs: use correct format charactersLouis Taylor2019-04-052-3/+3
* CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel2019-04-051-1/+13
* SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French2019-03-271-1/+4
* cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg2019-03-271-2/+6
* CIFS: Fix read after write for files with read cachingPavel Shilovsky2019-03-231-5/+7
* CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky2019-03-234-3/+49
* CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky2019-03-232-6/+26
* cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg2019-03-131-6/+10
* cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg2019-03-131-2/+2
* CIFS: Do not assume one credit for async responsesPavel Shilovsky2019-02-201-4/+11
* cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2019-02-202-0/+12
* cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg2019-02-121-1/+8
* cifs: Always resolve hostname before reconnectingPaulo Alcantara2019-02-061-0/+53
* CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-02-061-1/+1
* CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky2019-02-061-16/+30
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-02-061-2/+2
* smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg2019-01-311-0/+7
* CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2019-01-312-7/+46
* CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky2019-01-311-10/+14