index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-11
cifsd: remove wrappers of kvmalloc/kvfree
Namjae Jeon
14
-97
/
+55
2021-05-11
cifsd: fix memdup.cocci warnings
kernel test robot
1
-4
/
+2
2021-05-11
cifsd: use kfree to free memory allocated by kmalloc or kzalloc
Muhammad Usama Anjum
7
-14
/
+14
2021-05-11
cifsd: fix memory leak when loop ends
Muhammad Usama Anjum
1
-4
/
+4
2021-05-11
cifsd: remove stale prototype and variables
Gibeom Kim
6
-12
/
+0
2021-05-11
cifsd: use xarray instead of linked list for tree connect list
Namjae Jeon
4
-23
/
+24
2021-05-11
cifsd: remove useless error handling in ksmbd_vfs_read
Hyunchul Lee
1
-11
/
+6
2021-05-11
cifsd: use file_inode() instead of d_inode()
Hyunchul Lee
1
-1
/
+1
2021-05-11
cifsd: handle unhashed dentry in ksmbd_vfs_mkdir
Hyunchul Lee
1
-5
/
+23
2021-05-11
cifsd: remove calling d_path in error paths
Hyunchul Lee
1
-6
/
+2
2021-05-11
cifsd: remove smack inherit leftovers
Namjae Jeon
2
-47
/
+4
2021-05-11
cifsd: fix implicit declaration of function 'locks_alloc_lock'
Namjae Jeon
1
-0
/
+1
2021-05-11
cifsd: fix implicit declaration of function 'groups_alloc'
Namjae Jeon
1
-0
/
+1
2021-05-11
cifsd: fix wrong prototype in comment
Namjae Jeon
1
-1
/
+1
2021-05-11
cifsd: merge time_wrappers.h into smb_common.h
Namjae Jeon
5
-37
/
+22
2021-05-11
cifsd: clean-up codes using chechpatch.pl --strict
Namjae Jeon
31
-1404
/
+1011
2021-05-11
cifsd: fix error return code in ksmbd_vfs_remove_file()
Namjae Jeon
1
-1
/
+1
2021-05-11
cifsd: add the check to work file lock and rename behaviors like Windows unle...
Namjae Jeon
1
-45
/
+56
2021-05-11
cifsd: use kmalloc() for small allocations
Namjae Jeon
8
-12
/
+12
2021-05-11
cifsd: fix wrong use of rw semaphore in __session_create()
Namjae Jeon
1
-2
/
+2
2021-05-11
cifsd: remove unneeded macros
Namjae Jeon
9
-154
/
+139
2021-05-11
cifsd: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+1
2021-05-11
cifsd: fix error handling in ksmbd_server_init()
Dan Carpenter
4
-15
/
+36
2021-05-11
cifsd: Fix an error code in smb2_read()
Dan Carpenter
1
-1
/
+1
2021-05-11
cifsd: Pass string length parameter to match_pattern()
Namjae Jeon
4
-5
/
+9
2021-05-11
cifsd: fix warning: variable 'total_ace_size' and 'posix_ccontext' set but no...
Namjae Jeon
2
-15
/
+3
2021-05-11
cifsd: fix incorrect comments
Hyunchul Lee
5
-93
/
+51
2021-05-11
cifsd: remove unneeded FIXME comments
Sergey Senozhatsky
12
-20
/
+2
2021-05-11
cifsd: fix static checker warning from smb_check_perm_dacl()
Namjae Jeon
1
-2
/
+25
2021-05-11
cifsd: fix static checker warning from smb_direct_post_send_data()
Namjae Jeon
1
-0
/
+1
2021-05-11
cifsd: Fix a use after free on error path
Dan Carpenter
1
-1
/
+1
2021-05-11
cifsd: fix a IS_ERR() vs NULL bug
Dan Carpenter
1
-2
/
+2
2021-05-11
cifsd: fix a precedence bug in parse_dacl()
Dan Carpenter
1
-1
/
+1
2021-05-11
cifsd: fix WARNING: unmet direct dependencies detected for CRYPTO_ARC4
Namjae Jeon
2
-2
/
+0
2021-05-11
cifsd: Fix a handful of spelling mistakes
Colin Ian King
3
-4
/
+4
2021-05-11
cifsd: uniquify extract_sharename()
Stephen Rothwell
4
-5
/
+5
2021-05-11
cifsd: add Kconfig and Makefile
Namjae Jeon
4
-0
/
+79
2021-05-11
cifsd: add file operations
Namjae Jeon
6
-0
/
+3691
2021-05-11
cifsd: add server-side procedures for SMB3
Namjae Jeon
41
-0
/
+24537
2021-05-11
cifsd: add server handler for central processing and tranport layers
Namjae Jeon
14
-0
/
+5605
2021-05-09
Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-0
/
+14
2021-05-08
Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-2
/
+2
2021-05-08
smb3: if max_channels set to more than one channel request multichannel
Steve French
1
-0
/
+3
2021-05-08
smb3: do not attempt multichannel to server which does not support it
Steve French
1
-0
/
+6
2021-05-08
smb3: when mounting with multichannel include it in requested capabilities
Steve French
1
-0
/
+5
2021-05-07
Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+17
2021-05-07
Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-18
/
+51
2021-05-07
Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
31
-399
/
+735
2021-05-07
Merge tag '9p-for-5.13-rc1' of git://github.com/martinetd/linux
Linus Torvalds
2
-3
/
+3
2021-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
129
-421
/
+131
[next]