index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2026-08-17
ksmbd: handle encrypted compressed requests
Namjae Jeon
2026-08-17
ksmbd: decrypt requests from expired encrypted sessions
Namjae Jeon
2026-08-17
ksmbd: disconnect on SMB3 decryption failure
Namjae Jeon
2026-08-17
ksmbd: encrypt interim responses to encrypted requests
Namjae Jeon
2026-08-17
ksmbd: scope session state changes to bound connections
Namjae Jeon
2026-08-17
ksmbd: fix encrypted request lookup on bound channels
Namjae Jeon
2026-08-17
ksmbd: add per-share SMB3 encryption enforcement
Namjae Jeon
2026-08-17
ksmbd: notify parent directory leases on child create
Namjae Jeon
2026-08-17
ksmbd: implement SMB2 AppInstanceVersion takeover
Namjae Jeon
2026-08-17
ksmbd: accept unspecified volatile ID on durable reconnect
Namjae Jeon
2026-08-17
smb/server: fix tree connection leak in smb2_tree_connect()
Ze Tan
2026-08-17
ksmbd: wait for deferred notify cancellation
Namjae Jeon
2026-08-17
smb/server: fix use-after-free in ksmbd_conn_transport_destroy()
ChenXiaoSong
2026-08-17
ksmbd: detach blocked lock requests before freeing
Namjae Jeon
2026-08-17
smb: server: Clear Preauth_HashValue in smb2pdu.c with kfree_sensitive()
Thomas Huth
2026-08-17
smb: server: Free sensitive data in connection.c with kfree_sensitive()
Thomas Huth
2026-08-17
smb: server: Free session data in user_session.c with kfree_sensitive()
Thomas Huth
2026-08-17
smb: server: Make sure that passkey is not leaked on the heap in user_config.c
Thomas Huth
2026-08-17
smb: server: Clear sensitive stack and heap data in auth.c
Thomas Huth
2026-08-17
ksmbd: fix heap out-of-bounds write in krb5_authenticate()
Ilan Dudnik
2026-08-17
smb/server: deny overwriting targets with non-POSIX opens
ChenXiaoSong
2026-08-17
smb/server: rename to ksmbd_has_nonposix_open_child()
ChenXiaoSong
2026-08-17
erofs: fix unused pcluster_pools for higher page sizes
Ojaswin Mujoo
2026-08-17
erofs: guard on-disk algorithm IDs against Z_EROFS_COMPRESSION_MAX
Gao Xiang
2026-08-17
erofs: fix interlaced ztailpacking pclusters
Gao Xiang
2026-08-17
exfat: replace truncate_lock with inode_lock
Chi Zhiling
2026-08-17
smb/server: fix posix state check for directory rename
ChenXiaoSong
2026-08-17
ksmbd: exempt FSCTL_PIPE_TRANSCEIVE from the generic file-id lookup
Gael Blivet
2026-08-17
ksmbd: defer publishing granted locks to prevent UAF/double-free race
Ilan Dudnik
2026-08-17
ksmbd: fix use-after-free in lease break notification
Namjae Jeon
2026-08-17
smb/server: preserve error status in smb2_handle_negotiate()
ZhangGuoDong
2026-08-17
smb/server: call ksmbd_proc_cleanup() on module init failure
ZhangGuoDong
2026-08-17
smb/server: abort initialization when proc setup fails
ZhangGuoDong
2026-08-17
smb/server: fix invalid pointer dereference in ksmbd_stop_durable_scavenger()
ZhangGuoDong
2026-08-17
smb/server: fix memory leak in ksmbd_vfs_set_durable_owner()
ZhangGuoDong
2026-08-17
smb/server: fix null-ptr-deref in ksmbd_ipc_tree_connect_request()
ZhangGuoDong
2026-08-17
ksmbd: remove extra byte from ipc_msg_alloc() size calculations
Rosen Penev
2026-08-17
ksmbd: reject blocking compound lock requests
Namjae Jeon
2026-08-17
ksmbd: safely discard unregistered deferred locks
Namjae Jeon
2026-08-17
ksmbd: recognize replayed SMB2 lock sequences
Namjae Jeon
2026-08-17
ksmbd: fix SMB2 byte-range lock end offset
Namjae Jeon
2026-08-17
ksmbd: serialize oplock close with pending break ownership
Namjae Jeon
2026-08-17
smb/server: fix unbuffered file position alignment check
ChenXiaoSong
2026-08-17
ksmbd: expire SMB sessions when Kerberos tickets expire
Namjae Jeon
2026-08-17
ksmbd: stabilize allocation size after buffered writes
Namjae Jeon
2026-08-17
ksmbd: report holes in allocated range queries
Namjae Jeon
2026-08-17
ksmbd: only rebind the reopened file's own oplock on durable reconnect
Aldo Ariel Panzardo
2026-08-17
ksmbd: free preauth sessions on connection teardown
Namjae Jeon
2026-08-17
smb/server: avoid registering async requests during connection close
ChenXiaoSong
2026-08-17
smb/server: cancel async requests when closing connection
ChenXiaoSong
[prev]
[next]