summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
2020-05-20cifs: fix leaked reference on requeued writeAdam McCoy
2020-05-10cifs: do not share tcons with DFSPaulo Alcantara
2020-05-10cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg
2020-04-29cifs: fix uninitialised lease_key in open_shroot()Paulo Alcantara
2020-04-23cifs: Allocate encryption header through kmallocLong Li
2020-04-17CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin
2020-04-17smb3: fix performance regression with setting mtimeSteve French
2020-03-25CIFS: fiemap: do not return EINVAL if get nothingMurphy Zhou
2020-03-25cifs: add missing mount option to /proc/mountsSteve French
2020-03-25cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)
2020-03-25locks: reinstate locks_delete_block optimizationLinus Torvalds
2020-03-18cifs_atomic_open(): fix double-put on late allocation failureAl Viro
2020-03-12cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel
2020-03-12cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg
2020-03-05cifs: Fix mode output in debugging statementsFrank Sorenson
2020-02-24cifs: log warning message (once) if out of disk spaceSteve French
2020-02-24cifs: fix NULL dereference in match_prepathRonnie Sahlberg
2020-02-24cifs: Fix mount options set in automountPaulo Alcantara (SUSE)
2020-02-24cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French
2020-02-19cifs: fix mount option display for sec=krb5iPetr Pavlu
2020-02-19cifs: make sure we do not overflow the max EA buffer sizeRonnie Sahlberg
2020-02-11cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg
2020-02-05cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg
2020-02-01cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)
2020-02-01cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg
2020-02-01CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch
2020-01-17cifs: Adjust indentation in smb2_open_fileNathan Chancellor
2020-01-09fs: cifs: Fix atime update check vs mtimeDeepa Dinamani
2020-01-09cifs: Fix lookup of root ses in DFS referral cachePaulo Alcantara (SUSE)
2020-01-09cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)
2020-01-04cifs: move cifsFileInfo_put logic into a work-queueRonnie Sahlberg
2020-01-04cifs: Fix use-after-free bug in cifs_reconnect()Paulo Alcantara (SUSE)
2019-12-21cifs: Fix retrieval of DFS referrals in cifs_mount()Paulo Alcantara (SUSE)
2019-12-21CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky
2019-12-21CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky
2019-12-21CIFS: Close open handle after interrupted closePavel Shilovsky
2019-12-21CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky
2019-12-21cifs: Don't display RDMA transport on reconnectLong Li
2019-12-21cifs: smbd: Return -ECONNABORTED when trasnport is not in connected stateLong Li
2019-12-21cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li
2019-12-21cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li
2019-12-21cifs: smbd: Only queue work for error recovery on memory registrationLong Li
2019-12-21cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li
2019-12-13CIFS: Fix SMB2 oplock break processingPavel Shilovsky
2019-12-13CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky
2019-11-06SMB3: Fix persistent handles reconnectPavel Shilovsky
2019-10-27fix memory leak in large read decrypt offloadSteve French
2019-10-24cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski
2019-10-24CIFS: Fix use after free of file info structuresPavel Shilovsky
2019-10-24CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky