summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ksmbd: smbd: change the default maximum read/write, receive sizeHyunchul Lee2022-01-101-2/+4
| * ksmbd: smbd: create MR poolHyunchul Lee2022-01-101-1/+22
| * ksmbd: add reserved room in ipc request/responseNamjae Jeon2022-01-101-1/+10
| * ksmbd: smbd: call rdma_accept() under CM handlerHyunchul Lee2022-01-101-43/+59
| * ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon2022-01-104-1/+13
| * ksmbd: move credit charge deduction under processing requestNamjae Jeon2022-01-102-11/+12
| * ksmbd: add support for smb2 max credit parameterNamjae Jeon2022-01-108-10/+22
| * ksmbd: set 445 port to smbdirect port by defaultNamjae Jeon2022-01-102-5/+12
| * ksmbd: register ksmbd ib client with ib_register_client()Hyunchul Lee2022-01-102-11/+98
| * ksmbd: Fix smb2_get_name() kernel-doc commentYang Li2021-12-281-1/+1
| * ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()Yang Li2021-12-281-1/+0
| * ksmbd: Fix smb2_set_info_file() kernel-doc commentYang Li2021-12-281-1/+1
| * ksmbd: Fix buffer_check_err() kernel-doc commentYang Li2021-12-281-0/+1
| * ksmbd: fix multi session connection failureNamjae Jeon2021-12-285-29/+24
| * ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-281-10/+12
| * ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-283-5/+21
| * ksmbd: Remove unused fields from ksmbd_file struct definitionMarios Makassikis2021-12-281-10/+0
| * ksmbd: Remove unused parameter from smb2_get_name()Marios Makassikis2021-12-281-9/+4
| * ksmbd: use oid registry functions to decode OIDsHyunchul Lee2021-12-281-123/+19
* | Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-112-18/+6
|\ \ | |/ |/|
| * fs: use low-level mapping helpersChristian Brauner2021-12-032-18/+4
| * fs: move mapping helpersChristian Brauner2021-12-032-0/+2
* | ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Marcos Del Sol Vives2021-12-172-7/+21
* | ksmbd: fix uninitialized symbol 'pntsd_size'Namjae Jeon2021-12-161-0/+4