summaryrefslogtreecommitdiff
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-05-121-0/+8
* cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells2022-04-271-1/+1
* cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli2022-04-201-0/+3
* cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg2022-03-081-0/+1
* cifs: fix incorrect check for null pointer in header_assembleSteve French2021-10-061-2/+3
* cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui2021-09-221-1/+1
* CIFS: Fix a potencially linear read overflowLen Baker2021-09-221-7/+2
* SMB3: incorrect file id in requests compounded with openSteve French2021-06-031-3/+3
* cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg2021-05-261-0/+2
* cifs: Return correct error code from smb2_get_enc_keyPaul Aurich2021-05-221-1/+1
* Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath."Greg Kroah-Hartman2021-04-161-1/+0
* cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-04-101-2/+2
* cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-04-101-0/+1
* 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
* smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva2021-02-101-1/+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: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N2020-10-291-1/+1
* 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
* 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-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: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-05-101-0/+2
* CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin2020-04-241-1/+1
* 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-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: Fix lease buffer length errorZhangXiaoxu2020-01-171-0/+1
* CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky2019-12-211-0/+7
* CIFS: Fix SMB2 oplock break processingPavel Shilovsky2019-12-171-4/+3
* CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky2019-12-171-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