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
2025-03-02
ksmbd: fix bug on trap in smb2_lock
Namjae Jeon
2025-03-02
ksmbd: fix use-after-free in smb2_lock
Namjae Jeon
2025-01-15
ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTL
Namjae Jeon
2025-01-07
ksmbd: Implement new SMB3 POSIX type
Namjae Jeon
2025-01-05
ksmbd: fix a missing return value check bug
Wentao Liang
2024-12-15
ksmbd: conn lock to serialize smb2 negotiate
Namjae Jeon
2024-12-10
ksmbd: set ATTR_CTIME flags when setting mtime
Namjae Jeon
2024-12-10
ksmbd: fix racy issue from session lookup and expire
Namjae Jeon
2024-12-10
ksmbd: retry iterate_dir in smb2_query_dir
Hobin Woo
2024-12-04
ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operations
Norbert Szetei
2024-12-01
ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_write
Jordy Zomer
2024-12-01
ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read
Jordy Zomer
2024-11-25
ksmbd: add debug prints to know what smb2 requests were received
Namjae Jeon
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
2024-10-09
ksmbd: fix user-after-free from session log off
Namjae Jeon
2024-10-01
ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
Thorsten Blum
2024-10-01
ksmbd: Use struct_size() to improve get_file_alternate_info()
Thorsten Blum
2024-09-25
ksmbd: fix open failure from block and char device file
Namjae Jeon
2024-09-25
ksmbd: remove unsafe_memcpy use in session setup
Namjae Jeon
2024-09-20
ksmbd: Replace one-element arrays with flexible-array members
Thorsten Blum
2024-09-20
ksmbd: fix warning: comparison of distinct pointer types lacks a cast
Namjae Jeon
2024-09-15
smb: move SMB2 Status code to common header file
ChenXiaoSong
2024-08-29
ksmbd: unset the binding mark of a reused connection
Namjae Jeon
2024-08-22
smb/server: update misguided comment of smb2_allocate_rsp_buf()
ChenXiaoSong
2024-08-22
smb/server: remove useless assignment of 'file_present' in smb2_open()
ChenXiaoSong
2024-08-22
smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
ChenXiaoSong
2024-08-22
smb/server: fix return value of smb2_open()
ChenXiaoSong
2024-08-22
ksmbd: the buffer of smb2 query dir response has at least 1 byte
Namjae Jeon
2024-08-18
ksmbd: Replace one-element arrays with flexible-array members
Thorsten Blum
2024-08-18
ksmbd: fix race condition between destroy_previous_session() and smb2 operati...
Namjae Jeon
2024-08-18
ksmbd: Use unsafe_memcpy() for ntlm_negotiate
Namjae Jeon
2024-08-08
ksmbd: override fsids for smb2_query_info()
Namjae Jeon
2024-08-08
ksmbd: override fsids for share path check
Namjae Jeon
2024-07-14
ksmbd: add durable scavenger timer
Namjae Jeon
2024-07-05
ksmbd: discard write access to the directory open
Hobin Woo
2024-07-03
ksmbd: return FILE_DEVICE_DISK instead of super magic
Namjae Jeon
2024-06-11
ksmbd: fix missing use of get_write in in smb2_set_ea()
Namjae Jeon
2024-06-11
ksmbd: move leading slash check to smb2_get_name()
Namjae Jeon
2024-05-04
ksmbd: use rwsem instead of rwlock for lease break
Namjae Jeon
2024-04-28
ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()
Namjae Jeon
2024-04-19
ksmbd: add continuous availability share parameter
Namjae Jeon
2024-04-19
ksmbd: validate request buffer size in smb2_allocate_rsp_buf()
Namjae Jeon
2024-04-02
ksmbd: don't send oplock break if rename fails
Namjae Jeon
2024-03-20
Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2024-03-18
ksmbd: fix potencial out-of-bounds when buffer offset is invalid
Namjae Jeon
2024-03-12
ksmbd: add support for durable handles v1/v2
Namjae Jeon
2024-03-12
ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session
Namjae Jeon
2024-03-12
ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_info
Marios Makassikis
2024-03-12
ksmbd: replace generic_fillattr with vfs_getattr
Marios Makassikis
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
[next]