summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.1-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-10-0724-139/+253
|\
| * ksmbd: validate share name from share config responseAtte Heikkilä2022-10-056-9/+29
| * ksmbd: call ib_drain_qp when disconnectedNamjae Jeon2022-10-051-0/+2
| * ksmbd: make utf-8 file name comparison work in __caseless_lookup()Atte Heikkilä2022-10-053-3/+20
| * ksmbd: Fix user namespace mappingMickaël Salaün2022-10-051-2/+4
| * ksmbd: hide socket error message when ipv6 config is disableNamjae Jeon2022-10-051-1/+2
| * ksmbd: reduce server smbdirect max send/receive segment sizesTom Talpey2022-10-051-2/+2
| * ksmbd: decrease the number of SMB3 smbdirect server SGEsTom Talpey2022-10-051-1/+1
| * ksmbd: Fix wrong return value and message length check in smb2_ioctl()Zhang Xiaoxu2022-10-051-4/+9
| * ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blobNamjae Jeon2022-10-053-1/+5
| * ksmbd: fix encryption failure issue for session logoff responseNamjae Jeon2022-10-053-9/+13
| * ksmbd: fix endless loop when encryption for response failsNamjae Jeon2022-10-051-3/+1
| * ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO responseNamjae Jeon2022-10-051-6/+20
| * ksmbd: set file permission mode to match Samba server posix extension behaviorNamjae Jeon2022-10-052-3/+3
| * ksmbd: change security id to the one samba used for posix extensionNamjae Jeon2022-10-053-7/+25
| * ksmbd: casefold utf-8 share names and fix ascii lowercase conversionAtte Heikkilä2022-10-0510-28/+56
| * ksmbd: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-10-055-16/+25
| * ksmbd: fix incorrect handling of iterate_dirNamjae Jeon2022-10-051-10/+4
| * ksmbd: remove generic_fillattr use in smb2_open()Namjae Jeon2022-10-051-4/+5
| * ksmbd: constify struct pathAl Viro2022-10-057-20/+20
| * ksmbd: don't open-code %pDAl Viro2022-10-052-14/+11
| * ksmbd: don't open-code file_path()Al Viro2022-10-051-2/+2
* | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-062-17/+13
|\ \
| * | Change calling conventions for filldir_tAl Viro2022-08-172-17/+13
* | | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
| |/ |/|
* | ksmbd: don't remove dos attribute xattr on O_TRUNC openNamjae Jeon2022-08-151-9/+9
* | ksmbd: remove unnecessary generic_fillattr in smb2_openHyunchul Lee2022-08-151-9/+4
* | ksmbd: request update to stale share configAtte Heikkilä2022-08-115-1/+23
* | ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configuredNamjae Jeon2022-08-112-2/+3
|/
* Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-08-0819-220/+321
|\
| * ksmbd: fix heap-based overflow in set_ntacl_dacl()Namjae Jeon2022-08-044-57/+119
| * ksmbd: prevent out of bound read for SMB2_TREE_CONNNECTHyunchul Lee2022-07-311-5/+0
| * ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee2022-07-312-7/+8
| * ksmbd: fix use-after-free bug in smb2_tree_disconectNamjae Jeon2022-07-311-0/+1
| * ksmbd: fix memory leak in smb2_handle_negotiateNamjae Jeon2022-07-311-0/+4
| * ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon2022-07-3112-86/+110
| * ksmbd: use wait_event instead of schedule_timeout()Namjae Jeon2022-07-314-17/+33
| * ksmbd: fix kernel oops from idr_remove()Namjae Jeon2022-07-262-2/+8
| * ksmbd: add channel rwlockNamjae Jeon2022-07-263-2/+22
| * ksmbd: replace sessions list in connection with xarrayNamjae Jeon2022-07-265-33/+21
| * ksmbd: remove unused ksmbd_share_configs_cleanup functionNamjae Jeon2022-07-242-16/+0
* | acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner2022-07-152-2/+2
|/
* vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein2022-06-302-3/+17
* ksmbd: use vfs_llseek instead of dereferencing NULLJason A. Donenfeld2022-06-251-2/+2
* ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATANamjae Jeon2022-06-231-10/+17
* ksmbd: set the range of bytes to zero without extending file size in FSCTL_ZE...Namjae Jeon2022-06-231-1/+3
* ksmbd: remove duplicate flag set in smb2_writeHyunchul Lee2022-06-231-4/+1
* ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is alre...Christophe JAILLET2022-06-111-10/+0
* ksmbd: use SOCK_NONBLOCK type for kernel_accept()Namjae Jeon2022-06-111-1/+1
* ksmbd: smbd: relax the count of sges requiredHyunchul Lee2022-05-271-8/+5