index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
smbacl.c
Age
Commit message (
Expand
)
Author
2025-04-01
ksmbd: validate zero num_subauth before sub_auth is accessed
Norbert Szetei
2025-04-01
ksmbd: fix overflow in dacloffset bounds check
Norbert Szetei
2025-03-02
ksmbd: fix incorrect validation for num_aces field of smb_acl
Namjae Jeon
2025-03-02
smb: common: change the data type of num_aces to le16
Namjae Jeon
2025-03-02
ksmbd: fix out-of-bounds in parse_sec_desc()
Namjae Jeon
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
2024-01-09
ksmbd: free ppace array on error in parse_dacl
Fedor Pchelkin
2023-11-23
ksmbd: fix possible deadlock in smb2_open
Namjae Jeon
2023-11-07
ksmbd: fix slab out of bounds write in smb_inherit_dacl()
Namjae Jeon
2023-09-13
ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
Namjae Jeon
2023-06-26
ksmbd: Replace the ternary conditional operator with min()
Lu Hongfei
2023-06-16
ksmbd: add mnt_want_write to ksmbd vfs functions
Namjae Jeon
2023-06-02
ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
Namjae Jeon
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French