index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ksmbd
/
smb2pdu.c
Age
Commit message (
Expand
)
Author
2021-09-08
ksmbd: fix read of uninitialized variable ret in set_file_basic_info
Namjae Jeon
2021-09-03
ksmbd: Reduce error log 'speed is unknown' to debug
Per Forlin
2021-09-03
ksmbd: remove setattr preparations in set_file_basic_info()
Christian Brauner
2021-09-03
ksmbd: ensure error is surfaced in set_file_basic_info()
Christian Brauner
2021-09-03
ksmbd: fix translation in ksmbd_acls_fattr()
Christian Brauner
2021-09-03
ksmbd: fix translation in smb2_populate_readdir_entry()
Christian Brauner
2021-09-03
ksmbd: fix lookup on idmapped mounts
Christian Brauner
2021-08-21
ksmbd: fix permission check issue on chown and chmod
Namjae Jeon
2021-08-13
ksmbd: remove select FS_POSIX_ACL in Kconfig
Namjae Jeon
2021-08-13
ksmbd: use proper errno instead of -1 in smb2_get_ksmbd_tcon()
Namjae Jeon
2021-08-13
ksmbd: update the comment for smb2_get_ksmbd_tcon()
Namjae Jeon
2021-08-13
ksmbd: change int data type to boolean
Namjae Jeon
2021-08-02
ksmbd: fix an oops in error handling in smb2_open()
Dan Carpenter
2021-07-27
ksmbd: add ipv6_addr_v4mapped check to know if connection from client is ipv4
Namjae Jeon
2021-07-27
ksmbd: fix missing error code in smb2_lock
Namjae Jeon
2021-07-27
ksmbd: use channel signingkey for binding SMB2 session setup
Namjae Jeon
2021-07-27
ksmbd: don't set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO
Namjae Jeon
2021-07-27
ksmbd: Return STATUS_OBJECT_PATH_NOT_FOUND if smb2_creat() returns ENOENT
Marios Makassikis
2021-07-22
ksmbd: add support for negotiating signing algorithm
Namjae Jeon
2021-07-22
ksmbd: add negotiate context verification
Namjae Jeon
2021-07-19
ksmbd: fix wrong error status return on session setup
Namjae Jeon
2021-07-19
ksmbd: fix wrong compression context size
Namjae Jeon
2021-07-13
ksmbd: set RDMA capability for FSCTL_QUERY_NETWORK_INTERFACE_INFO
Hyunchul Lee
2021-07-13
ksmbd: fix unused err value in smb2_lock
Namjae Jeon
2021-07-13
ksmbd: remove unneeded check_context_err
Namjae Jeon
2021-07-10
ksmbd: handle error cases first in smb2_create_sd_buffers
Hyunchul Lee
2021-07-10
ksmbd: make smb2_find_context_vals return NULL if not found
Hyunchul Lee
2021-07-10
ksmbd: uninterruptible wait for a file being unlocked
Hyunchul Lee
2021-07-10
ksmbd: free ksmbd_lock when file is closed
Hyunchul Lee
2021-07-10
ksmbd: delete some stray tabs
Dan Carpenter
2021-07-09
ksmbd: change data type of volatile/persistent id to u64
Namjae Jeon
2021-07-08
ksmbd: fix memory leak smb2_populate_readdir_entry()
Namjae Jeon
2021-07-08
ksmbd: remove unneeded NULL check in for_each_netdev
Namjae Jeon
2021-07-06
ksmbd: Fix read on the uninitialized pointer sess
Colin Ian King
2021-07-05
ksmbd: call mnt_user_ns once in a function
Hyunchul Lee
2021-07-02
ksmbd: add user namespace support
Hyunchul Lee
2021-07-02
ksmbd: replace struct dentry with struct path in some function's arguments
Hyunchul Lee
2021-06-29
ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentry
Namjae Jeon
2021-06-29
ksmbd: opencode to remove FP_INODE macro
Namjae Jeon
2021-06-29
ksmbd: fix dentry racy with rename()
Namjae Jeon
2021-06-29
ksmbd: allow PROTECTED_DACL_SECINFO and UNPROTECTED_DACL_SECINFO addition inf...
Namjae Jeon
2021-06-29
ksmbd: replace request and respone buffer macro with inline functions
Namjae Jeon
2021-06-29
ksmbd: remove and replace macros with inline functions in smb_common.h
Hyunchul Lee
2021-06-29
ksmbd: remove getting worker state macros
Hyunchul Lee
2021-06-28
ksmbd: set MAY_* flags together with open flags
Hyunchul Lee
2021-06-28
ksmbd: move fs/cifsd to fs/ksmbd
Namjae Jeon