summaryrefslogtreecommitdiff
path: root/fs/smb/server/mgmt/share_config.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-31ksmbd: prevent out-of-bounds reads in share config responsesNamjae Jeon1-12/+26
2026-08-23Merge tag 'ksmbd-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+64
2026-08-17ksmbd: add per-share SMB3 encryption enforcementNamjae Jeon1-0/+1
2026-08-17smb/server: fix null-ptr-deref in ksmbd_ipc_tree_connect_request()ZhangGuoDong1-1/+6
2026-08-17ksmbd: add procfs monitoring for active sharesNamjae Jeon1-0/+57
2026-06-29ksmbd: use scoped_with_init_fs() for share path resolutionChristian Brauner1-1/+3
2026-05-01ksmbd: fail share config requests when path allocation failsShuhao Fu1-4/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-09-30ksmbd: increase session and share hash table bitsNamjae Jeon1-1/+1
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon1-5/+5
2024-08-08ksmbd: override fsids for share path checkNamjae Jeon1-3/+12
2024-05-22ksmbd: ignore trailing slashes in share pathsNandor Kracser1-1/+5
2024-04-02ksmbd: validate payload size in ipc responseNamjae Jeon1-1/+6
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+234