index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
extract-cert.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2021-06-29
ksmbd: opencode to remove FP_INODE macro
Namjae Jeon
6
-20
/
+19
2021-06-29
ksmbd: fix dentry racy with rename()
Namjae Jeon
3
-16
/
+18
2021-06-29
ksmbd: Relax credit_charge check in smb2_validate_credit_charge()
Marios Makassikis
1
-6
/
+4
2021-06-29
ksmbd: allow PROTECTED_DACL_SECINFO and UNPROTECTED_DACL_SECINFO addition inf...
Namjae Jeon
1
-3
/
+5
2021-06-29
ksmbd: replace request and respone buffer macro with inline functions
Namjae Jeon
3
-28
/
+41
2021-06-29
ksmbd: replace SMB_DIRECT_TRANS macro with inline function
Namjae Jeon
1
-8
/
+12
2021-06-29
ksmbd: remove and replace macros with inline functions in smb_common.h
Hyunchul Lee
4
-15
/
+16
2021-06-29
ksmbd: remove getting worker state macros
Hyunchul Lee
2
-6
/
+2
2021-06-29
ksmbd: replace PAYLOAD_HEAD with inline function
Hyunchul Lee
1
-12
/
+15
2021-06-29
ksmbd: replace KSMBD_ALIGN with kernel ALIGN macro
Hyunchul Lee
1
-21
/
+6
2021-06-29
ksmbd: replace BUFFER_NR_PAGES with inline function
Hyunchul Lee
1
-6
/
+8
2021-06-29
ksmbd: remove macros in transport_ipc.c
Hyunchul Lee
1
-20
/
+15
2021-06-28
ksmbd: set MAY_* flags together with open flags
Hyunchul Lee
3
-45
/
+38
2021-06-28
ksmbd: factor out a ksmbd_vfs_lock_parent helper
Hyunchul Lee
1
-63
/
+62
2021-06-28
MAINTAINERS: rename cifsd to ksmbd
Namjae Jeon
1
-10
/
+9
2021-06-28
ksmbd: move fs/cifsd to fs/ksmbd
Namjae Jeon
63
-15
/
+15
2021-06-28
ksmbd: use f_bsize in FS_SECTOR_SIZE_INFORMATION
Namjae Jeon
3
-47
/
+4
2021-06-28
ksmbd: remove unneeded NULL check in the list iterator
Namjae Jeon
2
-10
/
+7
2021-06-28
ksmbd: use f_bsize instead of q->limits.logical_block_size
Namjae Jeon
3
-42
/
+7
2021-06-28
ksmbd: change stream type macro to enumeration
Namjae Jeon
2
-3
/
+8
2021-06-28
ksmbd: opencode posix acl functions instead of wrappers
Namjae Jeon
5
-48
/
+19
2021-06-28
ksmbd: factor out a ksmbd_validate_entry_in_use helper from __ksmbd_vfs_rename
Namjae Jeon
1
-15
/
+26
2021-06-28
ksmbd: opencode to avoid trivial wrappers
Namjae Jeon
3
-39
/
+14
2021-06-28
ksmbd: remove ksmbd_err/info
Namjae Jeon
18
-307
/
+294
2021-06-22
ksmbd: replace KSMBD_SHARE_CONFIG_PATH with inline function
Namjae Jeon
2
-8
/
+12
2021-06-22
ksmbd: remove ____ksmbd_align in ksmbd_server.h
Namjae Jeon
1
-21
/
+17
2021-06-22
ksmbd: remove unneeded FIXME comment
Namjae Jeon
2
-4
/
+0
2021-06-22
ksmbd: fix overly long line
Namjae Jeon
1
-2
/
+4
2021-06-22
ksmbd: use goto instead of duplicating the resoure cleanup in ksmbd_open_fd
Namjae Jeon
1
-4
/
+7
[next]