summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2023-01-12cifs: refcount only the selected iface during interface updateShyam Prasad N1-1/+2
2023-01-12cifs: fix interface count calculation during refreshShyam Prasad N1-1/+2
2023-01-07cifs: prevent copying past input buffer boundariesPaulo Alcantara1-2/+2
2023-01-07cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara1-1/+3
2023-01-07cifs: set correct ipc status after initial tree connectPaulo Alcantara1-2/+5
2023-01-07cifs: set correct tcon status after initial tree connectPaulo Alcantara1-0/+1
2023-01-07cifs: fix missing display of three mount optionsSteve French1-1/+7
2023-01-07cifs: fix confusing debug messagePaulo Alcantara1-1/+3
2023-01-04cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara1-2/+2
2023-01-04cifs: fix static checker warningPaulo Alcantara1-1/+1
2022-12-31cifs: fix uninitialised var in smb2_compound_op()Paulo Alcantara1-0/+1
2022-12-31cifs: fix use-after-free on the link nameChenXiaoSong2-6/+25
2022-12-31cifs: fix memory leaks in session setupPaulo Alcantara1-8/+7
2022-12-31cifs: Fix xid leak in cifs_get_file_info_unix()Zhang Xiaoxu1-2/+4
2022-12-31cifs: fix double-fault crash during ntlmsspPaulo Alcantara1-7/+9
2022-12-31cifs: fix oops during encryptionPaulo Alcantara4-79/+140
2022-12-31cifs: improve symlink handling for smb2+Paulo Alcantara14-453/+451
2022-12-31cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya7-29/+52
2022-12-02cifs: Use after free in debug codeDan Carpenter1-2/+2
2022-12-02cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong1-1/+3
2022-11-26cifs: add check for returning value of SMB2_set_info_initAnastasia Belova1-0/+2
2022-11-26cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu1-2/+2
2022-11-26cifs: add check for returning value of SMB2_close_initAnastasia Belova1-0/+2
2022-11-26cifs: Fix connections leak when tlink setup failedZhang Xiaoxu1-3/+11
2022-11-26cifs: always iterate smb sessions using primary channelShyam Prasad N4-5/+25
2022-11-10cifs: fix regression in very old smb1 mountsRonnie Sahlberg1-6/+5
2022-10-29cifs: Fix memory leak when build ntlmssp negotiate blob failedZhang Xiaoxu1-1/+1
2022-10-29cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu1-0/+1
2022-10-29cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu1-4/+7
2022-10-29cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu1-2/+5
2022-10-29cifs: Fix xid leak in cifs_create()Zhang Xiaoxu1-2/+4
2022-10-29smb3: interface count displayed incorrectlySteve French1-1/+2
2022-10-21cifs: return correct error in ->calc_signature()Enzo Matsumiya1-4/+6
2022-10-21smb3: must initialize two ACL struct fields to zeroSteve French1-1/+2
2022-10-21smb3: do not log confusing message when server returns no network interfacesSteve French3-7/+20
2022-10-21cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu1-2/+2
2022-10-21cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg1-0/+9
2022-09-14cifs: update internal module numberSteve French1-2/+2
2022-09-14cifs: add missing spinlock around tcon refcountPaulo Alcantara1-0/+3
2022-09-14cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2-13/+4
2022-09-14cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher1-2/+2
2022-09-12cifs: revalidate mapping when doing direct writesRonnie Sahlberg1-0/+3
2022-08-31cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya1-5/+7
2022-08-31smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French2-4/+13
2022-08-29smb3: fix temporary data corruption in insert rangeDavid Howells1-8/+16
2022-08-29smb3: fix temporary data corruption in collapse rangeSteve French1-10/+16
2022-08-29smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells2-12/+10
2022-08-25cifs: Add helper function to check smb1+ serverZhang Xiaoxu4-9/+13
2022-08-25cifs: Use help macro to get the mid header sizeZhang Xiaoxu2-6/+4
2022-08-25cifs: Use help macro to get the header preamble sizeZhang Xiaoxu4-22/+22