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