aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ksmbd (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds5-10/+10
2022-03-23ksmbd: store fids as opaque u64 integersPaulo Alcantara2-72/+56
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-03-20ksmbd: use netif_is_bridge_portTobias Klauser1-2/+2
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva5-10/+10
2022-02-04ksmbd: add support for key exchangeNamjae Jeon1-0/+27
2022-02-04ksmbd: reduce smb direct max read/write sizeNamjae Jeon1-1/+1
2022-02-04ksmbd: don't align last entry offset in smb2 query directoryNamjae Jeon2-3/+5
2022-02-04ksmbd: fix same UniqueId for dot and dotdot entriesNamjae Jeon1-1/+4
2022-02-04ksmbd: smbd: validate buffer descriptor structuresHyunchul Lee1-6/+30
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2022-01-23ksmbd: fix SMB 3.11 posix extension mount failureNamjae Jeon1-1/+1
2022-01-20Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds19-334/+429
2022-01-18ksmbd: fix guest connection failure with nautilusNamjae Jeon1-33/+29
2022-01-18ksmbd: uninitialized variable in create_socket()Dan Carpenter1-1/+2
2022-01-18ksmbd: smbd: fix missing client's memory region invalidationHyunchul Lee1-27/+46
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-18/+6
2022-01-10ksmbd: add smb-direct shutdownYufan Chen3-1/+19
2022-01-10ksmbd: smbd: change the default maximum read/write, receive sizeHyunchul Lee1-2/+4
2022-01-10ksmbd: smbd: create MR poolHyunchul Lee1-1/+22
2022-01-10ksmbd: add reserved room in ipc request/responseNamjae Jeon1-1/+10
2022-01-10ksmbd: smbd: call rdma_accept() under CM handlerHyunchul Lee1-43/+59
2022-01-10ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon4-1/+13
2022-01-10ksmbd: move credit charge deduction under processing requestNamjae Jeon2-11/+12
2022-01-10ksmbd: add support for smb2 max credit parameterNamjae Jeon8-10/+22
2022-01-10ksmbd: set 445 port to smbdirect port by defaultNamjae Jeon2-5/+12
2022-01-10ksmbd: register ksmbd ib client with ib_register_client()Hyunchul Lee2-11/+98
2021-12-28ksmbd: Fix smb2_get_name() kernel-doc commentYang Li1-1/+1
2021-12-28ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()Yang Li1-1/+0
2021-12-28ksmbd: Fix smb2_set_info_file() kernel-doc commentYang Li1-1/+1
2021-12-28ksmbd: Fix buffer_check_err() kernel-doc commentYang Li1-0/+1
2021-12-28ksmbd: fix multi session connection failureNamjae Jeon5-29/+24
2021-12-28ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon1-10/+12
2021-12-28ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon3-5/+21
2021-12-28ksmbd: Remove unused fields from ksmbd_file struct definitionMarios Makassikis1-10/+0
2021-12-28ksmbd: Remove unused parameter from smb2_get_name()Marios Makassikis1-9/+4
2021-12-28ksmbd: use oid registry functions to decode OIDsHyunchul Lee1-123/+19
2021-12-17ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Marcos Del Sol Vives2-7/+21
2021-12-16ksmbd: fix uninitialized symbol 'pntsd_size'Namjae Jeon1-0/+4
2021-12-16ksmbd: fix error code in ndr_read_int32()Dan Carpenter1-1/+1
2021-12-03fs: use low-level mapping helpersChristian Brauner2-18/+4