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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-19
smb: client: validate DFS referral PathConsumed
Yichong Chen
1
-9
/
+25
2026-07-17
Merge tag 'v7.2-rc3-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
5
-32
/
+56
2026-07-16
ksmbd: validate compound request size before reading StructureSize2
Xiang Mei (Microsoft)
1
-0
/
+5
2026-07-16
ksmbd: lock the binding preauth session in smb3_preauth_hash_rsp
Gil Portnoy
1
-10
/
+9
2026-07-16
ksmbd: remove stale channels from all sessions on teardown
Gil Portnoy
1
-14
/
+11
2026-07-16
ksmbd: fix stack buffer overflow in multichannel session-key copy
Gil Portnoy
2
-3
/
+3
2026-07-16
ksmbd: fix memory leak of xattr_stream_name in smb2_rename()
Gil Portnoy
1
-2
/
+1
2026-07-16
ksmbd: zero the smb2_read alignment tail to avoid an infoleak
Gil Portnoy
1
-0
/
+9
2026-07-16
ksmbd: pin conn during async oplock break notification
Qihang
1
-2
/
+4
2026-07-16
ksmbd: fix integer overflow in set_file_allocation_info()
Ibrahim Hashimov
1
-1
/
+14
2026-07-14
smb/client: flush dirty data before punching a hole
Huiwen He
1
-0
/
+9
2026-07-14
smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2
Andy Shevchenko
2
-6
/
+7
2026-07-14
smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols
Andy Shevchenko
2
-12
/
+13
2026-07-13
smb: client: reject overlapping data areas in SMB2 responses
Shoichiro Miyamoto
1
-9
/
+25
2026-07-13
smb/client: refresh allocation after EOF-extending fallocate
Huiwen He
5
-7
/
+67
2026-07-13
smb/client: emulate small EOF-extending mode 0 fallocate ranges
Huiwen He
1
-9
/
+60
2026-07-13
smb/client: reduce fallocate zero buffer allocation
Huiwen He
1
-3
/
+4
2026-07-13
smb/client: handle overlapping allocated ranges in fallocate
Huiwen He
1
-7
/
+18
2026-07-13
smb/client: refresh allocation size after duplicate extents
Huiwen He
2
-3
/
+37
2026-07-13
smb: client: use kvzalloc() for megabyte buffer in simple fallocate
Fredric Cover
1
-2
/
+2
2026-07-12
RDMA: Change capability fields in ib_device_attr from int to u32
Erni Sri Satya Vennela
3
-8
/
+10
2026-07-10
Merge tag 'v7.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
20
-121
/
+146
2026-07-09
cifs: Remove CIFSSMBSetPathInfoFB() fallback function
Pali Rohár
1
-36
/
+0
2026-07-09
cifs: Fix and improve cifs_is_path_accessible() function
Pali Rohár
1
-10
/
+16
2026-07-09
smb: client: mask server-provided mode to 07777 in modefromsid
Norbert Manthey
1
-1
/
+1
2026-07-09
cifs: Show reason why autodisabling serverino support
Pali Rohár
6
-9
/
+14
2026-07-09
smb/client: fix incorrect nlink returned by fstat()
ChenXiaoSong
3
-0
/
+4
2026-07-09
smb/client: zero-initialize stack-allocated cifs_open_info_data
ChenXiaoSong
3
-3
/
+3
2026-07-09
smb/client: pass cifs_open_info_data to SMB2_open()
ChenXiaoSong
4
-27
/
+25
2026-07-09
smb/client: use stack-allocated smb2_file_all_info in smb3_query_mf_symlink()
ChenXiaoSong
1
-12
/
+3
2026-07-09
smb: client: fix overflow in passthrough ioctl bounds check
Guangshuo Li
1
-2
/
+2
2026-07-08
smb: client: fix busy dentry warning on unmount after DIO
Zizhi Wo
4
-0
/
+19
2026-07-08
cifs: Fix support for creating SFU fifo
Pali Rohár
1
-4
/
+2
2026-07-08
cifs: Fix support for creating SFU socket
Pali Rohár
1
-4
/
+3
2026-07-08
smb: client: fix atime clamp check in read completion
Xu Rao
1
-1
/
+1
2026-07-08
cifs: validate DFS referral string offsets
Guangshuo Li
1
-0
/
+8
2026-07-08
smb: client: use GFP_KERNEL for DFS cache allocations
Fredric Cover
1
-5
/
+5
2026-07-08
smb: client: restrict implied bcc[0] exemption to responses without data area
Shoichiro Miyamoto
1
-6
/
+26
2026-07-06
smb: client: preserve leading slash for POSIX absolute symlink targets
Steve French
1
-1
/
+16
2026-07-06
ksmbd: use the session dialect for rejected binding signatures
Namjae Jeon
2
-5
/
+21
2026-07-06
ksmbd: mark rejected cross-dialect bindings as signed
Namjae Jeon
1
-1
/
+3
2026-07-06
ksmbd: sign rejected SMB2.1 session binding responses
Namjae Jeon
1
-2
/
+16
2026-07-06
ksmbd: handle channel binding with a different user
Namjae Jeon
2
-3
/
+16
2026-07-06
ksmbd: find bound sessions during reauthentication
Namjae Jeon
1
-0
/
+7
2026-07-06
ksmbd: mark invalid session responses as signed
Namjae Jeon
1
-0
/
+6
2026-07-06
smb/server: map SET_INFO ENOSPC to disk full
Huiwen He
1
-0
/
+2
2026-07-06
ksmbd: coalesce sub-15ms write time updates on close
Namjae Jeon
2
-0
/
+8
2026-07-06
ksmbd: fix multichannel binding and enforce channel limit
Namjae Jeon
5
-75
/
+126
2026-07-06
ksmbd: validate SID namespace before mapping IDs
Namjae Jeon
1
-4
/
+17
2026-07-05
smb: client: refactor cifs_revalidate_mapping() to use clear_and_wake_up_bit()
Mehdi Hassan
1
-3
/
+1
[prev]
[next]