summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
| |/
* | ksmbd: add support for key exchangeNamjae Jeon2022-02-041-0/+27
* | ksmbd: reduce smb direct max read/write sizeNamjae Jeon2022-02-041-1/+1
* | ksmbd: don't align last entry offset in smb2 query directoryNamjae Jeon2022-02-042-3/+5
* | ksmbd: fix same UniqueId for dot and dotdot entriesNamjae Jeon2022-02-041-1/+4
* | ksmbd: smbd: validate buffer descriptor structuresHyunchul Lee2022-02-041-6/+30
* | ksmbd: fix SMB 3.11 posix extension mount failureNamjae Jeon2022-01-231-1/+1
|/
* Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-01-2019-334/+429
|\
| * ksmbd: fix guest connection failure with nautilusNamjae Jeon2022-01-181-33/+29
| * ksmbd: uninitialized variable in create_socket()Dan Carpenter2022-01-181-1/+2
| * ksmbd: smbd: fix missing client's memory region invalidationHyunchul Lee2022-01-181-27/+46
| * ksmbd: add smb-direct shutdownYufan Chen2022-01-103-1/+19