index
:
pub/scm/linux/kernel/git/arj/linux.git
master
arj's fork of linux.git
Andrew Jeffery
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
smb/server: warn if ksmbd_proc_create() fails
Ze Tan
1
-2
/
+6
2026-08-17
ksmbd: handle encrypted compressed requests
Namjae Jeon
1
-0
/
+22
2026-08-17
ksmbd: disconnect on SMB3 decryption failure
Namjae Jeon
1
-1
/
+3
2026-08-17
ksmbd: add per-share SMB3 encryption enforcement
Namjae Jeon
1
-0
/
+11
2026-08-17
smb/server: fix use-after-free in ksmbd_conn_transport_destroy()
ChenXiaoSong
1
-1
/
+6
2026-08-17
smb/server: call ksmbd_proc_cleanup() on module init failure
ZhangGuoDong
1
-2
/
+4
2026-08-17
smb/server: abort initialization when proc setup fails
ZhangGuoDong
1
-1
/
+3
2026-08-17
ksmbd: expire SMB sessions when Kerberos tickets expire
Namjae Jeon
1
-1
/
+8
2026-08-17
ksmbd: extend procfs server statistics
Namjae Jeon
1
-2
/
+5
2026-08-17
ksmbd: add procfs monitoring for active shares
Namjae Jeon
1
-0
/
+1
2026-08-17
ksmbd: add SMB3 request replay support
Namjae Jeon
1
-1
/
+8
2026-07-22
ksmbd: enforce signing required by the session
Namjae Jeon
1
-1
/
+9
2026-07-06
ksmbd: use the session dialect for rejected binding signatures
Namjae Jeon
1
-2
/
+8
2026-07-06
ksmbd: mark invalid session responses as signed
Namjae Jeon
1
-0
/
+6
2026-06-30
ksmbd: fix outstanding credit leak on abort and error paths
Namjae Jeon
1
-0
/
+14
2026-06-16
ksmbd: compress SMB2 READ responses
Namjae Jeon
1
-0
/
+10
2026-05-01
ksmbd: centralize ksmbd_conn final release to plug transport leak
DaeMyung Kang
1
-0
/
+12
2026-04-22
ksmbd: Use AES-CMAC library for SMB3 signature calculation
Eric Biggers
1
-1
/
+0
2026-04-12
ksmbd: Remove unnecessary selection of CRYPTO_ECB
Eric Biggers
1
-1
/
+0
2026-02-21
Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-14
smb: server: Remove duplicate include of misc.h
Chen Ni
1
-1
/
+0
2026-02-08
ksmbd: add procfs interface for runtime monitoring and statistics
Bahubali B Gumaji
1
-0
/
+9
2026-02-08
ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error paths
Namjae Jeon
1
-3
/
+3
2025-12-21
ksmbd: rename smb2_get_msg to smb_get_msg
Namjae Jeon
1
-1
/
+1
2025-12-21
ksmbd: Fix to handle removal of rfc1002 header from smb_hdr
David Howells
1
-1
/
+1
2025-11-30
ksmbd: Use HMAC-MD5 library for NTLMv2
Eric Biggers
1
-2
/
+0
2025-11-30
ksmbd: Use HMAC-SHA256 library for message signing and key generation
Eric Biggers
1
-1
/
+0
2025-11-30
ksmbd: Use SHA-512 library for SMB3.1.1 preauth hash
Eric Biggers
1
-1
/
+0
2025-09-28
smb: server: add a pr_info() when the server starts running
Stefan Metzmacher
1
-0
/
+1
2025-05-25
ksmbd: remove unnecessary softdep on crc32
Eric Biggers
1
-1
/
+0
2025-03-10
ksmbd: prevent connection release during oplock break notification
Namjae Jeon
1
-12
/
+2
2024-12-15
ksmbd: fix broken transfers when exceeding max simultaneous operations
Marios Makassikis
1
-6
/
+1
2024-12-10
ksmbd: fix racy issue from session lookup and expire
Namjae Jeon
1
-2
/
+2
2024-11-25
ksmbd: fix use-after-free in SMB request handling
Yunseong Kim
1
-0
/
+4
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
1
-2
/
+2
2024-11-05
ksmbd: check outstanding simultaneous SMB operations
Namjae Jeon
1
-6
/
+10
2024-11-05
ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp
Namjae Jeon
1
-2
/
+2
2024-10-09
ksmbd: fix user-after-free from session log off
Namjae Jeon
1
-0
/
+2
2024-09-25
ksmbd: Correct typos in multiple comments across various files
Shen Lichuan
1
-1
/
+1
2024-09-15
smb: move SMB2 Status code to common header file
ChenXiaoSong
1
-1
/
+1
2024-07-14
ksmbd: add durable scavenger timer
Namjae Jeon
1
-0
/
+1
2024-04-19
ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf
Namjae Jeon
1
-8
/
+5
2024-03-18
ksmbd: remove module version
Namjae Jeon
1
-1
/
+0
2023-10-04
ksmbd: fix race condition between tree conn lookup and disconnect
Namjae Jeon
1
-0
/
+2
2023-09-21
ksmbd: return invalid parameter error response if smb2 request is invalid
Namjae Jeon
1
-1
/
+3
2023-09-03
ksmbd: remove experimental warning
Steve French
1
-2
/
+0
2023-08-29
ksmbd: add support for read compound
Namjae Jeon
1
-4
/
+4
2023-07-23
ksmbd: fix out of bounds in init_smb2_rsp_hdr()
Namjae Jeon
1
-1
/
+6
2023-06-16
ksmbd: validate session id and tree id in the compound request
Namjae Jeon
1
-13
/
+20
[next]