summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
2020-08-21cifs: Fix leak when handling lease break for cached root fidPaul Aurich
2020-08-21smb3: warn on confusing error scenario with sec=krb5Steve French
2020-07-29Revert "cifs: Fix the target file was deleted when rename failed."Steve French
2020-07-22cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg
2020-07-16cifs: update ctime and mtime during truncateZhang Xiaoxu
2020-07-09cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu
2020-07-09SMB3: Honor 'handletimeout' flag for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor lease disabling for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich
2020-07-09SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich
2020-06-30cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu
2020-06-30cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu
2020-06-30cifs: Fix cached_fid refcnt leak in open_shrootXiyu Yang
2020-06-24cifs: set up next DFS target before generic_ip_connect()Paulo Alcantara
2020-06-17smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon
2020-06-17smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KSteve French
2020-06-03cifs: Fix null pointer check in cifs_readSteve French
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)