aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ksmbd (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag '6.1-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds24-139/+253
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-17/+13
2022-10-05ksmbd: validate share name from share config responseAtte Heikkilä6-9/+29
2022-10-05ksmbd: call ib_drain_qp when disconnectedNamjae Jeon1-0/+2
2022-10-05ksmbd: make utf-8 file name comparison work in __caseless_lookup()Atte Heikkilä3-3/+20
2022-10-05ksmbd: Fix user namespace mappingMickaël Salaün1-2/+4
2022-10-05ksmbd: hide socket error message when ipv6 config is disableNamjae Jeon1-1/+2
2022-10-05ksmbd: reduce server smbdirect max send/receive segment sizesTom Talpey1-2/+2
2022-10-05ksmbd: decrease the number of SMB3 smbdirect server SGEsTom Talpey1-1/+1
2022-10-05ksmbd: Fix wrong return value and message length check in smb2_ioctl()Zhang Xiaoxu1-4/+9
2022-10-05ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blobNamjae Jeon3-1/+5
2022-10-05ksmbd: fix encryption failure issue for session logoff responseNamjae Jeon3-9/+13
2022-10-05ksmbd: fix endless loop when encryption for response failsNamjae Jeon1-3/+1
2022-10-05ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO responseNamjae Jeon1-6/+20
2022-10-05ksmbd: set file permission mode to match Samba server posix extension behaviorNamjae Jeon2-3/+3
2022-10-05ksmbd: change security id to the one samba used for posix extensionNamjae Jeon3-7/+25
2022-10-05ksmbd: casefold utf-8 share names and fix ascii lowercase conversionAtte Heikkilä10-28/+56
2022-10-05ksmbd: port to vfs{g,u}id_t and associated helpersChristian Brauner5-16/+25
2022-10-05ksmbd: fix incorrect handling of iterate_dirNamjae Jeon1-10/+4
2022-10-05ksmbd: remove generic_fillattr use in smb2_open()Namjae Jeon1-4/+5
2022-10-05ksmbd: constify struct pathAl Viro7-20/+20
2022-10-05ksmbd: don't open-code %pDAl Viro2-14/+11
2022-10-05ksmbd: don't open-code file_path()Al Viro1-2/+2
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-17Change calling conventions for filldir_tAl Viro2-17/+13
2022-08-15ksmbd: don't remove dos attribute xattr on O_TRUNC openNamjae Jeon1-9/+9
2022-08-15ksmbd: remove unnecessary generic_fillattr in smb2_openHyunchul Lee1-9/+4
2022-08-11ksmbd: request update to stale share configAtte Heikkilä5-1/+23
2022-08-11ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configuredNamjae Jeon2-2/+3
2022-08-08Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds19-220/+321
2022-08-04ksmbd: fix heap-based overflow in set_ntacl_dacl()Namjae Jeon4-57/+119
2022-07-31ksmbd: prevent out of bound read for SMB2_TREE_CONNNECTHyunchul Lee1-5/+0
2022-07-31ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee2-7/+8
2022-07-31ksmbd: fix use-after-free bug in smb2_tree_disconectNamjae Jeon1-0/+1
2022-07-31ksmbd: fix memory leak in smb2_handle_negotiateNamjae Jeon1-0/+4
2022-07-31ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon12-86/+110
2022-07-31ksmbd: use wait_event instead of schedule_timeout()Namjae Jeon4-17/+33
2022-07-26ksmbd: fix kernel oops from idr_remove()Namjae Jeon2-2/+8
2022-07-26ksmbd: add channel rwlockNamjae Jeon3-2/+22
2022-07-26ksmbd: replace sessions list in connection with xarrayNamjae Jeon5-33/+21
2022-07-24ksmbd: remove unused ksmbd_share_configs_cleanup functionNamjae Jeon2-16/+0
2022-07-15acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner2-2/+2
2022-06-30vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein2-3/+17
2022-06-25ksmbd: use vfs_llseek instead of dereferencing NULLJason A. Donenfeld1-2/+2
2022-06-23ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATANamjae Jeon1-10/+17
2022-06-23ksmbd: set the range of bytes to zero without extending file size in FSCTL_ZERO_DATANamjae Jeon1-1/+3
2022-06-23ksmbd: remove duplicate flag set in smb2_writeHyunchul Lee1-4/+1
2022-06-11ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is already usedChristophe JAILLET1-10/+0
2022-06-11ksmbd: use SOCK_NONBLOCK type for kernel_accept()Namjae Jeon1-1/+1
2022-05-27ksmbd: smbd: relax the count of sges requiredHyunchul Lee1-8/+5