index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
file_table.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
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
2021-05-26
cifsd: remove unnecessary parentheses around
Namjae Jeon
1
-1
/
+1
2021-05-26
cifsd: Alignment should match open parenthesis
Namjae Jeon
32
-1071
/
+1021
2021-05-26
cifsd: Blank lines aren't necessary after an open brace '{'
Namjae Jeon
1
-1
/
+0
2021-05-26
cifsd: No space is necessary after a cast
Namjae Jeon
1
-1
/
+1
2021-05-26
cifsd: don't use multiple blank lines
Namjae Jeon
2
-3
/
+0
2021-05-26
cifsd: spaces preferred around that '/'
Namjae Jeon
1
-1
/
+1
2021-05-26
cifsd: braces {} should be used on all arms of this statement
Namjae Jeon
2
-6
/
+6
2021-05-26
cifsd: add the check to prevent potential overflow with smb_strtoUTF16() and ...
Namjae Jeon
1
-19
/
+31
2021-05-26
cifsd: alignment match open parenthesis
Namjae Jeon
1
-2
/
+2
2021-05-26
cifsd: return -ENOMEM about error from ksmbd_crypto_ctx_find_xxx calls
Namjae Jeon
1
-28
/
+28
2021-05-26
cifsd: simplify error handling in ksmbd_gen_preauth_integrity_hash()
Namjae Jeon
1
-8
/
+7
2021-05-26
cifsd: call kzalloc() directly instead of wrapper
Namjae Jeon
1
-7
/
+2
2021-05-26
cifsd: add default case in switch statment in alloc_shash_desc()
Namjae Jeon
1
-0
/
+2
[next]