index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-23
Linux 5.15.145
v5.15.145
Greg Kroah-Hartman
1
-1
/
+1
2023-12-23
kasan: disable kasan_non_canonical_hook() for HW tags
Arnd Bergmann
2
-4
/
+6
2023-12-23
tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
Francis Laniel
2
-0
/
+75
2023-12-23
Revert "drm/bridge: lt9611uxc: Switch to devm MIPI-DSI helpers"
Amit Pundir
1
-8
/
+30
2023-12-23
Revert "drm/bridge: lt9611uxc: Register and attach our DSI device at probe"
Amit Pundir
1
-19
/
+12
2023-12-23
Revert "drm/bridge: lt9611uxc: fix the race in the error path"
Amit Pundir
1
-6
/
+4
2023-12-23
ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error
Namjae Jeon
1
-1
/
+0
2023-12-23
ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
Namjae Jeon
1
-5
/
+2
2023-12-23
ksmbd: release interim response after sending status pending response
Namjae Jeon
2
-1
/
+5
2023-12-23
ksmbd: move oplock handling after unlock parent dir
Namjae Jeon
1
-56
/
+65
2023-12-23
ksmbd: separately allocate ci per dentry
Namjae Jeon
4
-25
/
+18
2023-12-23
ksmbd: fix possible deadlock in smb2_open
Namjae Jeon
5
-59
/
+75
2023-12-23
ksmbd: prevent memory leak on error return
Zongmin Zhou
1
-2
/
+5
2023-12-23
ksmbd: handle malformed smb1 message
Namjae Jeon
1
-0
/
+11
2023-12-23
ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
Namjae Jeon
1
-3
/
+4
2023-12-23
ksmbd: no need to wait for binded connection termination at logoff
Namjae Jeon
1
-16
/
+0
2023-12-23
ksmbd: add support for surrogate pair conversion
Namjae Jeon
1
-49
/
+138
2023-12-23
ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...
Kangjing Huang
1
-10
/
+30
2023-12-23
ksmbd: fix recursive locking in vfs helpers
Marios Makassikis
1
-20
/
+3
2023-12-23
ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
Namjae Jeon
1
-1
/
+1
2023-12-23
ksmbd: reorganize ksmbd_iov_pin_rsp()
Namjae Jeon
1
-21
/
+22
2023-12-23
ksmbd: Remove unused field in ksmbd_user struct
Cheng-Han Wu
1
-1
/
+0
2023-12-23
ksmbd: fix potential double free on smb2_read_pipe() error path
Namjae Jeon
1
-1
/
+1
2023-12-23
ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
Namjae Jeon
1
-0
/
+3
2023-12-23
ksmbd: fix wrong error response status by using set_smb2_rsp_status()
Namjae Jeon
1
-4
/
+5
2023-12-23
ksmbd: fix race condition between tree conn lookup and disconnect
Namjae Jeon
6
-17
/
+90
2023-12-23
ksmbd: fix race condition from parallel smb2 lock requests
Namjae Jeon
1
-11
/
+1
2023-12-23
ksmbd: fix race condition from parallel smb2 logoff requests
Namjae Jeon
1
-8
/
+16
2023-12-23
ksmbd: fix race condition with fp
Namjae Jeon
3
-4
/
+32
2023-12-23
ksmbd: fix race condition between session lookup and expire
Namjae Jeon
3
-3
/
+10
2023-12-23
ksmbd: check iov vector index in ksmbd_conn_write()
Namjae Jeon
1
-0
/
+3
2023-12-23
ksmbd: return invalid parameter error response if smb2 request is invalid
Namjae Jeon
2
-4
/
+4
2023-12-23
ksmbd: fix passing freed memory 'aux_payload_buf'
Namjae Jeon
1
-1
/
+1
2023-12-23
ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
Namjae Jeon
1
-1
/
+0
2023-12-23
ksmbd: remove experimental warning
Steve French
2
-3
/
+1
2023-12-23
ksmbd: add missing calling smb2_set_err_rsp() on error
Namjae Jeon
1
-0
/
+1
2023-12-23
ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()
Namjae Jeon
1
-0
/
+3
2023-12-23
ksmbd: Fix one kernel-doc comment
Yang Li
1
-1
/
+0
2023-12-23
ksmbd: reduce descriptor size if remaining bytes is less than request size
Namjae Jeon
1
-7
/
+18
2023-12-23
ksmbd: fix `force create mode' and `force directory mode'
Atte Heikkilä
1
-18
/
+11
2023-12-23
ksmbd: fix wrong interim response on compound
Namjae Jeon
4
-26
/
+26
2023-12-23
ksmbd: add support for read compound
Namjae Jeon
12
-372
/
+381
2023-12-23
ksmbd: switch to use kmemdup_nul() helper
Yang Yingliang
1
-3
/
+1
2023-12-23
ksmbd: fix out of bounds in init_smb2_rsp_hdr()
Namjae Jeon
3
-10
/
+18
2023-12-23
ksmbd: validate session id and tree id in compound request
Namjae Jeon
1
-6
/
+6
2023-12-23
ksmbd: check if a mount point is crossed during path lookup
Namjae Jeon
4
-39
/
+53
2023-12-23
ksmbd: Fix unsigned expression compared with zero
Wang Ming
1
-3
/
+4
2023-12-23
ksmbd: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-12-23
ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()
Gustavo A. R. Silva
1
-1
/
+1
2023-12-23
ksmbd: add missing compound request handing in some commands
Namjae Jeon
1
-25
/
+53
[next]