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
/
oplock.c
Age
Commit message (
Expand
)
Author
2025-03-10
ksmbd: prevent connection release during oplock break notification
Namjae Jeon
2025-03-10
ksmbd: fix use-after-free in ksmbd_free_work_struct
Namjae Jeon
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
2024-09-25
ksmbd: Correct typos in multiple comments across various files
Shen Lichuan
2024-09-19
Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...
Linus Torvalds
2024-09-15
smb: move SMB2 Status code to common header file
ChenXiaoSong
2024-09-14
ksmbd: add refcnt to ksmbd_conn struct
Namjae Jeon
2024-08-22
smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
ChenXiaoSong
2024-05-12
ksmbd: avoid to send duplicate oplock break notifications
Namjae Jeon
2024-05-04
ksmbd: do not grant v2 lease if parent lease key and epoch are not set
Namjae Jeon
2024-05-04
ksmbd: use rwsem instead of rwlock for lease break
Namjae Jeon
2024-05-04
ksmbd: avoid to send duplicate lease break notifications
Namjae Jeon
2024-03-14
ksmbd: Fix spelling mistake "connction" -> "connection"
Colin Ian King
2024-03-14
ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_close
Marios Makassikis
2024-03-12
ksmbd: add support for durable handles v1/v2
Namjae Jeon
2024-01-14
ksmbd: only v2 leases handle the directory
Namjae Jeon
2024-01-09
ksmbd: send lease break notification on FILE_RENAME_INFORMATION
Namjae Jeon
2024-01-09
ksmbd: don't increment epoch if current state and request state are same
Namjae Jeon
2024-01-09
ksmbd: set v2 lease version on lease upgrade
Namjae Jeon
2023-12-08
ksmbd: lazy v2 lease break on smb2_write()
Namjae Jeon
2023-12-08
ksmbd: send v2 lease break notification for directory
Namjae Jeon
2023-12-05
ksmbd: downgrade RWH lease caching state to RH for directory
Namjae Jeon
2023-12-05
ksmbd: set v2 lease capability
Namjae Jeon
2023-12-05
ksmbd: set epoch in create context v2 lease
Namjae Jeon
2023-11-23
ksmbd: release interim response after sending status pending response
Namjae Jeon
2023-08-29
ksmbd: fix wrong DataOffset validation of create context
Namjae Jeon
2023-08-29
ksmbd: fix wrong interim response on compound
Namjae Jeon
2023-08-29
ksmbd: add support for read compound
Namjae Jeon
2023-06-02
ksmbd: fix out-of-bound read in parse_lease_state()
Namjae Jeon
2023-05-26
ksmbd: fix UAF issue from opinfo->conn
Namjae Jeon
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French