summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* ksmbd: fix outstanding credits related bugsHyunchul Lee2022-05-213-3/+5
* ksmbd: smbd: fix connection dropped issueHyunchul Lee2022-05-211-0/+1
* ksmbd: Fix some kernel-doc commentsYang Li2022-05-211-5/+5
* ksmbd: fix wrong smbd max read/write size checkNamjae Jeon2022-05-213-14/+32
* ksmbd: add smbd max io size parameterNamjae Jeon2022-05-214-2/+18
* ksmbd: handle smb2 query dir request for OutputBufferLength that is too smallNamjae Jeon2022-05-211-1/+9
* ksmbd: smbd: handle multiple Buffer descriptorsHyunchul Lee2022-05-212-62/+107
* ksmbd: smbd: change the return value of get_sg_listHyunchul Lee2022-05-211-2/+2
* ksmbd: smbd: simplify tracking pending packetsHyunchul Lee2022-05-211-27/+7
* ksmbd: smbd: introduce read/write credits for RDMA read/writeHyunchul Lee2022-05-211-49/+71
* ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee2022-05-214-49/+51
* ksmbd: validate length in smb2_write()Marios Makassikis2022-05-091-30/+19
* ksmbd: fix reference count leak in smb_check_perm_dacl()Xin Xiong2022-05-091-0/+1
* ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon2022-04-141-4/+7
* ksmbd: increment reference count of parent fpNamjae Jeon2022-04-142-0/+3
* ksmbd: remove filename in ksmbd_fileNamjae Jeon2022-04-148-62/+42
* Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-04-013-15/+14
|\
| * ksmbd: replace usage of found with dedicated list iterator variableJakob Koschel2022-03-301-11/+10
| * ksmbd: Remove a redundant zeroing of memoryChristophe JAILLET2022-03-301-1/+1
| * ksmbd: shorten experimental warning on loading the moduleSteve French2022-03-301-1/+1
| * ksmbd: use netif_is_bridge_portTobias Klauser2022-03-201-2/+2
* | Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-013-591/+54
|\ \
| * | smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French2022-03-313-79/+6
| * | smb3: move defines for query info and query fsinfo to smbfs_commonSteve French2022-03-261-284/+1
| * | smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-262-73/+3
| * | [smb3] move more common protocol header definitions to smbfs_commonSteve French2022-03-251-95/+0
| * | ksmbd: store fids as opaque u64 integersPaulo Alcantara2022-03-232-72/+56
| |/
* | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-245-10/+10
|\ \
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-175-10/+10
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-1/+0
|\ \ \ | |_|/ |/| |