summaryrefslogtreecommitdiff
path: root/fs/ksmbd
AgeCommit message (Expand)Author
2022-05-27ksmbd: smbd: relax the count of sges requiredHyunchul Lee
2022-05-21ksmbd: fix outstanding credits related bugsHyunchul Lee
2022-05-21ksmbd: smbd: fix connection dropped issueHyunchul Lee
2022-05-21ksmbd: Fix some kernel-doc commentsYang Li
2022-05-21ksmbd: fix wrong smbd max read/write size checkNamjae Jeon
2022-05-21ksmbd: add smbd max io size parameterNamjae Jeon
2022-05-21ksmbd: handle smb2 query dir request for OutputBufferLength that is too smallNamjae Jeon
2022-05-21ksmbd: smbd: handle multiple Buffer descriptorsHyunchul Lee
2022-05-21ksmbd: smbd: change the return value of get_sg_listHyunchul Lee
2022-05-21ksmbd: smbd: simplify tracking pending packetsHyunchul Lee
2022-05-21ksmbd: smbd: introduce read/write credits for RDMA read/writeHyunchul Lee
2022-05-21ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee
2022-05-09ksmbd: validate length in smb2_write()Marios Makassikis
2022-05-09ksmbd: fix reference count leak in smb_check_perm_dacl()Xin Xiong
2022-04-14ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATIONNamjae Jeon
2022-04-14ksmbd: increment reference count of parent fpNamjae Jeon
2022-04-14ksmbd: remove filename in ksmbd_fileNamjae Jeon
2022-04-01Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French
2022-03-30ksmbd: replace usage of found with dedicated list iterator variableJakob Koschel
2022-03-30ksmbd: Remove a redundant zeroing of memoryChristophe JAILLET
2022-03-30ksmbd: shorten experimental warning on loading the moduleSteve French
2022-03-26smb3: move defines for query info and query fsinfo to smbfs_commonSteve French
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French
2022-03-25[smb3] move more common protocol header definitions to smbfs_commonSteve French
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-03-23ksmbd: store fids as opaque u64 integersPaulo Alcantara
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-20ksmbd: use netif_is_bridge_portTobias Klauser
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2022-02-04ksmbd: add support for key exchangeNamjae Jeon
2022-02-04ksmbd: reduce smb direct max read/write sizeNamjae Jeon
2022-02-04ksmbd: don't align last entry offset in smb2 query directoryNamjae Jeon
2022-02-04ksmbd: fix same UniqueId for dot and dotdot entriesNamjae Jeon
2022-02-04ksmbd: smbd: validate buffer descriptor structuresHyunchul Lee
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-23ksmbd: fix SMB 3.11 posix extension mount failureNamjae Jeon
2022-01-20Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2022-01-18ksmbd: fix guest connection failure with nautilusNamjae Jeon
2022-01-18ksmbd: uninitialized variable in create_socket()Dan Carpenter
2022-01-18ksmbd: smbd: fix missing client's memory region invalidationHyunchul Lee
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-10ksmbd: add smb-direct shutdownYufan Chen
2022-01-10ksmbd: smbd: change the default maximum read/write, receive sizeHyunchul Lee
2022-01-10ksmbd: smbd: create MR poolHyunchul Lee
2022-01-10ksmbd: add reserved room in ipc request/responseNamjae Jeon
2022-01-10ksmbd: smbd: call rdma_accept() under CM handlerHyunchul Lee
2022-01-10ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon
2022-01-10ksmbd: move credit charge deduction under processing requestNamjae Jeon