index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
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
ksmbd: move fs/cifsd to fs/ksmbd
Namjae Jeon
61
-9
/
+9
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
2021-06-22
ksmbd: use list_for_each_entry instead of list_for_each
Namjae Jeon
3
-16
/
+6
2021-06-22
ksmbd: remove ksmbd_vfs_copy_file_range
Namjae Jeon
3
-53
/
+4
2021-06-22
ksmbd: initialize variables on the declaration
Namjae Jeon
1
-6
/
+3
2021-06-22
ksmbd: remove cache read/trans buffer support
Namjae Jeon
22
-355
/
+53
2021-06-19
ksmbd: add support for SMB3 multichannel
Namjae Jeon
10
-57
/
+220
2021-06-19
ksmbd: fix kfree of uninitialized pointer oid
Colin Ian King
1
-1
/
+2
2021-06-09
cifsd: append ksmbd prefix into names for asn1 decoder
Hyunchul Lee
5
-61
/
+52
2021-06-07
cifsd: remove duplicated argument
Wan Jiabing
1
-4
/
+4
2021-06-07
cifsd: fix possible compile error for asn1.c
Hyunchul Lee
1
-3
/
+6
2021-06-07
cifsd: set epoch in smb2_lease_break response
Namjae Jeon
4
-35
/
+102
2021-06-07
cifsd: fix list_add double add BUG_ON trap in setup_async_work()
Namjae Jeon
1
-3
/
+5
2021-06-01
cifsd: fix additional warnings from checkpatch.pl --strict
Namjae Jeon
4
-8
/
+6
2021-06-01
cifsd: fix potential read overflow in ksmbd_vfs_stream_read()
Namjae Jeon
1
-1
/
+11
2021-06-01
cifsd: check return value of ksmbd_vfs_getcasexattr() correctly
Yang Yingliang
1
-8
/
+4
2021-05-31
cifsd: fix memleak in ksmbd_vfs_stream_read()
Yang Yingliang
1
-0
/
+1
2021-05-31
cifsd: fix memleak in ksmbd_vfs_stream_write()
Yang Yingliang
1
-0
/
+1
2021-05-31
cifsd: make alignment match open parenthesis
Hyunchul Lee
7
-20
/
+21
2021-05-31
cifsd: enclose macro variables in parenthesis
Hyunchul Lee
1
-8
/
+8
2021-05-29
cifsd: fix Control flow issues in ksmbd_build_ntlmssp_challenge_blob()
Namjae Jeon
1
-2
/
+2
2021-05-26
cifsd: lookup a file with LOOKUP_FOLLOW only if 'follow symlinks = yes'
Hyunchul Lee
2
-5
/
+25
2021-05-26
cifsd: Prefer kernel type 'u16' over 'uint16_t'
Namjae Jeon
3
-4
/
+4
[next]