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-7.1.y
linux-7.2.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
/
smb2pdu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-09
ksmbd: reject repeated SMB2 NEGOTIATE requests
Namjae Jeon
1
-8
/
+2
2026-08-09
ksmbd: use memcmp() to compare ClientGUIDs
Namjae Jeon
1
-2
/
+2
2026-08-03
ksmbd: defer destroy_previous_session() until after NTLM authentication
James Montgomery
1
-5
/
+4
2026-07-24
ksmbd: use opener credentials for FSCTL mutations
Namjae Jeon
1
-0
/
+3
2026-07-24
ksmbd: fix stack buffer overflow in multichannel session-key copy
Gil Portnoy
1
-2
/
+2
2026-07-24
ksmbd: fix integer overflow in set_file_allocation_info()
Ibrahim Hashimov
1
-1
/
+14
2026-07-24
ksmbd: fix multichannel binding and enforce channel limit
Namjae Jeon
1
-50
/
+92
2026-07-24
ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE
Gil Portnoy
1
-4
/
+7
2026-07-18
smb/server: do not require delete access for non-replacing links
ChenXiaoSong
1
-6
/
+8
2026-07-18
ksmbd: track the connection owning a byte-range lock
Namjae Jeon
1
-2
/
+8
2026-07-18
ksmbd: add per-handle permission check to FILE_LINK_INFORMATION
Gil Portnoy
1
-0
/
+5
2026-07-18
ksmbd: enforce FILE_READ_ATTRIBUTES on SMB_FIND_FILE_POSIX_INFORMATION
Gil Portnoy
1
-0
/
+6
2026-07-18
ksmbd: run set info with opener credentials
Namjae Jeon
1
-5
/
+3
2026-07-18
ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITY
Gil Portnoy
1
-0
/
+3
2026-07-18
ksmbd: require source read access for duplicate extents
Namjae Jeon
1
-0
/
+4
2026-07-18
ksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellation
Davide Ornaghi
1
-18
/
+16
2026-07-18
ksmbd: serialize QUERY_DIRECTORY requests per file
Namjae Jeon
1
-0
/
+4
2026-07-18
ksmbd: add a permission check for FSCTL_SET_ZERO_DATA
Gil Portnoy
1
-0
/
+6
2026-07-18
ksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILE
Gil Portnoy
1
-0
/
+11
2026-07-18
ksmbd: fix use-after-free of a deferred file_lock on SMB2_CLOSE then SMB2_CANCEL
Gil Portnoy
1
-7
/
+7
2026-06-27
ksmbd: reject non-VALID session in compound request branch
Gil Portnoy
1
-0
/
+5
2026-06-01
ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCEL
Gil Portnoy
1
-0
/
+11
2026-05-27
ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...
Sean Shen
1
-0
/
+11
2026-05-22
ksmbd: fix durable reconnect error path file lifetime
Junyi Liu
1
-2
/
+13
2026-05-02
ksmbd: harden file lifetime during session teardown
DaeMyung Kang
1
-2
/
+4
2026-04-29
smb: server: handle readdir_info_level_struct_sz() error
Marios Makassikis
1
-1
/
+7
2026-04-22
smb: server: stop sending fake security descriptors
Marios Makassikis
1
-15
/
+2
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: Use AES-CMAC library for SMB3 signature calculation
Eric Biggers
1
-5
/
+3
2026-04-18
ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignment
Tristan Madani
1
-0
/
+2
2026-04-18
ksmbd: fix use-after-free in smb2_open during durable reconnect
Akif
1
-8
/
+5
2026-04-16
smb: server: only use public smbdirect functions
Stefan Metzmacher
1
-1
/
+0
2026-04-13
ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc
Greg Kroah-Hartman
1
-1
/
+1
2026-04-13
ksmbd: validate EaNameLength in smb2_get_ea()
Greg Kroah-Hartman
1
-0
/
+5
2026-04-13
ksmbd: validate owner of durable handle on reconnect
Namjae Jeon
1
-1
/
+2
2026-04-13
smb: move filesystem_vol_info into common/fscc.h
ZhangGuoDong
1
-2
/
+3
2026-04-13
smb: move file_basic_info into common/fscc.h
ZhangGuoDong
1
-7
/
+7
2026-03-30
ksmbd: fix OOB write in QUERY_INFO for compound requests
Asim Viladi Oglu Manizada
1
-32
/
+89
2026-03-26
ksmbd: fix potencial OOB in get_file_all_info() for compound requests
Namjae Jeon
1
-2
/
+14
2026-03-23
ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()
Namjae Jeon
1
-8
/
+12
2026-03-23
ksmbd: fix memory leaks and NULL deref in smb2_lock()
Werner Kasselman
1
-9
/
+18
2026-03-23
ksmbd: do not expire session on binding failure
Hyunwoo Kim
1
-2
/
+8
2026-03-18
ksmbd: fix use-after-free in durable v2 replay of active file handles
Hyunwoo Kim
1
-1
/
+5
2026-03-18
ksmbd: fix use-after-free of share_conf in compound request
Hyunwoo Kim
1
-0
/
+2
2026-03-18
ksmbd: use volume UUID in FS_OBJECT_ID_INFORMATION
Namjae Jeon
1
-4
/
+4
2026-03-18
ksmbd: unset conn->binding on failed binding request
Namjae Jeon
1
-0
/
+1
2026-03-09
smb: server: fix use-after-free in smb2_open()
Marios Makassikis
1
-3
/
+2
2026-03-09
smb/server: Fix another refcount leak in smb2_open()
Guenter Roeck
1
-1
/
+2
[next]