aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ksmbd (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-21ksmbd: fix outstanding credits related bugsHyunchul Lee3-3/+5
2022-05-21ksmbd: smbd: fix connection dropped issueHyunchul Lee1-0/+1
2022-05-21ksmbd: Fix some kernel-doc commentsYang Li1-5/+5
2022-05-21ksmbd: fix wrong smbd max read/write size checkNamjae Jeon3-14/+32
2022-05-21ksmbd: add smbd max io size parameterNamjae Jeon4-2/+18
2022-05-21ksmbd: handle smb2 query dir request for OutputBufferLength that is too smallNamjae Jeon1-1/+9
2022-05-21ksmbd: smbd: handle multiple Buffer descriptorsHyunchul Lee2-62/+107
2022-05-21ksmbd: smbd: change the return value of get_sg_listHyunchul Lee1-2/+2
2022-05-21ksmbd: smbd: simplify tracking pending packetsHyunchul Lee1-27/+7
2022-05-21ksmbd: smbd: introduce read/write credits for RDMA read/writeHyunchul Lee1-49/+71
2022-05-21ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee4-49/+51
2022-05-09ksmbd: validate length in smb2_write()Marios Makassikis1-30/+19
2022-05-09ksmbd: fix reference count leak in smb_check_perm_dacl()Xin Xiong1-0/+1
2022-04-14ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon1-4/+7
2022-04-14ksmbd: increment reference count of parent fpNamjae Jeon2-0/+3
2022-04-14ksmbd: remove filename in ksmbd_fileNamjae Jeon8-62/+42
2022-04-01Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-15/+14
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-591/+54
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_commonSteve French3-79/+6
2022-03-30ksmbd: replace usage of found with dedicated list iterator variableJakob Koschel1-11/+10
2022-03-30ksmbd: Remove a redundant zeroing of memoryChristophe JAILLET1-1/+1
2022-03-30ksmbd: shorten experimental warning on loading the moduleSteve French1-1/+1
2022-03-26smb3: move defines for query info and query fsinfo to smbfs_commonSteve French1-284/+1
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2-73/+3
2022-03-25[smb3] move more common protocol header definitions to smbfs_commonSteve French1-95/+0