index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
ksmbd: allow PROTECTED_DACL_SECINFO and UNPROTECTED_DACL_SECINFO addition inf...
Namjae Jeon
2021-06-29
1
-3
/
+5
*
ksmbd: replace request and respone buffer macro with inline functions
Namjae Jeon
2021-06-29
3
-28
/
+41
*
ksmbd: replace SMB_DIRECT_TRANS macro with inline function
Namjae Jeon
2021-06-29
1
-8
/
+12
*
ksmbd: remove and replace macros with inline functions in smb_common.h
Hyunchul Lee
2021-06-29
4
-15
/
+16
*
ksmbd: remove getting worker state macros
Hyunchul Lee
2021-06-29
2
-6
/
+2
*
ksmbd: replace PAYLOAD_HEAD with inline function
Hyunchul Lee
2021-06-29
1
-12
/
+15
*
ksmbd: replace KSMBD_ALIGN with kernel ALIGN macro
Hyunchul Lee
2021-06-29
1
-21
/
+6
*
ksmbd: replace BUFFER_NR_PAGES with inline function
Hyunchul Lee
2021-06-29
1
-6
/
+8
*
ksmbd: remove macros in transport_ipc.c
Hyunchul Lee
2021-06-29
1
-20
/
+15
*
ksmbd: set MAY_* flags together with open flags
Hyunchul Lee
2021-06-28
3
-45
/
+38
*
ksmbd: factor out a ksmbd_vfs_lock_parent helper
Hyunchul Lee
2021-06-28
1
-63
/
+62
*
ksmbd: move fs/cifsd to fs/ksmbd
Namjae Jeon
2021-06-28
61
-9
/
+9
*
ksmbd: use f_bsize in FS_SECTOR_SIZE_INFORMATION
Namjae Jeon
2021-06-28
3
-47
/
+4
*
ksmbd: remove unneeded NULL check in the list iterator
Namjae Jeon
2021-06-28
2
-10
/
+7
*
ksmbd: use f_bsize instead of q->limits.logical_block_size
Namjae Jeon
2021-06-28
3
-42
/
+7
*
ksmbd: change stream type macro to enumeration
Namjae Jeon
2021-06-28
2
-3
/
+8
*
ksmbd: opencode posix acl functions instead of wrappers
Namjae Jeon
2021-06-28
5
-48
/
+19
*
ksmbd: factor out a ksmbd_validate_entry_in_use helper from __ksmbd_vfs_rename
Namjae Jeon
2021-06-28
1
-15
/
+26
*
ksmbd: opencode to avoid trivial wrappers
Namjae Jeon
2021-06-28
3
-39
/
+14
*
ksmbd: remove ksmbd_err/info
Namjae Jeon
2021-06-28
18
-307
/
+294
*
ksmbd: replace KSMBD_SHARE_CONFIG_PATH with inline function
Namjae Jeon
2021-06-22
2
-8
/
+12
*
ksmbd: remove ____ksmbd_align in ksmbd_server.h
Namjae Jeon
2021-06-22
1
-21
/
+17
*
ksmbd: remove unneeded FIXME comment
Namjae Jeon
2021-06-22
2
-4
/
+0
*
ksmbd: fix overly long line
Namjae Jeon
2021-06-22
1
-2
/
+4
*
ksmbd: use goto instead of duplicating the resoure cleanup in ksmbd_open_fd
Namjae Jeon
2021-06-22
1
-4
/
+7
*
ksmbd: use list_for_each_entry instead of list_for_each
Namjae Jeon
2021-06-22
3
-16
/
+6
*
ksmbd: remove ksmbd_vfs_copy_file_range
Namjae Jeon
2021-06-22
3
-53
/
+4
*
ksmbd: initialize variables on the declaration
Namjae Jeon
2021-06-22
1
-6
/
+3
*
ksmbd: remove cache read/trans buffer support
Namjae Jeon
2021-06-22
22
-355
/
+53
*
ksmbd: add support for SMB3 multichannel
Namjae Jeon
2021-06-19
10
-57
/
+220
*
ksmbd: fix kfree of uninitialized pointer oid
Colin Ian King
2021-06-19
1
-1
/
+2
*
cifsd: append ksmbd prefix into names for asn1 decoder
Hyunchul Lee
2021-06-09
5
-61
/
+52
*
cifsd: remove duplicated argument
Wan Jiabing
2021-06-07
1
-4
/
+4
*
cifsd: fix possible compile error for asn1.c
Hyunchul Lee
2021-06-07
1
-3
/
+6
*
cifsd: set epoch in smb2_lease_break response
Namjae Jeon
2021-06-07
4
-35
/
+102
*
cifsd: fix list_add double add BUG_ON trap in setup_async_work()
Namjae Jeon
2021-06-07
1
-3
/
+5
*
cifsd: fix additional warnings from checkpatch.pl --strict
Namjae Jeon
2021-06-01
4
-8
/
+6
*
cifsd: fix potential read overflow in ksmbd_vfs_stream_read()
Namjae Jeon
2021-06-01
1
-1
/
+11
[next]