aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
2020-03-07cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)
2020-02-11cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)
2020-02-11cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)
2020-02-11CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky
2020-02-11CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky
2020-02-11CIFS: Close open handle after interrupted closePavel Shilovsky
2020-02-11CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky
2020-02-11cifs: Don't display RDMA transport on reconnectLong Li
2020-02-11cifs: smbd: Return -ECONNABORTED when trasnport is not in connected stateLong Li
2020-02-11cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li
2020-02-11cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li
2020-02-11cifs: smbd: Only queue work for error recovery on memory registrationLong Li
2020-02-11cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li
2020-01-19CIFS: Fix SMB2 oplock break processingPavel Shilovsky
2020-01-19CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky
2019-12-29SMB3: Fix persistent handles reconnectPavel Shilovsky
2019-12-16CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky
2019-12-16cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski
2019-12-10fs: cifs: mute -Wunused-const-variable messageAustin Kim
2019-11-25cifs: Fix missed free operationsChuhong Yuan
2019-11-25CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas
2019-11-09CIFS: Fix use after free of file info structuresPavel Shilovsky
2019-11-09cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panicDave Wysochanski
2019-11-09CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky
2019-11-09CIFS: Force revalidate inode when dentry is stalePavel Shilovsky
2019-11-09CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky
2019-10-05CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky
2019-10-05CIFS: fix max ea value sizeMurphy Zhou
2019-10-05smb3: fix leak in "open on server" perf counterSteve French
2019-10-05smb3: allow disabling requesting leasesSteve French
2019-10-01smb3: fix unmount hang in open_shrootSteve French
2019-09-21cifs: Use kzfree() to zero out the passwordDan Carpenter
2019-09-21cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg
2019-08-29SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant
2019-08-29SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky
2019-08-16smb3: send CAP_DFS capability during session setupSteve French
2019-08-16SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky
2019-08-06cifs: fix crash in cifs_dfs_do_automountRonnie Sahlberg
2019-08-06cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg
2019-07-26CIFS: fix deadlock in cached root handlingAurelien Aptel
2019-07-26cifs: flush before set-info if we have writeable handlesRonnie Sahlberg
2019-07-26cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)
2019-07-26cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg
2019-07-26cifs: always add credits back for unsolicited PDUsRonnie Sahlberg
2019-06-28cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner
2019-06-17cifs: fix GlobalMid_Lock bug in cifs_reconnectRonnie Sahlberg
2019-06-17SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg