index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
/
vfs_cache.c
Age
Commit message (
Expand
)
Author
8 days
ksmbd: fix app-instance durable supersede session UAF
Namjae Jeon
8 days
ksmbd: close superseded durable handles through refcount handoff
Gil Portnoy
8 days
ksmbd: fix use-after-free of fp->owner.name in durable handle owner check
Gil Portnoy
8 days
ksmbd: annotate oplock list traversals under m_lock
Runyu Xiao
2026-06-22
ksmbd: sleep interruptibly in the durable handle scavenger
Namjae Jeon
2026-06-22
ksmbd: start file id allocation at 1
Namjae Jeon
2026-06-22
ksmbd: honor stream delete sharing for base file
Namjae Jeon
2026-06-22
ksmbd: return success for deferred final close
Namjae Jeon
2026-06-22
ksmbd: deny renaming directory with open children
Namjae Jeon
2026-06-22
ksmbd: handle durable v2 app instance id
Namjae Jeon
2026-06-22
ksmbd: invalidate durable handles on oplock break
Namjae Jeon
2026-06-22
ksmbd: supersede disconnected delete-on-close durable handle
Namjae Jeon
2026-06-22
ksmbd: track the connection owning a byte-range lock
Namjae Jeon
2026-06-16
ksmbd: use opener credentials for delete-on-close
Namjae Jeon
2026-06-16
ksmbd: serialize QUERY_DIRECTORY requests per file
Namjae Jeon
2026-05-31
ksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fd
Gil Portnoy
2026-05-26
ksmbd: release ksmbd_inode ref via ksmbd_inode_put on lookup paths
Aleksandr Golovnya
2026-05-21
smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when close
ChenXiaoSong
2026-05-13
ksmbd: fix null pointer dereference in proc_show_files()
Jeremy Laratro
2026-05-01
ksmbd: close durable scavenger races against m_fp_list lookups
DaeMyung Kang
2026-05-01
ksmbd: harden file lifetime during session teardown
DaeMyung Kang
2026-05-01
ksmbd: centralize ksmbd_conn final release to plug transport leak
DaeMyung Kang
2026-04-12
ksmbd: validate owner of durable handle on reconnect
Namjae Jeon
2026-04-12
ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavenger
Namjae Jeon
2026-03-08
ksmbd: fix use-after-free in proc_show_files due to early rcu_read_unlock
Ali Khaledi
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-08
ksmbd: add procfs interface for runtime monitoring and statistics
Bahubali B Gumaji
2025-11-30
ksmbd: vfs: fix race on m_flags in vfs_cache
Qianchang Zhao
2025-05-06
ksmbd: Fix UAF in __close_file_table_ids
Sean Heelan
2025-04-14
ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING"
Namjae Jeon
2024-11-25
ksmbd: use __GFP_RETRY_MAYFAIL
Namjae Jeon
2024-09-14
ksmbd: add refcnt to ksmbd_conn struct
Namjae Jeon
2024-07-14
ksmbd: add durable scavenger timer
Namjae Jeon
2024-07-14
ksmbd: avoid reclaiming expired durable opens by the client
Namjae Jeon
2024-06-11
ksmbd: fix missing use of get_write in in smb2_set_ea()
Namjae Jeon
2024-05-04
ksmbd: use rwsem instead of rwlock for lease break
Namjae Jeon
2024-03-12
ksmbd: add support for durable handles v1/v2
Namjae Jeon
2023-12-08
ksmbd: send v2 lease break notification for directory
Namjae Jeon
2023-11-23
ksmbd: separately allocate ci per dentry
Namjae Jeon
2023-10-12
ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
Namjae Jeon
2023-10-12
ksmbd: not allow to open file if delelete on close bit is set
Namjae Jeon
2023-10-04
ksmbd: fix race condition with fp
Namjae Jeon
2023-06-16
ksmbd: add mnt_want_write to ksmbd vfs functions
Namjae Jeon
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French