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
pinetabv-6.6.y-devel
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
/
ksmbd
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-10
ksmbd: uninterruptible wait for a file being unlocked
Hyunchul Lee
3
-4
/
+4
2021-07-10
ksmbd: free ksmbd_lock when file is closed
Hyunchul Lee
7
-66
/
+125
2021-07-10
ksmbd: fix the running request count decrement
Hyunchul Lee
1
-1
/
+2
2021-07-10
ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()
Dan Carpenter
1
-21
/
+6
2021-07-10
ksmbd: delete some stray tabs
Dan Carpenter
1
-2
/
+2
2021-07-09
ksmbd: change data type of volatile/persistent id to u64
Namjae Jeon
4
-48
/
+47
2021-07-08
ksmbd: fix memory leak in smb_inherit_dacl()
Namjae Jeon
1
-9
/
+14
2021-07-08
ksmbd: fix memory leak smb2_populate_readdir_entry()
Namjae Jeon
1
-6
/
+8
2021-07-08
ksmbd: fix read on the uninitialized send_ctx
Namjae Jeon
1
-4
/
+2
2021-07-08
ksmbd: remove unneeded NULL check in for_each_netdev
Namjae Jeon
1
-5
/
+0
2021-07-06
ksmbd: Fix read on the uninitialized pointer sess
Colin Ian King
1
-0
/
+1
2021-07-05
ksmbd: call mnt_user_ns once in a function
Hyunchul Lee
5
-49
/
+68
2021-07-03
ksmbd: fix kernel oops in ksmbd_rpc_ioctl/rap()
Namjae Jeon
1
-2
/
+2
2021-07-02
ksmbd: add user namespace support
Hyunchul Lee
11
-178
/
+294
2021-07-02
ksmbd: replace struct dentry with struct path in some function's arguments
Hyunchul Lee
3
-25
/
+27
2021-06-30
ksmbd: reorder and document on-disk and netlink structures in headers
Namjae Jeon
7
-122
/
+269
2021-06-30
ksmbd: change server config string index to enumeration
Namjae Jeon
1
-3
/
+8
2021-06-30
ksmbd: change server state type macro to enumeration
Namjae Jeon
1
-4
/
+9
2021-06-30
ksmbd: change sid types to enumeration
Namjae Jeon
1
-9
/
+14
2021-06-30
ksmbd: change ACE types to enumeration
Namjae Jeon
1
-2
/
+7
2021-06-30
ksmbd: remove SMB1 oplock level macros
Namjae Jeon
2
-7
/
+1
2021-06-29
ksmbd: opencode to remove ATTR_FP macro
Namjae Jeon
2
-6
/
+3
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
59
-0
/
+31571
[prev]