summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: return proper error code in statfs(2)Paulo Alcantara2021-03-171-1/+1
* cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-03-031-0/+1
* cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel2021-02-101-2/+20
* cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara2020-12-111-0/+2
* Convert trailing spaces and periods in path componentsBoris Protopopov2020-11-181-1/+7
* cifs: remove bogus debug codeDan Carpenter2020-10-291-8/+8
* cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu2020-10-011-4/+7
* CIFS: Properly process SMB3 lease breaksPavel Shilovsky2020-10-017-65/+57
* smb3: warn on confusing error scenario with sec=krb5Steve French2020-08-211-0/+2
* Revert "cifs: Fix the target file was deleted when rename failed."Steve French2020-07-311-8/+2
* cifs: update ctime and mtime during truncateZhang Xiaoxu2020-07-221-0/+9
* cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu2020-07-091-2/+8
* SMB3: Honor persistent/resilient handle flags for multiuser mountsPaul Aurich2020-07-091-0/+2
* SMB3: Honor 'seal' flag for multiuser mountsPaul Aurich2020-07-091-0/+1
* cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu2020-06-301-0/+6
* cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu2020-06-301-0/+6
* cifs: Fix null pointer check in cifs_readSteve French2020-06-031-1/+1
* cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2020-05-201-4/+4
* cifs: Check for timeout on Negotiate stageSamuel Cabrero2020-05-203-1/+26
* cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-05-101-0/+2
* cifs_atomic_open(): fix double-put on late allocation failureAl Viro2020-03-201-1/+0
* cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg2020-03-111-1/+5
* cifs: Fix mode output in debugging statementsFrank Sorenson2020-03-113-4/+4
* cifs: fix NULL dereference in match_prepathRonnie Sahlberg2020-02-281-2/+4
* cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg2020-02-141-2/+8
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-291-1/+1
* cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French2020-01-291-0/+1
* signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman2020-01-291-1/+1
* cifs: Adjust indentation in smb2_open_fileNathan Chancellor2020-01-231-1/+1
* CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky2019-12-211-0/+7
* CIFS: Fix SMB2 oplock break processingPavel Shilovsky2019-12-211-4/+3
* CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky2019-12-211-3/+4
* 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: avoid using MID 0xFFFFRoberto Bergantinos Corpas2019-10-291-0/+3
* 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
* 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
* smb3: send CAP_DFS capability during session setupSteve French2019-08-251-0/+5
* SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-251-1/+1
* CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas2019-06-111-1/+3
* 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: 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
* fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-04-201-1/+2