| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-05-24 | smb: move client and server files to common directory fs/smb | Steve French | 60 | -31465/+0 |
| 2023-05-16 | ksmbd: smb2: Allow messages padded to 8byte boundary | Gustav Johansson | 1 | -1/+4 |
| 2023-05-16 | ksmbd: allocate one more byte for implied bcc[0] | Chih-Yen Chang | 1 | -1/+2 |
| 2023-05-16 | ksmbd: fix wrong UserName check in session_user | Chih-Yen Chang | 1 | -3/+2 |
| 2023-05-16 | ksmbd: fix global-out-of-bounds in smb2_find_context_vals | Chih-Yen Chang | 3 | -10/+11 |
| 2023-05-07 | Merge tag '6.4-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif... | Linus Torvalds | 1 | -16/+0 |
| 2023-05-05 | Merge tag '6.4-rc-ksmbd-server-fixes-part2' of git://git.samba.org/ksmbd | Linus Torvalds | 11 | -110/+250 |
| 2023-05-03 | ksmbd: call rcu_barrier() in ksmbd_server_exit() | Namjae Jeon | 1 | -0/+1 |
| 2023-05-03 | ksmbd: fix racy issue under cocurrent smb2 tree disconnect | Namjae Jeon | 3 | -2/+14 |
| 2023-05-03 | ksmbd: fix racy issue from smb2 close and logoff with multichannel | Namjae Jeon | 5 | -32/+101 |
| 2023-05-03 | ksmbd: not allow guest user on multichannel | Namjae Jeon | 1 | -2/+9 |
| 2023-05-03 | ksmbd: fix deadlock in ksmbd_find_crypto_ctx() | Namjae Jeon | 1 | -8/+11 |
| 2023-05-03 | ksmbd: block asynchronous requests when making a delay on session setup | Namjae Jeon | 1 | -1/+4 |
| 2023-05-03 | ksmbd: destroy expired sessions | Namjae Jeon | 4 | -31/+41 |
| 2023-05-03 | ksmbd: fix racy issue from session setup and logoff | Namjae Jeon | 6 | -49/+77 |
| 2023-05-03 | ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem() | Namjae Jeon | 1 | -0/+3 |
| 2023-05-03 | ksmbd: fix memleak in session setup | Namjae Jeon | 1 | -0/+4 |
| 2023-05-02 | SMB3.1.1: correct definition for app_instance_id create contexts | Steve French | 1 | -16/+0 |
| 2023-05-01 | Merge tag '6.4-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif... | Linus Torvalds | 1 | -33/+0 |
| 2023-04-29 | Merge tag '6.4-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 4 | -416/+244 |
| 2023-04-28 | smb3: move some common open context structs to smbfs_common | Steve French | 1 | -25/+0 |
| 2023-04-28 | smb3: make query_on_disk_id open context consistent and move to common code | Steve French | 1 | -8/+0 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+5 |
| 2023-04-24 | ksmbd: fix racy issue from using ->d_parent and ->d_name | Namjae Jeon | 4 | -372/+230 |
| 2023-04-24 | ksmbd: remove unused compression negotiate ctx packing | David Disseldorp | 1 | -24/+2 |
| 2023-04-24 | ksmbd: avoid duplicate negotiate ctx offset increments | David Disseldorp | 1 | -16/+10 |
| 2023-04-24 | ksmbd: set NegotiateContextCount once instead of every inc | David Disseldorp | 1 | -5/+5 |
| 2023-04-24 | Merge tag 'pull-lock_rename_child' of git://git.kernel.org/pub/scm/linux/kern... | Steve French | 1 | -2/+0 |
| 2023-04-20 | ksmbd: remove internal.h include | Namjae Jeon | 1 | -2/+0 |
| 2023-04-13 | ksmbd: avoid out of bounds access in decode_preauth_ctxt() | David Disseldorp | 1 | -9/+14 |
| 2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 8 | -55/+78 |
| 2023-04-02 | ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr | Namjae Jeon | 4 | -37/+111 |
| 2023-04-02 | ksmbd: delete asynchronous work from list | Namjae Jeon | 4 | -20/+28 |
| 2023-03-29 | driver core: class: mark the struct class for sysfs callbacks as constant | Greg Kroah-Hartman | 1 | -5/+5 |
| 2023-03-25 | ksmbd: remove unused is_char_allowed function | Tom Rix | 1 | -18/+0 |
| 2023-03-25 | ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN | Marios Makassikis | 1 | -4/+1 |
| 2023-03-24 | ksmbd: return unsupported error on smb1 mount | Namjae Jeon | 3 | -30/+30 |
| 2023-03-22 | ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect | Namjae Jeon | 1 | -2/+2 |
| 2023-03-22 | ksmbd: don't terminate inactive sessions after a few seconds | Namjae Jeon | 4 | -16/+28 |
| 2023-03-22 | ksmbd: fix possible refcount leak in smb2_open() | ChenXiaoSong | 1 | -1/+4 |
| 2023-03-22 | ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES | Namjae Jeon | 1 | -3/+6 |
| 2023-03-22 | ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA | Namjae Jeon | 1 | -1/+1 |
| 2023-03-22 | ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATION | Namjae Jeon | 1 | -0/+4 |
| 2023-03-22 | ksmbd: fix wrong signingkey creation when encryption is AES256 | Namjae Jeon | 1 | -2/+3 |
| 2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman | 1 | -1/+0 |
| 2023-02-22 | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2 | -8/+6 |
| 2023-02-22 | Merge tag '6.3-rc-ksmbd-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 10 | -151/+98 |
| 2023-02-20 | smb3: Replace smb2pdu 1-element arrays with flex-arrays | Kees Cook | 2 | -8/+6 |
| 2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 10 | -218/+218 |
| 2023-02-20 | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt... | Linus Torvalds | 3 | -0/+3 |
| 2023-02-19 | ksmbd: fix possible memory leak in smb2_lock() | Hangyu Hua | 2 | -18/+15 |
| 2023-02-15 | ksmbd: do not allow the actual frame length to be smaller than the rfc1002 le... | Namjae Jeon | 1 | -11/+10 |
| 2023-02-15 | ksmbd: fix wrong data area length for smb2 lock request | Namjae Jeon | 1 | -7/+3 |
| 2023-02-15 | ksmbd: Fix parameter name and comment mismatch | Jiapeng Chong | 1 | -3/+3 |
| 2023-01-30 | ksmbd: Fix spelling mistake "excceed" -> "exceeded" | Colin Ian King | 1 | -1/+1 |
| 2023-01-30 | ksmbd: update Kconfig to note Kerberos support and fix indentation | Steve French | 1 | -2/+6 |
| 2023-01-30 | ksmbd: Remove duplicated codes | Dawei Li | 1 | -12/+11 |
| 2023-01-30 | ksmbd: fix typo, syncronous->synchronous | Dawei Li | 3 | -5/+5 |
| 2023-01-29 | ksmbd: Implements sess->rpc_handle_list as xarray | Dawei Li | 2 | -24/+15 |
| 2023-01-29 | ksmbd: Implements sess->ksmbd_chann_list as xarray | Dawei Li | 3 | -68/+29 |
| 2023-01-25 | ksmbd: downgrade ndr version error message to debug | Namjae Jeon | 1 | -4/+4 |
| 2023-01-25 | ksmbd: limit pdu length size according to connection status | Namjae Jeon | 2 | -4/+18 |
| 2023-01-20 | ksmbd: do not sign response to session request for guest login | Marios Makassikis | 1 | -0/+2 |
| 2023-01-20 | ksmbd: add max connections parameter | Namjae Jeon | 4 | -2/+22 |
| 2023-01-19 | fs: port vfs{g,u}id helpers to mnt_idmap | Christian Brauner | 4 | -48/+39 |
| 2023-01-19 | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap | Christian Brauner | 5 | -17/+17 |
| 2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 5 | -109/+104 |
| 2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 4 | -18/+21 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 4 | -15/+16 |
| 2023-01-18 | fs: port vfs_*() helpers to struct mnt_idmap | Christian Brauner | 5 | -27/+37 |
| 2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton | 3 | -0/+3 |
| 2023-01-01 | ksmbd: fix infinite loop in ksmbd_conn_handler_loop() | Namjae Jeon | 2 | -3/+9 |
| 2023-01-01 | ksmbd: check nt_len to be at least CIFS_ENCPWD_SIZE in ksmbd_decode_ntlmssp_a... | William Liu | 1 | -1/+2 |
| 2023-01-01 | ksmbd: send proper error response in smb2_tree_connect() | Marios Makassikis | 1 | -2/+5 |
| 2022-12-15 | Merge tag '6.2-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 5 | -24/+31 |
| 2022-12-14 | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -10/+10 |
| 2022-12-12 | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -19/+20 |
| 2022-12-12 | Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt... | Linus Torvalds | 1 | -1/+1 |
| 2022-12-11 | ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIs | ye xingchen | 1 | -14/+6 |
| 2022-12-11 | ksmbd: Fix resource leak in smb2_lock() | Marios Makassikis | 1 | -0/+4 |
| 2022-12-11 | ksmbd: Fix resource leak in ksmbd_session_rpc_open() | Xiu Jianfeng | 1 | -3/+5 |
| 2022-12-11 | ksmbd: replace one-element arrays with flexible-array members | Gustavo A. R. Silva | 3 | -9/+9 |
| 2022-12-11 | ksmbd: use F_SETLK when unlocking a file | Jeff Layton | 1 | -2/+2 |
| 2022-12-11 | ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for ... | Namjae Jeon | 3 | -5/+14 |
| 2022-12-02 | ksmbd: replace one-element arrays with flexible-array members | Gustavo A. R. Silva | 3 | -9/+9 |
| 2022-11-30 | ksmbd: use locks_inode_context helper | Jeff Layton | 1 | -1/+1 |
| 2022-11-25 | vfs: fix copy_file_range() averts filesystem freeze protection | Amir Goldstein | 1 | -3/+3 |
| 2022-11-01 | cred: Do not default to init_cred in prepare_kernel_cred() | Kees Cook | 1 | -1/+1 |
| 2022-10-20 | ksmbd: use vfs_remove_acl() | Christian Brauner | 1 | -1/+1 |
| 2022-10-20 | fs: rename current get acl method | Christian Brauner | 3 | -5/+5 |
| 2022-10-19 | fs: pass dentry to set acl method | Christian Brauner | 4 | -13/+14 |
| 2022-10-07 | Merge tag '6.1-rc-ksmbd-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 24 | -139/+253 |
| 2022-10-06 | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2 | -17/+13 |
| 2022-10-05 | ksmbd: validate share name from share config response | Atte Heikkilä | 6 | -9/+29 |
| 2022-10-05 | ksmbd: call ib_drain_qp when disconnected | Namjae Jeon | 1 | -0/+2 |
| 2022-10-05 | ksmbd: make utf-8 file name comparison work in __caseless_lookup() | Atte Heikkilä | 3 | -3/+20 |
| 2022-10-05 | ksmbd: Fix user namespace mapping | Mickaël Salaün | 1 | -2/+4 |
| 2022-10-05 | ksmbd: hide socket error message when ipv6 config is disable | Namjae Jeon | 1 | -1/+2 |
| 2022-10-05 | ksmbd: reduce server smbdirect max send/receive segment sizes | Tom Talpey | 1 | -2/+2 |
| 2022-10-05 | ksmbd: decrease the number of SMB3 smbdirect server SGEs | Tom Talpey | 1 | -1/+1 |
| 2022-10-05 | ksmbd: Fix wrong return value and message length check in smb2_ioctl() | Zhang Xiaoxu | 1 | -4/+9 |
| 2022-10-05 | ksmbd: set NTLMSSP_NEGOTIATE_SEAL flag to challenge blob | Namjae Jeon | 3 | -1/+5 |
| 2022-10-05 | ksmbd: fix encryption failure issue for session logoff response | Namjae Jeon | 3 | -9/+13 |
| 2022-10-05 | ksmbd: fix endless loop when encryption for response fails | Namjae Jeon | 1 | -3/+1 |
| 2022-10-05 | ksmbd: fill sids in SMB_FIND_FILE_POSIX_INFO response | Namjae Jeon | 1 | -6/+20 |
| 2022-10-05 | ksmbd: set file permission mode to match Samba server posix extension behavior | Namjae Jeon | 2 | -3/+3 |
| 2022-10-05 | ksmbd: change security id to the one samba used for posix extension | Namjae Jeon | 3 | -7/+25 |
| 2022-10-05 | ksmbd: casefold utf-8 share names and fix ascii lowercase conversion | Atte Heikkilä | 10 | -28/+56 |
| 2022-10-05 | ksmbd: port to vfs{g,u}id_t and associated helpers | Christian Brauner | 5 | -16/+25 |
| 2022-10-05 | ksmbd: fix incorrect handling of iterate_dir | Namjae Jeon | 1 | -10/+4 |
| 2022-10-05 | ksmbd: remove generic_fillattr use in smb2_open() | Namjae Jeon | 1 | -4/+5 |
| 2022-10-05 | ksmbd: constify struct path | Al Viro | 7 | -20/+20 |
| 2022-10-05 | ksmbd: don't open-code %pD | Al Viro | 2 | -14/+11 |
| 2022-10-05 | ksmbd: don't open-code file_path() | Al Viro | 1 | -2/+2 |
| 2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski | 1 | -0/+1 |
| 2022-08-17 | Change calling conventions for filldir_t | Al Viro | 2 | -17/+13 |
| 2022-08-15 | ksmbd: don't remove dos attribute xattr on O_TRUNC open | Namjae Jeon | 1 | -9/+9 |
| 2022-08-15 | ksmbd: remove unnecessary generic_fillattr in smb2_open | Hyunchul Lee | 1 | -9/+4 |
| 2022-08-11 | ksmbd: request update to stale share config | Atte Heikkilä | 5 | -1/+23 |
| 2022-08-11 | ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configured | Namjae Jeon | 2 | -2/+3 |
| 2022-08-08 | Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 19 | -219/+320 |
| 2022-08-04 | ksmbd: fix heap-based overflow in set_ntacl_dacl() | Namjae Jeon | 4 | -56/+118 |
| 2022-07-31 | ksmbd: prevent out of bound read for SMB2_TREE_CONNNECT | Hyunchul Lee | 1 | -5/+0 |
| 2022-07-31 | ksmbd: prevent out of bound read for SMB2_WRITE | Hyunchul Lee | 2 | -7/+8 |
| 2022-07-31 | ksmbd: fix use-after-free bug in smb2_tree_disconect | Namjae Jeon | 1 | -0/+1 |
| 2022-07-31 | ksmbd: fix memory leak in smb2_handle_negotiate | Namjae Jeon | 1 | -0/+4 |
| 2022-07-31 | ksmbd: fix racy issue while destroying session on multichannel | Namjae Jeon | 12 | -86/+110 |
| 2022-07-31 | ksmbd: use wait_event instead of schedule_timeout() | Namjae Jeon | 4 | -17/+33 |
| 2022-07-26 | ksmbd: fix kernel oops from idr_remove() | Namjae Jeon | 2 | -2/+8 |
| 2022-07-26 | ksmbd: add channel rwlock | Namjae Jeon | 3 | -2/+22 |
| 2022-07-26 | ksmbd: replace sessions list in connection with xarray | Namjae Jeon | 5 | -33/+21 |
| 2022-07-24 | ksmbd: remove unused ksmbd_share_configs_cleanup function | Namjae Jeon | 2 | -16/+0 |
| 2022-07-15 | acl: move idmapped mount fixup into vfs_{g,s}etxattr() | Christian Brauner | 2 | -2/+2 |
| 2022-06-30 | vfs: fix copy_file_range() regression in cross-fs copies | Amir Goldstein | 2 | -3/+17 |
| 2022-06-25 | ksmbd: use vfs_llseek instead of dereferencing NULL | Jason A. Donenfeld | 1 | -2/+2 |
| 2022-06-23 | ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATA | Namjae Jeon | 1 | -10/+17 |
| 2022-06-23 | ksmbd: set the range of bytes to zero without extending file size in FSCTL_ZE... | Namjae Jeon | 1 | -1/+3 |
| 2022-06-23 | ksmbd: remove duplicate flag set in smb2_write | Hyunchul Lee | 1 | -4/+1 |
| 2022-06-11 | ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is alre... | Christophe JAILLET | 1 | -10/+0 |
| 2022-06-11 | ksmbd: use SOCK_NONBLOCK type for kernel_accept() | Namjae Jeon | 1 | -1/+1 |
| 2022-05-27 | ksmbd: smbd: relax the count of sges required | Hyunchul Lee | 1 | -8/+5 |
| 2022-05-21 | ksmbd: fix outstanding credits related bugs | Hyunchul Lee | 3 | -3/+5 |
| 2022-05-21 | ksmbd: smbd: fix connection dropped issue | Hyunchul Lee | 1 | -0/+1 |
| 2022-05-21 | ksmbd: Fix some kernel-doc comments | Yang Li | 1 | -5/+5 |
| 2022-05-21 | ksmbd: fix wrong smbd max read/write size check | Namjae Jeon | 3 | -14/+32 |
| 2022-05-21 | ksmbd: add smbd max io size parameter | Namjae Jeon | 4 | -2/+18 |
| 2022-05-21 | ksmbd: handle smb2 query dir request for OutputBufferLength that is too small | Namjae Jeon | 1 | -1/+9 |
| 2022-05-21 | ksmbd: smbd: handle multiple Buffer descriptors | Hyunchul Lee | 2 | -62/+107 |
| 2022-05-21 | ksmbd: smbd: change the return value of get_sg_list | Hyunchul Lee | 1 | -2/+2 |
| 2022-05-21 | ksmbd: smbd: simplify tracking pending packets | Hyunchul Lee | 1 | -27/+7 |
| 2022-05-21 | ksmbd: smbd: introduce read/write credits for RDMA read/write | Hyunchul Lee | 1 | -49/+71 |
| 2022-05-21 | ksmbd: smbd: change prototypes of RDMA read/write related functions | Hyunchul Lee | 4 | -49/+51 |
| 2022-05-09 | ksmbd: validate length in smb2_write() | Marios Makassikis | 1 | -30/+19 |
| 2022-05-09 | ksmbd: fix reference count leak in smb_check_perm_dacl() | Xin Xiong | 1 | -0/+1 |
| 2022-04-14 | ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION | Namjae Jeon | 1 | -4/+7 |
| 2022-04-14 | ksmbd: increment reference count of parent fp | Namjae Jeon | 2 | -0/+3 |
| 2022-04-14 | ksmbd: remove filename in ksmbd_file | Namjae Jeon | 8 | -62/+42 |
| 2022-04-01 | Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 3 | -15/+14 |
| 2022-04-01 | Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 3 | -591/+54 |
| 2022-03-31 | smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c... | Steve French | 3 | -79/+6 |
| 2022-03-30 | ksmbd: replace usage of found with dedicated list iterator variable | Jakob Koschel | 1 | -11/+10 |
| 2022-03-30 | ksmbd: Remove a redundant zeroing of memory | Christophe JAILLET | 1 | -1/+1 |
| 2022-03-30 | ksmbd: shorten experimental warning on loading the module | Steve French | 1 | -1/+1 |
| 2022-03-26 | smb3: move defines for query info and query fsinfo to smbfs_common | Steve French | 1 | -284/+1 |
| 2022-03-26 | smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_common | Steve French | 2 | -73/+3 |
| 2022-03-25 | [smb3] move more common protocol header definitions to smbfs_common | Steve French | 1 | -95/+0 |
| 2022-03-24 | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p... | Linus Torvalds | 5 | -10/+10 |
| 2022-03-23 | ksmbd: store fids as opaque u64 integers | Paulo Alcantara | 2 | -72/+56 |
| 2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
| 2022-03-20 | ksmbd: use netif_is_bridge_port | Tobias Klauser | 1 | -2/+2 |
| 2022-02-17 | treewide: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva | 5 | -10/+10 |
| 2022-02-04 | ksmbd: add support for key exchange | Namjae Jeon | 1 | -0/+27 |
| 2022-02-04 | ksmbd: reduce smb direct max read/write size | Namjae Jeon | 1 | -1/+1 |
| 2022-02-04 | ksmbd: don't align last entry offset in smb2 query directory | Namjae Jeon | 2 | -3/+5 |
| 2022-02-04 | ksmbd: fix same UniqueId for dot and dotdot entries | Namjae Jeon | 1 | -1/+4 |
| 2022-02-04 | ksmbd: smbd: validate buffer descriptor structures | Hyunchul Lee | 1 | -6/+30 |
| 2022-02-02 | block: remove genhd.h | Christoph Hellwig | 1 | -1/+0 |
| 2022-01-23 | ksmbd: fix SMB 3.11 posix extension mount failure | Namjae Jeon | 1 | -1/+1 |
| 2022-01-20 | Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 19 | -334/+429 |
| 2022-01-18 | ksmbd: fix guest connection failure with nautilus | Namjae Jeon | 1 | -33/+29 |
| 2022-01-18 | ksmbd: uninitialized variable in create_socket() | Dan Carpenter | 1 | -1/+2 |
| 2022-01-18 | ksmbd: smbd: fix missing client's memory region invalidation | Hyunchul Lee | 1 | -27/+46 |
| 2022-01-11 | Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -18/+6 |
| 2022-01-10 | ksmbd: add smb-direct shutdown | Yufan Chen | 3 | -1/+19 |
| 2022-01-10 | ksmbd: smbd: change the default maximum read/write, receive size | Hyunchul Lee | 1 | -2/+4 |
| 2022-01-10 | ksmbd: smbd: create MR pool | Hyunchul Lee | 1 | -1/+22 |
| 2022-01-10 | ksmbd: add reserved room in ipc request/response | Namjae Jeon | 1 | -1/+10 |
| 2022-01-10 | ksmbd: smbd: call rdma_accept() under CM handler | Hyunchul Lee | 1 | -43/+59 |
| 2022-01-10 | ksmbd: limits exceeding the maximum allowable outstanding requests | Namjae Jeon | 4 | -1/+13 |
| 2022-01-10 | ksmbd: move credit charge deduction under processing request | Namjae Jeon | 2 | -11/+12 |
| 2022-01-10 | ksmbd: add support for smb2 max credit parameter | Namjae Jeon | 8 | -10/+22 |
| 2022-01-10 | ksmbd: set 445 port to smbdirect port by default | Namjae Jeon | 2 | -5/+12 |
| 2022-01-10 | ksmbd: register ksmbd ib client with ib_register_client() | Hyunchul Lee | 2 | -11/+98 |
| 2021-12-28 | ksmbd: Fix smb2_get_name() kernel-doc comment | Yang Li | 1 | -1/+1 |
| 2021-12-28 | ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry() | Yang Li | 1 | -1/+0 |
| 2021-12-28 | ksmbd: Fix smb2_set_info_file() kernel-doc comment | Yang Li | 1 | -1/+1 |
| 2021-12-28 | ksmbd: Fix buffer_check_err() kernel-doc comment | Yang Li | 1 | -0/+1 |
| 2021-12-28 | ksmbd: fix multi session connection failure | Namjae Jeon | 5 | -29/+24 |
| 2021-12-28 | ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFO | Namjae Jeon | 1 | -10/+12 |
| 2021-12-28 | ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO | Namjae Jeon | 3 | -5/+21 |