summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ksmbd: fix error code in ndr_read_int32()Dan Carpenter2021-12-161-1/+1
|/
* ksmbd: fix memleak in get_file_stream_info()Namjae Jeon2021-11-251-1/+3
* ksmbd: contain default data stream even if xattr is emptyNamjae Jeon2021-11-251-9/+9
* ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec()Namjae Jeon2021-11-251-1/+1
* ksmbd: Fix an error handling path in 'smb2_sess_setup()'Christophe JAILLET2021-11-251-2/+4
* ksmbd: Use the SMB3_Create definitions from the sharedRonnie Sahlberg2021-11-115-265/+37
* ksmbd: Move more definitions into the shared areaRonnie Sahlberg2021-11-112-192/+4
* ksmbd: use the common definitions for NEGOTIATE_PROTOCOLRonnie Sahlberg2021-11-114-167/+15
* ksmbd: switch to use shared definitions where availableRonnie Sahlberg2021-11-115-180/+2
* ksmbd: change LeaseKey data type to u8 arrayNamjae Jeon2021-11-113-23/+14
* ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon2021-11-114-30/+21
* ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon2021-11-1110-262/+260
* ksmbd: remove md4 leftoversNamjae Jeon2021-11-112-2/+0
* ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATIONNamjae Jeon2021-11-113-1/+10
* ksmbd: don't need 8byte alignment for request length in ksmbd_check_messageNamjae Jeon2021-11-061-4/+2
* ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()Marios Makassikis2021-11-061-1/+1
* ksmbd: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-062-2/+0
* ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()Ralph Boehme2021-11-061-3/+4
* ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()Ralph Boehme2021-11-061-6/+1
* ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()Ralph Boehme2021-11-061-1/+1
* ksmbd: add buffer validation in session setupMarios Makassikis2021-10-202-27/+40