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
/
smb
/
server
/
smb2pdu.c
Age
Commit message (
Expand
)
Author
2023-10-12
ksmbd: fix potential double free on smb2_read_pipe() error path
Namjae Jeon
2023-10-12
ksmbd: fix wrong error response status by using set_smb2_rsp_status()
Namjae Jeon
2023-10-04
ksmbd: fix race condition between tree conn lookup and disconnect
Namjae Jeon
2023-10-04
ksmbd: fix race condition from parallel smb2 lock requests
Namjae Jeon
2023-10-04
ksmbd: fix race condition from parallel smb2 logoff requests
Namjae Jeon
2023-10-04
ksmbd: fix uaf in smb20_oplock_break_ack
luosili
2023-10-04
ksmbd: fix race condition with fp
Namjae Jeon
2023-09-13
ksmbd: fix passing freed memory 'aux_payload_buf'
Namjae Jeon
2023-08-31
Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbd
Linus Torvalds
2023-08-29
ksmbd: add missing calling smb2_set_err_rsp() on error
Namjae Jeon
2023-08-29
ksmbd: replace one-element array with flex-array member in struct smb2_ea_info
Namjae Jeon
2023-08-29
ksmbd: Fix one kernel-doc comment
Yang Li
2023-08-29
ksmbd: fix wrong interim response on compound
Namjae Jeon
2023-08-29
ksmbd: add support for read compound
Namjae Jeon
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-08-05
ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()
Namjae Jeon
2023-07-24
smb: convert to ctime accessor functions
Jeff Layton
2023-07-23
ksmbd: no response from compound read
Namjae Jeon
2023-07-23
ksmbd: validate session id and tree id in compound request
Namjae Jeon
2023-07-23
ksmbd: fix out of bounds in smb3_decrypt_req()
Namjae Jeon
2023-07-23
ksmbd: check if a mount point is crossed during path lookup
Namjae Jeon
2023-06-26
ksmbd: add missing compound request handing in some commands
Namjae Jeon
2023-06-26
ksmbd: fix out of bounds read in smb2_sess_setup
Namjae Jeon
2023-06-26
ksmbd: use kvzalloc instead of kvmalloc
Namjae Jeon
2023-06-26
ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to void
Lu Hongfei
2023-06-16
ksmbd: validate session id and tree id in the compound request
Namjae Jeon
2023-06-16
ksmbd: add mnt_want_write to ksmbd vfs functions
Namjae Jeon
2023-06-02
ksmbd: fix out-of-bound read in deassemble_neg_contexts()
Namjae Jeon
2023-05-26
ksmbd: fix incorrect AllocationSize set in smb2_get_info
Namjae Jeon
2023-05-26
ksmbd: fix multiple out-of-bounds read during context decoding
Kuan-Ting Chen
2023-05-26
ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate
Kuan-Ting Chen
2023-05-26
ksmbd: fix credit count leakage
Namjae Jeon
2023-05-26
ksmbd: fix uninitialized pointer read in smb2_create_link()
Namjae Jeon
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French