summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: Adjust indentation in smb2_open_fileNathan Chancellor2020-01-171-1/+1
* CIFS: Close open handle after interrupted closePavel Shilovsky2019-12-213-15/+63
* CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky2019-12-211-0/+7
* cifs: Don't display RDMA transport on reconnectLong Li2019-12-211-0/+5
* cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li2019-12-211-1/+1
* cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li2019-12-211-2/+4
* cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li2019-12-211-2/+5
* cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)2019-12-171-12/+29
* CIFS: Fix SMB2 oplock break processingPavel Shilovsky2019-12-131-4/+3
* CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky2019-12-131-3/+4
* fs/cifs: fix uninitialised variable warningsGarry McNulty2019-12-011-3/+3
* SMB3: Fix persistent handles reconnectPavel Shilovsky2019-11-121-0/+1
* cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski2019-11-104-9/+22
* fs: cifs: mute -Wunused-const-variable messageAustin Kim2019-11-061-4/+0
* cifs: add credits from unmatched responses/messagesRonnie Sahlberg2019-11-062-7/+22
* CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky2019-11-062-6/+7
* CIFS: Fix use after free of file info structuresPavel Shilovsky2019-10-291-3/+3
* CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas2019-10-291-0/+3
* cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panicDave Wysochanski2019-10-171-16/+11
* CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky2019-10-171-1/+7
* CIFS: Force revalidate inode when dentry is stalePavel Shilovsky2019-10-171-0/+4
* CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky2019-10-171-0/+6
* 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