index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-25
ksmbd: fix global oob in ksmbd_nl_policy
Lin Ma
2
-3
/
+4
2024-01-21
smb: Fix some kernel-doc comments
Yang Li
1
-0
/
+2
2024-01-14
ksmbd: only v2 leases handle the directory
Namjae Jeon
1
-0
/
+6
2024-01-14
ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
Namjae Jeon
4
-18
/
+13
2024-01-14
ksmbd: validate mech token in session setup
Namjae Jeon
3
-5
/
+23
2024-01-11
Merge tag '6.8-rc-smb-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
8
-58
/
+70
2024-01-11
Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-0
/
+5
2024-01-09
ksmbd: Add missing set_freezable() for freezable kthread
Kevin Hao
1
-0
/
+1
2024-01-09
ksmbd: free ppace array on error in parse_dacl
Fedor Pchelkin
1
-4
/
+7
2024-01-09
ksmbd: send lease break notification on FILE_RENAME_INFORMATION
Namjae Jeon
2
-5
/
+8
2024-01-09
ksmbd: don't allow O_TRUNC open on read-only share
Namjae Jeon
1
-14
/
+9
2024-01-09
ksmbd: vfs: fix all kernel-doc warnings
Randy Dunlap
1
-10
/
+18
2024-01-09
ksmbd: auth: fix most kernel-doc warnings
Randy Dunlap
1
-6
/
+8
2024-01-09
ksmbd: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-15
/
+6
2024-01-09
ksmbd: don't increment epoch if current state and request state are same
Namjae Jeon
1
-3
/
+6
2024-01-09
ksmbd: fix potential circular locking issue in smb2_set_ea()
Namjae Jeon
1
-3
/
+4
2024-01-09
ksmbd: set v2 lease version on lease upgrade
Namjae Jeon
1
-0
/
+1
2024-01-09
ksmbd: validate the zero field of packet header
Li Nan
1
-1
/
+5
2023-12-27
ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
Namjae Jeon
1
-3
/
+12
2023-12-08
ksmbd: fix wrong allocation size update in smb2_open()
Namjae Jeon
1
-18
/
+18
2023-12-08
ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
Namjae Jeon
1
-5
/
+5
2023-12-08
ksmbd: lazy v2 lease break on smb2_write()
Namjae Jeon
4
-2
/
+48
2023-12-08
ksmbd: send v2 lease break notification for directory
Namjae Jeon
5
-6
/
+76
2023-12-05
ksmbd: downgrade RWH lease caching state to RH for directory
Namjae Jeon
3
-7
/
+12
2023-12-05
ksmbd: set v2 lease capability
Namjae Jeon
2
-7
/
+6
2023-12-05
ksmbd: set epoch in create context v2 lease
Namjae Jeon
2
-1
/
+5
2023-12-05
ksmbd: fix memory leak in smb2_lock()
Zizhi Wo
1
-0
/
+1
2023-11-25
rename(): avoid a deadlock in the case of parents having no common ancestor
Al Viro
1
-0
/
+5
2023-11-23
ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error
Namjae Jeon
1
-1
/
+0
2023-11-23
ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
Namjae Jeon
1
-5
/
+2
2023-11-23
ksmbd: release interim response after sending status pending response
Namjae Jeon
2
-1
/
+5
2023-11-23
ksmbd: move oplock handling after unlock parent dir
Namjae Jeon
1
-56
/
+65
2023-11-23
ksmbd: separately allocate ci per dentry
Namjae Jeon
4
-25
/
+18
2023-11-23
ksmbd: fix possible deadlock in smb2_open
Namjae Jeon
5
-59
/
+75
2023-11-23
ksmbd: prevent memory leak on error return
Zongmin Zhou
1
-2
/
+5
2023-11-07
ksmbd: handle malformed smb1 message
Namjae Jeon
1
-0
/
+11
2023-11-07
ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
Namjae Jeon
1
-3
/
+4
2023-11-07
ksmbd: fix slab out of bounds write in smb_inherit_dacl()
Namjae Jeon
1
-3
/
+26
2023-11-02
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2
-0
/
+15
2023-11-02
Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
6
-118
/
+194
2023-10-30
ksmbd: no need to wait for binded connection termination at logoff
Namjae Jeon
1
-16
/
+0
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-4
/
+4
2023-10-27
treewide: Add SPDX identifier to IETF ASN.1 modules
Lukas Wunner
2
-0
/
+15
2023-10-22
ksmbd: add support for surrogate pair conversion
Namjae Jeon
1
-49
/
+138
2023-10-22
ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...
Kangjing Huang
1
-10
/
+30
2023-10-22
ksmbd: fix recursive locking in vfs helpers
Marios Makassikis
1
-20
/
+3
2023-10-22
ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
Namjae Jeon
1
-1
/
+1
2023-10-22
ksmbd: reorganize ksmbd_iov_pin_rsp()
Namjae Jeon
1
-21
/
+22
2023-10-22
ksmbd: Remove unused field in ksmbd_user struct
Cheng-Han Wu
1
-1
/
+0
2023-10-18
server: convert to new timestamp accessors
Jeff Layton
1
-4
/
+4
[next]