summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg1-0/+1
2021-12-01smb3: do not error on fsync when readonlySteve French1-6/+29
2021-09-30cifs: fix a sign extension bugDan Carpenter1-1/+1
2021-09-30cifs: fix incorrect check for null pointer in header_assembleSteve French1-2/+3
2021-09-22cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui1-1/+1
2021-09-15CIFS: Fix a potencially linear read overflowLen Baker1-7/+2
2021-07-31cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee1-2/+2
2021-07-25cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara1-0/+3
2021-07-14cifs: fix missing spinlock around update to ses->statusSteve French2-2/+6
2021-06-03SMB3: incorrect file id in requests compounded with openSteve French1-3/+3
2021-06-03cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel1-0/+7
2021-05-26cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg1-0/+2
2021-05-11cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2021-04-14Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath."Greg Kroah-Hartman1-1/+0
2021-04-10cifs: Silently ignore unknown oplock break handleVincent Whitchurch1-2/+2
2021-04-10cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg1-0/+1
2021-03-30cifs: change noisy error message to FYIPaulo Alcantara1-1/+1
2021-03-30cifs: ask for more credit on async read/write code pathsAurelien Aptel1-4/+2
2021-03-24cifs: Fix preauth hash corruptionVincent Whitchurch1-1/+6
2021-03-17cifs: return proper error code in statfs(2)Paulo Alcantara1-1/+1
2021-02-26cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N1-0/+1
2021-02-10smb3: fix crediting for compounding when only one request in flightPavel Shilovsky1-3/+15
2021-02-10smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva1-1/+1
2021-02-10cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel1-2/+20
2021-01-30SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2-5/+16
2021-01-27cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg1-2/+2
2021-01-19cifs: fix interrupted close commandsPaulo Alcantara1-1/+1
2021-01-19smb3: remove unused flag passed into close functionsSteve French2-16/+5
2020-12-30SMB3: avoid confusing warning message on mount to AzureSteve French1-1/+2
2020-12-11cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara1-0/+2
2020-12-11cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara1-2/+2
2020-12-02cifs: fix a memleak with modefromsidNamjae Jeon1-0/+1
2020-12-02smb3: Handle error case during offload read pathRohith Surabattula1-1/+19
2020-12-02smb3: Avoid Mid pending list corruptionRohith Surabattula1-9/+46
2020-12-02smb3: Call cifs reconnect from demultiplex threadRohith Surabattula1-5/+8
2020-11-18Convert trailing spaces and periods in path componentsBoris Protopopov1-1/+7
2020-11-05cifs: handle -EINTR in cifs_setattrRonnie Sahlberg1-4/+9
2020-10-29SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula1-5/+7
2020-10-29cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N1-1/+1
2020-10-29cifs: remove bogus debug codeDan Carpenter1-8/+8
2020-10-14cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-10-01cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu1-4/+7
2020-10-01CIFS: Properly process SMB3 lease breaksPavel Shilovsky7-65/+57
2020-10-01CIFS: Use common error handling code in smb2_ioctl_query_info()Markus Elfring1-22/+23
2020-09-23cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg1-0/+4
2020-08-21cifs: Fix leak when handling lease break for cached root fidPaul Aurich1-21/+52
2020-08-21smb3: warn on confusing error scenario with sec=krb5Steve French1-0/+2
2020-07-29Revert "cifs: Fix the target file was deleted when rename failed."Steve French1-8/+2
2020-07-22cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg1-1/+1
2020-07-16cifs: update ctime and mtime during truncateZhang Xiaoxu1-0/+9