summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix a sign extension bugDan Carpenter2021-09-301-1/+1
* cifs: fix incorrect check for null pointer in header_assembleSteve French2021-09-301-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-151-7/+2
* cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee2021-07-311-2/+2
* cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara2021-07-251-0/+3
* cifs: fix missing spinlock around update to ses->statusSteve French2021-07-142-2/+6
* 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-111-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: change noisy error message to FYIPaulo Alcantara2021-03-301-1/+1
* cifs: ask for more credit on async read/write code pathsAurelien Aptel2021-03-301-4/+2
* 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-02-261-0/+1
* smb3: fix crediting for compounding when only one request in flightPavel Shilovsky2021-02-101-3/+15
* 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 French2021-01-302-5/+16
* cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg2021-01-271-2/+2
* cifs: fix interrupted close commandsPaulo Alcantara2021-01-191-1/+1
* smb3: remove unused flag passed into close functionsSteve French2021-01-192-16/+5
* 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
* cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara2020-12-111-2/+2
* cifs: fix a memleak with modefromsidNamjae Jeon2020-12-021-0/+1
* smb3: Handle error case during offload read pathRohith Surabattula2020-12-021-1/+19
* smb3: Avoid Mid pending list corruptionRohith Surabattula2020-12-021-9/+46
* smb3: Call cifs reconnect from demultiplex threadRohith Surabattula2020-12-021-5/+8
* Convert trailing spaces and periods in path componentsBoris Protopopov2020-11-181-1/+7
* cifs: handle -EINTR in cifs_setattrRonnie Sahlberg2020-11-051-4/+9
* SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula2020-10-291-5/+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
* CIFS: Use common error handling code in smb2_ioctl_query_info()Markus Elfring2020-10-011-22/+23
* cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg2020-09-231-0/+4
* 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: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg2020-07-221-1/+1
* 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 'handletimeout' flag for multiuser mountsPaul Aurich2020-07-091-0/+1