index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ksmbd
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
ksmbd: throttle session setup failures to avoid dictionary attacks
Namjae Jeon
6
-6
/
+31
2021-10-20
ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requests
Hyunchul Lee
1
-16
/
+52
2021-10-15
ksmbd: validate credit charge after validating SMB2 PDU body size
Ralph Boehme
1
-9
/
+10
2021-10-15
ksmbd: add buffer validation for smb direct
Hyunchul Lee
1
-2
/
+19
2021-10-15
ksmbd: limit read/write/trans buffer size not to exceed 8MB
Namjae Jeon
3
-1
/
+6
2021-10-13
ksmbd: validate compound response buffer
Namjae Jeon
1
-0
/
+6
2021-10-13
ksmbd: fix potencial 32bit overflow from data area check in smb2_write
Namjae Jeon
1
-4
/
+2
2021-10-13
ksmbd: improve credits management
Hyunchul Lee
3
-62
/
+59
2021-10-13
ksmbd: add validation in smb2_ioctl
Namjae Jeon
3
-31
/
+86
2021-10-07
ksmbd: fix oops from fuse driver
Namjae Jeon
1
-11
/
+6
2021-10-07
ksmbd: fix version mismatch with out of tree
Namjae Jeon
1
-1
/
+1
2021-10-07
ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req()
Namjae Jeon
1
-5
/
+3
2021-10-07
ksmbd: remove the leftover of smb2.0 dialect support
Namjae Jeon
4
-34
/
+12
2021-10-07
ksmbd: check strictly data area in ksmbd_smb2_check_message()
Namjae Jeon
1
-51
/
+47
2021-10-06
ksmbd: add the check to vaildate if stream protocol length exceeds maximum value
Namjae Jeon
3
-12
/
+8
2021-09-30
ksmbd: missing check for NULL in convert_to_nt_pathname()
Dan Carpenter
1
-10
/
+7
2021-09-30
ksmbd: fix transform header validation
Namjae Jeon
1
-9
/
+9
2021-09-30
ksmbd: add buffer validation for SMB2_CREATE_CONTEXT
Hyunchul Lee
3
-13
/
+74
2021-09-30
ksmbd: add validation in smb2 negotiate
Namjae Jeon
2
-6
/
+68
2021-09-30
ksmbd: add request buffer validation in smb2_set_info
Namjae Jeon
1
-42
/
+107
2021-09-30
ksmbd: use correct basic info level in set_file_basic_info()
Namjae Jeon
2
-7
/
+15
2021-09-29
ksmbd: remove NTLMv1 authentication
Namjae Jeon
3
-229
/
+0
2021-09-28
ksmbd: fix documentation for 2 functions
Enzo Matsumiya
1
-2
/
+2
2021-09-26
ksmbd: fix invalid request buffer access in compound
Namjae Jeon
1
-2
/
+11
2021-09-26
ksmbd: remove RFC1002 check in smb2 request
Ronnie Sahlberg
2
-22
/
+1
2021-09-24
ksmbd: use LOOKUP_BENEATH to prevent the out of share access
Hyunchul Lee
5
-206
/
+140
2021-09-22
ksmbd: remove follow symlinks support
Namjae Jeon
2
-56
/
+19
2021-09-22
ksmbd: check protocol id in ksmbd_verify_smb_message()
Namjae Jeon
3
-5
/
+11
2021-09-21
ksmbd: add default data stream name in FILE_STREAM_INFORMATION
Namjae Jeon
1
-5
/
+3
2021-09-21
ksmbd: log that server is experimental at module load
Steve French
1
-0
/
+3
2021-09-18
ksmbd: add validation for FILE_FULL_EA_INFORMATION of smb2_get_info
Namjae Jeon
1
-0
/
+4
2021-09-17
ksmbd: prevent out of share access
Hyunchul Lee
3
-16
/
+77
2021-09-17
ksmbd: transport_rdma: Don't include rwlock.h directly
Mike Galbraith
1
-1
/
+0
2021-09-08
ksmbd: fix control flow issues in sid_to_id()
Namjae Jeon
1
-26
/
+22
2021-09-08
ksmbd: fix read of uninitialized variable ret in set_file_basic_info
Namjae Jeon
1
-1
/
+1
2021-09-08
ksmbd: add missing assignments to ret on ndr_read_int64 read calls
Colin Ian King
1
-2
/
+2
2021-09-03
ksmbd: add validation for ndr read/write functions
Namjae Jeon
1
-109
/
+274
2021-09-03
ksmbd: remove unused ksmbd_file_table_flush function
Namjae Jeon
2
-17
/
+0
2021-09-03
ksmbd: smbd: fix dma mapping error in smb_direct_post_send_data
Hyunchul Lee
1
-1
/
+1
2021-09-03
ksmbd: Reduce error log 'speed is unknown' to debug
Per Forlin
1
-2
/
+2
2021-09-03
ksmbd: defer notify_change() call
Christian Brauner
1
-7
/
+16
2021-09-03
ksmbd: remove setattr preparations in set_file_basic_info()
Christian Brauner
1
-17
/
+8
2021-09-03
ksmbd: ensure error is surfaced in set_file_basic_info()
Christian Brauner
1
-1
/
+1
2021-09-03
ndr: fix translation in ndr_encode_posix_acl()
Christian Brauner
1
-2
/
+2
2021-09-03
ksmbd: fix translation in sid_to_id()
Christian Brauner
1
-4
/
+18
2021-09-03
ksmbd: fix subauth 0 handling in sid_to_id()
Christian Brauner
1
-2
/
+2
2021-09-03
ksmbd: fix translation in acl entries
Christian Brauner
3
-10
/
+33
2021-09-03
ksmbd: fix translation in ksmbd_acls_fattr()
Christian Brauner
2
-9
/
+11
2021-09-03
ksmbd: fix translation in create_posix_rsp_buf()
Christian Brauner
1
-2
/
+4
2021-09-03
ksmbd: fix translation in smb2_populate_readdir_entry()
Christian Brauner
3
-8
/
+3
[prev]
[next]