summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)Author
2024-02-07ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin
2024-02-07ksmbd: Add kernel-doc for ksmbd_extract_sharename() functionYang Li
2024-01-25ksmbd: fix global oob in ksmbd_nl_policyLin Ma
2024-01-21smb: Fix some kernel-doc commentsYang Li
2024-01-14ksmbd: only v2 leases handle the directoryNamjae Jeon
2024-01-14ksmbd: fix UAF issue in ksmbd_tcp_new_connection()Namjae Jeon
2024-01-14ksmbd: validate mech token in session setupNamjae Jeon
2024-01-11Merge tag '6.8-rc-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-09ksmbd: Add missing set_freezable() for freezable kthreadKevin Hao
2024-01-09ksmbd: free ppace array on error in parse_daclFedor Pchelkin
2024-01-09ksmbd: send lease break notification on FILE_RENAME_INFORMATIONNamjae Jeon
2024-01-09ksmbd: don't allow O_TRUNC open on read-only shareNamjae Jeon
2024-01-09ksmbd: vfs: fix all kernel-doc warningsRandy Dunlap
2024-01-09ksmbd: auth: fix most kernel-doc warningsRandy Dunlap
2024-01-09ksmbd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-01-09ksmbd: don't increment epoch if current state and request state are sameNamjae Jeon
2024-01-09ksmbd: fix potential circular locking issue in smb2_set_ea()Namjae Jeon
2024-01-09ksmbd: set v2 lease version on lease upgradeNamjae Jeon
2024-01-09ksmbd: validate the zero field of packet headerLi Nan
2023-12-27ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon
2023-12-08ksmbd: fix wrong allocation size update in smb2_open()Namjae Jeon
2023-12-08ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon
2023-12-08ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon
2023-12-08ksmbd: send v2 lease break notification for directoryNamjae Jeon
2023-12-05ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon
2023-12-05ksmbd: set v2 lease capabilityNamjae Jeon
2023-12-05ksmbd: set epoch in create context v2 leaseNamjae Jeon
2023-12-05ksmbd: fix memory leak in smb2_lock()Zizhi Wo
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro
2023-11-23ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on errorNamjae Jeon
2023-11-23ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncIdNamjae Jeon
2023-11-23ksmbd: release interim response after sending status pending responseNamjae Jeon
2023-11-23ksmbd: move oplock handling after unlock parent dirNamjae Jeon
2023-11-23ksmbd: separately allocate ci per dentryNamjae Jeon
2023-11-23ksmbd: fix possible deadlock in smb2_openNamjae Jeon
2023-11-23ksmbd: prevent memory leak on error returnZongmin Zhou
2023-11-07ksmbd: handle malformed smb1 messageNamjae Jeon
2023-11-07ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon
2023-11-07ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-02Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-10-30ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-27treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner
2023-10-22ksmbd: add support for surrogate pair conversionNamjae Jeon
2023-10-22ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang
2023-10-22ksmbd: fix recursive locking in vfs helpersMarios Makassikis
2023-10-22ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon
2023-10-22ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon