index
:
kernel/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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when close
ChenXiaoSong
1
-4
/
+12
6 days
ksmbd: validate SID in parent security descriptor during ACL inheritance
Junyi Liu
1
-16
/
+50
6 days
ksmbd: fix durable reconnect error path file lifetime
Junyi Liu
1
-2
/
+13
14 days
ksmbd: fix null pointer dereference in compare_guid_key()
Jeremy Laratro
1
-1
/
+5
14 days
ksmbd: fix null pointer dereference in proc_show_files()
Jeremy Laratro
1
-1
/
+1
14 days
ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflow
Ferry Meng
1
-3
/
+9
2026-05-02
ksmbd: validate inherited ACE SID length
Shota Zaizen
1
-14
/
+52
2026-05-02
ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put()
Namjae Jeon
1
-0
/
+4
2026-05-02
ksmbd: fail share config requests when path allocation fails
Shuhao Fu
1
-4
/
+8
2026-05-02
ksmbd: close durable scavenger races against m_fp_list lookups
DaeMyung Kang
1
-26
/
+76
2026-05-02
ksmbd: harden file lifetime during session teardown
DaeMyung Kang
3
-25
/
+164
2026-05-02
ksmbd: centralize ksmbd_conn final release to plug transport leak
DaeMyung Kang
5
-30
/
+156
2026-05-02
smb: smbdirect: introduce and use include/linux/smbdirect.h
Stefan Metzmacher
2
-2
/
+1
2026-05-02
smb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPL
Stefan Metzmacher
1
-0
/
+2
2026-04-29
ksmbd: rewrite stop_sessions() with restartable iteration
DaeMyung Kang
2
-8
/
+39
2026-04-29
smb: server: handle readdir_info_level_struct_sz() error
Marios Makassikis
1
-1
/
+7
2026-04-23
smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/
Stefan Metzmacher
3
-3
/
+3
2026-04-22
smb: server: stop sending fake security descriptors
Marios Makassikis
1
-15
/
+2
2026-04-22
ksmbd: scope conn->binding slowpath to bound sessions only
Hyunwoo Kim
1
-1
/
+6
2026-04-22
ksmbd: fix CreateOptions sanitization clobbering the whole field
DaeMyung Kang
1
-2
/
+2
2026-04-22
ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 open
DaeMyung Kang
1
-0
/
+2
2026-04-22
ksmbd: fix O(N^2) DoS in smb2_lock via unbounded LockCount
Akif Sait
1
-1
/
+6
2026-04-22
ksmbd: destroy async_ida in ksmbd_conn_free()
DaeMyung Kang
1
-0
/
+9
2026-04-22
ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()
DaeMyung Kang
1
-2
/
+3
2026-04-22
ksmbd: Use AES-CMAC library for SMB3 signature calculation
Eric Biggers
7
-117
/
+19
2026-04-22
ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()
DaeMyung Kang
1
-3
/
+2
2026-04-18
ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignment
Tristan Madani
1
-0
/
+2
2026-04-18
ksmbd: use check_add_overflow() to prevent u16 DACL size overflow
Tristan Madani
1
-4
/
+12
2026-04-18
ksmbd: fix use-after-free in smb2_open during durable reconnect
Akif
1
-8
/
+5
2026-04-18
ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()
Michael Bommarito
1
-5
/
+23
2026-04-18
smb: server: fix max_connections off-by-one in tcp accept path
DaeMyung Kang
1
-1
/
+1
2026-04-18
ksmbd: require minimum ACE size in smb_check_perm_dacl()
Michael Bommarito
1
-4
/
+13
2026-04-18
ksmbd: validate response sizes in ipc_validate_msg()
Michael Bommarito
2
-9
/
+13
2026-04-18
smb: server: fix active_num_conn leak on transport allocation failure
Michael Bommarito
1
-0
/
+2
2026-04-16
smb: server: no longer use smbdirect_socket_set_custom_workqueue()
Stefan Metzmacher
3
-33
/
+0
2026-04-16
smb: server: make use of smbdirect_netdev_rdma_capable_mode_type()
Stefan Metzmacher
1
-120
/
+2
2026-04-16
smb: server: make use of smbdirect.ko
Stefan Metzmacher
2
-12
/
+3
2026-04-16
smb: server: remove unused ksmbd_transport_ops.prepare()
Stefan Metzmacher
2
-5
/
+0
2026-04-16
smb: server: make use of smbdirect_socket_{listen,accept}()
Stefan Metzmacher
1
-132
/
+128
2026-04-16
smb: server: only use public smbdirect functions
Stefan Metzmacher
3
-17
/
+11
2026-04-16
smb: server: make use of smbdirect_socket_create_accepting()/smbdirect_socket...
Stefan Metzmacher
1
-30
/
+23
2026-04-16
smb: server: make use of smbdirect_{socket_init_accepting,connection_wait_for...
Stefan Metzmacher
1
-713
/
+29
2026-04-16
smb: server: make use of smbdirect_connection_send_iter() and related functions
Stefan Metzmacher
1
-427
/
+4
2026-04-16
smb: server: let smb_direct_post_send_data() return data_length
Stefan Metzmacher
1
-2
/
+2
2026-04-16
smb: server: split out smb_direct_send_iter() out of smb_direct_writev()
Stefan Metzmacher
1
-15
/
+32
2026-04-16
smb: server: let smbdirect_map_sges_from_iter() truncate the message boundary
Stefan Metzmacher
1
-120
/
+31
2026-04-16
smb: server: inline smb_direct_create_header() into smb_direct_post_send_data()
Stefan Metzmacher
1
-70
/
+56
2026-04-16
smb: server: move iov_iter_kvec() out of smb_direct_post_send_data()
Stefan Metzmacher
1
-18
/
+20
2026-04-16
smb: server: make use of smbdirect_connection_request_keep_alive()
Stefan Metzmacher
1
-18
/
+1
2026-04-16
smb: server: make use of smbdirect_connection_grant_recv_credits()
Stefan Metzmacher
1
-41
/
+4
[next]