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-11-11
ksmbd: Use the SMB3_Create definitions from the shared
Ronnie Sahlberg
5
-265
/
+37
2021-11-11
ksmbd: Move more definitions into the shared area
Ronnie Sahlberg
2
-192
/
+4
2021-11-11
ksmbd: use the common definitions for NEGOTIATE_PROTOCOL
Ronnie Sahlberg
4
-167
/
+15
2021-11-11
ksmbd: switch to use shared definitions where available
Ronnie Sahlberg
5
-180
/
+2
2021-11-11
ksmbd: change LeaseKey data type to u8 array
Namjae Jeon
3
-23
/
+14
2021-11-11
ksmbd: remove smb2_buf_length in smb2_transform_hdr
Namjae Jeon
4
-30
/
+21
2021-11-11
ksmbd: remove smb2_buf_length in smb2_hdr
Namjae Jeon
10
-262
/
+260
2021-11-11
ksmbd: remove md4 leftovers
Namjae Jeon
2
-2
/
+0
2021-11-11
ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION
Namjae Jeon
3
-1
/
+10
2021-11-06
ksmbd: don't need 8byte alignment for request length in ksmbd_check_message
Namjae Jeon
1
-4
/
+2
2021-11-06
ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()
Marios Makassikis
1
-1
/
+1
2021-11-06
ksmbd: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2
-2
/
+0
2021-11-06
ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()
Ralph Boehme
1
-3
/
+4
2021-11-06
ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()
Ralph Boehme
1
-6
/
+1
2021-11-06
ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()
Ralph Boehme
1
-1
/
+1
2021-10-20
ksmbd: add buffer validation in session setup
Marios Makassikis
2
-27
/
+40
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
[next]