summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
2020-05-15cifs: Fix mode output in debugging statementsFrank Sorenson
2020-05-15cifs: log warning message (once) if out of disk spaceSteve French
2020-05-15cifs: fix NULL dereference in match_prepathRonnie Sahlberg
2020-05-15cifs: Fix mount options set in automountPaulo Alcantara (SUSE)
2020-05-15cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French
2020-05-04cifs: fix mount option display for sec=krb5iPetr Pavlu
2020-05-04cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg
2020-05-04cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg
2020-04-16cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg
2020-04-16cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg
2020-04-16CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch
2020-04-12smb3: fix performance regression with setting mtimeSteve French
2020-04-12locks: reinstate locks_delete_block optimizationLinus Torvalds
2020-03-30cifs: Adjust indentation in smb2_open_fileNathan Chancellor
2020-03-20fs: cifs: Fix atime update check vs mtimeDeepa Dinamani
2020-03-20cifs: Fix lookup of root ses in DFS referral cachePaulo Alcantara (SUSE)
2020-03-20cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)
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