index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ksmbd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-01-11
2
-18
/
+6
|
\
|
*
fs: use low-level mapping helpers
Christian Brauner
2021-12-03
2
-18
/
+4
|
*
fs: move mapping helpers
Christian Brauner
2021-12-03
2
-0
/
+2
*
|
ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1
Marcos Del Sol Vives
2021-12-18
2
-7
/
+21
*
|
ksmbd: fix uninitialized symbol 'pntsd_size'
Namjae Jeon
2021-12-16
1
-0
/
+4
*
|
ksmbd: fix error code in ndr_read_int32()
Dan Carpenter
2021-12-16
1
-1
/
+1
|
/
*
ksmbd: fix memleak in get_file_stream_info()
Namjae Jeon
2021-11-25
1
-1
/
+3
*
ksmbd: contain default data stream even if xattr is empty
Namjae Jeon
2021-11-25
1
-9
/
+9
*
ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec()
Namjae Jeon
2021-11-25
1
-1
/
+1
*
ksmbd: Fix an error handling path in 'smb2_sess_setup()'
Christophe JAILLET
2021-11-25
1
-2
/
+4
*
ksmbd: Use the SMB3_Create definitions from the shared
Ronnie Sahlberg
2021-11-12
5
-265
/
+37
*
ksmbd: Move more definitions into the shared area
Ronnie Sahlberg
2021-11-12
2
-192
/
+4
*
ksmbd: use the common definitions for NEGOTIATE_PROTOCOL
Ronnie Sahlberg
2021-11-12
4
-167
/
+15
*
ksmbd: switch to use shared definitions where available
Ronnie Sahlberg
2021-11-12
5
-180
/
+2
*
ksmbd: change LeaseKey data type to u8 array
Namjae Jeon
2021-11-12
3
-23
/
+14
*
ksmbd: remove smb2_buf_length in smb2_transform_hdr
Namjae Jeon
2021-11-12
4
-30
/
+21
*
ksmbd: remove smb2_buf_length in smb2_hdr
Namjae Jeon
2021-11-12
10
-262
/
+260
*
ksmbd: remove md4 leftovers
Namjae Jeon
2021-11-12
2
-2
/
+0
*
ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION
Namjae Jeon
2021-11-12
3
-1
/
+10
*
ksmbd: don't need 8byte alignment for request length in ksmbd_check_message
Namjae Jeon
2021-11-07
1
-4
/
+2
*
ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()
Marios Makassikis
2021-11-07
1
-1
/
+1
*
ksmbd: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2021-11-07
2
-2
/
+0
*
ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()
Ralph Boehme
2021-11-07
1
-3
/
+4
*
ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()
Ralph Boehme
2021-11-07
1
-6
/
+1
*
ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()
Ralph Boehme
2021-11-07
1
-1
/
+1
*
ksmbd: add buffer validation in session setup
Marios Makassikis
2021-10-20
2
-27
/
+40
*
ksmbd: throttle session setup failures to avoid dictionary attacks
Namjae Jeon
2021-10-20
6
-6
/
+31
*
ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requests
Hyunchul Lee
2021-10-20
1
-16
/
+52
*
ksmbd: validate credit charge after validating SMB2 PDU body size
Ralph Boehme
2021-10-15
1
-9
/
+10
*
ksmbd: add buffer validation for smb direct
Hyunchul Lee
2021-10-15
1
-2
/
+19
*
ksmbd: limit read/write/trans buffer size not to exceed 8MB
Namjae Jeon
2021-10-15
3
-1
/
+6
*
ksmbd: validate compound response buffer
Namjae Jeon
2021-10-14
1
-0
/
+6
*
ksmbd: fix potencial 32bit overflow from data area check in smb2_write
Namjae Jeon
2021-10-14
1
-4
/
+2
*
ksmbd: improve credits management
Hyunchul Lee
2021-10-14
3
-62
/
+59
*
ksmbd: add validation in smb2_ioctl
Namjae Jeon
2021-10-14
3
-31
/
+86
*
ksmbd: fix oops from fuse driver
Namjae Jeon
2021-10-07
1
-11
/
+6
*
ksmbd: fix version mismatch with out of tree
Namjae Jeon
2021-10-07
1
-1
/
+1
*
ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req()
Namjae Jeon
2021-10-07
1
-5
/
+3
*
ksmbd: remove the leftover of smb2.0 dialect support
Namjae Jeon
2021-10-07
4
-34
/
+12
*
ksmbd: check strictly data area in ksmbd_smb2_check_message()
Namjae Jeon
2021-10-07
1
-51
/
+47
*
ksmbd: add the check to vaildate if stream protocol length exceeds maximum value
Namjae Jeon
2021-10-06
3
-12
/
+8
*
ksmbd: missing check for NULL in convert_to_nt_pathname()
Dan Carpenter
2021-10-01
1
-10
/
+7
*
ksmbd: fix transform header validation
Namjae Jeon
2021-09-30
1
-9
/
+9
*
ksmbd: add buffer validation for SMB2_CREATE_CONTEXT
Hyunchul Lee
2021-09-30
3
-13
/
+74
*
ksmbd: add validation in smb2 negotiate
Namjae Jeon
2021-09-30
2
-6
/
+68
*
ksmbd: add request buffer validation in smb2_set_info
Namjae Jeon
2021-09-30
1
-42
/
+107
*
ksmbd: use correct basic info level in set_file_basic_info()
Namjae Jeon
2021-09-30
2
-7
/
+15
*
ksmbd: remove NTLMv1 authentication
Namjae Jeon
2021-09-29
3
-229
/
+0
*
ksmbd: fix documentation for 2 functions
Enzo Matsumiya
2021-09-29
1
-2
/
+2
*
ksmbd: fix invalid request buffer access in compound
Namjae Jeon
2021-09-26
1
-2
/
+11
[next]