index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ksmbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ksmbd: Fix multi-protocol negotiation
Marios Makassikis
2021-08-13
2
-18
/
+36
*
ksmbd: fix an oops in error handling in smb2_open()
Dan Carpenter
2021-08-02
1
-0
/
+1
*
ksmbd: add ipv6_addr_v4mapped check to know if connection from client is ipv4
Namjae Jeon
2021-07-27
1
-1
/
+3
*
ksmbd: fix missing error code in smb2_lock
Namjae Jeon
2021-07-27
1
-32
/
+34
*
ksmbd: use channel signingkey for binding SMB2 session setup
Namjae Jeon
2021-07-27
1
-1
/
+2
*
ksmbd: don't set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO
Namjae Jeon
2021-07-27
1
-2
/
+0
*
ksmbd: Return STATUS_OBJECT_PATH_NOT_FOUND if smb2_creat() returns ENOENT
Marios Makassikis
2021-07-27
1
-1
/
+6
*
ksmbd: fix -Wstringop-truncation warnings
Hyunchul Lee
2021-07-23
1
-5
/
+7
*
ksmbd: Fix potential memory leak in tcp_destroy_socket()
Marios Makassikis
2021-07-23
1
-2
/
+1
*
ksmbd: add support for negotiating signing algorithm
Namjae Jeon
2021-07-22
4
-0
/
+78
*
ksmbd: add negotiate context verification
Namjae Jeon
2021-07-22
2
-59
/
+65
*
ksmbd: fix typo of MS-SMBD
Namjae Jeon
2021-07-22
2
-4
/
+4
*
ksmbd: move credit charge verification over smb2 request size verification
Namjae Jeon
2021-07-19
1
-6
/
+6
*
ksmbd: set STATUS_INVALID_PARAMETER error status if credit charge is invalid
Namjae Jeon
2021-07-19
2
-12
/
+17
*
ksmbd: fix wrong error status return on session setup
Namjae Jeon
2021-07-19
1
-20
/
+12
*
ksmbd: fix wrong compression context size
Namjae Jeon
2021-07-19
1
-1
/
+1
*
ksmbd: fix typo in comment
Namjae Jeon
2021-07-15
1
-1
/
+1
*
ksmbd: fix an error message in ksmbd_conn_trasnport_init
Hyunchul Lee
2021-07-13
1
-1
/
+1
*
ksmbd: set RDMA capability for FSCTL_QUERY_NETWORK_INTERFACE_INFO
Hyunchul Lee
2021-07-13
3
-4
/
+21
*
ksmbd: fix unused err value in smb2_lock
Namjae Jeon
2021-07-13
1
-5
/
+6
*
ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr()
Namjae Jeon
2021-07-13
1
-49
/
+52
*
ksmbd: remove unneeded check_context_err
Namjae Jeon
2021-07-13
2
-50
/
+26
*
ksmbd: handle error cases first in smb2_create_sd_buffers
Hyunchul Lee
2021-07-10
1
-13
/
+11
*
ksmbd: make smb2_find_context_vals return NULL if not found
Hyunchul Lee
2021-07-10
2
-8
/
+8
*
ksmbd: uninterruptible wait for a file being unlocked
Hyunchul Lee
2021-07-10
3
-4
/
+4
*
ksmbd: free ksmbd_lock when file is closed
Hyunchul Lee
2021-07-10
7
-66
/
+125
*
ksmbd: fix the running request count decrement
Hyunchul Lee
2021-07-10
1
-1
/
+2
*
ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()
Dan Carpenter
2021-07-10
1
-21
/
+6
*
ksmbd: delete some stray tabs
Dan Carpenter
2021-07-10
1
-2
/
+2
*
ksmbd: change data type of volatile/persistent id to u64
Namjae Jeon
2021-07-09
4
-48
/
+47
*
ksmbd: fix memory leak in smb_inherit_dacl()
Namjae Jeon
2021-07-08
1
-9
/
+14
*
ksmbd: fix memory leak smb2_populate_readdir_entry()
Namjae Jeon
2021-07-08
1
-6
/
+8
*
ksmbd: fix read on the uninitialized send_ctx
Namjae Jeon
2021-07-08
1
-4
/
+2
*
ksmbd: remove unneeded NULL check in for_each_netdev
Namjae Jeon
2021-07-08
1
-5
/
+0
*
ksmbd: Fix read on the uninitialized pointer sess
Colin Ian King
2021-07-06
1
-0
/
+1
*
ksmbd: call mnt_user_ns once in a function
Hyunchul Lee
2021-07-05
5
-49
/
+68
*
ksmbd: fix kernel oops in ksmbd_rpc_ioctl/rap()
Namjae Jeon
2021-07-03
1
-2
/
+2
*
ksmbd: add user namespace support
Hyunchul Lee
2021-07-02
11
-178
/
+294
*
ksmbd: replace struct dentry with struct path in some function's arguments
Hyunchul Lee
2021-07-02
3
-25
/
+27
*
ksmbd: reorder and document on-disk and netlink structures in headers
Namjae Jeon
2021-06-30
7
-122
/
+269
*
ksmbd: change server config string index to enumeration
Namjae Jeon
2021-06-30
1
-3
/
+8
*
ksmbd: change server state type macro to enumeration
Namjae Jeon
2021-06-30
1
-4
/
+9
*
ksmbd: change sid types to enumeration
Namjae Jeon
2021-06-30
1
-9
/
+14
*
ksmbd: change ACE types to enumeration
Namjae Jeon
2021-06-30
1
-2
/
+7
*
ksmbd: remove SMB1 oplock level macros
Namjae Jeon
2021-06-30
2
-7
/
+1
*
ksmbd: opencode to remove ATTR_FP macro
Namjae Jeon
2021-06-29
2
-6
/
+3
*
ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentry
Namjae Jeon
2021-06-29
4
-4
/
+16
*
ksmbd: opencode to remove FP_INODE macro
Namjae Jeon
2021-06-29
6
-20
/
+19
*
ksmbd: fix dentry racy with rename()
Namjae Jeon
2021-06-29
3
-16
/
+18
*
ksmbd: Relax credit_charge check in smb2_validate_credit_charge()
Marios Makassikis
2021-06-29
1
-6
/
+4
[prev]
[next]