summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: return errors during session setup during reconnectsShyam Prasad N2022-06-141-0/+3
* 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
* cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee2021-07-311-2/+2
* SMB3: incorrect file id in requests compounded with openSteve French2021-06-031-3/+3
* cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel2021-06-031-0/+7
* 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-141-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: Fix preauth hash corruptionVincent Whitchurch2021-03-241-1/+6
* 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-041-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
* SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2020-12-302-5/+16
* SMB3: avoid confusing warning message on mount to AzureSteve French2020-12-301-1/+2
* 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: handle -EINTR in cifs_setattrRonnie Sahlberg2020-11-051-4/+9
* 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
* 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