summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2023-01-04cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara
2023-01-04cifs: fix static checker warningPaulo Alcantara
2022-12-31cifs: fix uninitialised var in smb2_compound_op()Paulo Alcantara
2022-12-31cifs: fix use-after-free on the link nameChenXiaoSong
2022-12-31cifs: fix memory leaks in session setupPaulo Alcantara
2022-12-31cifs: Fix xid leak in cifs_get_file_info_unix()Zhang Xiaoxu
2022-12-31cifs: fix double-fault crash during ntlmsspPaulo Alcantara
2022-12-31cifs: fix oops during encryptionPaulo Alcantara
2022-12-31cifs: improve symlink handling for smb2+Paulo Alcantara
2022-12-31cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya
2022-12-02cifs: Use after free in debug codeDan Carpenter
2022-12-02cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong
2022-11-26cifs: add check for returning value of SMB2_set_info_initAnastasia Belova
2022-11-26cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu
2022-11-26cifs: add check for returning value of SMB2_close_initAnastasia Belova
2022-11-26cifs: Fix connections leak when tlink setup failedZhang Xiaoxu
2022-11-26cifs: always iterate smb sessions using primary channelShyam Prasad N
2022-11-10cifs: fix regression in very old smb1 mountsRonnie Sahlberg
2022-10-29cifs: Fix memory leak when build ntlmssp negotiate blob failedZhang Xiaoxu
2022-10-29cifs: Fix xid leak in cifs_ses_add_channel()Zhang Xiaoxu
2022-10-29cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu
2022-10-29cifs: Fix xid leak in cifs_copy_file_range()Zhang Xiaoxu
2022-10-29cifs: Fix xid leak in cifs_create()Zhang Xiaoxu
2022-10-29smb3: interface count displayed incorrectlySteve French
2022-10-21cifs: return correct error in ->calc_signature()Enzo Matsumiya
2022-10-21smb3: must initialize two ACL struct fields to zeroSteve French
2022-10-21smb3: do not log confusing message when server returns no network interfacesSteve French
2022-10-21cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu
2022-10-21cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg
2022-09-14cifs: update internal module numberSteve French
2022-09-14cifs: add missing spinlock around tcon refcountPaulo Alcantara
2022-09-13cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher
2022-09-13cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher
2022-09-12cifs: revalidate mapping when doing direct writesRonnie Sahlberg
2022-08-30cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya
2022-08-30smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French
2022-08-28smb3: fix temporary data corruption in insert rangeDavid Howells
2022-08-28smb3: fix temporary data corruption in collapse rangeSteve French
2022-08-28smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells
2022-08-24cifs: Add helper function to check smb1+ serverZhang Xiaoxu
2022-08-24cifs: Use help macro to get the mid header sizeZhang Xiaoxu
2022-08-24cifs: Use help macro to get the header preamble sizeZhang Xiaoxu
2022-08-24cifs: skip extra NULL byte in filenamesPaulo Alcantara
2022-08-23smb3: missing inode locks in punch holeDavid Howells
2022-08-23smb3: missing inode locks in zero rangeDavid Howells
2022-08-19cifs: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-19cifs: Fix memory leak on the deferred closeZhang Xiaoxu
2022-08-17cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya
2022-08-13Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds