index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-10
cifsd: Update access check in set_file_allocation_info/set_end_of_file_info
Marios Makassikis
1
-2
/
+2
2021-05-10
cifsd: remove the dead code of unimplemented durable handle
Namjae Jeon
6
-358
/
+2
2021-05-10
cifsd: use d_inode()
Namjae Jeon
4
-12
/
+12
2021-05-10
cifsd: Fix potential null-ptr-deref in smb2_open()
Marios Makassikis
1
-2
/
+5
2021-05-10
cifsd: move nt time functions to misc.c
Namjae Jeon
6
-65
/
+54
2021-05-10
cifsd: remove unused nterr.c file
Namjae Jeon
2
-681
/
+0
2021-05-10
cifsd: remove unused smberr.h
Namjae Jeon
3
-237
/
+0
2021-05-10
cifsd: Remove smb2_put_name()
Marios Makassikis
1
-12
/
+2
2021-05-10
cifsd: fix reference count decrement of unclaimed file in __ksmbd_lookup_fd
Hyunchul Lee
2
-58
/
+0
2021-05-10
cifsd: re-implement ksmbd_vfs_kern_path
Hyunchul Lee
1
-42
/
+61
2021-05-10
cifsd: get parent dentry from child in ksmbd_vfs_remove_file()
Namjae Jeon
1
-17
/
+14
2021-05-10
cifsd: add the check if parent is stable by unexpected rename
Namjae Jeon
2
-30
/
+80
2021-05-10
cifsd: declare ida statically
Namjae Jeon
10
-110
/
+40
2021-05-10
cifsd: remove unused including <linux/version.h>
Tian Tao
8
-8
/
+0
2021-05-10
cifsd: Select SG_POOL for SMB_SERVER_SMBDIRECT
Zhang Xiaoxu
1
-0
/
+1
2021-05-10
cifsd: prevent a integer overflow in wm_alloc()
Namjae Jeon
1
-0
/
+3
2021-05-10
doc: cifsd: change the reference to configuration.txt
Mauro Carvalho Chehab
1
-2
/
+2
2021-05-10
cifsd: remove wrappers of kvmalloc/kvfree
Namjae Jeon
14
-97
/
+55
2021-05-10
cifsd: fix memdup.cocci warnings
kernel test robot
1
-4
/
+2
2021-05-10
cifsd: use kfree to free memory allocated by kmalloc or kzalloc
Muhammad Usama Anjum
7
-14
/
+14
2021-05-10
cifsd: fix memory leak when loop ends
Muhammad Usama Anjum
1
-4
/
+4
2021-05-10
cifsd: remove stale prototype and variables
Gibeom Kim
6
-12
/
+0
2021-05-10
cifsd: use xarray instead of linked list for tree connect list
Namjae Jeon
4
-23
/
+24
2021-05-10
cifsd: remove useless error handling in ksmbd_vfs_read
Hyunchul Lee
1
-11
/
+6
2021-05-10
cifsd: use file_inode() instead of d_inode()
Hyunchul Lee
1
-1
/
+1
2021-05-10
cifsd: handle unhashed dentry in ksmbd_vfs_mkdir
Hyunchul Lee
1
-5
/
+23
2021-05-10
cifsd: remove calling d_path in error paths
Hyunchul Lee
1
-6
/
+2
2021-05-10
cifsd: remove smack inherit leftovers
Namjae Jeon
2
-47
/
+4
2021-05-10
cifsd: fix implicit declaration of function 'locks_alloc_lock'
Namjae Jeon
1
-0
/
+1
2021-05-10
cifsd: fix implicit declaration of function 'groups_alloc'
Namjae Jeon
1
-0
/
+1
2021-05-10
cifsd: fix wrong prototype in comment
Namjae Jeon
1
-1
/
+1
2021-05-10
cifsd: merge time_wrappers.h into smb_common.h
Namjae Jeon
5
-37
/
+22
2021-05-10
cifsd: clean-up codes using chechpatch.pl --strict
Namjae Jeon
31
-1404
/
+1011
2021-05-10
cifsd: fix error return code in ksmbd_vfs_remove_file()
Namjae Jeon
1
-1
/
+1
2021-05-10
cifsd: add the check to work file lock and rename behaviors like Windows unless POSIX extensions are negotiated
Namjae Jeon
1
-45
/
+56
2021-05-10
cifsd: use kmalloc() for small allocations
Namjae Jeon
8
-12
/
+12
2021-05-10
cifsd: fix wrong use of rw semaphore in __session_create()
Namjae Jeon
1
-2
/
+2
2021-05-10
cifsd: remove unneeded macros
Namjae Jeon
9
-154
/
+139
2021-05-10
cifsd: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+1
2021-05-10
cifsd: fix error handling in ksmbd_server_init()
Dan Carpenter
4
-15
/
+36
2021-05-10
cifsd: Fix an error code in smb2_read()
Dan Carpenter
1
-1
/
+1
2021-05-10
cifsd: fix build warnings from cifsd.rst
Namjae Jeon
1
-28
/
+0
2021-05-10
cifsd: Pass string length parameter to match_pattern()
Namjae Jeon
4
-5
/
+9
2021-05-10
cifsd: fix warning: variable 'total_ace_size' and 'posix_ccontext' set but not used
Namjae Jeon
2
-15
/
+3
2021-05-10
cifsd: fix incorrect comments
Hyunchul Lee
5
-93
/
+51
2021-05-10
cifsd: remove unneeded FIXME comments
Sergey Senozhatsky
12
-20
/
+2
2021-05-10
cifsd: add index.rst in cifs documentation
Namjae Jeon
2
-2
/
+11
2021-05-10
cifsd: update cifsd.rst document
Namjae Jeon
1
-26
/
+70
2021-05-10
cifsd: fix static checker warning from smb_check_perm_dacl()
Namjae Jeon
1
-2
/
+25
2021-05-10
cifsd: fix static checker warning from smb_direct_post_send_data()
Namjae Jeon
1
-0
/
+1
[next]