aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)Author
2024-01-05ksmbd: add support for read compoundNamjae Jeon
2024-01-05ksmbd: switch to use kmemdup_nul() helperYang Yingliang
2024-01-05ksmbd: check if a mount point is crossed during path lookupNamjae Jeon
2024-01-05ksmbd: Fix unsigned expression compared with zeroWang Ming
2024-01-05ksmbd: Replace one-element array with flexible-array memberGustavo A. R. Silva
2024-01-05ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()Gustavo A. R. Silva
2024-01-05ksmbd: Replace the ternary conditional operator with min()Lu Hongfei
2024-01-05ksmbd: use kvzalloc instead of kvmallocNamjae Jeon
2024-01-05ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei
2024-01-05ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon
2024-01-05ksmbd: use kzalloc() instead of __GFP_ZERONamjae Jeon
2024-01-05ksmbd: remove unused ksmbd_tree_conn_share functionNamjae Jeon
2024-01-05ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon
2024-01-05ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Namjae Jeon
2024-01-05ksmbd: call putname after using the last componentNamjae Jeon
2024-01-05ksmbd: fix uninitialized pointer read in smb2_create_link()Namjae Jeon
2024-01-05ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon
2024-01-05ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon
2024-01-05ksmbd: remove unused compression negotiate ctx packingDavid Disseldorp
2024-01-05ksmbd: avoid duplicate negotiate ctx offset incrementsDavid Disseldorp
2024-01-05ksmbd: set NegotiateContextCount once instead of every incDavid Disseldorp
2024-01-05ksmbd: delete asynchronous work from listNamjae Jeon
2024-01-05ksmbd: remove unused is_char_allowed functionTom Rix
2024-01-05ksmbd: Fix parameter name and comment mismatchJiapeng Chong
2024-01-05ksmbd: Fix spelling mistake "excceed" -> "exceeded"Colin Ian King
2024-01-05ksmbd: update Kconfig to note Kerberos support and fix indentationSteve French
2024-01-05ksmbd: Remove duplicated codesDawei Li
2024-01-05ksmbd: fix typo, syncronous->synchronousDawei Li
2024-01-05ksmbd: Implements sess->rpc_handle_list as xarrayDawei Li
2024-01-05ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen
2024-01-05ksmbd: Fix resource leak in smb2_lock()Marios Makassikis
2024-01-05ksmbd: use F_SETLK when unlocking a fileJeff Layton
2024-01-05ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for ...Namjae Jeon
2024-01-05ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva
2023-12-20ksmbd: fix memory leak in smb2_lock()Zizhi Wo
2023-11-28ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon
2023-11-28ksmbd: handle malformed smb1 messageNamjae Jeon
2023-10-19ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon
2023-10-10ksmbd: fix uaf in smb20_oplock_break_ackluosili
2023-10-10ksmbd: fix race condition between session lookup and expireNamjae Jeon
2023-09-13ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon
2023-09-13ksmbd: no response from compound readNamjae Jeon
2023-09-13ksmbd: validate session id and tree id in compound requestNamjae Jeon
2023-09-13ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon
2023-09-06ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon
2023-09-06ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon
2023-09-06ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon
2023-09-06ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon
2023-08-16ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon
2023-08-16ksmbd: validate command request sizeLong Li