summaryrefslogtreecommitdiff
path: root/fs/ksmbd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.4-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-05-071-16/+0
|\
| * SMB3.1.1: correct definition for app_instance_id create contextsSteve French2023-05-021-16/+0
* | Merge tag '6.4-rc-ksmbd-server-fixes-part2' of git://git.samba.org/ksmbdLinus Torvalds2023-05-0511-110/+250
|\ \ | |/ |/|
| * ksmbd: call rcu_barrier() in ksmbd_server_exit()Namjae Jeon2023-05-031-0/+1
| * ksmbd: fix racy issue under cocurrent smb2 tree disconnectNamjae Jeon2023-05-033-2/+14
| * ksmbd: fix racy issue from smb2 close and logoff with multichannelNamjae Jeon2023-05-035-32/+101
| * ksmbd: not allow guest user on multichannelNamjae Jeon2023-05-031-2/+9
| * ksmbd: fix deadlock in ksmbd_find_crypto_ctx()Namjae Jeon2023-05-031-8/+11
| * ksmbd: block asynchronous requests when making a delay on session setupNamjae Jeon2023-05-031-1/+4
| * ksmbd: destroy expired sessionsNamjae Jeon2023-05-034-31/+41
| * ksmbd: fix racy issue from session setup and logoffNamjae Jeon2023-05-036-49/+77
| * ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem()Namjae Jeon2023-05-031-0/+3
| * ksmbd: fix memleak in session setupNamjae Jeon2023-05-031-0/+4
* | Merge tag '6.4-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-05-011-33/+0
|\ \ | |/ |/|
| * smb3: move some common open context structs to smbfs_commonSteve French2023-04-281-25/+0
| * smb3: make query_on_disk_id open context consistent and move to common codeSteve French2023-04-281-8/+0
* | Merge tag '6.4-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-04-294-418/+246
|\ \
| * | ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon2023-04-244-374/+232
| * | ksmbd: remove unused compression negotiate ctx packingDavid Disseldorp2023-04-241-24/+2
| * | ksmbd: avoid duplicate negotiate ctx offset incrementsDavid Disseldorp2023-04-241-16/+10
| * | ksmbd: set NegotiateContextCount once instead of every incDavid Disseldorp2023-04-241-5/+5
| * | Merge tag 'pull-lock_rename_child' of git://git.kernel.org/pub/scm/linux/kern...Steve French2023-04-241-2/+0
| |\ \ | | |/ | |/|
| | * ksmbd: remove internal.h includeNamjae Jeon2023-04-201-2/+0
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-6/+5
|\ \ \ | |/ / |/| |
| * | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-038-55/+78
| |\ \
| * | | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-5/+5
| * | | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
| | |/ | |/|
* | | ksmbd: avoid out of bounds access in decode_preauth_ctxt()David Disseldorp2023-04-131-9/+14
* | | ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdrNamjae Jeon2023-04-024-37/+111
* | | ksmbd: delete asynchronous work from listNamjae Jeon2023-04-024-20/+28
* | | ksmbd: remove unused is_char_allowed functionTom Rix2023-03-251-18/+0
* | | ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARNMarios Makassikis2023-03-251-4/+1
| |/ |/|
* | ksmbd: return unsupported error on smb1 mountNamjae Jeon2023-03-243-30/+30
* | ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialectNamjae Jeon2023-03-221-2/+2
* | ksmbd: don't terminate inactive sessions after a few secondsNamjae Jeon2023-03-224-16/+28
* | ksmbd: fix possible refcount leak in smb2_open()ChenXiaoSong2023-03-221-1/+4
* | ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGESNamjae Jeon2023-03-221-3/+6
* | ksmbd: add low bound validation to FSCTL_SET_ZERO_DATANamjae Jeon2023-03-221-1/+1
* | ksmbd: set FILE_NAMED_STREAMS attribute in FS_ATTRIBUTE_INFORMATIONNamjae Jeon2023-03-221-0/+4
* | ksmbd: fix wrong signingkey creation when encryption is AES256Namjae Jeon2023-03-221-2/+3
|/
* Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-222-8/+6
|\
| * smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook2023-02-202-8/+6
* | Merge tag '6.3-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-02-2210-152/+99
|\ \
| * | ksmbd: fix possible memory leak in smb2_lock()Hangyu Hua2023-02-192-18/+15
| * | ksmbd: do not allow the actual frame length to be smaller than the rfc1002 le...Namjae Jeon2023-02-151-11/+10
| * | ksmbd: fix wrong data area length for smb2 lock requestNamjae Jeon2023-02-151-7/+3
| * | ksmbd: Fix parameter name and comment mismatchJiapeng Chong2023-02-151-3/+3
| * | ksmbd: Fix spelling mistake "excceed" -> "exceeded"Colin Ian King2023-01-301-1/+1
| * | ksmbd: update Kconfig to note Kerberos support and fix indentationSteve French2023-01-301-2/+6
| * | ksmbd: Remove duplicated codesDawei Li2023-01-301-12/+11