index
:
pub/scm/linux/kernel/git/saeed/linux.git
master
Saeed Mahameed's fork of linux.git
Saeed Mahameed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
oplock.c
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
ksmbd: fix use-after-free in oplock break notification
Abdifatah Suruur
1
-16
/
+57
2026-08-17
ksmbd: notify parent directory leases on child create
Namjae Jeon
1
-4
/
+5
2026-08-17
ksmbd: fix use-after-free in lease break notification
Namjae Jeon
1
-13
/
+41
2026-08-17
ksmbd: serialize oplock close with pending break ownership
Namjae Jeon
1
-15
/
+71
2026-08-17
ksmbd: fix durable V2 persistent handle handling
Namjae Jeon
1
-3
/
+3
2026-08-17
ksmbd: add SMB3 request replay support
Namjae Jeon
1
-2
/
+37
2026-08-17
ksmbd: synchronize lease breaks before renaming files
Namjae Jeon
1
-29
/
+44
2026-08-17
ksmbd: send lease breaks for handle-caching share conflicts
Namjae Jeon
1
-2
/
+6
2026-08-17
ksmbd: add AAPL READDIR_ATTR V2 support
Gael Blivet
1
-2
/
+10
2026-08-17
ksmbd: add AAPL kAAPL_SERVER_QUERY create context support
Gael Blivet
1
-0
/
+77
2026-07-16
ksmbd: pin conn during async oplock break notification
Qihang
1
-2
/
+4
2026-06-30
ksmbd: snapshot previous oplock state before durable checks
Namjae Jeon
1
-11
/
+32
2026-06-30
ksmbd: don't hold ci->m_lock while waiting for a lease break ack
Namjae Jeon
1
-6
/
+60
2026-06-23
ksmbd: fix kernel-doc warnings in smb2_lease_break_noti()
Namjae Jeon
1
-0
/
+2
2026-06-23
ksmbd: fix inconsistent indenting warnings
Namjae Jeon
1
-6
/
+6
2026-06-22
ksmbd: treat read-control opens as stat opens only for leases
Namjae Jeon
1
-3
/
+27
2026-06-22
ksmbd: break conflicting-open leases only as far as needed
Namjae Jeon
1
-9
/
+14
2026-06-22
ksmbd: break handle caching for share conflicts
Namjae Jeon
1
-7
/
+19
2026-06-22
ksmbd: normalize ungrantable lease states
Namjae Jeon
1
-0
/
+13
2026-06-22
ksmbd: avoid level II oplock break notification on unlink
Namjae Jeon
1
-7
/
+24
2026-06-22
ksmbd: downgrade oplock after break timeout
Namjae Jeon
1
-2
/
+13
2026-06-22
ksmbd: invalidate durable handles on oplock break
Namjae Jeon
1
-7
/
+33
2026-06-22
ksmbd: handle missing create contexts for lease opens
Namjae Jeon
1
-0
/
+3
2026-06-22
ksmbd: route v2 lease breaks on the client lease channel
Namjae Jeon
1
-2
/
+15
2026-06-22
ksmbd: honor SMB2 v2 lease epochs
Namjae Jeon
1
-10
/
+29
2026-06-22
ksmbd: do not wait for RH lease break ack on overwrite
Namjae Jeon
1
-5
/
+12
2026-06-22
ksmbd: chain pending lease breaks before waking waiters
Namjae Jeon
1
-27
/
+81
2026-06-22
ksmbd: compute lease break-in-progress flag on response
Namjae Jeon
1
-12
/
+29
2026-06-22
ksmbd: share SMB2 lease state across opens
Namjae Jeon
1
-118
/
+144
2026-06-22
ksmbd: clean up lease response flags and directory leases
Namjae Jeon
1
-8
/
+15
2026-06-22
ksmbd: fix lease break and ack state handling
Namjae Jeon
1
-16
/
+8
2026-06-22
ksmbd: use connection ClientGUID for lease lookup
Namjae Jeon
1
-7
/
+9
2026-06-22
ksmbd: validate SMB2 lease create contexts
Namjae Jeon
1
-5
/
+28
2026-06-16
ksmbd: fix use-after-free in same_client_has_lease()
Guangshuo Li
1
-0
/
+6
2026-05-31
ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiers
Gil Portnoy
1
-3
/
+12
2026-05-13
ksmbd: fix null pointer dereference in compare_guid_key()
Jeremy Laratro
1
-1
/
+5
2026-05-01
ksmbd: centralize ksmbd_conn final release to plug transport leak
DaeMyung Kang
1
-5
/
+2
2026-04-12
ksmbd: validate owner of durable handle on reconnect
Namjae Jeon
1
-0
/
+7
2026-03-22
ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()
Werner Kasselman
1
-27
/
+45
2026-03-08
ksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()
Namjae Jeon
1
-2
/
+4
2026-03-08
ksmbd: fix use-after-free by using call_rcu() for oplock_info
Namjae Jeon
1
-8
/
+21
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+6
2025-12-21
ksmbd: rename smb2_get_msg to smb_get_msg
Namjae Jeon
1
-4
/
+4
2025-11-30
smb: move create_durable_rsp_v2 to common/smb2pdu.h
ChenXiaoSong
1
-4
/
+4
2025-08-17
ksmbd: fix refcount leak causing resource not released
Ziyan Xu
1
-3
/
+10
2025-05-21
ksmbd: use list_first_entry_or_null for opinfo_get_list()
Namjae Jeon
1
-5
/
+2
2025-05-01
ksmbd: fix memory leak in parse_lease_state()
Wang Zhaolong
1
-2
/
+5
2025-04-14
ksmbd: fix use-after-free in smb_break_all_levII_oplock()
Namjae Jeon
1
-20
/
+9
2025-03-27
ksmbd: fix r_count dec/increment mismatch
Namjae Jeon
1
-2
/
+2
2025-03-27
ksmbd: add bounds check for create lease context
Norbert Szetei
1
-0
/
+8
[next]