summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2023-03-11cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke1-6/+7
2023-03-11cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu1-1/+2
2023-03-11cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu1-0/+1
2023-02-15cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang1-2/+2
2023-02-01cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells1-0/+1
2023-01-24cifs: do not include page data when checking signatureEnzo Matsumiya1-6/+9
2023-01-18cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke1-0/+1
2023-01-14cifs: fix missing display of three mount optionsSteve French1-1/+7
2023-01-14cifs: fix confusing debug messagePaulo Alcantara1-1/+3
2023-01-14cifs: fix oops during encryptionPaulo Alcantara4-79/+141
2022-11-25cifs: add check for returning value of SMB2_set_info_initAnastasia Belova1-0/+2
2022-11-25cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu1-2/+2
2022-11-25cifs: add check for returning value of SMB2_close_initAnastasia Belova1-0/+2
2022-10-30cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu1-0/+1
2022-10-30cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu1-4/+7
2022-10-30cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu1-2/+5
2022-10-26smb3: must initialize two ACL struct fields to zeroSteve French1-1/+2
2022-10-26cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu1-2/+2
2022-10-26cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg1-0/+9
2022-09-28cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2-13/+4
2022-09-28cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells3-3/+22
2022-09-23cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher1-2/+2
2022-09-23cifs: revalidate mapping when doing direct writesRonnie Sahlberg1-0/+3
2022-09-15smb3: missing inode locks in punch holeDavid Howells1-5/+5
2022-09-15cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya4-36/+24
2022-08-25smb3: check xattr value length earlierSteve French1-2/+3
2022-06-14cifs: fix reconnect on smb3 mount typesPaulo Alcantara3-13/+18
2022-06-14cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
2022-06-14cifs: version operations for smb20 unneeded when legacy support disabledSteve French2-2/+9
2022-06-09SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...Steve French1-2/+0
2022-06-09cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg1-1/+1
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells1-1/+1
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli1-0/+3
2022-04-08cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara1-59/+65
2022-04-08cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara1-6/+10
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-10-09smb3: correct smb3 ACL security descriptorSteve French1-2/+2
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-18cifs: 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-09-08new helper: inode_wrong_type()Al Viro1-3/+2
2021-08-18cifs: create sd context must be a multiple of 8Shyam Prasad N1-1/+1
2021-08-12smb3: rc uninitialized in one fallocate pathSteve French1-1/+2
2021-08-04SMB3: fix readpage for large swap cacheSteve French1-1/+1
2021-07-31cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee1-2/+2
2021-07-28cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg1-5/+18
2021-07-28cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg1-7/+19