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
/
ksmbd
/
smb2pdu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-21
ksmbd: fix permission check issue on chown and chmod
Namjae Jeon
1
-0
/
+5
2021-08-13
ksmbd: remove select FS_POSIX_ACL in Kconfig
Namjae Jeon
1
-3
/
+6
2021-08-13
ksmbd: use proper errno instead of -1 in smb2_get_ksmbd_tcon()
Namjae Jeon
1
-2
/
+2
2021-08-13
ksmbd: update the comment for smb2_get_ksmbd_tcon()
Namjae Jeon
1
-2
/
+3
2021-08-13
ksmbd: change int data type to boolean
Namjae Jeon
1
-16
/
+16
2021-08-02
ksmbd: fix an oops in error handling in smb2_open()
Dan Carpenter
1
-0
/
+1
2021-07-27
ksmbd: add ipv6_addr_v4mapped check to know if connection from client is ipv4
Namjae Jeon
1
-1
/
+3
2021-07-27
ksmbd: fix missing error code in smb2_lock
Namjae Jeon
1
-32
/
+34
2021-07-27
ksmbd: use channel signingkey for binding SMB2 session setup
Namjae Jeon
1
-1
/
+2
2021-07-27
ksmbd: don't set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO
Namjae Jeon
1
-2
/
+0
2021-07-27
ksmbd: Return STATUS_OBJECT_PATH_NOT_FOUND if smb2_creat() returns ENOENT
Marios Makassikis
1
-1
/
+6
2021-07-22
ksmbd: add support for negotiating signing algorithm
Namjae Jeon
1
-0
/
+58
2021-07-22
ksmbd: add negotiate context verification
Namjae Jeon
1
-56
/
+62
2021-07-19
ksmbd: fix wrong error status return on session setup
Namjae Jeon
1
-20
/
+12
2021-07-19
ksmbd: fix wrong compression context size
Namjae Jeon
1
-1
/
+1
2021-07-13
ksmbd: set RDMA capability for FSCTL_QUERY_NETWORK_INTERFACE_INFO
Hyunchul Lee
1
-4
/
+5
2021-07-13
ksmbd: fix unused err value in smb2_lock
Namjae Jeon
1
-5
/
+6
2021-07-13
ksmbd: remove unneeded check_context_err
Namjae Jeon
1
-49
/
+24
2021-07-10
ksmbd: handle error cases first in smb2_create_sd_buffers
Hyunchul Lee
1
-13
/
+11
2021-07-10
ksmbd: make smb2_find_context_vals return NULL if not found
Hyunchul Lee
1
-7
/
+7
2021-07-10
ksmbd: uninterruptible wait for a file being unlocked
Hyunchul Lee
1
-1
/
+1
2021-07-10
ksmbd: free ksmbd_lock when file is closed
Hyunchul Lee
1
-59
/
+95
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
1
-18
/
+19
2021-07-08
ksmbd: fix memory leak smb2_populate_readdir_entry()
Namjae Jeon
1
-6
/
+8
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
1
-32
/
+45
2021-07-02
ksmbd: add user namespace support
Hyunchul Lee
1
-40
/
+73
2021-07-02
ksmbd: replace struct dentry with struct path in some function's arguments
Hyunchul Lee
1
-10
/
+11
2021-06-29
ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentry
Namjae Jeon
1
-1
/
+14
2021-06-29
ksmbd: opencode to remove FP_INODE macro
Namjae Jeon
1
-13
/
+13
2021-06-29
ksmbd: fix dentry racy with rename()
Namjae Jeon
1
-9
/
+10
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
1
-23
/
+23
2021-06-29
ksmbd: remove and replace macros with inline functions in smb_common.h
Hyunchul Lee
1
-2
/
+3
2021-06-29
ksmbd: remove getting worker state macros
Hyunchul Lee
1
-2
/
+2
2021-06-28
ksmbd: set MAY_* flags together with open flags
Hyunchul Lee
1
-14
/
+24
2021-06-28
ksmbd: move fs/cifsd to fs/ksmbd
Namjae Jeon
1
-0
/
+8215