summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* cifs: remove bogus debug codeDan Carpenter2020-10-291-8/+8
* cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy2020-10-141-1/+1
* 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
* cifs: Fix leak when handling lease break for cached root fidPaul Aurich2020-08-211-21/+52
* 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-291-8/+2
* cifs: update ctime and mtime during truncateZhang Xiaoxu2020-07-161-0/+9
* cifs: Fix the target file was deleted when rename failed.Zhang Xiaoxu2020-07-091-2/+8
* SMB3: Honor lease disabling for multiuser mountsPaul Aurich2020-07-091-0/+1
* 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
* SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich2020-07-091-4/+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 leaked reference on requeued writeAdam McCoy2020-05-201-1/+1
* cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-05-101-0/+2
* cifs: Allocate encryption header through kmallocLong Li2020-04-231-11/+17
* CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin2020-04-171-1/+1
* cifs_atomic_open(): fix double-put on late allocation failureAl Viro2020-03-181-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-053-4/+4
* cifs: log warning message (once) if out of disk spaceSteve French2020-02-241-0/+3
* cifs: fix NULL dereference in match_prepathRonnie Sahlberg2020-02-241-2/+4
* cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg2020-02-111-2/+8
* smb3: fix signing verification of large readsSteve French2020-02-111-2/+2
* cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)2020-02-011-1/+1
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-271-1/+1
* cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French2020-01-271-0/+1
* signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman2020-01-271-1/+1
* cifs: Adjust indentation in smb2_open_fileNathan Chancellor2020-01-171-1/+1
* CIFS: Close open handle after interrupted closePavel Shilovsky2019-12-213-15/+63
* CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky2019-12-211-0/+7
* cifs: Don't display RDMA transport on reconnectLong Li2019-12-211-0/+5
* cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li2019-12-211-1/+1
* cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li2019-12-211-2/+4
* cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li2019-12-211-2/+5
* cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)2019-12-171-12/+29
* CIFS: Fix SMB2 oplock break processingPavel Shilovsky2019-12-131-4/+3
* CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky2019-12-131-3/+4
* fs/cifs: fix uninitialised variable warningsGarry McNulty2019-12-011-3/+3
* SMB3: Fix persistent handles reconnectPavel Shilovsky2019-11-121-0/+1
* 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: add credits from unmatched responses/messagesRonnie Sahlberg2019-11-062-7/+22
* CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky2019-11-062-6/+7
* CIFS: Fix use after free of file info structuresPavel Shilovsky2019-10-291-3/+3
* CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas2019-10-291-0/+3
* cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panicDave Wysochanski2019-10-171-16/+11