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
Age
Commit message (
Expand
)
Author
2023-06-28
ksmbd: avoid field overflow warning
Arnd Bergmann
2023-06-26
ksmbd: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2023-06-26
ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()
Gustavo A. R. Silva
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: Replace the ternary conditional operator with min()
Lu Hongfei
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-26
ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()
Namjae Jeon
2023-06-26
ksmbd: use kzalloc() instead of __GFP_ZERO
Namjae Jeon
2023-06-26
ksmbd: remove unused ksmbd_tree_conn_share function
Namjae Jeon
2023-06-16
ksmbd: validate session id and tree id in the compound request
Namjae Jeon
2023-06-16
ksmbd: fix out-of-bound read in smb2_write
Namjae Jeon
2023-06-16
ksmbd: add mnt_want_write to ksmbd vfs functions
Namjae Jeon
2023-06-16
ksmbd: validate command payload size
Namjae Jeon
2023-06-02
ksmbd: validate smb request protocol id
Namjae Jeon
2023-06-02
ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop
Namjae Jeon
2023-06-02
ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
Namjae Jeon
2023-06-02
ksmbd: fix out-of-bound read in parse_lease_state()
Namjae Jeon
2023-06-02
ksmbd: fix out-of-bound read in deassemble_neg_contexts()
Namjae Jeon
2023-05-26
ksmbd: call putname after using the last component
Namjae Jeon
2023-05-26
ksmbd: fix incorrect AllocationSize set in smb2_get_info
Namjae Jeon
2023-05-26
ksmbd: fix UAF issue from opinfo->conn
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-26
ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
Namjae Jeon
2023-05-24
cifs: correct references in Documentation to old fs/cifs path
Steve French
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French