summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Convert trailing spaces and periods in path componentsBoris Protopopov2020-11-181-1/+7
* cifs: remove bogus debug codeDan Carpenter2020-10-291-8/+8
* Revert "cifs: Fix the target file was deleted when rename failed."Steve French2020-07-311-8/+2
* 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-291-0/+6
* cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu2020-06-291-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: 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: 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 revalidate inode when dentry is stalePavel Shilovsky2019-10-171-0/+4
* cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall2019-10-171-2/+22
* CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky2019-10-171-1/+7
* 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: 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
* SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French2019-07-101-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-06-111-6/+8
* cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson2019-05-161-0/+4
* cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2019-04-271-31/+38
* fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-04-271-1/+2
* cifs: Fix NULL pointer dereference of devnameYao Liu2019-04-271-0/+5
* cifs: use correct format charactersLouis Taylor2019-04-272-3/+3
* CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel2019-04-271-1/+13
* CIFS: Fix read after write for files with read cachingPavel Shilovsky2019-03-231-5/+7
* cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg2019-03-231-2/+2
* cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2019-02-202-0/+12
* Revert "cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure ...Greg Kroah-Hartman2019-02-201-1/+1
* cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg2019-02-201-1/+8
* cifs: Always resolve hostname before reconnectingPaulo Alcantara2019-02-061-0/+53
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-02-061-2/+2