- 7a3ecddc Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 2 years, 10 months ago
- 9a005bea Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 2 years, 10 months ago
- c7803b0 smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_common by Steve French · 2 years, 10 months ago
- edf5f05 ksmbd: replace usage of found with dedicated list iterator variable by Jakob Koschel · 2 years, 10 months ago
- 56b401f ksmbd: Remove a redundant zeroing of memory by Christophe JAILLET · 2 years, 10 months ago
- adc3282 ksmbd: shorten experimental warning on loading the module by Steve French · 2 years, 10 months ago
- be13500 smb3: move defines for query info and query fsinfo to smbfs_common by Steve French · 2 years, 10 months ago
- 15e7b6d smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_common by Steve French · 2 years, 10 months ago
- 113be37 [smb3] move more common protocol header definitions to smbfs_common by Steve French · 2 years, 10 months ago
- 3ce62cf Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 2 years, 10 months ago
- 2d004c6 ksmbd: store fids as opaque u64 integers by Paulo Alcantara · 2 years, 10 months ago
- 616355c Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 10 months ago
- 1b699bf ksmbd: use netif_is_bridge_port by Tobias Klauser · 2 years, 11 months ago
- 5224f79 treewide: Replace zero-length arrays with flexible-array members by Gustavo A. R. Silva · 3 years ago
- f9929ef ksmbd: add support for key exchange by Namjae Jeon · 3 years ago
- deae24b ksmbd: reduce smb direct max read/write size by Namjae Jeon · 3 years ago
- 04e2609 ksmbd: don't align last entry offset in smb2 query directory by Namjae Jeon · 3 years ago
- 97550c7 ksmbd: fix same UniqueId for dot and dotdot entries by Namjae Jeon · 3 years ago
- 6d896d3 ksmbd: smbd: validate buffer descriptor structures by Hyunchul Lee · 3 years ago
- 322cbb5 block: remove genhd.h by Christoph Hellwig · 3 years ago
- 9ca8581 ksmbd: fix SMB 3.11 posix extension mount failure by Namjae Jeon · 3 years ago
- 67ed868 Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 3 years ago
- ac090d9 ksmbd: fix guest connection failure with nautilus by Namjae Jeon · 3 years ago
- b207602 ksmbd: uninitialized variable in create_socket() by Dan Carpenter · 3 years ago
- 2fd5dcb ksmbd: smbd: fix missing client's memory region invalidation by Hyunchul Lee · 3 years ago
- 5dfbfe7 Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years ago
- 136dff3 ksmbd: add smb-direct shutdown by Yufan Chen · 3 years ago
- 4d02c4f ksmbd: smbd: change the default maximum read/write, receive size by Hyunchul Lee · 3 years ago
- c9f1892 ksmbd: smbd: create MR pool by Hyunchul Lee · 3 years ago
- 41dbda1 ksmbd: add reserved room in ipc request/response by Namjae Jeon · 3 years, 1 month ago
- 99b7650 ksmbd: smbd: call rdma_accept() under CM handler by Hyunchul Lee · 3 years, 1 month ago
- b589f5d ksmbd: limits exceeding the maximum allowable outstanding requests by Namjae Jeon · 3 years, 1 month ago
- 914d7e5 ksmbd: move credit charge deduction under processing request by Namjae Jeon · 3 years, 1 month ago
- 004443b ksmbd: add support for smb2 max credit parameter by Namjae Jeon · 3 years, 1 month ago
- cb097b3 ksmbd: set 445 port to smbdirect port by default by Namjae Jeon · 3 years, 1 month ago
- 31928a0 ksmbd: register ksmbd ib client with ib_register_client() by Hyunchul Lee · 3 years, 1 month ago
- d4eeb82 ksmbd: Fix smb2_get_name() kernel-doc comment by Yang Li · 3 years, 1 month ago
- f5c3813 ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry() by Yang Li · 3 years, 1 month ago
- 4bfd9ee ksmbd: Fix smb2_set_info_file() kernel-doc comment by Yang Li · 3 years, 1 month ago
- e230d01 ksmbd: Fix buffer_check_err() kernel-doc comment by Yang Li · 3 years, 1 month ago
- ce53d36 ksmbd: fix multi session connection failure by Namjae Jeon · 3 years, 1 month ago
- 71cd9cb ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFO by Namjae Jeon · 3 years, 1 month ago
- a58b45a ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO by Namjae Jeon · 3 years, 1 month ago
- 305f8bd ksmbd: Remove unused fields from ksmbd_file struct definition by Marios Makassikis · 3 years, 2 months ago
- 80917f1 ksmbd: Remove unused parameter from smb2_get_name() by Marios Makassikis · 3 years, 2 months ago
- 2942774 ksmbd: use oid registry functions to decode OIDs by Hyunchul Lee · 3 years, 2 months ago
- 83912d6 ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1 by Marcos Del Sol Vives · 3 years, 1 month ago
- f2e78af ksmbd: fix uninitialized symbol 'pntsd_size' by Namjae Jeon · 3 years, 2 months ago
- ef39946 ksmbd: fix error code in ndr_read_int32() by Dan Carpenter · 3 years, 2 months ago
- 4472071 fs: use low-level mapping helpers by Christian Brauner · 3 years, 2 months ago
- a793d79 fs: move mapping helpers by Christian Brauner · 3 years, 2 months ago
- 178ca6f ksmbd: fix memleak in get_file_stream_info() by Namjae Jeon · 3 years, 2 months ago
- 1ec72153 ksmbd: contain default data stream even if xattr is empty by Namjae Jeon · 3 years, 2 months ago
- 8e537d1 ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec() by Namjae Jeon · 3 years, 2 months ago
- f8fbfd8 ksmbd: Fix an error handling path in 'smb2_sess_setup()' by Christophe JAILLET · 3 years, 3 months ago
- 26a2787 ksmbd: Use the SMB3_Create definitions from the shared by Ronnie Sahlberg · 3 years, 3 months ago
- 699230f ksmbd: Move more definitions into the shared area by Ronnie Sahlberg · 3 years, 5 months ago
- d6c9ad23b ksmbd: use the common definitions for NEGOTIATE_PROTOCOL by Ronnie Sahlberg · 3 years, 3 months ago
- 4355a8f ksmbd: switch to use shared definitions where available by Ronnie Sahlberg · 3 years, 3 months ago
- 2734b69 ksmbd: change LeaseKey data type to u8 array by Namjae Jeon · 3 years, 5 months ago
- 2dd9129f ksmbd: remove smb2_buf_length in smb2_transform_hdr by Namjae Jeon · 3 years, 3 months ago
- cb45172 ksmbd: remove smb2_buf_length in smb2_hdr by Namjae Jeon · 3 years, 3 months ago
- 561a1cf ksmbd: remove md4 leftovers by Namjae Jeon · 3 years, 3 months ago
- 5d2f0b1 ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION by Namjae Jeon · 3 years, 3 months ago
- b53ad81 ksmbd: don't need 8byte alignment for request length in ksmbd_check_message by Namjae Jeon · 3 years, 3 months ago
- 78f1688 ksmbd: Fix buffer length check in fsctl_validate_negotiate_info() by Marios Makassikis · 3 years, 3 months ago
- e8d585b ksmbd: Remove redundant 'flush_workqueue()' calls by Christophe JAILLET · 3 years, 3 months ago
- 341b160 ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon() by Ralph Boehme · 3 years, 4 months ago
- b83b279 ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message() by Ralph Boehme · 3 years, 4 months ago
- a088ac8 ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message() by Ralph Boehme · 3 years, 4 months ago
- 0d994cd ksmbd: add buffer validation in session setup by Marios Makassikis · 3 years, 3 months ago
- 621be84 ksmbd: throttle session setup failures to avoid dictionary attacks by Namjae Jeon · 3 years, 3 months ago
- 34061d6 ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requests by Hyunchul Lee · 3 years, 3 months ago
- 7a33488 ksmbd: validate credit charge after validating SMB2 PDU body size by Ralph Boehme · 3 years, 3 months ago
- 2ea086e ksmbd: add buffer validation for smb direct by Hyunchul Lee · 3 years, 3 months ago
- 4bc5947 ksmbd: limit read/write/trans buffer size not to exceed 8MB by Namjae Jeon · 3 years, 3 months ago
- dbad630 ksmbd: validate compound response buffer by Namjae Jeon · 3 years, 3 months ago
- 9a63b99 ksmbd: fix potencial 32bit overflow from data area check in smb2_write by Namjae Jeon · 3 years, 3 months ago
- bf8acc9 ksmbd: improve credits management by Hyunchul Lee · 3 years, 4 months ago
- f7db8fd ksmbd: add validation in smb2_ioctl by Namjae Jeon · 3 years, 4 months ago
- 64e7875 ksmbd: fix oops from fuse driver by Namjae Jeon · 3 years, 4 months ago
- 2db7260 ksmbd: fix version mismatch with out of tree by Namjae Jeon · 3 years, 4 months ago
- c7705ee ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req() by Namjae Jeon · 3 years, 4 months ago
- 51a1387 ksmbd: remove the leftover of smb2.0 dialect support by Namjae Jeon · 3 years, 4 months ago
- c2e99d4 ksmbd: check strictly data area in ksmbd_smb2_check_message() by Namjae Jeon · 3 years, 4 months ago
- 3639999 ksmbd: add the check to vaildate if stream protocol length exceeds maximum value by Namjae Jeon · 3 years, 4 months ago
- 87ffb31 ksmbd: missing check for NULL in convert_to_nt_pathname() by Dan Carpenter · 3 years, 4 months ago
- 4227f81 ksmbd: fix transform header validation by Namjae Jeon · 3 years, 4 months ago
- 8f77150 ksmbd: add buffer validation for SMB2_CREATE_CONTEXT by Hyunchul Lee · 3 years, 4 months ago
- 442ff9e ksmbd: add validation in smb2 negotiate by Namjae Jeon · 3 years, 4 months ago
- 9496e26 ksmbd: add request buffer validation in smb2_set_info by Namjae Jeon · 3 years, 4 months ago
- 88d3005 ksmbd: use correct basic info level in set_file_basic_info() by Namjae Jeon · 3 years, 4 months ago
- ce81299 ksmbd: remove NTLMv1 authentication by Namjae Jeon · 3 years, 4 months ago
- 1018bf24 ksmbd: fix documentation for 2 functions by Enzo Matsumiya · 3 years, 4 months ago
- d72a9c1 ksmbd: fix invalid request buffer access in compound by Namjae Jeon · 3 years, 4 months ago
- 18d4676 ksmbd: remove RFC1002 check in smb2 request by Ronnie Sahlberg · 3 years, 4 months ago
- 265fd19 ksmbd: use LOOKUP_BENEATH to prevent the out of share access by Hyunchul Lee · 3 years, 4 months ago
- 4ea4779 ksmbd: remove follow symlinks support by Namjae Jeon · 3 years, 4 months ago
- 18a015b ksmbd: check protocol id in ksmbd_verify_smb_message() by Namjae Jeon · 3 years, 4 months ago
- 9f632331 ksmbd: add default data stream name in FILE_STREAM_INFORMATION by Namjae Jeon · 3 years, 4 months ago