index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
server
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-96
/
+34
2026-06-22
ksmbd: use connection ClientGUID for lease lookup
Namjae Jeon
3
-9
/
+11
2026-06-22
ksmbd: validate SMB2 lease create contexts
Namjae Jeon
2
-6
/
+51
2026-06-22
smb/server: fix debug log endianness in smb2_cancel()
ChenXiaoSong
1
-1
/
+2
2026-06-22
ksmbd: track the connection owning a byte-range lock
Namjae Jeon
3
-8
/
+26
2026-06-16
ksmbd: fix path resolution in ksmbd_vfs_kern_path_create
Davide Ornaghi
3
-40
/
+21
2026-06-16
ksmbd: use opener credentials for FSCTL mutations
Namjae Jeon
2
-7
/
+20
2026-06-16
ksmbd: use opener credentials for ADS I/O
Namjae Jeon
1
-2
/
+9
2026-06-16
ksmbd: require source read access for duplicate extents
Namjae Jeon
1
-0
/
+4
2026-06-16
ksmbd: run set info with opener credentials
Namjae Jeon
1
-5
/
+3
2026-06-16
ksmbd: use opener credentials for delete-on-close
Namjae Jeon
2
-2
/
+9
2026-06-16
ksmbd: serialize QUERY_DIRECTORY requests per file
Namjae Jeon
3
-0
/
+7
2026-06-16
ksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILE
Gil Portnoy
1
-0
/
+11
2026-06-16
ksmbd: enforce FILE_READ_ATTRIBUTES on SMB_FIND_FILE_POSIX_INFORMATION
Gil Portnoy
1
-0
/
+6
2026-06-16
ksmbd: reject non-VALID session in compound request branch
Gil Portnoy
1
-0
/
+5
2026-06-16
ksmbd: compress SMB2 READ responses
Namjae Jeon
6
-0
/
+157
2026-06-16
ksmbd: negotiate and decode SMB2 compression
Namjae Jeon
7
-13
/
+210
2026-06-16
ksmbd: add per-handle permission check to FILE_LINK_INFORMATION
Gil Portnoy
1
-0
/
+5
2026-06-16
ksmbd: add a permission check for FSCTL_SET_ZERO_DATA
Gil Portnoy
1
-0
/
+6
2026-06-16
ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITY
Gil Portnoy
1
-0
/
+3
2026-06-16
ksmbd: fix use-after-free of a deferred file_lock on SMB2_CLOSE then SMB2_CANCEL
Gil Portnoy
1
-7
/
+7
2026-06-16
smb: server: remove code guarded by nonexistent config option
Ethan Nelson-Moore
1
-3
/
+0
2026-06-16
smb/server: fix incorrect file size in get_file_compression_info()
ChenXiaoSong
1
-1
/
+1
2026-06-16
smb/server: get compression format in get_file_compression_info()
ChenXiaoSong
1
-1
/
+6
2026-06-16
smb/server: implement FSCTL_SET_COMPRESSION ioctl handler
ChenXiaoSong
3
-0
/
+99
2026-06-16
smb/server: implement FSCTL_GET_COMPRESSION ioctl handler
ChenXiaoSong
3
-0
/
+52
2026-06-16
smb/server: get compression file attribute on open
ChenXiaoSong
3
-1
/
+23
2026-06-16
smb: move compression definitions into common/fscc.h
ChenXiaoSong
1
-3
/
+0
2026-06-16
smb: remove duplicate server/smbfsctl.h
ChenXiaoSong
2
-97
/
+6
2026-06-16
ksmbd: prevent path traversal bypass by restricting caseless retry
Namjae Jeon
1
-1
/
+1
2026-06-16
ksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellation
Davide Ornaghi
1
-18
/
+16
2026-06-16
ksmbd: fix use-after-free in same_client_has_lease()
Guangshuo Li
1
-0
/
+6
2026-06-16
ksmbd: fix out-of-bounds read in smb_check_perm_dacl()
Hem Parekh
1
-1
/
+3
2026-06-15
Merge tag 'vfs-7.2-rc1.openat2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-12
/
+3
2026-06-15
Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+24
2026-05-31
ksmbd: fix use-after-free of a deferred file_lock on double SMB2_CANCEL
Gil Portnoy
1
-0
/
+11
2026-05-31
ksmbd: fix durable reconnect double-bind race in ksmbd_reopen_durable_fd
Gil Portnoy
1
-3
/
+9
2026-05-31
ksmbd: fix NULL-deref of opinfo->conn in oplock/lease break notifiers
Gil Portnoy
1
-3
/
+12
2026-05-29
vfs: make LAST_XXX private to fs/namei.c
Jori Koolstra
1
-12
/
+3
2026-05-26
ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...
Sean Shen
1
-0
/
+11
2026-05-26
ksmbd: release ksmbd_inode ref via ksmbd_inode_put on lookup paths
Aleksandr Golovnya
1
-3
/
+3
2026-05-26
ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loops
Ali Ganiyev
1
-4
/
+4
2026-05-21
smb/server: promote S_DEL_ON_CLS to S_DEL_PENDING when close
ChenXiaoSong
1
-4
/
+12
2026-05-21
ksmbd: validate SID in parent security descriptor during ACL inheritance
Junyi Liu
1
-16
/
+50
2026-05-21
ksmbd: fix durable reconnect error path file lifetime
Junyi Liu
1
-2
/
+13
2026-05-13
ksmbd: fix null pointer dereference in compare_guid_key()
Jeremy Laratro
1
-1
/
+5
2026-05-13
ksmbd: fix null pointer dereference in proc_show_files()
Jeremy Laratro
1
-1
/
+1
2026-05-13
ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflow
Ferry Meng
1
-3
/
+9
2026-05-11
ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
Chuck Lever
1
-6
/
+24
[prev]
[next]